-
Notifications
You must be signed in to change notification settings - Fork 47
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
[retro-contest] error at bridge.py on Windows #19
Comments
What are the contents of |
This is my results/remote-stderr.txt Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): this is agent-stderr,txt Traceback (most recent call last): |
Did you install gym-retro and the ROMs on the host? |
simple agent works with bk2 and monitor.cvs files in result directory. D:\project\simple-agent>retro-contest run --agent $DOCKER_REGISTRY/simple-agent:v1 --results-dir results --no-nv --use-host-data SonicTheHedgehog-Genesis GreenHillZone.Act1 |
I found the reason. there were some errors in the .state name. I modified state name and it worked! |
I am using windows 10. tried to retro-contest-run rainbow agent.
while running, I got error like this
D:\project>retro-contest run --agent $DOCKER_REGISTRY/rainbow_agent:v1 --results-dir results --no-nv --use-host-data SonicTheHedgehog-Genesis GreenHillZone.Act1
Traceback (most recent call last):
File "/root/compo/agent.py", line 46, in
main()
File "/root/compo/agent.py", line 22, in main
env = AllowBacktracking(make_env(stack=False, scale_rew=False))
File "/root/compo/sonic_util.py", line 15, in make_env
env = grc.RemoteEnv('tmp/sock')
File "/root/venv/lib/python3.5/site-packages/gym_remote/client.py", line 15, in init
self.bridge.connect()
File "/root/venv/lib/python3.5/site-packages/gym_remote/bridge.py", line 251, in connect
self.sock.connect(sock_path)
FileNotFoundError: [Errno 2] No such file or directory
Remote exited uncleanly: 1
Agent exited uncleanly 1
The text was updated successfully, but these errors were encountered: