leggedrobotics / rsl_rl

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

There is an error with installation #1

Closed cwjwudi closed 2 years ago

cwjwudi commented 2 years ago

In the setup.py, the third and ninth lines have repeated statements.This will cause an error during installation. You may need to delete line 3 in setup.py. packages=find_packages(),