Skip to content

Don't override atari-py when testing against gym #53

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

Merged
merged 1 commit into from
Jun 14, 2019
Merged

Don't override atari-py when testing against gym #53

merged 1 commit into from
Jun 14, 2019

Conversation

JesseFarebro
Copy link
Contributor

This is a continuation of the discussion from #49.

If the current version of atari-py doesn't conform to the semver of gym[atari] the package intended on being tested will be uninstalled. Removing gym as a test dependency might not be worth it if you intend to test against a ROM (as gym distributes the ROMs). Perhaps one solution to the problem is installing gym without the atari suffix. In the CI tests you'll have atari-py installed before running the smoke test.

@JesseFarebro JesseFarebro marked this pull request as ready for review June 11, 2019 20:31
@JesseFarebro JesseFarebro changed the title Don't override atari-py when testing agaisnt gym Don't override atari-py when testing against gym Jun 11, 2019
@pzhokhov pzhokhov merged commit da87ddd into openai:master Jun 14, 2019
PaulMcMillan pushed a commit that referenced this pull request Apr 25, 2023
Don't override atari-py when testing against gym
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