Good afternoon, thank you for the open source contribution. I happened to stumble across the article by chance and find the topic very interesting. So I cloned the repo, built conda environment and wanted to run it myself. However, once I initiate the environment and run collect_demonstrations.py, I get the error from line 11: Prison_Escape not found.
(CyberneticCockfightCircle) littlefinger@DESKTOP-C2M91SB:~/GRAMMI/Opponent-Modeling/Prison_Escape$ python collect_demonstrations.py
Traceback (most recent call last):
File "/home/littlefinger/GRAMMI/Opponent-Modeling/Prison_Escape/collect_demonstrations.py", line 11, in
from Prison_Escape.environment.gnn_wrapper import PrisonerGNNEnv
ModuleNotFoundError: No module named 'Prison_Escape'
Did I miss some silly thing?
Good afternoon, thank you for the open source contribution. I happened to stumble across the article by chance and find the topic very interesting. So I cloned the repo, built conda environment and wanted to run it myself. However, once I initiate the environment and run collect_demonstrations.py, I get the error from line 11: Prison_Escape not found.
(CyberneticCockfightCircle) littlefinger@DESKTOP-C2M91SB:~/GRAMMI/Opponent-Modeling/Prison_Escape$ python collect_demonstrations.py
Traceback (most recent call last):
File "/home/littlefinger/GRAMMI/Opponent-Modeling/Prison_Escape/collect_demonstrations.py", line 11, in
from Prison_Escape.environment.gnn_wrapper import PrisonerGNNEnv
ModuleNotFoundError: No module named 'Prison_Escape'
Did I miss some silly thing?