Closed artiom-gesp closed 10 months ago
Hello,
Thank you for bringing this to my attention. The issue is related to the "dist" parameter in the networks.MLP constructor. Your temporary fix seems reasonable, but to ensure intended behavior, check this commit.
Thanks for your contribution!
Thank you for fixing it so fast!
Hello, thank you for this great repo. When running:
python3 dreamer.py --configs atari100k --task atari_breakout --logdir ~/logdir/atari_breakout_v3
I am getting the following error:By replacing the hardcoded "learned" parameter, the code seem to run, but I do not know if the training happens as intended.
Could you tell me if I am getting the intended behaviour with this fix?