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

[URGENT] Don't use 0 as the default mode and difficulty for Atari games #1580

Merged
merged 1 commit into from
Jul 8, 2019
Merged

[URGENT] Don't use 0 as the default mode and difficulty for Atari games #1580

merged 1 commit into from
Jul 8, 2019

Conversation

JesseFarebro
Copy link
Contributor

Coming from #1535 I was under the impression every game's default flavour was mode 0 difficulty 0. This turns out to not be true. There is a PR in the ALE to address this issue Farama-Foundation/Arcade-Learning-Environment#237 but for the time being it's best to just not touch the mode and difficulty if the user doesn't specify it.

Currently, a handful of games are broken as can be noted in the above PR in the ALE. These changes will solve this issue.

Hopefully, this can be acted on relatively quickly. Pinging @christopherhesse @pzhokhov

@JesseFarebro JesseFarebro changed the title Don't use 0 as the default mode and difficulty for Atari games [URGENT] Don't use 0 as the default mode and difficulty for Atari games Jul 3, 2019
Copy link
Contributor

@christopherhesse christopherhesse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but also sounds like we should do a release to fix the broken environments.

@christopherhesse christopherhesse merged commit 567c620 into openai:master Jul 8, 2019
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

Successfully merging this pull request may close these issues.

2 participants