eugenevinitsky / sequential_social_dilemma_games

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

Separate game board into agent board, custom board, environment board #121

Closed eugenevinitsky closed 5 years ago

eugenevinitsky commented 5 years ago

Currently the management of cells hidden by agents is getting really complex. By separating the board into an agent board, a board for things like river and waste, and a board for things like firing and cleaning beams, the logic of executing the reservations should become cleaner