You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When resetting a URDF-based robot in a PyBullet gym environment, another copy of the robot will be loaded into the simulation rather than only resetting the current robot to its initial state.
This can be fixed by adding a flag in robot_bases.py.
The text was updated successfully, but these errors were encountered:
When resetting a URDF-based robot in a PyBullet gym environment, another copy of the robot will be loaded into the simulation rather than only resetting the current robot to its initial state.
This can be fixed by adding a flag in robot_bases.py.
The text was updated successfully, but these errors were encountered: