Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

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

@hutchinsonian

Description

@hutchinsonian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions