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

Create README.md

Browse files

This dataset contains state-action pairs of three different Pacman levels, each located in its own tar.gz.
Each `tar.gz` contains `output/`, `dataset.csv`, and `results.txt`.
`output/` contains all the images/frames generated by an RL agent based on [Taylor Downey's RL Agent](https://github.com/tadowney/ai_pacman).
`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.
`results.txt` contains the results of either `Win` or `Lose` for every game.

Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - reinforcement-learning
5
+ tags:
6
+ - GWM
7
+ - Pacman
8
+ size_categories:
9
+ - 10B<n<100B
10
+ language:
11
+ - en
12
+ ---