File size: 1,109 Bytes
749a849
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "action_labels": {
    "1": {
      "0": "NOOP",
      "1": "FLAP"
    }
  },
  "checkpoint_root": "/workspace/latency-sensitive-bench/checkpoints",
  "collector_mode": "batched",
  "dataset_mode": "fixed_latency",
  "decision_period_ms": 33.333333333333336,
  "deterministic": true,
  "env_name": "flappy",
  "export_image_size": null,
  "image_source": "render",
  "image_writer_workers": 32,
  "jitter_latency": null,
  "latencies": [
    {
      "best_checkpoint": "best_000029312_15007744_reward_1775.240.pth",
      "episode_count": 30,
      "experiment_dir": "/workspace/latency-sensitive-bench/checkpoints/flappy_sf_same_latency_l1_seed0",
      "latency": 1,
      "latency_ms": 33.333333333333336,
      "val_episode_count": 3
    }
  ],
  "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.",
  "num_envs": 32,
  "prompt": "You are playing Flappy Bird. Pass through the pipe gaps and stay alive. Choose the action: NOOP, FLAP.",
  "row_buffer_size": 8192
}