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

Reset() environment to a specific state? #229

Open
ghost opened this issue Oct 21, 2021 · 2 comments
Open

Reset() environment to a specific state? #229

ghost opened this issue Oct 21, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 21, 2021

Since I am doing some research with DMlab, I was wondering if there are possible solutions to manually reset the environment to a specific state rather than the initial state?

@ghost
Copy link
Author

ghost commented Oct 21, 2021

I noticed that maybe if I can deepcopy() an environment, it can meet my requirements, however, when I try to deepcopy a Lab object, an error occurs and shows something like this

TypeError: can't pickle deepmind_lab.Lab objects

Could anybody tell me how to figure it out? Thanks a lot!

@o00000o
Copy link

o00000o commented Oct 21, 2021

Since I am doing some research with DMlab, I was wondering if there are possible solutions to manually reset the environment to a specific state rather than the initial state?
hi,Have you ever thought about it
RuntimeError: Failed to connect RL API I cloned DMLab to see if it works The problem arises with this command bazel run :python_random_agent

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