real-to-sim-to-real / RialToPolicyLearning

RialTo Policy Learning Pipeline
83 stars 5 forks source link

Dependency issues for gym #1

Open oliviaylee opened 3 months ago

oliviaylee commented 3 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?

MarcelTorne commented 1 month ago

Hi @oliviaylee, apologies for the delay in our response, yes gym==0.21.0 should work. Were you able to run our code properly?