utiasDSL / safe-control-gym

PyBullet CartPole and Quadrotor environments—with CasADi symbolic a priori dynamics—for learning-based control and RL
https://www.dynsyslab.org/safe-robot-learning/
MIT License
596 stars 126 forks source link

Changed instances of randint to integers as per issue #137 #138

Closed adamhall closed 12 months ago

adamhall commented 1 year ago

It seems like numpy seeding has changed and, based on how we do our seeding, now requires randint to be changed to integers. The syntax for the other distributions like normal and uniform has remained the same.