You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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
The text was updated successfully, but these errors were encountered: