batch_rl icon indicating copy to clipboard operation
batch_rl copied to clipboard

Is there some errors with the actions in the Ms-Pacman dataset?

Open hutchinsonian opened this issue 8 months ago • 7 comments

I downloaded $store$_action_ckpt.10.gz and $store$_observation_ckpt.10.gz in atari-replay-datasets/dqn/MsPacman/1/replay_logs. I found that action and observation do not match. Specifically, the first 10 actions are array([2, 2, 2, 2, 6, 2, 2, 7, 7, 7], dtype=int32). And I found that the action definition here is the same as https://gymnasium.farama.org/environments/atari/ms_pacman/ , action 2 controls the character to move to the right. I saved the first few frames of observation: obs0_a2 obs1_a2 obs2_a2 obs3_a2 obs4_a6 obs5_a2 obs6_a2

Why is the character moving upwards? Am I missing something? @agarwl @tangbotony @zhixuan-lin @google-admin

hutchinsonian avatar Jun 15 '24 04:06 hutchinsonian