eugenevinitsky / sequential_social_dilemma_games

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

Cleanup color map for 'Light grey-blue river cell' and 'brown waste cells' needs to be switched. #176

Open ldfrancis opened 4 years ago

ldfrancis commented 4 years ago

In the custom color dictionary for cleanup, the rgb color list for 'Light grey-blue river cell' and 'Light grey-blue stream cell' should be [99, 156, 194] while that of 'brown waste cells' should be [113, 75, 24].

With the current values, rivers appear brown and wastes appear light-grey when the env is rendered. https://github.com/eugenevinitsky/sequential_social_dilemma_games/blob/bbac0fa731820572a2698236b5639d9272ace532/social_dilemmas/envs/cleanup.py#L13-L16