Upload metadata.json with huggingface_hub
Browse files- metadata.json +37 -0
metadata.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action_labels": {
|
| 3 |
+
"0": {
|
| 4 |
+
"0": "NOOP",
|
| 5 |
+
"1": "FIRE",
|
| 6 |
+
"2": "RIGHT",
|
| 7 |
+
"3": "LEFT",
|
| 8 |
+
"4": "RIGHTFIRE",
|
| 9 |
+
"5": "LEFTFIRE"
|
| 10 |
+
}
|
| 11 |
+
},
|
| 12 |
+
"checkpoint_root": "/inspire/hdd/global_user/liumingyu-253208120284/lzj/latency-sensitive-bench/checkpoints",
|
| 13 |
+
"collector_mode": "batched",
|
| 14 |
+
"dataset_mode": "fixed_latency",
|
| 15 |
+
"decision_period_ms": 66.66666666666667,
|
| 16 |
+
"deterministic": true,
|
| 17 |
+
"env_name": "demon_attack",
|
| 18 |
+
"export_image_size": null,
|
| 19 |
+
"image_source": "render",
|
| 20 |
+
"image_writer_workers": 16,
|
| 21 |
+
"jitter_latency": null,
|
| 22 |
+
"latencies": [
|
| 23 |
+
{
|
| 24 |
+
"best_checkpoint": "best_000097664_50003968_reward_114787.100.pth",
|
| 25 |
+
"episode_count": 100,
|
| 26 |
+
"experiment_dir": "/inspire/hdd/global_user/liumingyu-253208120284/lzj/latency-sensitive-bench/checkpoints/demon_attack_sf_same_latency_l0_seed0",
|
| 27 |
+
"latency": 0,
|
| 28 |
+
"latency_ms": 0.0,
|
| 29 |
+
"val_episode_count": 20
|
| 30 |
+
}
|
| 31 |
+
],
|
| 32 |
+
"max_steps_per_episode": 3600,
|
| 33 |
+
"mixed_prompt_template": "{prompt} Your actions take {latency_ms} milliseconds to take effect. Choose the best next action while accounting for the delay.",
|
| 34 |
+
"num_envs": 64,
|
| 35 |
+
"prompt": "You are playing Demon Attack from a single game image. Choose exactly one action from: NOOP, FIRE, RIGHT, LEFT, RIGHTFIRE, LEFTFIRE. Survive, avoid enemy fire, and shoot enemies to maximize score.",
|
| 36 |
+
"row_buffer_size": 8192
|
| 37 |
+
}
|