Skip to content

Commit e06eb7c

Browse files
author
Kent Sommer
authored
Clarify dataset options
1 parent e69ccc9 commit e06eb7c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

dataset/README.MD

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Please place the following datafiles here:
2-
* gridworld_16x16.npz
3-
* gridworld_28x28.npz
4-
* gridworld_8x8.npz
1+
# Gridworld datasets
2+
To use the gridworld datasets you have two choices:
3+
1. Download and place the .npz dataset files here
4+
* gridworld_16x16.npz
5+
* gridworld_28x28.npz
6+
* gridworld_8x8.npz
7+
2. Use the dataset generation script
8+
* ```make_training_data.py```

0 commit comments

Comments
 (0)