Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can provide the API for save & restore the state of the environment? #201

Open
pengzhenghao opened this issue Sep 15, 2019 · 0 comments
Open

Comments

@pengzhenghao
Copy link

In my practice, I need to step multiple time at the exact same state of the environment.

I am wondering if there is any solution to save and restore the environment's state? Just like in Mujoco we can do

MjSimState = env.sim.get_state()
env.sim.set_state(MjSimState)

Thanks for your attention!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant