-
Notifications
You must be signed in to change notification settings - Fork 96
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
PigChaseSymbolicStateBuilder returns inconsistent states #37
Comments
Hi @batmanzmc, Thanks for reporting this. Some few questions to help us :
Thanks in advance for the information, and sorry for the inconvenience. |
Hi, @mfuntowicz |
This issue happens to me too. I've worked around it by checking if both agents and the pig are present in the returned state before having my agent choose an action, otherwise return a random action. |
Hi,
We found that PigChaseSymbolicStateBuilder sometimes returns wrong state information, either agents (or pig) disappear, or the agents at wrong places after executing a moving action.
For example the below figure. At the second last state, the pig and the two agents are there, but in the last state only Agent 2 appears (Agent 1 and the pig disappear). Is this a bug?
Best,
Mengchen
The text was updated successfully, but these errors were encountered: