rl_games icon indicating copy to clipboard operation
rl_games copied to clipboard

Save and load state for Isaac Gym

Open supersglzc opened this issue 3 years ago • 2 comments

Hi, I notice that we have functions get_env_state() and set_env_state() to save and load the info for the environment. Does it work in Isaac Gym?

supersglzc avatar Jul 12 '22 18:07 supersglzc

I think it is possible to add support for them in IG. cc @ViktorM

Denys88 avatar Aug 14 '22 18:08 Denys88

@supersglzc sorry for the late reply. Saving and loading state could be done in IG but you should do implement it manually for your env. You need to save state for all the objects and articulations in your env. Then also you need to save all the actions and re-apply them.

ViktorM avatar Aug 23 '22 21:08 ViktorM