kimic commited on
Commit
04a764c
·
verified ·
1 Parent(s): 7ec873f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -9,4 +9,11 @@ size_categories:
9
  - 10B<n<100B
10
  language:
11
  - en
12
- ---
 
 
 
 
 
 
 
 
9
  - 10B<n<100B
10
  language:
11
  - en
12
+ ---
13
+
14
+ This dataset contains state-action pairs of three different Pacman levels, each located in its own tar.gz.
15
+
16
+ Each `tar.gz` contains `output/`, `dataset.csv`, and `results.txt`.
17
+ - `output/` contains all the images/frames generated by an RL agent based on [Taylor Downey's RL Agent](https://github.com/tadowney/ai_pacman).
18
+ - `dataset.csv` contains state-action pairs that match each frame to an action of either North, South, East, West, or Stop. There is also a column indicating whether a new game has started.
19
+ - `results.txt` contains the results of either `Win` or `Lose` for every game.