-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrade to gymnasium 1.2.3 #1
base: main
Are you sure you want to change the base?
Conversation
) * add argument reset_target * fix argument pass * point maze reset_target * pointmaze docs --------- Co-authored-by: rodrigodelazcano <[email protected]>
* initial tests * finish tests * remove task during step * fix tests --------- Co-authored-by: rodrigodelazcano <[email protected]>
* ezpickle * auto reset-goal in empty cells * reset_target default to false --------- Co-authored-by: rodrigodelazcano <[email protected]>
Co-authored-by: rodrigodelazcano <[email protected]>
* remove gifs * re-add gifs * remove version from file * pre-commit --------- Co-authored-by: rodrigodelazcano <[email protected]>
Co-authored-by: rodrigodelazcano <[email protected]>
* remove version from file * pre-commit --------- Co-authored-by: rodrigodelazcano <[email protected]>
Co-authored-by: rodrigodelazcano <[email protected]>
Co-authored-by: rodrigodelazcano <[email protected]>
Co-authored-by: rodrigodelazcano <[email protected]>
Hello dear Jeff, Thank you very much for your pull request and your contribution! Upgrading the code to the latest version of the original Gymnasium-Robotics API is part of the maintenance policy of the Gymnasium-Robotics-R3L API. However, because the project is still active and I will need to make sure that the Gymnasium-Robotics-R3L API is compatible with the versions of R3L and deeprl-shell APIs that I am currently tasked to integrate with, I need to freeze this procedure in order to proceed the integration of the APIs with library dependencies that I am familiar with. Once the project is finished and all necessary APIs have been integrated I will proceed with the update to the latest Gymnasium-Robotics API. Thank you very much!🙂 Christos Peridis |
No description provided.