Skip to content

Commit

Permalink
Typo in datasets.py (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbzhu99 committed Mar 19, 2022
1 parent eb9cf0e commit 249f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d3rlpy/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_cartpole(dataset_type: str = "replay") -> Tuple[MDPDataset, gym.Env]:
# download dataset
if not os.path.exists(data_path):
os.makedirs(DATA_DIRECTORY, exist_ok=True)
print(f"Donwloading cartpole.pkl into {data_path}...")
print(f"Downloading cartpole.pkl into {data_path}...")
request.urlretrieve(url, data_path)

# load dataset
Expand Down

0 comments on commit 249f582

Please sign in to comment.