Hello,
The current implementation of gym.simulate() is to step all environments. But, I want to step specified environments.
For example, after a hand grasps an object in several environments, I want to evaluate whether the hand keeps grasping when pick up the object in the several environments.
Is there any way to step the specified environments?
Thank you very much