Hi everyone. I am trying to do imitation learning, but can't get information about the actions.
In play_game.py, I see it gets an empty list and doesn't return anything about the actions.
_, _, done, _ = env.step([]) (line 60)
Is there an easy way to get the actions done by a human player?
Thanks in advance,
Nuno Bento