will-maclean / sb3-burn

Implementation of stable-baselines3 in rust with burn
MIT License
11 stars 0 forks source link

Transition to gym 2 #24

Closed will-maclean closed 2 weeks ago

will-maclean commented 3 weeks ago

We've been using the old gym env interface as it's simpler. However, now that things are working, we should transition to the newer interface to be compatible with new environments.