dongqianyu99 commited on
Commit
fa4dd2f
·
verified ·
1 Parent(s): b16cf0b

Add Flappy WanOFT checkpoint and fixed multi-image eval

Browse files

Upload the 2000-step Flappy WanOFT checkpoint run with the corrected five-image latency-bench evaluation under eval/.

wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/checkpoints/steps_2000_pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898e0b3e19c6d07987be834b503b315688dda724ffa25e5642c16c1cb316c660
3
+ size 25211531190
wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/config.full.yaml ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ framework:
2
+ name: WanOFT
3
+ world_model:
4
+ base_wm: /lustre/fsw/portfolios/nvr/projects/nvr_lacr_llm/users/zihwang/wanoft_bench/third_party/starVLA/playground/Pretrained_models/Wan-AI/Wan2.2-TI2V-5B-Diffusers
5
+ extract_layers:
6
+ - -1
7
+ num_frames: 5
8
+ qwenvl:
9
+ base_vlm: /lustre/fsw/portfolios/nvr/projects/nvr_lacr_llm/users/zihwang/wanoft_bench/third_party/starVLA/playground/Pretrained_models/Wan-AI/Wan2.2-TI2V-5B-Diffusers
10
+ attn_implementation: sdpa
11
+ flex_backend: triton
12
+ enable_gradient_checkpointing: true
13
+ action_model:
14
+ action_model_type: MLP
15
+ action_dim: 7
16
+ action_hidden_dim: 3072
17
+ action_horizon: 8
18
+ future_action_window_size: 7
19
+ past_action_window_size: 0
20
+ loss_type: current_discrete_ce
21
+ class_weights: null
22
+ future_loss_weight: null
23
+ action_query_source: mean
24
+ action_query_num_heads: 24
25
+ state_dim: 7
26
+ action_env_dim: 2
27
+ kv_memory:
28
+ enabled: false
29
+ window: 4
30
+ rollout_len: 8
31
+ packed_train: false
32
+ rebased_sink: true
33
+ datasets:
34
+ vla_data:
35
+ dataset_py: lerobot_datasets
36
+ include_state: true
37
+ data_root_dir: /lustre/fsw/portfolios/nvr/projects/nvr_lacr_llm/users/zihwang/wanoft_bench/third_party/starVLA/data/flappy_fix_latency_3_200ep_context5
38
+ data_mix: flappy_train__bridge
39
+ eval_data_mix: null
40
+ custom_mixtures_path: null
41
+ action_type: discrete
42
+ sequential_step_sampling: false
43
+ eval_sequential_step_sampling: null
44
+ num_workers: 8
45
+ eval_num_workers: 8
46
+ prefetch_factor: 4
47
+ persistent_workers: true
48
+ pin_memory: true
49
+ shuffle: true
50
+ action_balance:
51
+ enabled: false
52
+ strategy: balanced_epoch
53
+ action_key: action_id
54
+ target_flap_fraction: 0.3
55
+ noop_id: 0
56
+ flap_id: 1
57
+ latency_curriculum:
58
+ enabled: false
59
+ strategy: exclusive
60
+ latencies: null
61
+ phase_steps: null
62
+ phase_distributions: null
63
+ new_latency_passes: 1.0
64
+ replay_passes: 0.25
65
+ target_total_passes: 2.0
66
+ final_equalization: true
67
+ step_budget_mode: auto
68
+ eval_at_phase_end: false
69
+ save_at_phase_end: false
70
+ computed_plan: null
71
+ per_device_batch_size: 1
72
+ load_all_data_for_training: true
73
+ num_obs_frames: 1
74
+ image_mode: single
75
+ prompt_mode: raw
76
+ stitch_grid:
77
+ - 2
78
+ - 2
79
+ obs_image_size:
80
+ - 224
81
+ - 224
82
+ video_backend: torchvision_av
83
+ observation_indices:
84
+ - -4
85
+ - -3
86
+ - -2
87
+ - -1
88
+ - 0
89
+ language_indices:
90
+ - 0
91
+ state_indices:
92
+ - 0
93
+ action_indices:
94
+ - 0
95
+ - 1
96
+ - 2
97
+ - 3
98
+ - 4
99
+ - 5
100
+ - 6
101
+ - 7
102
+ pack_image_sequence: true
103
+ image_sequence_length: 5
104
+ context_images_column: observation.context_images
105
+ dataset:
106
+ source_hf: latency-sensitive-bench/memory-rollouts
107
+ config_name: flappy_fixed_latency_3_200ep_7k2steps
108
+ source_subdir: null
109
+ converted_name: flappy_train__bridge
110
+ single_source_hf: ''
111
+ mixed_source_hf: ''
112
+ single_converted_name: flappy_train__bridge
113
+ mixed_converted_name: flappy_mixed_latency_train__bridge
114
+ single_latency_filter: null
115
+ mixed_latency_filter: null
116
+ force_download: false
117
+ setup_force: false
118
+ skip_verification: false
119
+ target_latency_unit: observation_steps
120
+ verify_rows: 200
121
+ max_episodes: 200
122
+ episodes_per_latency: null
123
+ latency_filter: null
124
+ debug_subset:
125
+ enabled: false
126
+ max_episodes: 5
127
+ suffix: debug
128
+ base_model:
129
+ repo_id: Wan-AI/Wan2.2-TI2V-5B-Diffusers
130
+ initialization:
131
+ checkpoint_local_dir: playground/Pretrained_models/WM4A-Wan2d2-OFT-LIBERO-4in1
132
+ checkpoint_hf_repo_id: StarVLA/WM4A-Wan2d2-OFT-LIBERO-4in1
133
+ checkpoint_filename: checkpoints/steps_60000_pytorch_model.pt
134
+ trainer:
135
+ max_train_steps: 2000
136
+ num_warmup_steps: 0
137
+ save_interval: 500
138
+ eval_interval: 100
139
+ eval_num_batches: 100
140
+ per_latency_eval_num_batches: null
141
+ eval_action_classification: false
142
+ eval_action_classification_interval: null
143
+ cc_f1_tolerance: 1
144
+ learning_rate:
145
+ base: 2.5e-05
146
+ qwen_vl_interface: 1.0e-05
147
+ action_model: 0.0001
148
+ action_query_proj: 0.0001
149
+ lr_scheduler_type: cosine_with_min_lr
150
+ scheduler_specific_kwargs:
151
+ min_lr: 1.0e-06
152
+ freeze_modules: ''
153
+ freeze_vit: false
154
+ freeze_tied_embedding: false
155
+ freeze_llm_layers: []
156
+ loss_scale:
157
+ vla: 1.0
158
+ vlm: 0.1
159
+ max_grad_norm: 1.0
160
+ weight_decay: 0.0
161
+ logging_frequency: 1
162
+ profile_timing:
163
+ enabled: false
164
+ log_interval: 10
165
+ gradient_clipping: 1.0
166
+ gradient_accumulation_steps: 16
167
+ distributed_backend: deepspeed
168
+ is_resume: false
169
+ pretrained_checkpoint: null
170
+ resume_step: 0
171
+ reload_modules: null
172
+ optimizer:
173
+ name: AdamW
174
+ betas:
175
+ - 0.9
176
+ - 0.95
177
+ eps: 1.0e-08
178
+ weight_decay: 1.0e-08
179
+ fused: true
180
+ save_format: pt
181
+ workspace_dir: WORKSPACE_DIR
182
+ run_root_dir: /lustre/fsw/portfolios/nvr/projects/nvr_lacr_llm/users/zihwang/wanoft_bench/third_party/starVLA/results/Checkpoints
183
+ seed: 42
184
+ wandb_entity: zihanwang-ai-northwestern-university
185
+ wandb_project: starVLA_rl_games
186
+ auth:
187
+ env_file: null
188
+ hf_token_env: HF_TOKEN
189
+ wandb_api_key_env: WANDB_API_KEY
190
+ paths:
191
+ run_root_dir: results/Checkpoints
192
+ dataset_local_dir: data/flappy_fix_latency_3_200ep_context5
193
+ dataset_cache_dir: null
194
+ base_model_dir: playground/Pretrained_models/Wan-AI/Wan2.2-TI2V-5B-Diffusers
195
+ accelerate_config: starVLA/config/deepseeds/deepspeed_zero2.yaml
196
+ launch:
197
+ use_accelerate: true
198
+ gpus: null
199
+ num_processes: 1
200
+ dry_run: false
201
+ conda:
202
+ enabled: true
203
+ env_name: null
204
+ rl_games:
205
+ model_alias: wan_oft
206
+ env_eval:
207
+ image_size: 224
208
+ frameskip: 1
209
+ image_transform: raw_rgb
210
+ prompt_mode: raw
211
+ ghost_trail:
212
+ history_frames: 5
213
+ gamma: 1.3
214
+ min_alpha: 35
215
+ scroll_px_per_step: 4.0
216
+ ground_fraction: 0.22
217
+ seed: 42
218
+ fixed_episode_seeds: true
219
+ latency_seed_stride: 0
220
+ task_seed_stride: 0
221
+ task_description: ''
222
+ eval_parallel_envs: 5
223
+ action_chunk_execution:
224
+ enabled: false
225
+ chunk_size: null
226
+ enabled: true
227
+ eval_backend: eval_core
228
+ distributed_mode: rank_sharded
229
+ vectorized:
230
+ enabled: false
231
+ batch_size: 1
232
+ latency:
233
+ prompt_map_path: data/flappy_fix_latency_3_200ep_context5/flappy_train__bridge/latency_prompt_map.json
234
+ mode: single
235
+ values:
236
+ - 0
237
+ mid_train:
238
+ enabled: false
239
+ interval_steps: 100
240
+ latencies:
241
+ - 0
242
+ num_episodes: 5
243
+ max_steps_per_episode: 3600
244
+ post_train:
245
+ enabled: true
246
+ latencies:
247
+ - 3
248
+ num_episodes: 20
249
+ max_steps_per_episode: 3600
250
+ task: flappy
251
+ initialization_mode: bridge
252
+ action_carrier: bridge
253
+ model: wan_oft
254
+ env: flappy
255
+ init: wan_oft_libero
256
+ mode: single
257
+ checkpoint:
258
+ load: auto
259
+ hf_repo_id: null
260
+ save_best_model: false
261
+ save_final_model: true
262
+ save_pt_file: true
263
+ save_training_state: true
264
+ save_safetensors_file: false
265
+ local:
266
+ keep_last_n: 1
267
+ sync:
268
+ enabled: false
269
+ repo_id: null
270
+ keep_last_n: 0
271
+ sync_every_n_checkpoints: 1
272
+ resume_policy: local_latest
273
+ run_id: wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce
274
+ output_dir: /lustre/fsw/portfolios/nvr/projects/nvr_lacr_llm/users/zihwang/wanoft_bench/third_party/starVLA/results/Checkpoints/wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce
275
+ config_yaml: null
276
+ is_debug: false
277
+ version_id: '0.21'
wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/config.yaml ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ checkpoint:
2
+ local:
3
+ keep_last_n: 1
4
+ save_best_model: false
5
+ save_final_model: true
6
+ save_pt_file: true
7
+ save_safetensors_file: false
8
+ save_training_state: true
9
+ sync:
10
+ enabled: false
11
+ keep_last_n: 0
12
+ repo_id: null
13
+ datasets:
14
+ vla_data:
15
+ data_mix: flappy_train__bridge
16
+ dataset_py: lerobot_datasets
17
+ eval_data_mix: null
18
+ latency_curriculum:
19
+ enabled: false
20
+ obs_image_size:
21
+ - 224
22
+ - 224
23
+ per_device_batch_size: 1
24
+ framework:
25
+ action_model:
26
+ action_dim: 7
27
+ action_env_dim: 2
28
+ action_hidden_dim: 3072
29
+ action_horizon: 8
30
+ action_model_type: MLP
31
+ action_query_source: mean
32
+ class_weights: null
33
+ loss_type: current_discrete_ce
34
+ name: WanOFT
35
+ qwenvl:
36
+ base_vlm: /workspace/runtime/models/Wan2.2-TI2V-5B-Diffusers
37
+ world_model:
38
+ base_wm: /workspace/runtime/models/Wan2.2-TI2V-5B-Diffusers
39
+ extract_layers:
40
+ - -1
41
+ num_frames: 5
42
+ output_dir: /lustre/fsw/portfolios/nvr/projects/nvr_lacr_llm/users/zihwang/wanoft_bench/third_party/starVLA/results/Checkpoints/wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce
43
+ rl_games:
44
+ env_eval:
45
+ enabled: true
46
+ eval_backend: eval_core
47
+ mid_train:
48
+ enabled: false
49
+ interval_steps: 100
50
+ prompt_mode: raw
51
+ run_id: wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce
52
+ run_root_dir: /lustre/fsw/portfolios/nvr/projects/nvr_lacr_llm/users/zihwang/wanoft_bench/third_party/starVLA/results/Checkpoints
53
+ seed: 42
54
+ trainer:
55
+ distributed_backend: deepspeed
56
+ eval_action_classification: false
57
+ eval_action_classification_interval: null
58
+ eval_interval: 100
59
+ freeze_llm_layers: []
60
+ freeze_modules: ''
61
+ freeze_tied_embedding: false
62
+ freeze_vit: false
63
+ gradient_accumulation_steps: 16
64
+ is_resume: false
65
+ learning_rate:
66
+ action_model: 0.0001
67
+ action_query_proj: 0.0001
68
+ base: 2.5e-05
69
+ qwen_vl_interface: 1.0e-05
70
+ logging_frequency: 1
71
+ lr_scheduler_type: cosine_with_min_lr
72
+ max_train_steps: 2000
73
+ num_warmup_steps: 0
74
+ optimizer:
75
+ betas:
76
+ - 0.9
77
+ - 0.95
78
+ eps: 1.0e-08
79
+ fused: true
80
+ weight_decay: 1.0e-08
81
+ pretrained_checkpoint: null
82
+ profile_timing:
83
+ enabled: false
84
+ reload_modules: null
85
+ save_interval: 500
86
+ scheduler_specific_kwargs:
87
+ min_lr: 1.0e-06
88
+ wandb_entity: zihanwang-ai-northwestern-university
89
+ wandb_project: starVLA_rl_games
wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/dataset_statistics.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "action": {
4
+ "mean": [
5
+ 0.8235060572624207,
6
+ 0.17649392783641815,
7
+ 0.0,
8
+ 0.0,
9
+ 0.0,
10
+ 0.0,
11
+ 0.0
12
+ ],
13
+ "std": [
14
+ 0.3809901773929596,
15
+ 0.3809901773929596,
16
+ 0.0,
17
+ 0.0,
18
+ 0.0,
19
+ 0.0,
20
+ 0.0
21
+ ],
22
+ "max": [
23
+ 1.0,
24
+ 1.0,
25
+ 0.0,
26
+ 0.0,
27
+ 0.0,
28
+ 0.0,
29
+ 0.0
30
+ ],
31
+ "min": [
32
+ 0.0,
33
+ 0.0,
34
+ 0.0,
35
+ 0.0,
36
+ 0.0,
37
+ 0.0,
38
+ 0.0
39
+ ],
40
+ "q01": [
41
+ 0.0,
42
+ 0.0,
43
+ 0.0,
44
+ 0.0,
45
+ 0.0,
46
+ 0.0,
47
+ 0.0
48
+ ],
49
+ "q99": [
50
+ 1.0,
51
+ 1.0,
52
+ 0.0,
53
+ 0.0,
54
+ 0.0,
55
+ 0.0,
56
+ 0.0
57
+ ],
58
+ "mask": [
59
+ true,
60
+ true,
61
+ true,
62
+ true,
63
+ true,
64
+ true,
65
+ true
66
+ ]
67
+ },
68
+ "state": {
69
+ "mean": [
70
+ 0.0,
71
+ 0.0,
72
+ 0.0,
73
+ 0.0,
74
+ 0.0,
75
+ 0.0,
76
+ 0.0
77
+ ],
78
+ "std": [
79
+ 0.0,
80
+ 0.0,
81
+ 0.0,
82
+ 0.0,
83
+ 0.0,
84
+ 0.0,
85
+ 0.0
86
+ ],
87
+ "max": [
88
+ 0.0,
89
+ 0.0,
90
+ 0.0,
91
+ 0.0,
92
+ 0.0,
93
+ 0.0,
94
+ 0.0
95
+ ],
96
+ "min": [
97
+ 0.0,
98
+ 0.0,
99
+ 0.0,
100
+ 0.0,
101
+ 0.0,
102
+ 0.0,
103
+ 0.0
104
+ ],
105
+ "q01": [
106
+ 0.0,
107
+ 0.0,
108
+ 0.0,
109
+ 0.0,
110
+ 0.0,
111
+ 0.0,
112
+ 0.0
113
+ ],
114
+ "q99": [
115
+ 0.0,
116
+ 0.0,
117
+ 0.0,
118
+ 0.0,
119
+ 0.0,
120
+ 0.0,
121
+ 0.0
122
+ ]
123
+ },
124
+ "num_transitions": 1393742,
125
+ "num_trajectories": 198
126
+ }
127
+ }
wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/eval/fixed_3/eval_latency_3/episode_metrics.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_id": 0, "episode_return": 444.6000052243471, "episode_return_env": 444.6000052243471, "game_score": 94.0, "mean_latency_ms": 100.0, "metadata": {"checkpoint_path": "/workspace/runtime/wanoft/wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/checkpoints/steps_2000_pytorch_model.pt", "config_name": "starvla_wan_oft_flappy_multiframe_fix_5ep", "configured_latency_ms": 100.0, "env_fps": 30.0, "env_id": "flappy", "episode_seed": 42, "eval_latency_steps": 3, "frame_ms": 33.333333333333336, "instance_id": null, "instance_origin": null, "latency_type": "fixed_sweep", "mode": "simulated", "obs_fps": 30.0, "output_dir": "/workspace/evals/flappy_wanoft_latency_multiframe_fix_5ep/fixed_3/eval_latency_3", "policy_id": "starvla", "profile_id": null, "profile_path": null, "replay_host": null, "run_name": "starvla_wan_oft_flappy_multiframe_fix_5ep", "suite_name": "fixed_3", "target_device": null, "train_latency_steps": 3}, "num_actions": 3600, "num_dropped_actions": 2, "num_invalid_actions": 0, "p90_latency_ms": 100.0, "p99_latency_ms": 100.0, "return_raw": null, "survival_steps": 3600}
2
+ {"episode_id": 1, "episode_return": 444.6000052243471, "episode_return_env": 444.6000052243471, "game_score": 94.0, "mean_latency_ms": 100.0, "metadata": {"checkpoint_path": "/workspace/runtime/wanoft/wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/checkpoints/steps_2000_pytorch_model.pt", "config_name": "starvla_wan_oft_flappy_multiframe_fix_5ep", "configured_latency_ms": 100.0, "env_fps": 30.0, "env_id": "flappy", "episode_seed": 43, "eval_latency_steps": 3, "frame_ms": 33.333333333333336, "instance_id": null, "instance_origin": null, "latency_type": "fixed_sweep", "mode": "simulated", "obs_fps": 30.0, "output_dir": "/workspace/evals/flappy_wanoft_latency_multiframe_fix_5ep/fixed_3/eval_latency_3", "policy_id": "starvla", "profile_id": null, "profile_path": null, "replay_host": null, "run_name": "starvla_wan_oft_flappy_multiframe_fix_5ep", "suite_name": "fixed_3", "target_device": null, "train_latency_steps": 3}, "num_actions": 3600, "num_dropped_actions": 2, "num_invalid_actions": 0, "p90_latency_ms": 100.0, "p99_latency_ms": 100.0, "return_raw": null, "survival_steps": 3600}
3
+ {"episode_id": 2, "episode_return": 444.6000052243471, "episode_return_env": 444.6000052243471, "game_score": 94.0, "mean_latency_ms": 100.0, "metadata": {"checkpoint_path": "/workspace/runtime/wanoft/wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/checkpoints/steps_2000_pytorch_model.pt", "config_name": "starvla_wan_oft_flappy_multiframe_fix_5ep", "configured_latency_ms": 100.0, "env_fps": 30.0, "env_id": "flappy", "episode_seed": 44, "eval_latency_steps": 3, "frame_ms": 33.333333333333336, "instance_id": null, "instance_origin": null, "latency_type": "fixed_sweep", "mode": "simulated", "obs_fps": 30.0, "output_dir": "/workspace/evals/flappy_wanoft_latency_multiframe_fix_5ep/fixed_3/eval_latency_3", "policy_id": "starvla", "profile_id": null, "profile_path": null, "replay_host": null, "run_name": "starvla_wan_oft_flappy_multiframe_fix_5ep", "suite_name": "fixed_3", "target_device": null, "train_latency_steps": 3}, "num_actions": 3600, "num_dropped_actions": 2, "num_invalid_actions": 0, "p90_latency_ms": 100.0, "p99_latency_ms": 100.0, "return_raw": null, "survival_steps": 3600}
4
+ {"episode_id": 3, "episode_return": 444.6000052243471, "episode_return_env": 444.6000052243471, "game_score": 94.0, "mean_latency_ms": 100.0, "metadata": {"checkpoint_path": "/workspace/runtime/wanoft/wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/checkpoints/steps_2000_pytorch_model.pt", "config_name": "starvla_wan_oft_flappy_multiframe_fix_5ep", "configured_latency_ms": 100.0, "env_fps": 30.0, "env_id": "flappy", "episode_seed": 45, "eval_latency_steps": 3, "frame_ms": 33.333333333333336, "instance_id": null, "instance_origin": null, "latency_type": "fixed_sweep", "mode": "simulated", "obs_fps": 30.0, "output_dir": "/workspace/evals/flappy_wanoft_latency_multiframe_fix_5ep/fixed_3/eval_latency_3", "policy_id": "starvla", "profile_id": null, "profile_path": null, "replay_host": null, "run_name": "starvla_wan_oft_flappy_multiframe_fix_5ep", "suite_name": "fixed_3", "target_device": null, "train_latency_steps": 3}, "num_actions": 3600, "num_dropped_actions": 2, "num_invalid_actions": 0, "p90_latency_ms": 100.0, "p99_latency_ms": 100.0, "return_raw": null, "survival_steps": 3600}
5
+ {"episode_id": 4, "episode_return": 444.6000052243471, "episode_return_env": 444.6000052243471, "game_score": 94.0, "mean_latency_ms": 100.0, "metadata": {"checkpoint_path": "/workspace/runtime/wanoft/wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/checkpoints/steps_2000_pytorch_model.pt", "config_name": "starvla_wan_oft_flappy_multiframe_fix_5ep", "configured_latency_ms": 100.0, "env_fps": 30.0, "env_id": "flappy", "episode_seed": 46, "eval_latency_steps": 3, "frame_ms": 33.333333333333336, "instance_id": null, "instance_origin": null, "latency_type": "fixed_sweep", "mode": "simulated", "obs_fps": 30.0, "output_dir": "/workspace/evals/flappy_wanoft_latency_multiframe_fix_5ep/fixed_3/eval_latency_3", "policy_id": "starvla", "profile_id": null, "profile_path": null, "replay_host": null, "run_name": "starvla_wan_oft_flappy_multiframe_fix_5ep", "suite_name": "fixed_3", "target_device": null, "train_latency_steps": 3}, "num_actions": 3600, "num_dropped_actions": 2, "num_invalid_actions": 0, "p90_latency_ms": 100.0, "p99_latency_ms": 100.0, "return_raw": null, "survival_steps": 3600}
wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/eval/fixed_3/queue_eval_latency_3.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "checkpoint_path": "/workspace/runtime/wanoft/wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/checkpoints/steps_2000_pytorch_model.pt",
3
+ "configured_latency_ms": 100.0,
4
+ "eval_latency_steps": 3,
5
+ "experiment_name": "starvla_wan_oft_flappy_multiframe_fix_5ep",
6
+ "latency": 3,
7
+ "latency_type": "fixed_sweep",
8
+ "lengths": [
9
+ 3600,
10
+ 3600,
11
+ 3600,
12
+ 3600,
13
+ 3600
14
+ ],
15
+ "mean_length": 3600.0,
16
+ "mean_return": 444.6000052243471,
17
+ "returns": [
18
+ 444.6000052243471,
19
+ 444.6000052243471,
20
+ 444.6000052243471,
21
+ 444.6000052243471,
22
+ 444.6000052243471
23
+ ],
24
+ "seed": 42,
25
+ "std_return": 0.0,
26
+ "suite_name": "fixed_3",
27
+ "timestamp_utc": "2026-07-28T20:27:16.094854+00:00",
28
+ "train_latency_steps": 3
29
+ }
wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/eval/fixed_3/queue_eval_results.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"checkpoint_path": "/workspace/runtime/wanoft/wan_oft_flappy_fix_latency_3_context5_standard_sft_2000_effbs128_224_currentce/checkpoints/steps_2000_pytorch_model.pt", "configured_latency_ms": 100.0, "eval_latency_steps": 3, "experiment_name": "starvla_wan_oft_flappy_multiframe_fix_5ep", "latency": 3, "latency_type": "fixed_sweep", "lengths": [3600, 3600, 3600, 3600, 3600], "mean_length": 3600.0, "mean_return": 444.6000052243471, "returns": [444.6000052243471, 444.6000052243471, 444.6000052243471, 444.6000052243471, 444.6000052243471], "seed": 42, "std_return": 0.0, "suite_name": "fixed_3", "timestamp_utc": "2026-07-28T20:27:16.094854+00:00", "train_latency_steps": 3}