eugenevinitsky / sequential_social_dilemma_games

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

MapEnv - update_moves #205

Open EavnJeong opened 1 year ago

EavnJeong commented 1 year ago

Is this right?

551- search_list = np.array(move_slots)

I think it should be replaced by

551- search_list = np.array(move_slot)