File size: 1,841 Bytes
0c9d3b8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | ---
license: mit
task_categories:
- reinforcement-learning
- human-computer-interaction
task_ids:
- mouse-behavior-modeling
- rl-from-demonstration
language:
- en
size_categories:
- n<1K
tags:
- mouse-input
- human-in-the-loop
- reinforcement-learning
- webxos-2026
- space-zombies-rl
pretty_name: "Space Zombies RL Mouse Behavior Dataset"
dataset_info:
features:
- name: state
dtype:
playerHealth: float32
playerPosition:
x: float32
z: float32
zombiesCount: int32
wave: int32
datasetLevel: int32
- name: action
dtype: string
- name: reward
dtype: float32
- name: next_state
dtype:
playerHealth: float32
playerPosition:
x: float32
z: float32
zombiesCount: int32
wave: int32
datasetLevel: int32
- name: done
dtype: bool
- name: timestamp
dtype: int64
splits:
train:
num_examples: 716
test:
num_examples: 179
---
# Space Zombies RL Mouse Behavior Dataset
This dataset contains mouse interaction data collected from the "Space Zombies RL" game, designed for reinforcement learning research on human input patterns.
## Dataset Description
- **Total Samples**: 896
- **Collection Date**: 2026-01-05
- **Game Version**: Space Zombies RL v1.0 by webXOS 2026
- **Purpose**: RL training from human demonstrations, mouse behavior modeling, adaptive interface research
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("your-username/space-zombies-rl")
```
## Citation
If you use this dataset in your research, please cite:
```
@dataset{space_zombies_rl_2026,
title={Space Zombies RL Mouse Behavior Dataset},
author={webXOS Research},
year={2026},
publisher={Hugging Face}
}
```
|