dongqianyu99's picture
Upload metadata.json with huggingface_hub
749a849 verified
Raw
History Blame Contribute Delete
1.11 kB
{
"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
}