eugenevinitsky / sequential_social_dilemma_games

Repo for reproduction of sequential social dilemmas
MIT License
387 stars 132 forks source link

Add synchrony to agent actions #25

Closed eugenevinitsky closed 5 years ago

eugenevinitsky commented 5 years ago

Agent actions are currently stepped through one by one regardless of how they may interact with other actions. For example, if an agent is at [1,1] with the intent of moving right and there is an agent at [2,2] with the intent of moving right, if agent at [1,1] moves first this move will be disallowed as there is already an agent there.

eugenevinitsky commented 5 years ago

39 closes this issue