Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ configs:
|
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
-
path:
|
| 7 |
task_categories:
|
| 8 |
- other
|
| 9 |
language:
|
|
@@ -11,13 +11,17 @@ language:
|
|
| 11 |
tags:
|
| 12 |
- computer-use
|
| 13 |
- ui-testing
|
| 14 |
-
pretty_name:
|
| 15 |
---
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |

|
| 20 |
|
| 21 |
-
For full details on running
|
| 22 |
- [Dojo, an environment hub for computer use agents](https://trydojo.ai/)
|
| 23 |
-
- [Docs](https://docs.trydojo.ai/)
|
|
|
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
+
path: tasks/**/*.json
|
| 7 |
task_categories:
|
| 8 |
- other
|
| 9 |
language:
|
|
|
|
| 11 |
tags:
|
| 12 |
- computer-use
|
| 13 |
- ui-testing
|
| 14 |
+
pretty_name: Dojo Bench Mini
|
| 15 |
---
|
| 16 |
|
| 17 |
+
Dojo-Bench-Mini is a small public bench containing tasks for running computer use agents against "mocked" productivity software and games. These include:
|
| 18 |
+
- Linear
|
| 19 |
+
- LinkedIn
|
| 20 |
+
- Tic-Tac-Toe
|
| 21 |
+
- 2048
|
| 22 |
|
| 23 |

|
| 24 |
|
| 25 |
+
For full details on running this benchmark, check-out:
|
| 26 |
- [Dojo, an environment hub for computer use agents](https://trydojo.ai/)
|
| 27 |
+
- [Docs](https://docs.trydojo.ai/)
|