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

Port sofa_env from gym to gymnasium. #11

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Port sofa_env from gym to gymnasium. #11

merged 2 commits into from
Oct 19, 2023

Conversation

ScheiklP
Copy link
Owner

  • Port sofa_env from gym to gymnasium.
  • Add a manual render mode.
  • Rework seeding logic.
  • Change return data of SemanticSegmentationWrapper to a one-hot array. Various small fixes across scenes.

Add a manual render mode.
Rework seeding logic.
Change return data of SemanticSegmentationWrapper to a one-hot array.
Various small fixes across scenes.
@ScheiklP ScheiklP linked an issue Oct 18, 2023 that may be closed by this pull request
@ScheiklP ScheiklP self-assigned this Oct 18, 2023
@ScheiklP ScheiklP added the enhancement New feature or request label Oct 18, 2023
@mikelitu
Copy link
Contributor

I have created a pull request #12 to incorporate the changes on the test files on this branch. The test run with no error. Additionally, I have tried all the scenes on my computer (Ubuntu 20.04, Python 3.9) and I could run all of them but, magnetic_continuum_robot.

@ScheiklP
Copy link
Owner Author

Thank you!

@ScheiklP ScheiklP merged commit 5cef54a into main Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating gym to gymnasium and cleaning some imports
2 participants