Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,21 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
This dataset contains screenshots captured during gameplay of "Ghost Hunter" (8-bit FPS). Each image corresponds to a moment when the player successfully destroyed a ghost with the precision auto-fire. The dataset is intended for reinforcement learning from human feedback (RLHF) tasks, such as training a preference model to distinguish between "good" and "bad" shots.
|
| 4 |
|
|
@@ -19,4 +36,4 @@ Use this dataset to fine-tune vision-language models or as a reward model input
|
|
| 19 |
|
| 20 |
## License
|
| 21 |
|
| 22 |
-
CC0 (public domain) - feel free to use for any purpose.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- visual-question-answering
|
| 5 |
+
- image-classification
|
| 6 |
+
- reinforcement-learning
|
| 7 |
+
tags:
|
| 8 |
+
- rlhf
|
| 9 |
+
- rl
|
| 10 |
+
- preference-modeling
|
| 11 |
+
- vision-language
|
| 12 |
+
- multimodal
|
| 13 |
+
- gym
|
| 14 |
+
- game
|
| 15 |
+
- gameplay
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Ghost Hunter RLHF Dataset
|
| 19 |
|
| 20 |
This dataset contains screenshots captured during gameplay of "Ghost Hunter" (8-bit FPS). Each image corresponds to a moment when the player successfully destroyed a ghost with the precision auto-fire. The dataset is intended for reinforcement learning from human feedback (RLHF) tasks, such as training a preference model to distinguish between "good" and "bad" shots.
|
| 21 |
|
|
|
|
| 36 |
|
| 37 |
## License
|
| 38 |
|
| 39 |
+
CC0 (public domain) - feel free to use for any purpose.
|