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

SimpleAgents self destruct #169

Open
suphoff opened this issue Oct 31, 2018 · 2 comments
Open

SimpleAgents self destruct #169

suphoff opened this issue Oct 31, 2018 · 2 comments

Comments

@suphoff
Copy link
Contributor

suphoff commented Oct 31, 2018

SimpleAgents self destruct at position 1 and 3 with seed 2368878.

Drop bombs at first move and then fail to move away.
Don't have time to fix right now but should be easy as it is reproducible with the seed above.

@BrainWWW
Copy link

BrainWWW commented Mar 5, 2019

I also met similar problem.
In FFA mode, I set SimpleAgent at any position and the remaining three agents keep motionless.
It comes that SimpleAgent only have less than 50 percent win rate.

SimpleAgent's self-destruct is pretty common.

@suphoff
Copy link
Contributor Author

suphoff commented Mar 5, 2019

I recall two different algorithms being used:

  1. An exhaustive search algorithm detecting if an agent can theoretically escape if a bomb is dropped.
  2. A run away from the bomb algorithm

Unfortunately algorithm 2 is just not as smart as algorithm 1 and can not always find an escape route.

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

2 participants