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

AttributeError: attempted to get missing private attribute '_domain_file' #3276

Open
emoLeader opened this issue May 15, 2024 · 2 comments
Open

Comments

@emoLeader
Copy link

Traceback (most recent call last):
File "main.py", line 312, in
test_stats, global_stats = test_planner(
File "/home/lzy/scenegraph-planners/ploi/traineval.py", line 162, in test_planner
env.domain, state, timeout=timeout, domain_file_global=env._domain_file
File "/home/lzy/anaconda3/envs/taskography/lib/python3.8/site-packages/gym/core.py", line 235, in getattr
raise AttributeError(
AttributeError: attempted to get missing private attribute '_domain_file'

how?please

@pseudo-rnd-thoughts
Copy link
Contributor

change to env.unwrapped._domain_file

@emoLeader
Copy link
Author

I really appreciate your help. It means a lot to me!!!!

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

2 participants