MushroomRL / mushroom-rl

Python library for Reinforcement Learning.
MIT License
814 stars 148 forks source link

enabled custom maximum joint velocity #116

Closed cube1324 closed 1 year ago

cube1324 commented 1 year ago

the maximum velocity in the mdp info was accidentally hard coded to 3 before. This change makes it possible to set them to custom values. If maximum joint velocities are not defined the limits are set to infinity.