leggedrobotics / rsl_rl

Fast and simple implementation of RL algorithms, designed to run fully on GPU.
Other
505 stars 156 forks source link

How to uninstall rsl_rl and install v1.0.2? #21

Open Seas00n opened 8 months ago

Seas00n commented 8 months ago

I try to run pip3 uninstall rsl_rl, but it show

Found existing installation: rsl_rl 2.0.2
Can't uninstall 'rsl_rl'. No files were found to uninstall.

What should I do to remove rsl_rl and install v1.0.2

xiaof0205 commented 6 months ago

cd rsl_rl && git checkout v1.0.2

Seas00n commented 6 months ago

cd rsl_rl && git checkout v1.0.2

Thank you, I solved it