sequential_social_dilemma_games
sequential_social_dilemma_games copied to clipboard
MapEnv - update_moves
Is this right?
551- search_list = np.array(move_slots)
I think it should be replaced by
551- search_list = np.array(move_slot)