You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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
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?
The text was updated successfully, but these errors were encountered: