Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find dataset for 'breakout-expert-v4' #18

Open
souradipp76 opened this issue Oct 30, 2024 · 0 comments
Open

Cannot find dataset for 'breakout-expert-v4' #18

souradipp76 opened this issue Oct 30, 2024 · 0 comments

Comments

@souradipp76
Copy link

Cannot load dataset for 'breakout-expert-v4'

Code:
import gym
import d4rl_atari

env = gym.make('breakout-mixed-v4')
dataset = env.get_dataset()

Error:
CommandException: No URLs matched: gs://atari-replay-datasets/dqn/Breakout/5/replay_logs/$store$_observation_ckpt.50.gz
CommandException: 1 file/object could not be transferred.
CommandException: No URLs matched: gs://atari-replay-datasets/dqn/Breakout/5/replay_logs/$store$_action_ckpt.50.gz
CommandException: 1 file/object could not be transferred.
CommandException: No URLs matched: gs://atari-replay-datasets/dqn/Breakout/5/replay_logs/$store$_reward_ckpt.50.gz
CommandException: 1 file/object could not be transferred.
CommandException: No URLs matched: gs://atari-replay-datasets/dqn/Breakout/5/replay_logs/$store$_terminal_ckpt.50.gz
CommandException: 1 file/object could not be transferred.

FileNotFoundError: [Errno 2] No such file or directory: '~/.d4rl/datasets/Breakout/5/50/observation.gz'

Checked GS bucket but unable to find $store$_observation_ckpt.50.gz
https://console.cloud.google.com/storage/browser/atari-replay-datasets/dqn/Breakout/5/replay_logs

Found till $store$_observation_ckpt.49.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant