File size: 4,655 Bytes
bac5d39 | 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 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | {
"action_labels": {
"0": {
"0": "NOOP",
"1": "FIRE",
"2": "RIGHT",
"3": "LEFT",
"4": "RIGHTFIRE",
"5": "LEFTFIRE"
},
"1": {
"0": "NOOP",
"1": "FIRE",
"2": "RIGHT",
"3": "LEFT",
"4": "RIGHTFIRE",
"5": "LEFTFIRE"
},
"2": {
"0": "NOOP",
"1": "FIRE",
"2": "RIGHT",
"3": "LEFT",
"4": "RIGHTFIRE",
"5": "LEFTFIRE"
},
"3": {
"0": "NOOP",
"1": "FIRE",
"2": "RIGHT",
"3": "LEFT",
"4": "RIGHTFIRE",
"5": "LEFTFIRE"
},
"4": {
"0": "NOOP",
"1": "FIRE",
"2": "RIGHT",
"3": "LEFT",
"4": "RIGHTFIRE",
"5": "LEFTFIRE"
},
"5": {
"0": "NOOP",
"1": "FIRE",
"2": "RIGHT",
"3": "LEFT",
"4": "RIGHTFIRE",
"5": "LEFTFIRE"
},
"6": {
"0": "NOOP",
"1": "FIRE",
"2": "RIGHT",
"3": "LEFT",
"4": "RIGHTFIRE",
"5": "LEFTFIRE"
},
"7": {
"0": "NOOP",
"1": "FIRE",
"2": "RIGHT",
"3": "LEFT",
"4": "RIGHTFIRE",
"5": "LEFTFIRE"
}
},
"checkpoint_root": "/inspire/hdd/global_user/liumingyu-253208120284/lzj/latency-sensitive-bench/checkpoints",
"dataset_mode": "mixed_latency",
"decision_period_ms": 66.66666666666667,
"deterministic": true,
"env_name": "demon_attack",
"export_image_size": null,
"latencies": [
{
"best_checkpoint": "best_000097664_50003968_reward_114787.100.pth",
"episode_count": 50,
"experiment_dir": "/inspire/hdd/global_user/liumingyu-253208120284/lzj/latency-sensitive-bench/checkpoints/demon_attack_sf_same_latency_l0_seed0",
"latency": 0,
"latency_ms": 0.0,
"val_episode_count": 10
},
{
"best_checkpoint": "best_000097428_49883136_reward_93636.750.pth",
"episode_count": 50,
"experiment_dir": "/inspire/hdd/global_user/liumingyu-253208120284/lzj/latency-sensitive-bench/checkpoints/demon_attack_sf_same_latency_l1_seed0",
"latency": 1,
"latency_ms": 66.66666666666667,
"val_episode_count": 10
},
{
"best_checkpoint": "best_000093840_48046080_reward_18534.100.pth",
"episode_count": 50,
"experiment_dir": "/inspire/hdd/global_user/liumingyu-253208120284/lzj/latency-sensitive-bench/checkpoints/demon_attack_sf_same_latency_l2_seed0",
"latency": 2,
"latency_ms": 133.33333333333334,
"val_episode_count": 10
},
{
"best_checkpoint": "best_000096984_49655808_reward_7203.000.pth",
"episode_count": 50,
"experiment_dir": "/inspire/hdd/global_user/liumingyu-253208120284/lzj/latency-sensitive-bench/checkpoints/demon_attack_sf_same_latency_l3_seed0",
"latency": 3,
"latency_ms": 200.0,
"val_episode_count": 10
},
{
"best_checkpoint": "best_000097024_49676288_reward_5259.750.pth",
"episode_count": 50,
"experiment_dir": "/inspire/hdd/global_user/liumingyu-253208120284/lzj/latency-sensitive-bench/checkpoints/demon_attack_sf_same_latency_l4_seed0",
"latency": 4,
"latency_ms": 266.6666666666667,
"val_episode_count": 10
},
{
"best_checkpoint": "best_000091932_47069184_reward_3790.350.pth",
"episode_count": 50,
"experiment_dir": "/inspire/hdd/global_user/liumingyu-253208120284/lzj/latency-sensitive-bench/checkpoints/demon_attack_sf_same_latency_l5_seed0",
"latency": 5,
"latency_ms": 333.33333333333337,
"val_episode_count": 10
},
{
"best_checkpoint": "best_000094948_48613376_reward_3275.250.pth",
"episode_count": 50,
"experiment_dir": "/inspire/hdd/global_user/liumingyu-253208120284/lzj/latency-sensitive-bench/checkpoints/demon_attack_sf_same_latency_l6_seed0",
"latency": 6,
"latency_ms": 400.0,
"val_episode_count": 10
},
{
"best_checkpoint": "best_000074392_38088704_reward_2809.500.pth",
"episode_count": 50,
"experiment_dir": "/inspire/hdd/global_user/liumingyu-253208120284/lzj/latency-sensitive-bench/checkpoints/demon_attack_sf_same_latency_l7_seed0",
"latency": 7,
"latency_ms": 466.6666666666667,
"val_episode_count": 10
}
],
"max_steps_per_episode": 3600,
"mixed_prompt_template": "{prompt} Your actions take {latency_ms} milliseconds to take effect. Choose the best next action while accounting for the delay.",
"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."
}
|