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

Import vector in gymnasium.__init__ #403

Merged

Conversation

pseudo-rnd-thoughts
Copy link
Member

@pseudo-rnd-thoughts pseudo-rnd-thoughts commented Mar 24, 2023

For some reason, import gymnasium followed by gymnasium.vector fails as the module is not imported in gymnasium/__init__.py. More alarming this is not picked up by the CI

Copy link
Member

@RedTachyon RedTachyon left a comment

Choose a reason for hiding this comment

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

Simple enough, but I don't know if it goes far enough/solves everything

@RedTachyon
Copy link
Member

Is there a reason why that shouldn't be from gymnasium import envs, spaces, utils, vector, wrappers, error, logger as from before #392?

@pseudo-rnd-thoughts pseudo-rnd-thoughts merged commit e619e1b into Farama-Foundation:main Mar 25, 2023
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