eugenevinitsky / sequential_social_dilemma_games

Repo for reproduction of sequential social dilemmas
MIT License
384 stars 134 forks source link

bug(map_env.py): agent beams were not sequential #127

Closed eugenevinitsky closed 5 years ago

eugenevinitsky commented 5 years ago

agent beams are supposed to work constructively, i.e. a beam can clear a tile that the next beam can hit that was formerly blocked. This was not implemented in this way before.