Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jan 22, 2024
1 parent f71ccbb commit 5961bd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torchrl/data/datasets/atari_dqn.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,9 @@ def available_datasets(cls):
]
return ["/".join((game, str(loop))) for game in games for loop in range(1, 6)]

tmpdir = "/Users/vmoens/.cache/atari_root"

# If we want to keep track of the original atari files
tmpdir = None
# use _max_runs for debugging, avoids downloading the entire dataset
_max_runs = None

Expand Down

0 comments on commit 5961bd9

Please sign in to comment.