Hello, I’m trying to set my vis_encoder_type to resnet or nature_cnn. However, as soon as I started training, the vis_encoder_type always got reset to simple. I’ve tried to set trainer_type to sac instead of ppo, but didn’t work.
This is a bug or I did something wrong?
Yaml File
Console:
hi KevinOfCathay - sorry for the naive question (just double checking :)) - when you launch mlagents-learn, are you pointing to the right configuration file (the one you indicated above)?
Yes, I’m pretty sure I was using the right configuration file.
The version I’m using is 1.1.0. But I’ve got this issue since 1.0.2.
I also uploaded the whole logging file, just in case you want to check it.
6214574–683156–Log.txt (5.5 KB)
Not sure if this will help, but I had this issue a while back and the reason was that the behavior name should be the same between Unity and your yaml file (in your case, both needs to be “Sweeper”). Also try using the “–force” flag, but not sure if that did anything.
Its a simple typo. its called vis_encode_type and you have vis_encoder_type. The console outpout with your arrow on it says encode as well.