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
Hey,
so the color transform that you use is incorrect (for example in Seaquest it sometimes causes the fishes to disappear).
async-rl/ale.py
Lines 67 to 68 in 12dac59
You can get the correct one from the repo Deepmind uses: https://github.com/torch/image/blob/9f65c30167b2048ecbe8b7befdc6b2d6d12baee9/generic/image.c#L2105)
Let me know how much this improves your results if you decide to adopt this. For me the difference was massive.
The text was updated successfully, but these errors were encountered:
Thank you for pointing it out! I'll check the performance with that transformation.
Sorry, something went wrong.
No branches or pull requests
Hey,
so the color transform that you use is incorrect (for example in Seaquest it sometimes causes the fishes to disappear).
async-rl/ale.py
Lines 67 to 68 in 12dac59
You can get the correct one from the repo Deepmind uses:
https://github.com/torch/image/blob/9f65c30167b2048ecbe8b7befdc6b2d6d12baee9/generic/image.c#L2105)
Let me know how much this improves your results if you decide to adopt this. For me the difference was massive.
The text was updated successfully, but these errors were encountered: