Update README.md
Browse files
README.md
CHANGED
|
@@ -65,9 +65,7 @@ config_name: default
|
|
| 65 |
# ARACHNID RL Dataset
|
| 66 |
|
| 67 |
This dataset contains reinforcement learning transitions collected from human gameplay of ARACHNID RL, a 2D Atari-inspired space shooter.
|
| 68 |
-
It contains about 2,831 samples of human gameplay data from a simple Atari-inspired space shooter game.
|
| 69 |
-
|
| 70 |
-
Players control a spider-like ship to shoot asteroids and aliens while collecting diamonds. To build your
|
| 71 |
own datasets download the ARACHNID RL file in the /gym/ folder of this repo. The game features desktop keyboard
|
| 72 |
and mobile oneclick browser support. The dataset is designed for RL research, such as training agents via imitation
|
| 73 |
learning or behavioral cloning from human demonstrations.
|
|
@@ -75,9 +73,7 @@ learning or behavioral cloning from human demonstrations.
|
|
| 75 |
### Dataset Structure
|
| 76 |
|
| 77 |
The main dataset is in `data/train.jsonl` in JSON Lines format. 1.83 MB, stored primarily as a JSON Lines file (train.jsonl),
|
| 78 |
-
with an auto-converted Parquet version for efficient loading.
|
| 79 |
-
|
| 80 |
-
Each entry represents a single transition, including timestamp, session/player ID, event type (e.g., shoot, move, game_start, destroy_alien), action
|
| 81 |
taken (e.g., left, right, shoot), reward (e.g., +15 for collecting diamonds), done flag, current state (as JSON with position, velocity, score, lives, nearby
|
| 82 |
objects, etc.), next state, and event details.
|
| 83 |
|
|
|
|
| 65 |
# ARACHNID RL Dataset
|
| 66 |
|
| 67 |
This dataset contains reinforcement learning transitions collected from human gameplay of ARACHNID RL, a 2D Atari-inspired space shooter.
|
| 68 |
+
It contains about 2,831 samples of human gameplay data from a simple Atari-inspired space shooter game. Players control a spider-like ship to shoot asteroids and aliens while collecting diamonds. To build your
|
|
|
|
|
|
|
| 69 |
own datasets download the ARACHNID RL file in the /gym/ folder of this repo. The game features desktop keyboard
|
| 70 |
and mobile oneclick browser support. The dataset is designed for RL research, such as training agents via imitation
|
| 71 |
learning or behavioral cloning from human demonstrations.
|
|
|
|
| 73 |
### Dataset Structure
|
| 74 |
|
| 75 |
The main dataset is in `data/train.jsonl` in JSON Lines format. 1.83 MB, stored primarily as a JSON Lines file (train.jsonl),
|
| 76 |
+
with an auto-converted Parquet version for efficient loading. Each entry represents a single transition, including timestamp, session/player ID, event type (e.g., shoot, move, game_start, destroy_alien), action
|
|
|
|
|
|
|
| 77 |
taken (e.g., left, right, shoot), reward (e.g., +15 for collecting diamonds), done flag, current state (as JSON with position, velocity, score, lives, nearby
|
| 78 |
objects, etc.), next state, and event details.
|
| 79 |
|