You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some field sizes, agents can spawn in walls. The agent seems to have priority, so can move out of the wall, but once you move out of the wall, you can't move back in. This is giving the agent that happens to spawn in a corner a disadvantage, as it can basically only blow itself up.
Steps to reproduce:
in settings.py, set COLS=8, ROWS=8.
play with 4 agents
not always, but sometimes, the agent in the bottom right corner will spawn in a wall. this agent is significantly disadvantaged (lower winning fraction if for example letting 4 rule_based_agents play against each other)
The text was updated successfully, but these errors were encountered:
For some field sizes, agents can spawn in walls. The agent seems to have priority, so can move out of the wall, but once you move out of the wall, you can't move back in. This is giving the agent that happens to spawn in a corner a disadvantage, as it can basically only blow itself up.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: