aidudezzz / deepworlds

Examples and use cases using the deepbots framework (https://github.com/aidudezzz/deepbots) with the Webots robot simulator.
GNU General Public License v3.0
50 stars 23 forks source link

Updated requirements files for SB3 v1.8.0 (Gym as a backend) and Tensorboard #102

Closed KelvinYang0320 closed 11 months ago

KelvinYang0320 commented 11 months ago
KelvinYang0320 commented 11 months ago

@tsampazk Thank you for the review. 😄

I guess when we migrate to gymnasium we can change this back.

We can add SB3 > 1.8.0 when we migrate to Gymnasium. It looks like the new version of SB3 has no backward compatibility for Gym.

Edit: Starting with v2.0.0, Gymnasium will be the default backend (though SB3 will have compatibility layers for Gym envs). I need to look into it to check if we can have deepworlds examples without specifying SB3 version.