OmniIsaacGymEnvs
OmniIsaacGymEnvs copied to clipboard
Step specified environments
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 these environments, and continue to collect data in other environments. Is there any way to step the specified environments?
Thank you very much