Add files using upload-large-folder tool
Browse files- README.md +20 -20
- artifacts/envs/1.0.1/linux/AgentArk-env-1.0.1-linux.zip +3 -0
- artifacts/envs/1.0.1/windows/AgentArk-env-1.0.1-windows.zip +3 -0
- manifest.json +4 -4
- registry/envs.jsonl +2 -0
- registry/releases/env-1.0.1.json +131 -0
- registry/tasks.jsonl +0 -0
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
task_categories:
|
| 4 |
-
- reinforcement-learning
|
| 5 |
-
- visual-question-answering
|
| 6 |
-
tags:
|
| 7 |
- unity
|
| 8 |
- mlagents
|
| 9 |
- multimodal-agents
|
|
@@ -17,18 +17,18 @@ Versioned runtime, task mods, and replay/evaluation records for AgentArk.
|
|
| 17 |
|
| 18 |
Consumers should read `manifest.json` and `registry/*.jsonl` instead of scanning directories.
|
| 19 |
|
| 20 |
-
Current release: `env-1.0`
|
| 21 |
-
Env version: `1.0`
|
| 22 |
-
Env artifacts: 2
|
| 23 |
-
Task artifacts: 64
|
| 24 |
-
Record artifacts: 53
|
| 25 |
-
|
| 26 |
-
## License
|
| 27 |
-
|
| 28 |
-
This dataset and the AgentArk runtime, task, and record artifacts in this repository are released under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0), unless otherwise noted.
|
| 29 |
-
|
| 30 |
-
The materials may be used, copied, modified, and redistributed for non-commercial academic research and educational purposes with appropriate attribution.
|
| 31 |
-
|
| 32 |
-
Commercial use, including use in commercial products, services, hosted platforms, paid evaluations, or proprietary training/evaluation pipelines, is not permitted without prior written authorization from the AgentArk authors.
|
| 33 |
-
|
| 34 |
-
Third-party components, including Unity runtime components and any bundled third-party assets or libraries, remain subject to their respective upstream licenses.
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- reinforcement-learning
|
| 5 |
+
- visual-question-answering
|
| 6 |
+
tags:
|
| 7 |
- unity
|
| 8 |
- mlagents
|
| 9 |
- multimodal-agents
|
|
|
|
| 17 |
|
| 18 |
Consumers should read `manifest.json` and `registry/*.jsonl` instead of scanning directories.
|
| 19 |
|
| 20 |
+
Current release: `env-1.0.1`
|
| 21 |
+
Env version: `1.0.1`
|
| 22 |
+
Env artifacts: 2
|
| 23 |
+
Task artifacts: 64
|
| 24 |
+
Record artifacts: 53
|
| 25 |
+
|
| 26 |
+
## License
|
| 27 |
+
|
| 28 |
+
This dataset and the AgentArk runtime, task, and record artifacts in this repository are released under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0), unless otherwise noted.
|
| 29 |
+
|
| 30 |
+
The materials may be used, copied, modified, and redistributed for non-commercial academic research and educational purposes with appropriate attribution.
|
| 31 |
+
|
| 32 |
+
Commercial use, including use in commercial products, services, hosted platforms, paid evaluations, or proprietary training/evaluation pipelines, is not permitted without prior written authorization from the AgentArk authors.
|
| 33 |
+
|
| 34 |
+
Third-party components, including Unity runtime components and any bundled third-party assets or libraries, remain subject to their respective upstream licenses.
|
artifacts/envs/1.0.1/linux/AgentArk-env-1.0.1-linux.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32eaed77a92231d886bc1060bc079a6adcf18567c5b327626d5952de04824134
|
| 3 |
+
size 86881422
|
artifacts/envs/1.0.1/windows/AgentArk-env-1.0.1-windows.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea553e04f74005788d463c595f513e61abc4dfd5d41c6dd59051cddc36d6cd52
|
| 3 |
+
size 77001190
|
manifest.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
{
|
| 2 |
"counts": {
|
| 3 |
-
"env_artifacts":
|
| 4 |
"record_artifacts": 53,
|
| 5 |
"task_artifacts": 64
|
| 6 |
},
|
| 7 |
-
"created_at": "2026-07-
|
| 8 |
-
"current_release": "env-1.0",
|
| 9 |
"layout_version": "1.0",
|
| 10 |
"registry": {
|
| 11 |
-
"current_release": "registry/releases/env-1.0.json",
|
| 12 |
"envs": "registry/envs.jsonl",
|
| 13 |
"records": "registry/records.jsonl",
|
| 14 |
"tasks": "registry/tasks.jsonl"
|
|
|
|
| 1 |
{
|
| 2 |
"counts": {
|
| 3 |
+
"env_artifacts": 4,
|
| 4 |
"record_artifacts": 53,
|
| 5 |
"task_artifacts": 64
|
| 6 |
},
|
| 7 |
+
"created_at": "2026-07-04T14:31:40+00:00",
|
| 8 |
+
"current_release": "env-1.0.1",
|
| 9 |
"layout_version": "1.0",
|
| 10 |
"registry": {
|
| 11 |
+
"current_release": "registry/releases/env-1.0.1.json",
|
| 12 |
"envs": "registry/envs.jsonl",
|
| 13 |
"records": "registry/records.jsonl",
|
| 14 |
"tasks": "registry/tasks.jsonl"
|
registry/envs.jsonl
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
{"archive_format": "zip", "bundled_task_config_count": 32, "bundled_task_dir_count": 32, "env_kind": "starter", "env_version": "1.0", "excluded_file_suffixes": [".pdb"], "excludes": ["AgentArk_BurstDebugInformation_DoNotShip", "RLActCode.txt", "Timers", "agentark_bulk_export_report.txt", "llm-gym_BurstDebugInformation_DoNotShip"], "included_task_ids": [0, 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, 28, 29, 33, 36, 37, 38], "kind": "env", "path": "artifacts/envs/1.0/windows/AgentArk-env-1.0-windows-starter.zip", "platform": "windows", "repo_id": "P90-RushB/AgentArk", "sha256": "c9466983fb0348c0a488113331d85ee36ef27cffac5db3b1e668cc906dfe6666", "size_bytes": 76970916, "source_file_count": 537, "source_path": "builds/windows", "source_size_bytes": 150538649}
|
| 2 |
{"archive_format": "zip", "bundled_task_config_count": 32, "bundled_task_dir_count": 32, "env_kind": "starter", "env_version": "1.0", "excluded_file_suffixes": [".pdb"], "excludes": ["AgentArk_BurstDebugInformation_DoNotShip", "RLActCode.txt", "Timers", "agentark_bulk_export_report.txt", "llm-gym_BurstDebugInformation_DoNotShip"], "included_task_ids": [0, 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, 28, 29, 33, 36, 37, 38], "kind": "env", "path": "artifacts/envs/1.0/linux/AgentArk-env-1.0-linux-starter.zip", "platform": "linux", "repo_id": "P90-RushB/AgentArk", "sha256": "a4258a3193303bf09f9f6bba6251f08362d4710187df07f156d154df00e7d2bd", "size_bytes": 86848772, "source_file_count": 535, "source_path": "builds/linux", "source_size_bytes": 174956536}
|
|
|
|
|
|
|
|
|
| 1 |
{"archive_format": "zip", "bundled_task_config_count": 32, "bundled_task_dir_count": 32, "env_kind": "starter", "env_version": "1.0", "excluded_file_suffixes": [".pdb"], "excludes": ["AgentArk_BurstDebugInformation_DoNotShip", "RLActCode.txt", "Timers", "agentark_bulk_export_report.txt", "llm-gym_BurstDebugInformation_DoNotShip"], "included_task_ids": [0, 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, 28, 29, 33, 36, 37, 38], "kind": "env", "path": "artifacts/envs/1.0/windows/AgentArk-env-1.0-windows-starter.zip", "platform": "windows", "repo_id": "P90-RushB/AgentArk", "sha256": "c9466983fb0348c0a488113331d85ee36ef27cffac5db3b1e668cc906dfe6666", "size_bytes": 76970916, "source_file_count": 537, "source_path": "builds/windows", "source_size_bytes": 150538649}
|
| 2 |
{"archive_format": "zip", "bundled_task_config_count": 32, "bundled_task_dir_count": 32, "env_kind": "starter", "env_version": "1.0", "excluded_file_suffixes": [".pdb"], "excludes": ["AgentArk_BurstDebugInformation_DoNotShip", "RLActCode.txt", "Timers", "agentark_bulk_export_report.txt", "llm-gym_BurstDebugInformation_DoNotShip"], "included_task_ids": [0, 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, 28, 29, 33, 36, 37, 38], "kind": "env", "path": "artifacts/envs/1.0/linux/AgentArk-env-1.0-linux-starter.zip", "platform": "linux", "repo_id": "P90-RushB/AgentArk", "sha256": "a4258a3193303bf09f9f6bba6251f08362d4710187df07f156d154df00e7d2bd", "size_bytes": 86848772, "source_file_count": 535, "source_path": "builds/linux", "source_size_bytes": 174956536}
|
| 3 |
+
{"archive_format": "zip", "archive_root": "AgentArk-env-1.0.1-windows", "bundled_task_config_count": 32, "bundled_task_dir_count": 32, "env_kind": "starter", "env_version": "1.0.1", "excluded_file_suffixes": [".pdb"], "excludes": ["AgentArk_BurstDebugInformation_DoNotShip", "RLActCode.txt", "Timers", "agentark_bulk_export_report.txt", "llm-gym_BurstDebugInformation_DoNotShip"], "included_task_ids": [0, 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, 28, 29, 33, 36, 37, 38], "kind": "env", "path": "artifacts/envs/1.0.1/windows/AgentArk-env-1.0.1-windows.zip", "platform": "windows", "repo_id": "P90-RushB/AgentArk", "sha256": "ea553e04f74005788d463c595f513e61abc4dfd5d41c6dd59051cddc36d6cd52", "size_bytes": 77001190, "source_file_count": 537, "source_path": "builds/windows", "source_size_bytes": 150531825}
|
| 4 |
+
{"archive_format": "zip", "archive_root": "AgentArk-env-1.0.1-linux", "bundled_task_config_count": 32, "bundled_task_dir_count": 32, "env_kind": "starter", "env_version": "1.0.1", "excluded_file_suffixes": [".pdb"], "excludes": ["AgentArk_BurstDebugInformation_DoNotShip", "RLActCode.txt", "Timers", "agentark_bulk_export_report.txt", "llm-gym_BurstDebugInformation_DoNotShip"], "included_task_ids": [0, 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, 28, 29, 33, 36, 37, 38], "kind": "env", "path": "artifacts/envs/1.0.1/linux/AgentArk-env-1.0.1-linux.zip", "platform": "linux", "repo_id": "P90-RushB/AgentArk", "sha256": "32eaed77a92231d886bc1060bc079a6adcf18567c5b327626d5952de04824134", "size_bytes": 86881422, "source_file_count": 535, "source_path": "builds/linux", "source_size_bytes": 174956536}
|
registry/releases/env-1.0.1.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"created_at": "2026-07-04T14:31:40+00:00",
|
| 3 |
+
"env_artifacts": [
|
| 4 |
+
"artifacts/envs/1.0.1/windows/AgentArk-env-1.0.1-windows.zip",
|
| 5 |
+
"artifacts/envs/1.0.1/linux/AgentArk-env-1.0.1-linux.zip"
|
| 6 |
+
],
|
| 7 |
+
"env_version": "1.0.1",
|
| 8 |
+
"record_artifacts": [
|
| 9 |
+
"artifacts/records/0000-0099/0010-AxleBoardAlignment3D/AxleBoardAlignment3D_axle_board_alignment_3d_seeds_1_5_human.jsonl",
|
| 10 |
+
"artifacts/records/0000-0099/0010-AxleBoardAlignment3D/AxleBoardAlignment3D_seed1_5.jsonl",
|
| 11 |
+
"artifacts/records/0000-0099/0010-AxleBoardAlignment3D/AxleBoardAlignment3D_seeds_1_5_human.jsonl",
|
| 12 |
+
"artifacts/records/0000-0099/0022-BlockWorldPathCopy3D/BlockWorldPathCopy3D_seed1_5.jsonl",
|
| 13 |
+
"artifacts/records/0000-0099/0022-BlockWorldPathCopy3D/BlockWorldPathCopy3D_seeds_1_5_human.jsonl",
|
| 14 |
+
"artifacts/records/0000-0099/0004-ColorFovCount/ColorFovCount_seed1_10_human.jsonl",
|
| 15 |
+
"artifacts/records/0000-0099/0004-ColorFovCount/ColorFovCount_seed1_5.jsonl",
|
| 16 |
+
"artifacts/records/0000-0099/0017-CraneStackTower2D/CraneStackTower2D_seed1_5.jsonl",
|
| 17 |
+
"artifacts/records/0000-0099/0024-DelayTrain/DelayTrain_seed1_5.jsonl",
|
| 18 |
+
"artifacts/records/0000-0099/0005-DoorSpin3Turns/DoorSpin3Turns_seed1_10_human.jsonl",
|
| 19 |
+
"artifacts/records/0000-0099/0005-DoorSpin3Turns/DoorSpin3Turns_seed1_5.jsonl",
|
| 20 |
+
"artifacts/records/0000-0099/0009-FishingJoy2D/FishingJoy2D_seed1_5.jsonl",
|
| 21 |
+
"artifacts/records/0000-0099/0009-FishingJoy2D/FishingJoy2D_seed1_5_human.jsonl",
|
| 22 |
+
"artifacts/records/0000-0099/0006-GoldMiner2D/GoldMiner2D_seed1_5.jsonl",
|
| 23 |
+
"artifacts/records/0000-0099/0006-GoldMiner2D/GoldMiner2D_seed1_5_human.jsonl",
|
| 24 |
+
"artifacts/records/0000-0099/0018-GrenadeClusterCalibration3D/GrenadeClusterCalibration3D_seed1_5.jsonl",
|
| 25 |
+
"artifacts/records/0000-0099/0029-GuiFilesMoveByRule/GuiFilesMoveByRule_seed1_5.jsonl",
|
| 26 |
+
"artifacts/records/0000-0099/0036-GuiImageNoteTranscription/GuiImageNoteTranscription_seed1_5.jsonl",
|
| 27 |
+
"artifacts/records/0000-0099/0037-GuiMapPlaceToMessage/GuiMapPlaceToMessage_seed1_5.jsonl",
|
| 28 |
+
"artifacts/records/0000-0099/0033-GuiMessageToCalendar/GuiMessageToCalendar_seed1_5.jsonl",
|
| 29 |
+
"artifacts/records/0000-0099/0028-GuiNotesChecklistCleanup/GuiNotesChecklistCleanup_seed1_5.jsonl",
|
| 30 |
+
"artifacts/records/0000-0099/0025-GuiSettingsQuickSwitch/GuiSettingsQuickSwitch_seed1_5.jsonl",
|
| 31 |
+
"artifacts/records/0000-0099/0038-GuiShoppingCartFromChat/GuiShoppingCartFromChat_seed1_5.jsonl",
|
| 32 |
+
"artifacts/records/0000-0099/0000-MarbleStop/MarbleStop_seeds_1_10.jsonl",
|
| 33 |
+
"artifacts/records/0000-0099/0000-MarbleStop/MarbleStop_seeds_1_10_human.jsonl",
|
| 34 |
+
"artifacts/records/0000-0099/0019-Match3ScoreGoal2D/Match3ScoreGoal2D_seed1_5.jsonl",
|
| 35 |
+
"artifacts/records/0000-0099/0019-Match3ScoreGoal2D/Match3ScoreGoal2D_seeds_1_5_human.jsonl",
|
| 36 |
+
"artifacts/records/0000-0099/0014-MirrorRelay2D/MirrorRelay2D_seed1_5.jsonl",
|
| 37 |
+
"artifacts/records/0000-0099/0014-MirrorRelay2D/MirrorRelay2D_seeds_1_5_human.jsonl",
|
| 38 |
+
"artifacts/records/0000-0099/0003-ObjectRotationMatch/ObjectRotationMatch_seed1_10_human.jsonl",
|
| 39 |
+
"artifacts/records/0000-0099/0003-ObjectRotationMatch/ObjectRotationMatch_seed1_5.jsonl",
|
| 40 |
+
"artifacts/records/0000-0099/0002-Pushbox/Pushbox_seed1_10.jsonl",
|
| 41 |
+
"artifacts/records/0000-0099/0002-Pushbox/Pushbox_seeds_1_10_human.jsonl",
|
| 42 |
+
"artifacts/records/0000-0099/0023-RotationSpeedSort3D/RotationSpeedSort3D_seed1_5.jsonl",
|
| 43 |
+
"artifacts/records/0000-0099/0023-RotationSpeedSort3D/RotationSpeedSort3D_seeds_1_5_human.jsonl",
|
| 44 |
+
"artifacts/records/0000-0099/0001-Snake/Snake_seeds_1_10.jsonl",
|
| 45 |
+
"artifacts/records/0000-0099/0001-Snake/Snake_seeds_1_10_human.jsonl",
|
| 46 |
+
"artifacts/records/0000-0099/0016-SpatialRelationAxisOrder3D/SpatialRelationAxisOrder3D_seed1_5.jsonl",
|
| 47 |
+
"artifacts/records/0000-0099/0016-SpatialRelationAxisOrder3D/SpatialRelationAxisOrder3D_seeds_1_5_human.jsonl",
|
| 48 |
+
"artifacts/records/0000-0099/0015-SpatialRelationMatch3D/SpatialRelationMatch3D_seed1_5.jsonl",
|
| 49 |
+
"artifacts/records/0000-0099/0015-SpatialRelationMatch3D/SpatialRelationMatch3D_seeds_1_5_human.jsonl",
|
| 50 |
+
"artifacts/records/0000-0099/0021-StarterRouteJump3D/StarterRouteJump3D_seed1_5.jsonl",
|
| 51 |
+
"artifacts/records/0000-0099/0021-StarterRouteJump3D/StarterRouteJump3D_seeds_1_5_human.jsonl",
|
| 52 |
+
"artifacts/records/0000-0099/0007-StickBridgeEstimate2D/StickBridgeEstimate2D_seed1_5.jsonl",
|
| 53 |
+
"artifacts/records/0000-0099/0007-StickBridgeEstimate2D/StickBridgeEstimate2D_seed1_5_human.jsonl",
|
| 54 |
+
"artifacts/records/0000-0099/0012-Tetris/Tetris_seed1_5.jsonl",
|
| 55 |
+
"artifacts/records/0000-0099/0012-Tetris/Tetris_seeds_1_5_human.jsonl",
|
| 56 |
+
"artifacts/records/0000-0099/0013-TetrisHard/TetrisHard_seed1_5.jsonl",
|
| 57 |
+
"artifacts/records/0000-0099/0013-TetrisHard/TetrisHard_seeds_1_5_human.jsonl",
|
| 58 |
+
"artifacts/records/0000-0099/0011-TightropeSprint3D/TightropeSprint3D_seed1_5.jsonl",
|
| 59 |
+
"artifacts/records/0000-0099/0011-TightropeSprint3D/TightropeSprint3D_seeds_1_5_human.jsonl",
|
| 60 |
+
"artifacts/records/0000-0099/0008-ZigzagPillarJump3D/ZigzagPillarJump3D_seed1_5.jsonl",
|
| 61 |
+
"artifacts/records/0000-0099/0008-ZigzagPillarJump3D/ZigzagPillarJump3D_seed1_5_human.jsonl"
|
| 62 |
+
],
|
| 63 |
+
"release_id": "env-1.0.1",
|
| 64 |
+
"repo_id": "P90-RushB/AgentArk",
|
| 65 |
+
"task_artifacts": [
|
| 66 |
+
"artifacts/tasks/0000-0099/0010-AxleBoardAlignment3D/task-v1/env-1.0/windows/AxleBoardAlignment3D-task-v1-env-1.0-windows.zip",
|
| 67 |
+
"artifacts/tasks/0000-0099/0022-BlockWorldPathCopy3D/task-v1/env-1.0/windows/BlockWorldPathCopy3D-task-v1-env-1.0-windows.zip",
|
| 68 |
+
"artifacts/tasks/0000-0099/0004-ColorFovCount/task-v1/env-1.0/windows/ColorFovCount-task-v1-env-1.0-windows.zip",
|
| 69 |
+
"artifacts/tasks/0000-0099/0017-CraneStackTower2D/task-v1/env-1.0/windows/CraneStackTower2D-task-v1-env-1.0-windows.zip",
|
| 70 |
+
"artifacts/tasks/0000-0099/0024-DelayTrain/task-v1/env-1.0/windows/DelayTrain-task-v1-env-1.0-windows.zip",
|
| 71 |
+
"artifacts/tasks/0000-0099/0005-DoorSpin3Turns/task-v1/env-1.0/windows/DoorSpin3Turns-task-v1-env-1.0-windows.zip",
|
| 72 |
+
"artifacts/tasks/0000-0099/0009-FishingJoy2D/task-v1/env-1.0/windows/FishingJoy2D-task-v1-env-1.0-windows.zip",
|
| 73 |
+
"artifacts/tasks/0000-0099/0006-GoldMiner2D/task-v1/env-1.0/windows/GoldMiner2D-task-v1-env-1.0-windows.zip",
|
| 74 |
+
"artifacts/tasks/0000-0099/0018-GrenadeClusterCalibration3D/task-v1/env-1.0/windows/GrenadeClusterCalibration3D-task-v1-env-1.0-windows.zip",
|
| 75 |
+
"artifacts/tasks/0000-0099/0029-GuiFilesMoveByRule/task-v1/env-1.0/windows/GuiFilesMoveByRule-task-v1-env-1.0-windows.zip",
|
| 76 |
+
"artifacts/tasks/0000-0099/0036-GuiImageNoteTranscription/task-v1/env-1.0/windows/GuiImageNoteTranscription-task-v1-env-1.0-windows.zip",
|
| 77 |
+
"artifacts/tasks/0000-0099/0037-GuiMapPlaceToMessage/task-v1/env-1.0/windows/GuiMapPlaceToMessage-task-v1-env-1.0-windows.zip",
|
| 78 |
+
"artifacts/tasks/0000-0099/0033-GuiMessageToCalendar/task-v1/env-1.0/windows/GuiMessageToCalendar-task-v1-env-1.0-windows.zip",
|
| 79 |
+
"artifacts/tasks/0000-0099/0028-GuiNotesChecklistCleanup/task-v1/env-1.0/windows/GuiNotesChecklistCleanup-task-v1-env-1.0-windows.zip",
|
| 80 |
+
"artifacts/tasks/0000-0099/0025-GuiSettingsQuickSwitch/task-v1/env-1.0/windows/GuiSettingsQuickSwitch-task-v1-env-1.0-windows.zip",
|
| 81 |
+
"artifacts/tasks/0000-0099/0038-GuiShoppingCartFromChat/task-v1/env-1.0/windows/GuiShoppingCartFromChat-task-v1-env-1.0-windows.zip",
|
| 82 |
+
"artifacts/tasks/0000-0099/0000-MarbleStop/task-v1/env-1.0/windows/MarbleStop-task-v1-env-1.0-windows.zip",
|
| 83 |
+
"artifacts/tasks/0000-0099/0019-Match3ScoreGoal2D/task-v1/env-1.0/windows/Match3ScoreGoal2D-task-v1-env-1.0-windows.zip",
|
| 84 |
+
"artifacts/tasks/0000-0099/0014-MirrorRelay2D/task-v1/env-1.0/windows/MirrorRelay2D-task-v1-env-1.0-windows.zip",
|
| 85 |
+
"artifacts/tasks/0000-0099/0003-ObjectRotationMatch/task-v1/env-1.0/windows/ObjectRotationMatch-task-v1-env-1.0-windows.zip",
|
| 86 |
+
"artifacts/tasks/0000-0099/0002-Pushbox/task-v1/env-1.0/windows/Pushbox-task-v1-env-1.0-windows.zip",
|
| 87 |
+
"artifacts/tasks/0000-0099/0020-Reach2048Tile2D/task-v1/env-1.0/windows/Reach2048Tile2D-task-v1-env-1.0-windows.zip",
|
| 88 |
+
"artifacts/tasks/0000-0099/0023-RotationSpeedSort3D/task-v1/env-1.0/windows/RotationSpeedSort3D-task-v1-env-1.0-windows.zip",
|
| 89 |
+
"artifacts/tasks/0000-0099/0001-Snake/task-v1/env-1.0/windows/Snake-task-v1-env-1.0-windows.zip",
|
| 90 |
+
"artifacts/tasks/0000-0099/0016-SpatialRelationAxisOrder3D/task-v1/env-1.0/windows/SpatialRelationAxisOrder3D-task-v1-env-1.0-windows.zip",
|
| 91 |
+
"artifacts/tasks/0000-0099/0015-SpatialRelationMatch3D/task-v1/env-1.0/windows/SpatialRelationMatch3D-task-v1-env-1.0-windows.zip",
|
| 92 |
+
"artifacts/tasks/0000-0099/0021-StarterRouteJump3D/task-v1/env-1.0/windows/StarterRouteJump3D-task-v1-env-1.0-windows.zip",
|
| 93 |
+
"artifacts/tasks/0000-0099/0007-StickBridgeEstimate2D/task-v1/env-1.0/windows/StickBridgeEstimate2D-task-v1-env-1.0-windows.zip",
|
| 94 |
+
"artifacts/tasks/0000-0099/0012-Tetris/task-v1/env-1.0/windows/Tetris-task-v1-env-1.0-windows.zip",
|
| 95 |
+
"artifacts/tasks/0000-0099/0013-TetrisHard/task-v1/env-1.0/windows/TetrisHard-task-v1-env-1.0-windows.zip",
|
| 96 |
+
"artifacts/tasks/0000-0099/0011-TightropeSprint3D/task-v1/env-1.0/windows/TightropeSprint3D-task-v1-env-1.0-windows.zip",
|
| 97 |
+
"artifacts/tasks/0000-0099/0008-ZigzagPillarJump3D/task-v1/env-1.0/windows/ZigzagPillarJump3D-task-v1-env-1.0-windows.zip",
|
| 98 |
+
"artifacts/tasks/0000-0099/0010-AxleBoardAlignment3D/task-v1/env-1.0/linux/AxleBoardAlignment3D-task-v1-env-1.0-linux.zip",
|
| 99 |
+
"artifacts/tasks/0000-0099/0022-BlockWorldPathCopy3D/task-v1/env-1.0/linux/BlockWorldPathCopy3D-task-v1-env-1.0-linux.zip",
|
| 100 |
+
"artifacts/tasks/0000-0099/0004-ColorFovCount/task-v1/env-1.0/linux/ColorFovCount-task-v1-env-1.0-linux.zip",
|
| 101 |
+
"artifacts/tasks/0000-0099/0017-CraneStackTower2D/task-v1/env-1.0/linux/CraneStackTower2D-task-v1-env-1.0-linux.zip",
|
| 102 |
+
"artifacts/tasks/0000-0099/0024-DelayTrain/task-v1/env-1.0/linux/DelayTrain-task-v1-env-1.0-linux.zip",
|
| 103 |
+
"artifacts/tasks/0000-0099/0005-DoorSpin3Turns/task-v1/env-1.0/linux/DoorSpin3Turns-task-v1-env-1.0-linux.zip",
|
| 104 |
+
"artifacts/tasks/0000-0099/0009-FishingJoy2D/task-v1/env-1.0/linux/FishingJoy2D-task-v1-env-1.0-linux.zip",
|
| 105 |
+
"artifacts/tasks/0000-0099/0006-GoldMiner2D/task-v1/env-1.0/linux/GoldMiner2D-task-v1-env-1.0-linux.zip",
|
| 106 |
+
"artifacts/tasks/0000-0099/0018-GrenadeClusterCalibration3D/task-v1/env-1.0/linux/GrenadeClusterCalibration3D-task-v1-env-1.0-linux.zip",
|
| 107 |
+
"artifacts/tasks/0000-0099/0029-GuiFilesMoveByRule/task-v1/env-1.0/linux/GuiFilesMoveByRule-task-v1-env-1.0-linux.zip",
|
| 108 |
+
"artifacts/tasks/0000-0099/0036-GuiImageNoteTranscription/task-v1/env-1.0/linux/GuiImageNoteTranscription-task-v1-env-1.0-linux.zip",
|
| 109 |
+
"artifacts/tasks/0000-0099/0037-GuiMapPlaceToMessage/task-v1/env-1.0/linux/GuiMapPlaceToMessage-task-v1-env-1.0-linux.zip",
|
| 110 |
+
"artifacts/tasks/0000-0099/0033-GuiMessageToCalendar/task-v1/env-1.0/linux/GuiMessageToCalendar-task-v1-env-1.0-linux.zip",
|
| 111 |
+
"artifacts/tasks/0000-0099/0028-GuiNotesChecklistCleanup/task-v1/env-1.0/linux/GuiNotesChecklistCleanup-task-v1-env-1.0-linux.zip",
|
| 112 |
+
"artifacts/tasks/0000-0099/0025-GuiSettingsQuickSwitch/task-v1/env-1.0/linux/GuiSettingsQuickSwitch-task-v1-env-1.0-linux.zip",
|
| 113 |
+
"artifacts/tasks/0000-0099/0038-GuiShoppingCartFromChat/task-v1/env-1.0/linux/GuiShoppingCartFromChat-task-v1-env-1.0-linux.zip",
|
| 114 |
+
"artifacts/tasks/0000-0099/0000-MarbleStop/task-v1/env-1.0/linux/MarbleStop-task-v1-env-1.0-linux.zip",
|
| 115 |
+
"artifacts/tasks/0000-0099/0019-Match3ScoreGoal2D/task-v1/env-1.0/linux/Match3ScoreGoal2D-task-v1-env-1.0-linux.zip",
|
| 116 |
+
"artifacts/tasks/0000-0099/0014-MirrorRelay2D/task-v1/env-1.0/linux/MirrorRelay2D-task-v1-env-1.0-linux.zip",
|
| 117 |
+
"artifacts/tasks/0000-0099/0003-ObjectRotationMatch/task-v1/env-1.0/linux/ObjectRotationMatch-task-v1-env-1.0-linux.zip",
|
| 118 |
+
"artifacts/tasks/0000-0099/0002-Pushbox/task-v1/env-1.0/linux/Pushbox-task-v1-env-1.0-linux.zip",
|
| 119 |
+
"artifacts/tasks/0000-0099/0020-Reach2048Tile2D/task-v1/env-1.0/linux/Reach2048Tile2D-task-v1-env-1.0-linux.zip",
|
| 120 |
+
"artifacts/tasks/0000-0099/0023-RotationSpeedSort3D/task-v1/env-1.0/linux/RotationSpeedSort3D-task-v1-env-1.0-linux.zip",
|
| 121 |
+
"artifacts/tasks/0000-0099/0001-Snake/task-v1/env-1.0/linux/Snake-task-v1-env-1.0-linux.zip",
|
| 122 |
+
"artifacts/tasks/0000-0099/0016-SpatialRelationAxisOrder3D/task-v1/env-1.0/linux/SpatialRelationAxisOrder3D-task-v1-env-1.0-linux.zip",
|
| 123 |
+
"artifacts/tasks/0000-0099/0015-SpatialRelationMatch3D/task-v1/env-1.0/linux/SpatialRelationMatch3D-task-v1-env-1.0-linux.zip",
|
| 124 |
+
"artifacts/tasks/0000-0099/0021-StarterRouteJump3D/task-v1/env-1.0/linux/StarterRouteJump3D-task-v1-env-1.0-linux.zip",
|
| 125 |
+
"artifacts/tasks/0000-0099/0007-StickBridgeEstimate2D/task-v1/env-1.0/linux/StickBridgeEstimate2D-task-v1-env-1.0-linux.zip",
|
| 126 |
+
"artifacts/tasks/0000-0099/0012-Tetris/task-v1/env-1.0/linux/Tetris-task-v1-env-1.0-linux.zip",
|
| 127 |
+
"artifacts/tasks/0000-0099/0013-TetrisHard/task-v1/env-1.0/linux/TetrisHard-task-v1-env-1.0-linux.zip",
|
| 128 |
+
"artifacts/tasks/0000-0099/0011-TightropeSprint3D/task-v1/env-1.0/linux/TightropeSprint3D-task-v1-env-1.0-linux.zip",
|
| 129 |
+
"artifacts/tasks/0000-0099/0008-ZigzagPillarJump3D/task-v1/env-1.0/linux/ZigzagPillarJump3D-task-v1-env-1.0-linux.zip"
|
| 130 |
+
]
|
| 131 |
+
}
|
registry/tasks.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|