policy-distillation-baselines icon indicating copy to clipboard operation
policy-distillation-baselines copied to clipboard

more precise requirement

Open eddie1516 opened this issue 1 year ago • 1 comments

requirement.txt dosen‘t give the accurate versions of some python packages. Some packages are updated so that the project can't run. Could you please update the requirement.txt? Thank you!

eddie1516 avatar Feb 19 '24 13:02 eddie1516

requirement.txt dosen‘t give the accurate versions of some python packages. Some packages are updated so that the project can't run. Could you please update the requirement.txt? Thank you!

try it:

python==3.7 gym==0.19.0 tensorboardX torch stable-baselines3[extra,tests,docs]==1.1.0 pybullet==2.7.8 optuna pyyaml>=5.1 sb3-contrib==1.0.0

Black0Moonlight avatar Mar 13 '24 08:03 Black0Moonlight