Open Xiong5Heng opened 2 years ago
I'll write down some short answers and then wait until tonight to refine.
Stable Baselines 3 SubprocVecEnv is a vectorized environment. Isaac Gym is a vectorized environment too.
We had vectorized environment demo in demo_Isaac_Gym.py
To use SB3's VecEnv feature, we can start by changing Isaac Gym's VecEnv demo code.
Firstly, thanks for your excellent work. Recently, I plan to apply ElegantRL in my research work, and I'm trying to accelerate training and sampling process with SubprocVecEnv in Stable Baselines 3. However, I didn't find any doc and example about it in ElegantRL tutorial. So is it possible to combine ElegantRL with SubprocVecEnv and how to do it?