eugenevinitsky / sequential_social_dilemma_games

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

Put ego-centric coordinates back #132

Open eugenevinitsky opened 5 years ago

eugenevinitsky commented 5 years ago

To fix a bug where agents where (for some reason) able to walk through walls I took the ego coordinates out of the system and gave the agents access to the full world map. This is an information leak and should be fixed as it is bad design.