-
Notifications
You must be signed in to change notification settings - Fork 88
Add generic Gymnasium environment #168
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
base: main
Are you sure you want to change the base?
Add generic Gymnasium environment #168
Conversation
|
✅ Deployment succeeded for
Nice work! Wait for a code review and we're ready to go. You can iterate locally or validate fixes by running |
1 similar comment
|
✅ Deployment succeeded for
Nice work! Wait for a code review and we're ready to go. You can iterate locally or validate fixes by running |
| @@ -0,0 +1,326 @@ | |||
| """Tests for the generic Gymnasium environment integration.""" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest skip generic Prefix. We can say OpenAI Gymnasium, or just Gymnasium is also cool probably..
This PR introduces a generic Gymnasium (OpenAI Gym/Gymnasium) environment server and client integration to OpenEnv.