qgallouedec / panda-gym

Set of robotic environments based on PyBullet physics engine and gymnasium.
MIT License
492 stars 106 forks source link

reproduce the results #93

Closed ChenyangRan closed 1 week ago

ChenyangRan commented 4 weeks ago

Hi, since the panda-gym cannot set the random seed as gym, where you can use env.set(seed) to reproduce the results. When I use env.reset(seed=10), if the random seed is the same, I get the same return value, such as desired_goal. But if I don't set the seed, I can't guarantee the consistency of the state of the subsequent env.resets. Is there a way to guarantee the consistency of the state of each subsequent reset just like gym?

qgallouedec commented 1 week ago

closing In favour of #94