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

possible bug in multi-agent example #352

Open
NansDarraillan opened this issue May 10, 2024 · 0 comments
Open

possible bug in multi-agent example #352

NansDarraillan opened this issue May 10, 2024 · 0 comments

Comments

@NansDarraillan
Copy link

in examples/maze_multiagent_mdp_multisolve.py, in the _state_sample method, for each direction, in case the agent can proceed in that direction and next_state_1 is updated, I think the second next_state_2 update should instead be an update of next_state_3. Otherwise next_state_3 is always state, and one of the 2 low probability directions is always favoured against the other if both are free.

I opened it just reading the source, please close this issue if this is the expected behaviour.

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

1 participant