sequential_social_dilemma_games icon indicating copy to clipboard operation
sequential_social_dilemma_games copied to clipboard

MapEnv - update_moves

Open EavnJeong opened this issue 2 years ago • 0 comments

Is this right?

551- search_list = np.array(move_slots)

I think it should be replaced by

551- search_list = np.array(move_slot)

EavnJeong avatar Nov 21 '22 18:11 EavnJeong