AndrejGobeX / TrackMania_AI

Racing game AI
GNU General Public License v3.0
100 stars 11 forks source link

Trying to learn #18

Closed jondeyoung closed 11 months ago

jondeyoung commented 11 months ago

I did my best to follow the directions, but I keep getting the following error: ModuleNotFoundError: No module named 'gymnasium'. Any ideas on what I did wrong?

AndrejGobeX commented 11 months ago

When you install stablebaselines make sure to add the version:

pip install stable-baselines3==2.0.0

This should pull the gymnasium as well. Let me know if that worked.