araffin / robotics-rl-srl

S-RL Toolbox: Reinforcement Learning (RL) and State Representation Learning (SRL) for Robotics
https://s-rl-toolbox.readthedocs.io
MIT License
616 stars 91 forks source link

conflict in conda environment.yml #26

Closed GaspardQin closed 6 years ago

GaspardQin commented 6 years ago

Output:

UnsatisfiableError: The following specifications were found to be in conflict:

  • cudatoolkit==8.0=3
  • pytorch==0.4.0=py35_cuda9.0.176_cudnn7.1.2_1 -> cudatoolkit=9 Use "conda info " to see the dependencies for each package.

conflicts in these three lines:

https://github.com/araffin/robotics-rl-srl/blob/master/environment.yml#L9 https://github.com/araffin/robotics-rl-srl/blob/master/environment.yml#L22 https://github.com/araffin/robotics-rl-srl/blob/master/environment.yml#L80

araffin commented 6 years ago

This issue is normally solved on the log rl branch (for robotics), however it may not be the case for srl zoo

araffin commented 6 years ago

Fixed by 5ac80bb8a42fd6dd034bc977c04346d01220dc32 on robotics rl, and by dff41bc81a9451077c808a5f8c7be19c016e9c42 on srl_zoo