webxos commited on
Commit
aae3ec8
·
verified ·
1 Parent(s): ebd842b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -1
README.md CHANGED
@@ -1,5 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Space Zombies RL Dataset
2
 
 
 
3
  ## Overview
4
  Mouse behavior dataset collected from the Space Zombies RL game. Contains 896 samples of mouse movements, clicks, and game state transitions.
5
 
@@ -27,4 +78,4 @@ Mouse behavior dataset collected from the Space Zombies RL game. Contains 896 sa
27
  MIT License - See metadata.yaml for details
28
 
29
  ## Contact
30
- webXOS Research 2026
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - reinforcement-learning
5
+ - robotics
6
+ - visual-question-answering
7
+ tags:
8
+ - stable-baselines3
9
+ - cleanrl
10
+ - ray-rllib
11
+ - gymnasium
12
+ - rlhf
13
+ - games
14
+ - imitation-learning
15
+ - behavioral-cloning
16
+ - human-demonstrations
17
+ - continuous-control
18
+ - trajectory-data
19
+ - Human-in-the-loop
20
+ - Control Modality
21
+ - Action Space
22
+ ---
23
+
24
+ <div style="
25
+ background: #00FF00;
26
+ border-left: 4px solid #00FF00;
27
+ padding: 1.5rem;
28
+ margin: 2rem 0;
29
+ font-family: 'Fira Code', 'Courier New', monospace;
30
+ color: #00FF00;
31
+ border-radius: 0 8px 8px 0;
32
+ ">
33
+ <pre style="
34
+ font-size: 12px;
35
+ line-height: 1.2;
36
+ margin: 0;
37
+ overflow-x: auto;
38
+ color: #00FF00;
39
+ ">
40
+ ___________ ___ _____ _____ ______________ _________ _____ _____ _____
41
+ / ___| ___ \/ _ \/ __ \| ___| |___ / _ | \/ || ___ \_ _| ___/ ___|
42
+ \ `--.| |_/ / /_\ \ / \/| |__ / /| | | | . . || |_/ / | | | |__ \ `--.
43
+ `--. \ __/| _ | | | __| / / | | | | |\/| || ___ \ | | | __| `--. \
44
+ /\__/ / | | | | | \__/\| |___ ./ /__\ \_/ / | | || |_/ /_| |_| |___/\__/ /
45
+ \____/\_| \_| |_/\____/\____/ \_____/\___/\_| |_/\____/ \___/\____/\____/
46
+
47
+ </div>
48
+
49
+
50
  # Space Zombies RL Dataset
51
 
52
+ *game data was recorded with the SPACE ZOMBIES game by webXOS in the /gym/ folder*
53
+
54
  ## Overview
55
  Mouse behavior dataset collected from the Space Zombies RL game. Contains 896 samples of mouse movements, clicks, and game state transitions.
56
 
 
78
  MIT License - See metadata.yaml for details
79
 
80
  ## Contact
81
+ webXOS Research 2026