eugenevinitsky / sequential_social_dilemma_games

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

Separate the tests of map_env from the tests of harvest_env #102

Closed eugenevinitsky closed 5 years ago

eugenevinitsky commented 5 years ago

Currently the harvest_env.py tests check things like agent moving, agent rotation, and move de-confliction. These are actually tests of functions in map_env so it should be in a separate class.