-
Notifications
You must be signed in to change notification settings - Fork 327
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
KeyError: 'action' #188
Comments
Yes, sorry this is an uninformative error I sometimes run into. It usually means there is something wrong inside the subprocess which is generating the example action, observation, etc... One thing to try to get more information would be to set subprocess=False here:
but it might still be hard to follow since the async sampler opens in its own subprocess. Let me know if that helps? |
I am stuck with this error @astooke ! Any suggestions ? |
This should be the early termination of the subprocess which is running the function But, every time KeyError: 'action' happens when the interaction between agent (at CPU mode) and the environment goes wrong and stops the subprocess. It is either the env instance encountered any error or the agent did not support non-batchwise agent input in :) |
Hi, I tried launching r2d1 on atari using atari_r2d1_async_alt and I get this error:
I'll be grateful if you could help me figure it out.
The text was updated successfully, but these errors were encountered: