Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@JesseFarebro
Copy link
Contributor

Long story short, ale-py uses a namespace package of gym.envs.atari and namespace packages aren't supported by setuptools editable mode. This is being worked on with native editable support in pip. I don't know the reason for having our test Dockerfile install as editable, but this shouldn't matter.

We also have to use --import-mode=append so it'll pick up the installed package instead of the local gym/ directory. We could also just change directories but this will work for now.

@jkterry1 jkterry1 merged commit c755d5c into openai:master Sep 29, 2021
@kir0ul kir0ul mentioned this pull request Apr 23, 2022
1 task
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