We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a bunch of atari_util.py variations:
atari_util.py
master:week04_approx_rl/atari_wrappers.py master:week06_policy_based/atari_wrappers.py master:week08_pomdp/atari_util.py coursera:week4_approx/atari_util.py coursera:week5_policy_based/atari_util.py
Things can be simplified if we instead reuse https://github.com/hill-a/stable-baselines/blob/master/stable_baselines/common/atari_wrappers.py.
The text was updated successfully, but these errors were encountered:
Put reward scaling back in place
5550606
This is a temporary measure until #273 is resolved.
6935d23
No branches or pull requests
We have a bunch of
atari_util.py
variations:Things can be simplified if we instead reuse https://github.com/hill-a/stable-baselines/blob/master/stable_baselines/common/atari_wrappers.py.
The text was updated successfully, but these errors were encountered: