eugenevinitsky / sequential_social_dilemma_games

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

compute_permitted_area in cleanup looks at the map, not base map #107

Closed eugenevinitsky closed 5 years ago

eugenevinitsky commented 5 years ago

compute_permitted_area checks how many cells are available to spawn on but it checks the current map rather than the true map. Thus, if there's a firing cell obscuring the potential spawn site, it isn't included in the potential permitted area.