Skip to content

Commit

Permalink
Change file name
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed May 29, 2021
1 parent 9a81809 commit 1bbe978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/make_cartpole_random_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
dataset, _ = get_cartpole(dataset_type='random')

# save as CSV
export_mdp_dataset_as_csv(dataset, 'cartpole.csv')
export_mdp_dataset_as_csv(dataset, 'cartpole_random.csv')
2 changes: 1 addition & 1 deletion examples/make_pendulum_random_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
dataset, _ = get_pendulum(dataset_type="random")

# save as CSV
export_mdp_dataset_as_csv(dataset, 'pendulum.csv')
export_mdp_dataset_as_csv(dataset, 'pendulum_random.csv')

0 comments on commit 1bbe978

Please sign in to comment.