optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
634 stars 172 forks source link

Use Gymnasium and pre-released Stable-Baselines3 #191

Closed not522 closed 1 year ago

not522 commented 1 year ago

Motivation

The rl CI has been failing while installing gym. Stable-Baselines3 will be updated to use Gymnasium instead of gym. The detail is here: https://github.com/DLR-RM/stable-baselines3/pull/1327.

Description of the changes

toshihikoyanase commented 1 year ago

Thank you for working on the long-running issue. @contramundum53 Could you review this PR, please?