File size: 1,630 Bytes
5169c08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "action_labels": {
    "0": "noop",
    "1": "flap"
  },
  "base_prompt": "You are playing Flappy Bird. Your goal is to pass through the pipes, avoid crashing, and maximize score. Choose exactly one action from: NOOP, FLAP.",
  "checkpoint_experiment_dir": "/mnt/data/latency_data/results/checkpoints_jitter_sweeps/flappy/flappy_jitter_fixed_l2_obs15_seed1",
  "checkpoint_path": null,
  "checkpoint_train_step": 48888,
  "config_source": "/mnt/data/latency_data/results/checkpoints_jitter_sweeps/flappy/flappy_jitter_fixed_l2_obs15_seed1/config.json",
  "deterministic": true,
  "env_fps": 30.0,
  "env_name": "flappy",
  "frame_stack": 4,
  "image_resolution": [
    512,
    288,
    3
  ],
  "image_source": "env_raw_rgb",
  "image_stack_order": "oldest_to_newest",
  "image_stack_size": 1,
  "image_stack_source": "env_raw_rgb_frame_stack",
  "latency_config": {
    "add_latency_info": true,
    "fixed_latency_ms": 66.66666666666667,
    "type": "fixed"
  },
  "latency_source": "checkpoint",
  "max_episodes": 1000,
  "max_steps_per_episode": 1000,
  "num_envs": 16,
  "obs_fps": 15.0,
  "obs_stride_raw_frames": 2,
  "prompt_source": "scripts/rollout_data/prompts.py",
  "prompt_timing_suffix": " Current action latency is {latency_raw_frames} raw frames ({latency_ms:.2f} ms).  The environment runs at {env_fps:g} FPS and observations are emitted at {obs_fps:g} FPS. Choose the best next action.",
  "rows_unit": "decision_step",
  "split_seed": 0,
  "total_episodes": 1000,
  "total_rows": 963215,
  "train_episodes": 990,
  "train_rows": 953215,
  "val_episodes": 10,
  "val_fraction": 0.01,
  "val_rows": 10000
}