Open oliviaylee opened 4 months ago
When running pip install -r requirements.txt, there is a conflict in gym versions. The requirements list gym==0.26.0 but stable-baselines3==1.6.2 requires gym==0.21.0. Is gym==0.21.0 acceptable for running the code in this repo?
pip install -r requirements.txt
Hi @oliviaylee, apologies for the delay in our response, yes gym==0.21.0 should work. Were you able to run our code properly?
When running
pip install -r requirements.txt
, there is a conflict in gym versions. The requirements list gym==0.26.0 but stable-baselines3==1.6.2 requires gym==0.21.0. Is gym==0.21.0 acceptable for running the code in this repo?