Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot reproduce Atari Pong scores #57

Open
mlinda96 opened this issue Oct 16, 2023 · 0 comments
Open

Cannot reproduce Atari Pong scores #57

mlinda96 opened this issue Oct 16, 2023 · 0 comments

Comments

@mlinda96
Copy link

mlinda96 commented Oct 16, 2023

I'm currently exploring the Dreamer models and papers and wanted to get some insight from the code.

However, I'm encountering a few issues with reproducibility.

I initially attempted to replicate the issue in Google Colab using gym==0.19.0, but found that this version is no longer installable via pip on new instances. Instead, I installed gym==0.22.0 and made minor modifications to common.envs.py. As a result, the code now runs smoothly in the Colab environment.
https://colab.research.google.com/drive/1xpqS4ovnohsqrZoWAmA3N6cRtA0MPtX4#scrollTo=BASD1Km60aKk

The main issue I'm having is reproducing the performance metrics you've previously published. Specifically, the reward on Pong remains stagnant, and the image loss is consistently around 3772. This leads me to believe there may be an underlying issue or bug affecting the model's performance.

I'm just running the basic example with python train.py --logdir .logdir/atari_pong/ --configs atari --task atari_pong

Am I doing something wrong? I love the idea behind Dreamer and would love to play around with the code.

Thank you for your time and effort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant