video_backbone剖析

This commit is contained in:
qhy
2026-03-16 10:30:54 +08:00
parent 7e45eba18b
commit 8ca159d375
282 changed files with 174952 additions and 1350 deletions

View File

@@ -0,0 +1,54 @@
# DDIM Analysis Report
## Analysis Config
- Stability threshold: None
- Stability window: 3
- Mid-step window: 15-35
## Dataset Overview
- Unique samples: 1
- Step rows: 1200
- Sample rows: 2
- Round rows: 12
- Scenes: unitree_z1_stackbox
- Pass types: policy, world_model
## Five Directions
### Original Early Stop
- `latent_first_stable_step_policy`: mean=nan, median=nan, p90=nan, p95=nan
- `latent_first_stable_step_world_model`: mean=nan, median=nan, p90=nan, p95=nan
- `latent_l2_vs_full50`: mean=107.9246, median=129.6718, p90=142.9009, p95=147.0314
### Direction C: Action Converges First
- `action_first_stable_step`: mean=nan, median=nan, p90=nan, p95=nan
- `latent_first_stable_step`: mean=nan, median=nan, p90=nan, p95=nan
- `action_vs_full50_95pct_step`: mean=47.8333, median=47.8333, p90=47.8333, p95=47.8333
- `share_action_first_stable_before_latent`: nan
- `share_action_95pct_before_latent`: nan
### Direction D: Cross-Step Similarity
- `latent_delta_mid_steps`: mean=0.3534, median=0.3491, p90=0.4166, p95=0.4278
- `action_delta_mid_steps`: mean=0.0272, median=0.0258, p90=0.0401, p95=0.0428
- `state_delta_mid_steps`: mean=0.0275, median=0.0262, p90=0.0411, p95=0.0436
### Direction A: Budget Heterogeneity
- `oracle_budget_action`: mean=47.8333, median=47.8333, p90=47.8333, p95=47.8333
- `oracle_budget_state`: mean=48.2500, median=48.2500, p90=48.2500, p95=48.2500
- `oracle_budget_action_by_scene`:
- `unitree_z1_stackbox`: mean=47.8333, median=47.8333, std=0.0000
### Direction B: Round Reuse
- `latent_init_dist_to_prev_round`: mean=183.6162, median=172.3158, p90=212.9301, p95=227.2113
- `action_drift_vs_prev_round`: mean=0.2558, median=0.2455, p90=0.3288, p95=0.3382
- `round_total_time_s`: mean=629.5064, median=648.1064, p90=668.6221, p95=670.7842
- `policy_pass_total_time_s`: mean=261.6829, median=277.3413, p90=290.1827, p95=293.3132
- `world_model_pass_total_time_s`: mean=277.8026, median=282.0880, p90=297.6364, p95=299.5259

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@@ -0,0 +1,4 @@
scene,pass_type,pass_total_time_s,pass_total_time_s,pass_total_time_s,action_first_stable_step,action_first_stable_step,action_first_stable_step,state_first_stable_step,state_first_stable_step,state_first_stable_step,latent_first_stable_step,latent_first_stable_step,latent_first_stable_step,action_vs_full50_90pct_step,action_vs_full50_90pct_step,action_vs_full50_90pct_step,action_vs_full50_95pct_step,action_vs_full50_95pct_step,action_vs_full50_95pct_step,oracle_budget_action,oracle_budget_action,oracle_budget_action,oracle_budget_state,oracle_budget_state,oracle_budget_state,round_total_time_s,round_total_time_s,round_total_time_s,policy_pass_total_time_s,policy_pass_total_time_s,policy_pass_total_time_s,world_model_pass_total_time_s,world_model_pass_total_time_s,world_model_pass_total_time_s,latent_init_dist_to_prev_round,latent_init_dist_to_prev_round,latent_init_dist_to_prev_round,action_drift_vs_prev_round,action_drift_vs_prev_round,action_drift_vs_prev_round
,,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std
unitree_z1_stackbox,policy,261.6828729510308,261.6828729510308,,,,,,,,,,,45.91666666666666,45.91666666666666,,47.833333333333336,47.833333333333336,,47.833333333333336,47.833333333333336,,48.333333333333336,48.333333333333336,,629.5063543518385,629.5063543518385,,261.6828729510308,261.6828729510308,,277.8026314973831,277.8026314973831,,183.6161651611328,183.6161651611328,,0.2558029510758139,0.2558029510758139,
unitree_z1_stackbox,world_model,277.8026314973831,277.8026314973831,,,,,,,,,,,46.0,46.0,,47.75,47.75,,47.75,47.75,,48.25,48.25,,629.5063543518385,629.5063543518385,,261.6828729510308,261.6828729510308,,277.8026314973831,277.8026314973831,,183.6161651611328,183.6161651611328,,0.2558029510758139,0.2558029510758139,
1 scene pass_type pass_total_time_s pass_total_time_s pass_total_time_s action_first_stable_step action_first_stable_step action_first_stable_step state_first_stable_step state_first_stable_step state_first_stable_step latent_first_stable_step latent_first_stable_step latent_first_stable_step action_vs_full50_90pct_step action_vs_full50_90pct_step action_vs_full50_90pct_step action_vs_full50_95pct_step action_vs_full50_95pct_step action_vs_full50_95pct_step oracle_budget_action oracle_budget_action oracle_budget_action oracle_budget_state oracle_budget_state oracle_budget_state round_total_time_s round_total_time_s round_total_time_s policy_pass_total_time_s policy_pass_total_time_s policy_pass_total_time_s world_model_pass_total_time_s world_model_pass_total_time_s world_model_pass_total_time_s latent_init_dist_to_prev_round latent_init_dist_to_prev_round latent_init_dist_to_prev_round action_drift_vs_prev_round action_drift_vs_prev_round action_drift_vs_prev_round
2 mean median std mean median std mean median std mean median std mean median std mean median std mean median std mean median std mean median std mean median std mean median std mean median std mean median std
3 unitree_z1_stackbox policy 261.6828729510308 261.6828729510308 45.91666666666666 45.91666666666666 47.833333333333336 47.833333333333336 47.833333333333336 47.833333333333336 48.333333333333336 48.333333333333336 629.5063543518385 629.5063543518385 261.6828729510308 261.6828729510308 277.8026314973831 277.8026314973831 183.6161651611328 183.6161651611328 0.2558029510758139 0.2558029510758139
4 unitree_z1_stackbox world_model 277.8026314973831 277.8026314973831 46.0 46.0 47.75 47.75 47.75 47.75 48.25 48.25 629.5063543518385 629.5063543518385 261.6828729510308 261.6828729510308 277.8026314973831 277.8026314973831 183.6161651611328 183.6161651611328 0.2558029510758139 0.2558029510758139

View File

@@ -0,0 +1,102 @@
pass_type,step,step_time_s,step_time_s,step_time_s,latent_delta,latent_delta,latent_delta,action_delta,action_delta,action_delta,state_delta,state_delta,state_delta,action_cosine_vs_full50,action_cosine_vs_full50,action_cosine_vs_full50,state_cosine_vs_full50,state_cosine_vs_full50,state_cosine_vs_full50,latent_l2_vs_full50,latent_l2_vs_full50,latent_l2_vs_full50
,,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std
policy,1,2.8845879236857095,3.0433239936828613,0.5394880865297181,1.4143003225326538,1.4141246676445007,0.002046915199860231,0.08488429524004455,0.08204169198870655,0.014556679362970632,0.06937839897970353,0.0688993632793426,0.01773644777324086,0.21034946168462432,0.1763020530343055,0.09388799420466229,0.1955660519500573,0.17937317490577695,0.041582709964811546,146.69524765014648,146.4008026123047,4.713386839273348
policy,2,5.442963699499766,5.810356140136719,1.2109006135194116,1.0213396449883778,1.021577000617981,0.002336432260668538,0.05080993349353469,0.0499369855970144,0.00526583307811972,0.04060501574228204,0.04084967263042925,0.00560167496702773,0.20089988472561038,0.1675219982862472,0.09280402270775458,0.19216372072696683,0.17440961301326746,0.041120473490478586,146.41143544514975,146.0696258544922,4.665715147763396
policy,3,5.345373789469401,5.614920258522034,1.1900920013531036,0.8497315098841985,0.8492320477962494,0.001936953406074202,0.03288688619310653,0.0331670735031366,0.003590476879749878,0.026026638069500476,0.025013529695570448,0.0032270875845321774,0.1987563334405422,0.16509386152029035,0.09156737844119503,0.1945780937870343,0.17785000056028366,0.041083827290113,147.16568501790366,147.51248931884766,5.816403316395887
policy,4,5.464146355787913,5.857588529586792,1.3098243870817445,0.7500251432259878,0.7503499984741211,0.0019610480211285776,0.022634055310239345,0.02205464430153365,0.0033759709558923373,0.01732224513155715,0.0169166019186377,0.0018520034430131369,0.2015959210693836,0.1672162041068077,0.09054680566973237,0.2001076017816861,0.18391010165214533,0.04105902657629224,146.27551396687826,146.46149444580078,4.44623095601154
policy,5,5.476804753144582,5.658332467079163,1.2422471085102555,0.6821610083182653,0.682498574256897,0.0012578756788447925,0.016299006451542142,0.0156536204740405,0.0021165273640412056,0.013344673983131793,0.0135753229260444,0.0009245668546181249,0.20761372024814284,0.17242663353681564,0.08984811251039934,0.2072010810176531,0.19220687448978424,0.04095892449404627,144.9375,144.74494171142578,4.82923270118559
policy,6,5.585399607817332,5.976916551589966,1.2360531107530455,0.6324459860722224,0.6319168508052826,0.001312208120707754,0.013845152299230242,0.013420934788882649,0.001443962078321509,0.011682770525415699,0.01170064788311715,0.0007344985425463798,0.21521131818493203,0.17932912707328796,0.08935612188404946,0.21491301308075583,0.20122010260820383,0.0407063149132975,144.01077779134116,142.7327117919922,4.64557341059557
policy,7,5.360104401906331,5.6881691217422485,1.1213621225999821,0.5942443857590357,0.5941205024719238,0.0019008078215791621,0.01344441063702101,0.01312310388311735,0.0012042374197973969,0.011060206918045832,0.01095295744016765,0.0008598767347017669,0.22374028898775575,0.1873980313539505,0.08890885565363427,0.22299014404416082,0.2105085253715515,0.04038938987965496,142.64607365926108,140.3023910522461,5.4521405835386405
policy,8,5.587643404801686,5.917605757713318,1.222327298619931,0.563605859875679,0.5639850497245789,0.0016930475639268519,0.013118455884978125,0.01290679955855005,0.0012961555665373956,0.010965052293613517,0.0110911061055958,0.0009105975977393936,0.2326505084832509,0.1960731223225593,0.08841991171743477,0.2313401401042938,0.2197358757257461,0.04003597315539943,140.20851771036783,138.81077575683594,3.8114207753333136
policy,9,5.492460668087006,5.667871594429016,1.2223351622705456,0.5375121384859085,0.5374557673931122,0.0015278321895299013,0.012786991661414457,0.012764659710228402,0.0013113899943182723,0.010980981479709316,0.0112020019441843,0.0009265111358086123,0.24168191415568188,0.20520845800638196,0.08786382893044403,0.23968982199827826,0.22944580763578415,0.03968237316868454,139.31011962890625,138.76038360595703,3.640511439072436
policy,10,5.443938235441844,5.738200783729553,1.2511072977025448,0.5158558736244837,0.515794187784195,0.001323589821040827,0.0127822599994639,0.01272020535543555,0.0013207266178178632,0.010977751653020534,0.0111658060923218,0.0009171632646814565,0.2508245669305324,0.2146036326885223,0.08718649483979095,0.24793509766459462,0.23920944333076474,0.03931186973438837,138.5385945638021,137.79489135742188,3.3399288568151424
policy,11,5.235774954160054,5.563464641571045,1.267853709506508,0.4964585304260254,0.49628840386867523,0.001178779496004868,0.013001399890830066,0.012982684187591,0.0012809893891179947,0.011650755225370268,0.01179317617788905,0.000866499845320871,0.26013679057359695,0.22431827336549753,0.08639063879708948,0.2562824624280135,0.24920635670423505,0.038959529592369126,138.282351175944,137.13311767578125,3.369556990540935
policy,12,5.326124509175618,5.696235537528992,1.147960610060946,0.47992249578237534,0.48017770051956177,0.0009462306319285514,0.013369898234183534,0.01356562459841365,0.0012511553963457844,0.012346239139636325,0.01236789766699075,0.0008338306049400818,0.2696264845629533,0.23434719443321225,0.0855406249945609,0.26476747294267017,0.25937518477439875,0.038582065895694295,137.23519897460938,135.89990234375,3.5574597681875444
policy,13,5.45661461353302,5.869194746017456,1.258380005826726,0.4646586353580157,0.4644603729248047,0.0008632846143916739,0.013934059767052476,0.01416953792795535,0.0012819740414509826,0.012826872756704633,0.0128393205814063,0.0008146571748235484,0.2793451386193434,0.2446756064891815,0.08463612070458346,0.2732883927722772,0.26957017183303833,0.03824362112341423,136.51666641235352,135.66004943847656,3.2630808752624048
policy,14,5.612261692682902,6.008570075035095,1.1747186243466472,0.45087434848149616,0.4508180767297745,0.0010969067992716236,0.014795999120299967,0.01509403903037305,0.0012620595149375122,0.013755666480089175,0.0137352338060736,0.0007750743411716803,0.2892683570583661,0.2554543018341064,0.08371478382893595,0.28206684564550716,0.2795583456754684,0.03786810486427576,135.14614613850912,134.7120819091797,2.7813814284684786
policy,15,5.464557965596517,5.682851076126099,1.1964257935045086,0.4378119657437007,0.43757860362529755,0.001311977366886247,0.01545450207777315,0.01581315649673335,0.0012815458537219536,0.014454701216891358,0.01447739591822025,0.0007308249768696852,0.29942946260174114,0.2665224969387054,0.08269866334488803,0.29096710930267966,0.28769078850746155,0.037496120018827184,134.75170771280924,134.76302337646484,2.8767102756015883
policy,16,5.493267277876536,5.701123833656311,1.2031124690104162,0.42647503068049747,0.4266354441642761,0.0007137681127725725,0.016205329991256175,0.016692936420440653,0.0012572654763031005,0.015564469931026259,0.0156106897629797,0.0006674187851368272,0.30979379018147785,0.2779420167207718,0.08161355580056716,0.30010854577024776,0.2960526198148727,0.037181001249372674,134.13432439168295,133.60690307617188,2.8604094796277137
policy,17,5.448701242605845,5.82954478263855,1.266119797865834,0.41565752774477005,0.415436252951622,0.0010478769776072466,0.017024413915350974,0.0175804458558559,0.00125476064397563,0.01659778583173945,0.01664452161639925,0.0006413180967700675,0.32037224620580673,0.2896779477596283,0.08049101105823368,0.3095611532529195,0.3047598749399185,0.03693347669237449,133.6521733601888,133.04047393798828,2.6234278701156053
policy,18,5.442345341046651,5.745475769042969,1.1872472853453762,0.4057951793074608,0.40588314831256866,0.0007585097071353839,0.017698966121921875,0.0183102004230022,0.001253669164170863,0.017349385966857218,0.01742293871939175,0.0005990766544251541,0.33120428646604216,0.3016763776540756,0.07930931501395304,0.3190932124853134,0.31345391273498535,0.036696320222064545,132.747439066569,132.06341552734375,2.213856762548107
policy,19,5.235081593195598,5.643944501876831,1.2170483117517843,0.39680307110150653,0.396541878581047,0.0006575682671384219,0.0192132205702364,0.01983127463608975,0.0012523274909157737,0.018547414491573915,0.018599578179419,0.0005922675192238027,0.3423678440352281,0.3142198920249939,0.0781908273772974,0.32898551474014914,0.32424265146255493,0.036477220790247615,132.14961369832358,131.33130645751953,2.1264165089782034
policy,20,5.364916443824768,5.694737792015076,1.1792931158867297,0.3871702899535497,0.3869956135749817,0.0008102671274969437,0.020035353333999657,0.020665243268012952,0.0012997886671987028,0.019345717970281784,0.01939408201724285,0.0005712667432280109,0.3538387194275856,0.3270116448402405,0.07694365993959973,0.33898864438136417,0.3351448774337768,0.036304113712941836,131.62909571329752,131.31796264648438,1.8226033613294443
policy,21,5.239776114622752,5.456702947616577,1.2436275343724361,0.3795335665345192,0.37956012785434723,0.0010528734899056976,0.02099697866166626,0.021643476560711798,0.0013170425516328087,0.020840484338502035,0.020831219851970652,0.0005650192057861838,0.36570005615552265,0.3402066081762314,0.0755722660864268,0.349444421629111,0.3465039134025574,0.03618005334289047,131.1748784383138,130.95915985107422,1.5476876514864808
policy,22,5.2423097888628645,5.526838898658752,1.2530923733938706,0.37126045674085617,0.37139120697975153,0.000516568884894203,0.022349831958611743,0.0229671346023678,0.0013275789691064041,0.02211287152022118,0.0221321070566773,0.0005381440742431793,0.3778858209649722,0.3538894802331924,0.07422985843527789,0.36023566871881485,0.3582436293363571,0.036130109813453305,130.6944440205892,130.3712615966797,1.435841569357674
policy,23,5.168539822101593,5.475581645965576,1.1102203411886773,0.3632466197013855,0.36295484006404877,0.0011116515876940954,0.023639223693559516,0.0242774207144975,0.0013235231787672881,0.023305653594434202,0.0233474457636475,0.0005505133800813963,0.3904916966954867,0.3681382685899734,0.07289289829378184,0.37136851996183395,0.3702943921089172,0.03617218089806469,130.4299112955729,130.29637145996094,1.2783254318466861
policy,24,5.185827771822612,5.471821188926697,1.2092265971272085,0.35650621106227237,0.3565187007188797,0.000611045809878728,0.02456983194376025,0.02515579573810095,0.0013694174886621018,0.024688849691301532,0.024810159578919348,0.0005599003898222483,0.4035888959964116,0.38273291289806366,0.07141324747361763,0.38295283416906994,0.38281868398189545,0.03629123671621358,130.05672073364258,129.87499237060547,1.1291369818399735
policy,25,5.266716102759044,5.750879645347595,1.2136503265254444,0.3495103046298027,0.34955616295337677,0.0003579093681643915,0.025878784712403968,0.0263980366289615,0.001408846293695957,0.026189468490580677,0.02636228967458005,0.0005922634000650556,0.4172501787543297,0.39786091446876526,0.06978809155508055,0.39503900706768036,0.39585007727146143,0.03646074701842839,129.77561060587564,129.58356475830078,1.094116450368477
policy,26,5.447954932848613,5.8518452644348145,1.2249315867834643,0.34270885835091275,0.34304288029670715,0.0008542285970564427,0.0273955535764495,0.02789214439690105,0.0014239876654458423,0.027486340608447735,0.0276541346684098,0.0006455696028233268,0.43145711719989777,0.41365563869476313,0.06817236986684429,0.4076344793041547,0.40929730236530304,0.03660618957129129,129.60032653808594,129.50141143798828,1.0133989573175182
policy,27,5.27145795027415,5.6053056716918945,1.3420381229633256,0.3365250080823898,0.33633324503898615,0.0008605189648726776,0.028895464260131065,0.029361926950514247,0.0014528511763416503,0.029129284899681765,0.029346958734095048,0.0006653179129962803,0.4462585349877675,0.4300508499145507,0.06647819993353143,0.4207889934380849,0.4232950657606125,0.036846443287788036,129.39648564656576,129.2412109375,0.9752626980195971
policy,28,5.185725390911102,5.447244644165039,1.4062347594794928,0.32985079536835354,0.3302236497402191,0.001105187027373318,0.030438010891278535,0.03089521080255505,0.0014725640049394909,0.03068598390867309,0.0308825736865401,0.0007115010439252445,0.4616589993238449,0.44717262685298914,0.06474858873428377,0.43452998250722885,0.4378497749567032,0.03715690328956565,129.1882120768229,128.97200775146484,0.9035146822423662
policy,29,5.246454377969106,5.98495078086853,1.430731402924772,0.32362815241018933,0.32371972501277924,0.0008543883727282444,0.031902496702969026,0.03227169252932065,0.0015281616137957548,0.032357745959112984,0.0324986353516578,0.0007605715511021752,0.47787801673014957,0.4649675339460373,0.06279898705426867,0.4489453633626302,0.4529561549425125,0.0375609485784001,128.85437456766763,128.63468170166016,0.9070659013530131
policy,30,5.302058378855388,5.698225259780884,1.245225507076915,0.3178154304623603,0.3176594376564026,0.0009830105776830018,0.03377446687469876,0.03413677774369715,0.0015370489920880032,0.0345191145315766,0.03454138152301305,0.0008209394637998759,0.49478064477443695,0.48360310494899744,0.060883015763328774,0.46431364119052887,0.46678000688552856,0.038041464284297985,128.73850186665854,128.51844787597656,0.9198400215806111
policy,31,5.349356333414714,5.924529075622559,1.237532190068344,0.3127451762557029,0.313022032380104,0.0007340414574187263,0.03545926573375855,0.03573653474450105,0.0016086927808736785,0.03636555404712752,0.0364313144236803,0.000882954022143948,0.5125656872987747,0.5030426979064941,0.05872787341256076,0.4804112985730171,0.48219114542007446,0.03864680426711898,122.55267524719238,122.32682037353516,0.9279720562223163
policy,32,5.299917956193288,5.696576476097107,1.214368836366009,0.30510498583316803,0.3053659051656723,0.0008245408951186591,0.037842113524675335,0.03814499080181115,0.0016130461180496186,0.03783701701710618,0.03785610571503635,0.0009807238922940043,0.5313125302394232,0.5236461162567139,0.05657673694168305,0.49719036122163135,0.5010017454624176,0.03930696015212269,116.65866152445476,116.45866012573242,0.9154725334433166
policy,33,5.551784197489421,5.823643326759338,1.2109664315379374,0.2968703160683314,0.2970557063817978,0.0008934511822318464,0.03928920409331715,0.03941680863499635,0.00178071349252627,0.04027086372176802,0.040210323408246,0.001112582570868474,0.5511484146118164,0.5449757874011993,0.054090657600613615,0.5150952537854513,0.5210541486740112,0.04005004998171288,110.7648531595866,110.60812377929688,0.9302212022813207
policy,34,5.434899707635243,5.885905027389526,1.2281928173471868,0.2889017388224601,0.2890379875898361,0.0009776549218792102,0.04168397778024272,0.04179252497851845,0.001800532565644076,0.04261077847331759,0.042448198422789546,0.0012687232184594337,0.572086955110232,0.5675692558288574,0.05154418081158753,0.5340964968005816,0.5415010452270508,0.04085235484161539,104.7332935333252,104.55109786987305,0.9186047480105658
policy,35,5.072576741377513,5.214168310165405,1.2616425714659931,0.28063390403985977,0.2810373604297638,0.0010488091597880183,0.044128378232320103,0.044202780351042706,0.0018510658325746822,0.04495663133760289,0.04470836557447905,0.0014386215648956036,0.5941295176744461,0.5905415415763855,0.048988440609204174,0.5542495300372442,0.5628889799118042,0.04167146826103446,98.74545288085938,98.6485595703125,0.946200073585901
policy,36,5.143714030583699,5.841657638549805,1.480872383075908,0.2717113892237345,0.27157068252563477,0.0009242007877379835,0.04664985804508124,0.046751243993639904,0.0019584625022199785,0.04849789446840678,0.0482028499245643,0.0017187489002098504,0.61740742623806,0.6140662133693695,0.04627639702166467,0.5761593133211136,0.5860435962677002,0.042528948577323956,92.8384641011556,92.75496292114258,0.9311969063339225
policy,37,5.132512172063191,5.578577756881714,1.330827322014024,0.2625074833631515,0.26248501241207123,0.000820816540161349,0.04903565160930151,0.0491765141487121,0.0021386289375988246,0.050235743944843564,0.04970262385904785,0.0019479795791344497,0.6421133428812027,0.6400822699069977,0.04326021058907979,0.5988635967175165,0.607733428478241,0.04334453468944922,86.83699035644531,86.82263946533203,0.9713029162457131
policy,38,4.814000964164734,5.325188636779785,1.2945481802962002,0.2536342864235242,0.2538160979747772,0.0009314384202397737,0.05177753232419487,0.0519896019250154,0.002319757283815336,0.05448996927589173,0.053899310529232,0.0023349949643806053,0.6682469795147578,0.6692555546760559,0.0400111111999976,0.623781219124794,0.6314973831176758,0.044064166087110564,80.8234437306722,80.81548690795898,0.9985181519292424
policy,39,5.053341368834178,5.646599054336548,1.3864965374733327,0.24391307309269905,0.24380687624216074,0.0010469079463580892,0.05476894850532208,0.055033793672919204,0.0024403355358315853,0.057453714621563706,0.05675933882594105,0.002722941275796833,0.6957225054502487,0.6972706019878387,0.036672686024916065,0.6501246144374212,0.656592845916748,0.04463265119849594,74.89434750874837,74.83119583129883,1.0606874198635836
policy,40,4.931975483894348,5.448968410491943,1.5391029494844681,0.23419551178812978,0.2340761199593544,0.0009416968995130283,0.05805500534673528,0.0582563281059265,0.002630502087065219,0.059723965823650305,0.05884023942053315,0.003100527887059896,0.7246681998173395,0.7241391241550446,0.03322982978442759,0.6775099883476893,0.683054655790329,0.04495115197740681,68.9820950826009,69.00534439086914,1.0827202915156562
policy,41,5.145629167556763,5.5360705852508545,1.3105777156011618,0.2240669081608454,0.2238703593611717,0.001042962562442036,0.06328019965440031,0.06353581324219701,0.0028162463386880395,0.06485968052099145,0.0637415051460266,0.0038294298597043815,0.7552517553170522,0.7533141672611237,0.029846698688346305,0.7074069281419119,0.713950514793396,0.044854428103335696,63.12506103515625,63.23634147644043,1.1188995720682144
policy,42,5.152637382348378,5.447891473770142,1.2733414873692106,0.2139071275790532,0.2137377634644508,0.0009098576352356793,0.06595263568063571,0.0658454298973083,0.003147785325486652,0.06880567098657285,0.0675417631864547,0.004567524330300507,0.7868600239356359,0.7844269275665283,0.02625946773459272,0.738938550154368,0.7462517023086548,0.04423495908366898,57.200459798177086,57.291364669799805,1.1382128819746204
policy,43,4.795405546824138,5.1599156856536865,1.2630334694664715,0.20376789569854734,0.20371176302433008,0.001005959768837186,0.0697740924855073,0.06938786432147026,0.0035690564217884468,0.07380147340397035,0.0723177902400493,0.005566629667180401,0.8192712167898814,0.8185335993766785,0.02262357655760414,0.7722964833180109,0.780126303434372,0.04284808636342858,51.41486422220866,51.574588775634766,1.1669609045224627
policy,44,4.647126913070679,5.118428707122803,1.3891124710465828,0.19309356684486068,0.1929584667086601,0.0009488760730537517,0.07335766715308027,0.07279932871460909,0.004063776511368773,0.079543345918258,0.0778454393148422,0.006777500090881832,0.8518335570891699,0.852451741695404,0.0190066508378356,0.8074455509583155,0.8156304359436035,0.0405400562818527,45.6682341893514,45.84196472167969,1.1858237413971595
policy,45,4.822279194990794,5.556050539016724,1.3553424592377303,0.18311211218436554,0.18291241675615305,0.0010168340090021637,0.07784977865715818,0.0773789174854755,0.004623522661803304,0.08421717770397659,0.08199272304773325,0.008155923746831717,0.8841379980246226,0.885522186756134,0.01550079961474682,0.8433909316857656,0.8514427542686462,0.03702614920649871,39.909607887268066,39.99363708496094,1.224138034505166
policy,46,5.369663079579671,5.693251848220825,1.2102951392652155,0.1724515470365683,0.17235863953828812,0.0007579639549443997,0.08195260539650913,0.08162317425012586,0.00533176466915171,0.09203622179726756,0.0891862474381923,0.010292434661230736,0.9149402578671774,0.9153760075569153,0.012089428318066493,0.8805444737275442,0.8879494667053223,0.03191520184171672,34.14702924092611,34.209659576416016,1.2011679534031714
policy,47,4.958841323852539,5.364533543586731,1.2471269927704398,0.1618440138796965,0.16194130480289454,0.0009620696367050002,0.0886500819275776,0.088092565536499,0.006441818562569546,0.10216059163212772,0.09877683594822881,0.013198830556699872,0.9438823610544205,0.9450065791606902,0.008684667904976906,0.9179864575465521,0.9240874946117402,0.024991690274922932,28.330190658569336,28.3433952331543,1.1047412189997947
policy,48,5.077033718427022,5.431699991226196,1.258706501860087,0.150702279061079,0.1508158296346664,0.0008839022671104222,0.0958133743455012,0.09471999481320376,0.007958757651128917,0.11357380077242847,0.10932805389165876,0.017131440613505057,0.9692537436882654,0.9706688821315765,0.005287646483709651,0.9532051781813303,0.9573877155780792,0.016340520703279286,22.167786757151287,22.140509605407715,0.9181932372751032
policy,49,5.219441175460815,5.6370240449905396,1.3830354482183136,0.13813464219371474,0.1382366865873336,0.0008756097381219876,0.10686438654859855,0.10416566580533974,0.010267536938552332,0.12503812648355958,0.11946880817413325,0.02195087053277738,0.9891477674245834,0.9898447096347809,0.0021130802452816186,0.9819751083850861,0.9838836789131165,0.007242981297508647,15.348443031311035,15.316393375396729,0.6311084920028842
policy,50,5.308077891667684,5.65937340259552,1.2313321352988598,0.11414941834906732,0.1141312196850776,0.0012561377399645823,0.14990762186547116,0.14365667104721064,0.01701526336733317,0.18986144537727034,0.18158046156167984,0.039416846291206266,0.999999980131785,0.9999999701976776,9.622155249168533e-08,0.9999999900658926,1.0,8.742835530018364e-08,0.0,0.0,0.0
world_model,1,2.7746530969937644,2.9228079319000244,0.43136313286799305,1.4126749634742737,1.4121544361114502,0.0025207097516513287,0.08031093919028834,0.08009923994541165,0.01235234520583143,0.06003781035542485,0.05450911074876785,0.015683038445637325,0.22454595503707722,0.24511419981718058,0.07828040386583072,0.19274737685918808,0.1685673668980598,0.08461382186381171,146.2891934712728,146.31584930419922,5.788567384126804
world_model,2,5.450984756151835,5.431550025939941,0.9156494661271385,1.0220206479231517,1.02208012342453,0.00188500670125389,0.04862023610621686,0.0488054938614368,0.005835960223558564,0.037990515585988725,0.03685108758509155,0.007099943590599353,0.2165151424705982,0.23652227967977518,0.07797150590688132,0.1886223604281743,0.17024827748537058,0.08433177507675707,146.24138895670572,146.5277099609375,5.7287277634464076
world_model,3,5.509579340616862,5.749669790267944,0.7371026221429967,0.8513886630535126,0.8516694009304047,0.0021537171254639295,0.03058278638248638,0.03022666741162535,0.003442002107615727,0.024771630764007527,0.024143174290657002,0.003957776692891721,0.21454101304213202,0.23404683917760843,0.07705424840486767,0.1901731342077255,0.17523850500583646,0.08379622649221254,146.0754051208496,146.62545013427734,5.572174160298494
world_model,4,5.281762659549713,5.477411866188049,0.917694798630235,0.7505281319220861,0.7506223618984222,0.0017282702620508,0.020260747366895225,0.02005096897482865,0.0021048676706088907,0.017126224003732166,0.016364400275051552,0.0020245516259403654,0.2169649954885244,0.23447087407112122,0.07614643508265717,0.19512058359881237,0.18198849260807035,0.08282689660016082,145.32516479492188,144.91040802001953,5.697679088682822
world_model,5,5.329902569452922,5.683130979537964,0.8962276469115121,0.6825697968403498,0.6824372708797455,0.0015413018565790888,0.015252657234668676,0.015127289108931949,0.0014438817984945608,0.013534439262002651,0.013195216655731149,0.0017372794129370478,0.22263472775618232,0.23839232325553888,0.07532901320736324,0.20200553784767783,0.1899637952446937,0.0816868026232774,143.25263595581055,142.18834686279297,4.753497986161328
world_model,6,5.5946001807848615,5.879019379615784,0.7783974208534439,0.633275697628657,0.6324781179428101,0.0020587935881514236,0.013680088100954842,0.013801512774079951,0.0010995270017718846,0.011690723011270108,0.0117905265651643,0.001407649506912305,0.2299661723275979,0.24429694563150406,0.07457460599163952,0.20960288991530737,0.19834434241056442,0.08053320330091815,142.09347534179688,141.13742065429688,4.836227246646821
world_model,7,5.572994768619537,5.803947925567627,0.5502660519748707,0.5949948827425638,0.5947689116001129,0.001403286630598127,0.013062497833743641,0.0131532801315188,0.0011769282505323519,0.010885045475636866,0.0109048006124794,0.00107915052878496,0.23825713371237114,0.2517117634415626,0.07380198510076333,0.21760692447423932,0.20707367360591886,0.07935544733020934,140.7646687825521,140.2261505126953,3.9801899646145955
world_model,8,5.397879938284556,5.647050619125366,0.7407125083548144,0.5633206268151602,0.5633133351802826,0.0015358416587357895,0.012671415306006824,0.0126404608599841,0.001211304710583214,0.010762977025782008,0.01086253626272075,0.0011712351171045425,0.24688475579023358,0.2596218585968017,0.07296477391616425,0.22591967384020484,0.21637503802776337,0.07813445669808572,140.43087895711264,140.63666534423828,3.967350274958522
world_model,9,5.463819185892741,5.744370818138123,0.9521691508935439,0.5372440864642462,0.5377908051013947,0.0011703309699149058,0.012378166429698417,0.012436153367161699,0.0012806554937208404,0.010890416335314458,0.011066657956689551,0.001245518494456719,0.2555214924116929,0.26771457493305206,0.07211906241849572,0.23427317291498181,0.22590231895446775,0.07690260470224157,139.53590393066406,139.58229064941406,4.134189304948207
world_model,10,5.5644466280937195,6.009871482849121,1.0575154917416096,0.5154671569665273,0.515019029378891,0.001186327845420697,0.012409274543945942,0.012326206546276749,0.0012304257961605284,0.010969753842800816,0.011111317668110101,0.0012341628008911366,0.26431557039419806,0.27612191438674927,0.07128778318928862,0.24257222811381018,0.23559294641017908,0.07570420285318531,138.75579579671225,139.47872924804688,4.454996797613794
world_model,11,5.20218151807785,5.3535003662109375,1.1311731730660626,0.496659092605114,0.49644479155540466,0.001123307389910038,0.01265028421767051,0.0125642316415905,0.001269284227110707,0.011659839500983501,0.01188013562932605,0.0012126424234516397,0.2733169260124365,0.2846914827823639,0.07034313095832283,0.25099159032106394,0.24563144892454145,0.07448875002391793,138.09865442911783,138.9291763305664,4.178775881182246
world_model,12,5.280019859472911,5.747845411300659,1.28461060239493,0.47952495515346527,0.4793666005134582,0.001389105459354678,0.012917557343219657,0.01283530471846455,0.0012246202914229867,0.012392609535405982,0.0126131908036768,0.0011774282247647842,0.2824149777491887,0.2937018424272537,0.06939373549047831,0.2596292706827322,0.2543314471840858,0.07328798030803896,136.9795265197754,136.96733856201172,3.9467775394559244
world_model,13,5.302836020787557,5.852014660835266,1.2757465654786238,0.46409856528043747,0.46419504284858704,0.001050163658689176,0.013553758695100717,0.01349190576002,0.0012577658751114083,0.012892122846096707,0.01310402760282155,0.0011514162181019468,0.2917673289775848,0.3031920045614242,0.06840735998377256,0.2683094069361686,0.2624831348657608,0.07208872390168189,136.2858975728353,136.97157287597656,3.5512390838689694
world_model,14,5.791423539320628,5.945765972137451,0.5655484441486516,0.4506177355845769,0.45042887330055237,0.0012161026663453124,0.014430512518932367,0.0143748740665614,0.0012364991991586109,0.0138272472346822,0.0140813547186553,0.0011190729338926896,0.30141550550858176,0.3130204826593399,0.0673709381573431,0.27722422530253726,0.2707790732383728,0.07088538852963572,135.7044537862142,135.8287582397461,3.454474558344695
world_model,15,5.508136610190074,5.854008316993713,1.1402449202996576,0.43838436901569366,0.4384008049964905,0.0008615054167565862,0.015101756900548892,0.015052326023578599,0.0012469379017422352,0.014536586357280558,0.014857864473015,0.0011179375667724986,0.31133061647415156,0.3232340812683105,0.06629784368045953,0.2862667217850685,0.27915382385253906,0.06963939359241021,134.84253438313803,135.24908447265625,2.8324582532747646
world_model,16,5.125843167304993,5.285653471946716,1.0134800523695324,0.42660117894411087,0.4263927191495895,0.001148086159679244,0.015921724494546582,0.015889019705355098,0.0012141177612622657,0.015645060144985668,0.016003148630261352,0.0010916827065730237,0.3215548607210318,0.3338477611541748,0.06515879001901148,0.29558682317535084,0.2877269387245178,0.06837207972220166,134.32496643066406,134.2648162841797,2.682125239187215
world_model,17,5.253186285495758,5.470703601837158,1.1241132173829773,0.41557904332876205,0.4154663681983948,0.0008410269794207801,0.016739914581800467,0.016706225462257848,0.001164131346516865,0.016663136426359366,0.01708429679274555,0.0010867682265817279,0.33203027645746863,0.3446984142065048,0.0640005050405059,0.3051746810475985,0.2965361475944519,0.06706239658764218,133.74890518188477,133.60354614257812,2.2747167262098413
world_model,18,5.430600603421529,5.512621164321899,1.1020208706959636,0.40606684734423953,0.40607485175132746,0.0005397087375178487,0.017496865397940032,0.0173919079825282,0.0011705290194331962,0.017450101440772376,0.0178923150524497,0.001071060363714449,0.3427787000934283,0.35581131279468536,0.06276142058759987,0.3148969014485677,0.30545288324356074,0.06576137741189932,132.90802892049155,132.71723175048828,2.0294301763703095
world_model,19,5.436449428399404,5.648098826408386,1.1498058885672588,0.3960161879658699,0.3961969316005707,0.0008174102476912764,0.01901196393494799,0.01887346711009735,0.0011665711218878006,0.018665908059726132,0.019065523520112003,0.0010305005155443999,0.3539399231473605,0.36735616624355316,0.06149591652652315,0.32500630865494406,0.3147258311510086,0.0644774429164444,132.4244244893392,132.22564697265625,1.9075616160989124
world_model,20,5.393611749013265,5.874812841415405,1.307440683162223,0.3872778018315633,0.38736899197101593,0.00042424644059586007,0.01984127238392824,0.0196535447612404,0.0011677042100827735,0.01949786456922686,0.0198982814326882,0.0009986795411873444,0.36534548302491504,0.3790495842695236,0.060177984583978356,0.33529502898454666,0.3241391032934189,0.06323547408530628,131.9907684326172,132.08236694335938,1.8063511542618733
world_model,21,5.508297363917033,5.698275804519653,0.8676026746722035,0.3792276779810588,0.37902896106243134,0.0008103363905256147,0.020810335874557443,0.0206161234527826,0.001152317660884797,0.020994735260804448,0.021347109228372498,0.0009765100996996683,0.37713342905044556,0.3910934329032898,0.058773118620608904,0.3460731928547223,0.3340180367231369,0.06197652524048173,131.51738611857095,131.54537200927734,1.690780829018697
world_model,22,5.791280210018158,5.663873910903931,0.6582171549795803,0.3709893723328908,0.370989054441452,0.0008609070914598876,0.022154688059041843,0.0219878396019339,0.001141039255115285,0.022236690856516316,0.0225090384483337,0.0009397024002630857,0.38931618879238766,0.40352118015289307,0.05739238432038426,0.3571899210413297,0.34417320787906647,0.06074819975776104,131.08186976114908,131.09950256347656,1.5233245053471018
world_model,23,5.614287157853444,5.823429465293884,0.5673897160987996,0.3631217380364736,0.3630341589450836,0.0008779816987639762,0.02346686553210016,0.023253399878740248,0.0011025389760362233,0.023456989942739356,0.0237014107406139,0.0009231182433393349,0.40191714465618134,0.41628871858119965,0.0559976440584052,0.368682657678922,0.35465903580188746,0.05954560213931628,130.7679328918457,130.8142547607422,1.3319216976737893
world_model,24,5.658874928951263,5.745439529418945,0.6918027939201757,0.3558635438481967,0.3557634502649307,0.001064174958532648,0.02441561423862969,0.0241613974794745,0.001140590862979906,0.024847178875158183,0.0250206552445888,0.0009187525499822268,0.41486972322066623,0.4293525815010071,0.05448170456732293,0.3806696782509486,0.3656308054924011,0.05837516090989796,130.3706029256185,130.49707794189453,1.1906220313357172
world_model,25,5.616573711236318,5.72162938117981,0.8872025533471299,0.3487582504749298,0.34869892895221705,0.00046454415745343105,0.025720455218106467,0.025397196412086452,0.0011445625241521303,0.026334709177414536,0.0263917567208409,0.0009139552647187162,0.4283665269613266,0.44298750162124634,0.052837566352561614,0.3931880220770836,0.3783359974622726,0.05719707765157762,130.01231384277344,130.0078582763672,1.130813137284013
world_model,26,5.524644871552785,5.810716867446899,0.9543302900352515,0.34237034370501834,0.3423507958650589,0.0008564638233055186,0.02722504750515019,0.0268474658951163,0.0011073657196361785,0.027604667469859057,0.0276280557736754,0.000881941863920405,0.44240957498550415,0.4571131020784378,0.051183388876075535,0.40618763367335003,0.39328227937221527,0.05609297002228068,129.90136845906576,130.01036834716797,1.040963568001893
world_model,27,5.589341322580974,5.8038411140441895,0.765050197589599,0.3355704595645268,0.3358666449785232,0.0009172836388966723,0.028744163146863327,0.02832633722573515,0.001109490845311185,0.029259270212302558,0.02927290275692935,0.00090436782498,0.4570140490929286,0.4716978371143341,0.04954806658380139,0.4197840516765912,0.40892039239406586,0.05502535797259223,129.67623964945474,129.7473373413086,0.9390837845705521
world_model,28,5.626016994317372,5.996636867523193,0.8711768472051987,0.32940444350242615,0.329495832324028,0.0006436687604611731,0.030289784229050015,0.02981335856020445,0.0011144525375631825,0.030843538387368075,0.0309232678264379,0.0008899796540274388,0.4721229349573453,0.48679155111312866,0.047929799104516745,0.4340202733874321,0.42534635961055756,0.054015700231958,129.5119915008545,129.5934295654297,0.9136651682644467
world_model,29,5.74443765481313,5.999930262565613,0.6326427648136478,0.32322320093711215,0.32323816418647766,0.0010152999273127085,0.03175016414994991,0.0313064251095056,0.00113947346333847,0.03252108938371138,0.032726898789405795,0.0009006773623019851,0.48798542221387226,0.5026105642318726,0.04616696334175959,0.44898155828317005,0.44264279305934906,0.05302816355958803,129.14913622538248,129.313720703125,0.9062932511382872
world_model,30,5.713793953259786,5.735728859901428,0.6013460285702609,0.3173683683077494,0.3172881752252579,0.0006633246341322384,0.033660703649123457,0.033281110227108,0.001121974208283234,0.03467112407088275,0.03496517613530155,0.0009592180282613008,0.5044140194853147,0.5188080668449402,0.04457381431078561,0.46492840349674225,0.46114009618759155,0.05209360126628062,129.00398445129395,129.22676849365234,0.9372229161230076
world_model,31,5.582311650117238,5.743760943412781,0.7507902813878604,0.3122922331094742,0.31241995096206665,0.0008494778959209791,0.03532414541890219,0.03503397107124325,0.001172749378157948,0.03652871493250127,0.03676927834749215,0.0010057564898294875,0.5216627245148023,0.5342341065406799,0.04278895553398194,0.48163686444362,0.4805383831262588,0.051240316955877226,122.8198471069336,122.91101837158202,0.9226800184483197
world_model,32,5.654606382052104,5.760345816612244,0.5873429376019659,0.30443292856216425,0.30439902842044825,0.0009550154637366466,0.03767740260809655,0.037547655403614,0.0011385640893152283,0.0379760557164748,0.0381048154085874,0.00108568134944198,0.539836419125398,0.5501703023910522,0.04111268876120354,0.49902357657750446,0.4995811879634857,0.05048319780275546,116.88054466247559,116.93449020385742,0.8985889029135489
world_model,33,5.675782481829326,5.667388558387756,0.3970035759004256,0.2965776671965917,0.29637540876865387,0.0010482401384411429,0.03913066256791349,0.0389851778745651,0.0012990395177497655,0.04037018430729703,0.04041001759469505,0.0011660789091069237,0.5590737164020538,0.5668599605560303,0.03906018801119969,0.51750614742438,0.5182834565639496,0.04985605307037517,110.90731938680013,110.8772201538086,0.8695941171292364
world_model,34,5.807481507460277,5.828349828720093,0.46322059329919196,0.2885562106966972,0.28839756548404694,0.00047901111554154324,0.04152370182176426,0.04154612123966215,0.0013208955836452737,0.042666116729378645,0.04270323552191255,0.0012547039825749502,0.5793702552715937,0.5844039916992188,0.03698077043342134,0.5370474507411321,0.538097083568573,0.049403154071749215,104.90595881144206,104.89460372924805,0.8650365918880059
world_model,35,5.735184987386067,5.837836027145386,0.5997548947766765,0.27979616820812225,0.2799205929040909,0.0007794617046541101,0.04397915583103892,0.0440777894109487,0.0013624073083984328,0.044985121736923796,0.04504832625389095,0.0014167854118181857,0.6007170329491297,0.6031263172626495,0.03495393085450849,0.5576939731836319,0.5595371127128601,0.049073597433528564,98.9293753306071,98.73693084716797,0.8239490182509003
world_model,36,5.8573266466458636,5.9413816928863525,0.3739958274893077,0.27163478732109064,0.2715657353401184,0.0009545768083920212,0.04650829266756768,0.0466425977647304,0.0014592875856396983,0.048487452169259364,0.0485266391187906,0.0016655413351890644,0.6232995887597402,0.6230201423168182,0.03284641895214455,0.5800740073124567,0.5859045386314392,0.04882857703705087,92.95824178059895,92.77843856811523,0.8223680669773935
world_model,37,5.497899492581685,5.783515453338623,0.8402055690971425,0.2623584593335787,0.26222436130046844,0.0012553292755530469,0.04889537363002692,0.049141258001327445,0.0016215880248221012,0.05018654714028037,0.0500067006796598,0.0018773596955172515,0.6472923358281454,0.6451984643936157,0.030531571539898734,0.6031955083211263,0.6104071736335754,0.048700924455488515,86.98033014933269,86.85062026977539,0.7861867585056509
world_model,38,5.95460706949234,5.9233784675598145,0.24733260828838516,0.25295131901899975,0.2529311776161194,0.0013375365593445842,0.05160573838899529,0.051993550732731805,0.0017611206594792717,0.054405781129995945,0.05419276840984815,0.0022388412250398592,0.6726802786191305,0.6693152487277985,0.028125612824597166,0.6284987131754557,0.6371385455131531,0.048649765670067104,81.00439707438152,80.96905136108398,0.7519267153319797
world_model,39,5.959118803342183,6.088825702667236,0.40463019645743925,0.2433278548220793,0.24321613460779185,0.0012757794286070824,0.054570273806651394,0.05525919236242765,0.0019268685546494169,0.057277186152835634,0.05678335390985005,0.002615474807931113,0.699368342757225,0.6940214335918427,0.025805912745210186,0.6551549782355627,0.66363924741745,0.048603100938099386,75.17265510559082,75.08555221557617,0.6811439893076336
world_model,40,5.727443337440491,5.6900012493133545,0.45903817508758327,0.2337477828065554,0.2340850010514259,0.0012971029843337663,0.05787185175965227,0.0586249306797981,0.0021427184122619547,0.059498321575423056,0.05867836624383925,0.0030584640917126317,0.7275536408027014,0.723160982131958,0.02358768756503883,0.6827923655509949,0.689417153596878,0.04847097935042846,69.33330345153809,69.27009582519531,0.6849859321019952
world_model,41,5.949734787146251,5.960231304168701,0.4228427241698349,0.22359056149919823,0.2234532833099365,0.0010214799969761323,0.06316238983223833,0.0637579299509525,0.002501254539928727,0.06456914730370042,0.06350981444120404,0.003754331670279506,0.7574832489093145,0.7539455890655518,0.021575906940053565,0.7128178626298904,0.7180639505386353,0.048138951251152785,63.46207777659098,63.41067695617676,0.7240320390176372
world_model,42,5.769858876864116,5.771841764450073,0.44901328865674606,0.21349853277206418,0.21307425945997235,0.0009374074091908044,0.06577943203349904,0.06617173925042145,0.0028371452815601195,0.06838288623839613,0.0671783275902271,0.004555626446692775,0.788452759385109,0.7857635915279388,0.019514793273089224,0.7443908154964447,0.7506022453308105,0.04740195256015391,57.60564359029134,57.53170394897461,0.7504757794494399
world_model,43,5.563683211803436,5.651842474937439,0.7711945376673922,0.2032639880975087,0.2033271118998527,0.0010413661795767289,0.06964130389193689,0.06988516449928281,0.003277397551299785,0.07325875759124752,0.07172963395714754,0.005609407152049621,0.8202991237243017,0.8173888921737671,0.017532706689498904,0.77766452729702,0.7846717536449432,0.045986857658220505,51.77850914001465,51.691715240478516,0.7237509385725232
world_model,44,5.609121223290761,5.500317692756653,0.35809135772580064,0.19303251554568604,0.19301783293485641,0.0010886144218141245,0.07333974043528234,0.0738299190998077,0.003821967007706443,0.07882176587978997,0.07690775021910665,0.006935961337365666,0.8524275918801626,0.849710077047348,0.015593121243138571,0.8125128994385401,0.8199660181999207,0.04366159631050759,45.997279485066734,45.854393005371094,0.746788185574771
world_model,45,5.729116400082906,5.794275999069214,0.5095487884416129,0.18260339895884192,0.1823969483375549,0.0011431921561446045,0.07794056646525853,0.0784576013684272,0.004558793218720686,0.08333240946133928,0.08106806129217145,0.008498736006609445,0.8844056377808253,0.883527934551239,0.013587132856298062,0.847917228937149,0.8554403781890869,0.040095717668685506,40.238987604777016,40.18539047241211,0.7489335354865571
world_model,46,5.809173027674357,5.884746789932251,0.5082424416853353,0.17222430308659867,0.1719953194260597,0.00109974540194203,0.08216835868855313,0.0822730436921119,0.005472272940692665,0.09090572906037166,0.088110689073801,0.010827009221179492,0.9150360971689224,0.9156134724617004,0.01136158920810448,0.8842767179012299,0.8921070992946625,0.034825670594836655,34.39238611857096,34.3613166809082,0.7279250084063164
world_model,47,5.633042871952057,5.714134335517883,0.5305220543047755,0.16153031339248017,0.16107466816902155,0.0009834386423942985,0.08893752098083492,0.08849165588617319,0.006858180351184317,0.10064097121357914,0.09667168185114855,0.014039431655135133,0.9439064959685007,0.9453204572200776,0.008696639187173097,0.9206599742174149,0.9280974864959717,0.027570192873579244,28.55378754933675,28.480819702148438,0.7080954084564024
world_model,48,5.802557408809662,5.961799025535584,0.5878169883369432,0.15048996731638903,0.15040025115013114,0.0010297663857653057,0.09610951257248716,0.0947938114404678,0.00863324726556563,0.11168342518309748,0.10598301887512204,0.01857639726232462,0.9692445049683253,0.9705759584903718,0.005591178109214264,0.9547450443108877,0.9603176116943359,0.018253412874993605,22.41431188583374,22.34179973602295,0.6042076747252055
world_model,49,5.874995032946269,5.940786004066467,0.5053711201228277,0.13778399303555486,0.13765683770179746,0.0010298388994180645,0.10704668673376237,0.10490018501877779,0.011345350769657933,0.12277671570579207,0.11548998951911925,0.024199482364853142,0.9891240348418554,0.9896648228168488,0.0023301843216619934,0.9825450628995895,0.9852348566055298,0.008236179218564515,15.567455927530924,15.539822578430176,0.42623214324211
world_model,50,5.879495799541473,5.885462641716003,0.5193840677453704,0.1136405120293299,0.1137786507606506,0.0012472366459627998,0.15012253945072487,0.14480005949735636,0.01883919240825867,0.18630790462096528,0.17337560653686515,0.04443871887995086,1.0000000099341075,1.0000000596046448,1.2665322955445276e-07,1.0000000248352687,1.0,7.816387237691034e-08,0.0,0.0,0.0
1 pass_type step step_time_s step_time_s step_time_s latent_delta latent_delta latent_delta action_delta action_delta action_delta state_delta state_delta state_delta action_cosine_vs_full50 action_cosine_vs_full50 action_cosine_vs_full50 state_cosine_vs_full50 state_cosine_vs_full50 state_cosine_vs_full50 latent_l2_vs_full50 latent_l2_vs_full50 latent_l2_vs_full50
2 mean median std mean median std mean median std mean median std mean median std mean median std mean median std
3 policy 1 2.8845879236857095 3.0433239936828613 0.5394880865297181 1.4143003225326538 1.4141246676445007 0.002046915199860231 0.08488429524004455 0.08204169198870655 0.014556679362970632 0.06937839897970353 0.0688993632793426 0.01773644777324086 0.21034946168462432 0.1763020530343055 0.09388799420466229 0.1955660519500573 0.17937317490577695 0.041582709964811546 146.69524765014648 146.4008026123047 4.713386839273348
4 policy 2 5.442963699499766 5.810356140136719 1.2109006135194116 1.0213396449883778 1.021577000617981 0.002336432260668538 0.05080993349353469 0.0499369855970144 0.00526583307811972 0.04060501574228204 0.04084967263042925 0.00560167496702773 0.20089988472561038 0.1675219982862472 0.09280402270775458 0.19216372072696683 0.17440961301326746 0.041120473490478586 146.41143544514975 146.0696258544922 4.665715147763396
5 policy 3 5.345373789469401 5.614920258522034 1.1900920013531036 0.8497315098841985 0.8492320477962494 0.001936953406074202 0.03288688619310653 0.0331670735031366 0.003590476879749878 0.026026638069500476 0.025013529695570448 0.0032270875845321774 0.1987563334405422 0.16509386152029035 0.09156737844119503 0.1945780937870343 0.17785000056028366 0.041083827290113 147.16568501790366 147.51248931884766 5.816403316395887
6 policy 4 5.464146355787913 5.857588529586792 1.3098243870817445 0.7500251432259878 0.7503499984741211 0.0019610480211285776 0.022634055310239345 0.02205464430153365 0.0033759709558923373 0.01732224513155715 0.0169166019186377 0.0018520034430131369 0.2015959210693836 0.1672162041068077 0.09054680566973237 0.2001076017816861 0.18391010165214533 0.04105902657629224 146.27551396687826 146.46149444580078 4.44623095601154
7 policy 5 5.476804753144582 5.658332467079163 1.2422471085102555 0.6821610083182653 0.682498574256897 0.0012578756788447925 0.016299006451542142 0.0156536204740405 0.0021165273640412056 0.013344673983131793 0.0135753229260444 0.0009245668546181249 0.20761372024814284 0.17242663353681564 0.08984811251039934 0.2072010810176531 0.19220687448978424 0.04095892449404627 144.9375 144.74494171142578 4.82923270118559
8 policy 6 5.585399607817332 5.976916551589966 1.2360531107530455 0.6324459860722224 0.6319168508052826 0.001312208120707754 0.013845152299230242 0.013420934788882649 0.001443962078321509 0.011682770525415699 0.01170064788311715 0.0007344985425463798 0.21521131818493203 0.17932912707328796 0.08935612188404946 0.21491301308075583 0.20122010260820383 0.0407063149132975 144.01077779134116 142.7327117919922 4.64557341059557
9 policy 7 5.360104401906331 5.6881691217422485 1.1213621225999821 0.5942443857590357 0.5941205024719238 0.0019008078215791621 0.01344441063702101 0.01312310388311735 0.0012042374197973969 0.011060206918045832 0.01095295744016765 0.0008598767347017669 0.22374028898775575 0.1873980313539505 0.08890885565363427 0.22299014404416082 0.2105085253715515 0.04038938987965496 142.64607365926108 140.3023910522461 5.4521405835386405
10 policy 8 5.587643404801686 5.917605757713318 1.222327298619931 0.563605859875679 0.5639850497245789 0.0016930475639268519 0.013118455884978125 0.01290679955855005 0.0012961555665373956 0.010965052293613517 0.0110911061055958 0.0009105975977393936 0.2326505084832509 0.1960731223225593 0.08841991171743477 0.2313401401042938 0.2197358757257461 0.04003597315539943 140.20851771036783 138.81077575683594 3.8114207753333136
11 policy 9 5.492460668087006 5.667871594429016 1.2223351622705456 0.5375121384859085 0.5374557673931122 0.0015278321895299013 0.012786991661414457 0.012764659710228402 0.0013113899943182723 0.010980981479709316 0.0112020019441843 0.0009265111358086123 0.24168191415568188 0.20520845800638196 0.08786382893044403 0.23968982199827826 0.22944580763578415 0.03968237316868454 139.31011962890625 138.76038360595703 3.640511439072436
12 policy 10 5.443938235441844 5.738200783729553 1.2511072977025448 0.5158558736244837 0.515794187784195 0.001323589821040827 0.0127822599994639 0.01272020535543555 0.0013207266178178632 0.010977751653020534 0.0111658060923218 0.0009171632646814565 0.2508245669305324 0.2146036326885223 0.08718649483979095 0.24793509766459462 0.23920944333076474 0.03931186973438837 138.5385945638021 137.79489135742188 3.3399288568151424
13 policy 11 5.235774954160054 5.563464641571045 1.267853709506508 0.4964585304260254 0.49628840386867523 0.001178779496004868 0.013001399890830066 0.012982684187591 0.0012809893891179947 0.011650755225370268 0.01179317617788905 0.000866499845320871 0.26013679057359695 0.22431827336549753 0.08639063879708948 0.2562824624280135 0.24920635670423505 0.038959529592369126 138.282351175944 137.13311767578125 3.369556990540935
14 policy 12 5.326124509175618 5.696235537528992 1.147960610060946 0.47992249578237534 0.48017770051956177 0.0009462306319285514 0.013369898234183534 0.01356562459841365 0.0012511553963457844 0.012346239139636325 0.01236789766699075 0.0008338306049400818 0.2696264845629533 0.23434719443321225 0.0855406249945609 0.26476747294267017 0.25937518477439875 0.038582065895694295 137.23519897460938 135.89990234375 3.5574597681875444
15 policy 13 5.45661461353302 5.869194746017456 1.258380005826726 0.4646586353580157 0.4644603729248047 0.0008632846143916739 0.013934059767052476 0.01416953792795535 0.0012819740414509826 0.012826872756704633 0.0128393205814063 0.0008146571748235484 0.2793451386193434 0.2446756064891815 0.08463612070458346 0.2732883927722772 0.26957017183303833 0.03824362112341423 136.51666641235352 135.66004943847656 3.2630808752624048
16 policy 14 5.612261692682902 6.008570075035095 1.1747186243466472 0.45087434848149616 0.4508180767297745 0.0010969067992716236 0.014795999120299967 0.01509403903037305 0.0012620595149375122 0.013755666480089175 0.0137352338060736 0.0007750743411716803 0.2892683570583661 0.2554543018341064 0.08371478382893595 0.28206684564550716 0.2795583456754684 0.03786810486427576 135.14614613850912 134.7120819091797 2.7813814284684786
17 policy 15 5.464557965596517 5.682851076126099 1.1964257935045086 0.4378119657437007 0.43757860362529755 0.001311977366886247 0.01545450207777315 0.01581315649673335 0.0012815458537219536 0.014454701216891358 0.01447739591822025 0.0007308249768696852 0.29942946260174114 0.2665224969387054 0.08269866334488803 0.29096710930267966 0.28769078850746155 0.037496120018827184 134.75170771280924 134.76302337646484 2.8767102756015883
18 policy 16 5.493267277876536 5.701123833656311 1.2031124690104162 0.42647503068049747 0.4266354441642761 0.0007137681127725725 0.016205329991256175 0.016692936420440653 0.0012572654763031005 0.015564469931026259 0.0156106897629797 0.0006674187851368272 0.30979379018147785 0.2779420167207718 0.08161355580056716 0.30010854577024776 0.2960526198148727 0.037181001249372674 134.13432439168295 133.60690307617188 2.8604094796277137
19 policy 17 5.448701242605845 5.82954478263855 1.266119797865834 0.41565752774477005 0.415436252951622 0.0010478769776072466 0.017024413915350974 0.0175804458558559 0.00125476064397563 0.01659778583173945 0.01664452161639925 0.0006413180967700675 0.32037224620580673 0.2896779477596283 0.08049101105823368 0.3095611532529195 0.3047598749399185 0.03693347669237449 133.6521733601888 133.04047393798828 2.6234278701156053
20 policy 18 5.442345341046651 5.745475769042969 1.1872472853453762 0.4057951793074608 0.40588314831256866 0.0007585097071353839 0.017698966121921875 0.0183102004230022 0.001253669164170863 0.017349385966857218 0.01742293871939175 0.0005990766544251541 0.33120428646604216 0.3016763776540756 0.07930931501395304 0.3190932124853134 0.31345391273498535 0.036696320222064545 132.747439066569 132.06341552734375 2.213856762548107
21 policy 19 5.235081593195598 5.643944501876831 1.2170483117517843 0.39680307110150653 0.396541878581047 0.0006575682671384219 0.0192132205702364 0.01983127463608975 0.0012523274909157737 0.018547414491573915 0.018599578179419 0.0005922675192238027 0.3423678440352281 0.3142198920249939 0.0781908273772974 0.32898551474014914 0.32424265146255493 0.036477220790247615 132.14961369832358 131.33130645751953 2.1264165089782034
22 policy 20 5.364916443824768 5.694737792015076 1.1792931158867297 0.3871702899535497 0.3869956135749817 0.0008102671274969437 0.020035353333999657 0.020665243268012952 0.0012997886671987028 0.019345717970281784 0.01939408201724285 0.0005712667432280109 0.3538387194275856 0.3270116448402405 0.07694365993959973 0.33898864438136417 0.3351448774337768 0.036304113712941836 131.62909571329752 131.31796264648438 1.8226033613294443
23 policy 21 5.239776114622752 5.456702947616577 1.2436275343724361 0.3795335665345192 0.37956012785434723 0.0010528734899056976 0.02099697866166626 0.021643476560711798 0.0013170425516328087 0.020840484338502035 0.020831219851970652 0.0005650192057861838 0.36570005615552265 0.3402066081762314 0.0755722660864268 0.349444421629111 0.3465039134025574 0.03618005334289047 131.1748784383138 130.95915985107422 1.5476876514864808
24 policy 22 5.2423097888628645 5.526838898658752 1.2530923733938706 0.37126045674085617 0.37139120697975153 0.000516568884894203 0.022349831958611743 0.0229671346023678 0.0013275789691064041 0.02211287152022118 0.0221321070566773 0.0005381440742431793 0.3778858209649722 0.3538894802331924 0.07422985843527789 0.36023566871881485 0.3582436293363571 0.036130109813453305 130.6944440205892 130.3712615966797 1.435841569357674
25 policy 23 5.168539822101593 5.475581645965576 1.1102203411886773 0.3632466197013855 0.36295484006404877 0.0011116515876940954 0.023639223693559516 0.0242774207144975 0.0013235231787672881 0.023305653594434202 0.0233474457636475 0.0005505133800813963 0.3904916966954867 0.3681382685899734 0.07289289829378184 0.37136851996183395 0.3702943921089172 0.03617218089806469 130.4299112955729 130.29637145996094 1.2783254318466861
26 policy 24 5.185827771822612 5.471821188926697 1.2092265971272085 0.35650621106227237 0.3565187007188797 0.000611045809878728 0.02456983194376025 0.02515579573810095 0.0013694174886621018 0.024688849691301532 0.024810159578919348 0.0005599003898222483 0.4035888959964116 0.38273291289806366 0.07141324747361763 0.38295283416906994 0.38281868398189545 0.03629123671621358 130.05672073364258 129.87499237060547 1.1291369818399735
27 policy 25 5.266716102759044 5.750879645347595 1.2136503265254444 0.3495103046298027 0.34955616295337677 0.0003579093681643915 0.025878784712403968 0.0263980366289615 0.001408846293695957 0.026189468490580677 0.02636228967458005 0.0005922634000650556 0.4172501787543297 0.39786091446876526 0.06978809155508055 0.39503900706768036 0.39585007727146143 0.03646074701842839 129.77561060587564 129.58356475830078 1.094116450368477
28 policy 26 5.447954932848613 5.8518452644348145 1.2249315867834643 0.34270885835091275 0.34304288029670715 0.0008542285970564427 0.0273955535764495 0.02789214439690105 0.0014239876654458423 0.027486340608447735 0.0276541346684098 0.0006455696028233268 0.43145711719989777 0.41365563869476313 0.06817236986684429 0.4076344793041547 0.40929730236530304 0.03660618957129129 129.60032653808594 129.50141143798828 1.0133989573175182
29 policy 27 5.27145795027415 5.6053056716918945 1.3420381229633256 0.3365250080823898 0.33633324503898615 0.0008605189648726776 0.028895464260131065 0.029361926950514247 0.0014528511763416503 0.029129284899681765 0.029346958734095048 0.0006653179129962803 0.4462585349877675 0.4300508499145507 0.06647819993353143 0.4207889934380849 0.4232950657606125 0.036846443287788036 129.39648564656576 129.2412109375 0.9752626980195971
30 policy 28 5.185725390911102 5.447244644165039 1.4062347594794928 0.32985079536835354 0.3302236497402191 0.001105187027373318 0.030438010891278535 0.03089521080255505 0.0014725640049394909 0.03068598390867309 0.0308825736865401 0.0007115010439252445 0.4616589993238449 0.44717262685298914 0.06474858873428377 0.43452998250722885 0.4378497749567032 0.03715690328956565 129.1882120768229 128.97200775146484 0.9035146822423662
31 policy 29 5.246454377969106 5.98495078086853 1.430731402924772 0.32362815241018933 0.32371972501277924 0.0008543883727282444 0.031902496702969026 0.03227169252932065 0.0015281616137957548 0.032357745959112984 0.0324986353516578 0.0007605715511021752 0.47787801673014957 0.4649675339460373 0.06279898705426867 0.4489453633626302 0.4529561549425125 0.0375609485784001 128.85437456766763 128.63468170166016 0.9070659013530131
32 policy 30 5.302058378855388 5.698225259780884 1.245225507076915 0.3178154304623603 0.3176594376564026 0.0009830105776830018 0.03377446687469876 0.03413677774369715 0.0015370489920880032 0.0345191145315766 0.03454138152301305 0.0008209394637998759 0.49478064477443695 0.48360310494899744 0.060883015763328774 0.46431364119052887 0.46678000688552856 0.038041464284297985 128.73850186665854 128.51844787597656 0.9198400215806111
33 policy 31 5.349356333414714 5.924529075622559 1.237532190068344 0.3127451762557029 0.313022032380104 0.0007340414574187263 0.03545926573375855 0.03573653474450105 0.0016086927808736785 0.03636555404712752 0.0364313144236803 0.000882954022143948 0.5125656872987747 0.5030426979064941 0.05872787341256076 0.4804112985730171 0.48219114542007446 0.03864680426711898 122.55267524719238 122.32682037353516 0.9279720562223163
34 policy 32 5.299917956193288 5.696576476097107 1.214368836366009 0.30510498583316803 0.3053659051656723 0.0008245408951186591 0.037842113524675335 0.03814499080181115 0.0016130461180496186 0.03783701701710618 0.03785610571503635 0.0009807238922940043 0.5313125302394232 0.5236461162567139 0.05657673694168305 0.49719036122163135 0.5010017454624176 0.03930696015212269 116.65866152445476 116.45866012573242 0.9154725334433166
35 policy 33 5.551784197489421 5.823643326759338 1.2109664315379374 0.2968703160683314 0.2970557063817978 0.0008934511822318464 0.03928920409331715 0.03941680863499635 0.00178071349252627 0.04027086372176802 0.040210323408246 0.001112582570868474 0.5511484146118164 0.5449757874011993 0.054090657600613615 0.5150952537854513 0.5210541486740112 0.04005004998171288 110.7648531595866 110.60812377929688 0.9302212022813207
36 policy 34 5.434899707635243 5.885905027389526 1.2281928173471868 0.2889017388224601 0.2890379875898361 0.0009776549218792102 0.04168397778024272 0.04179252497851845 0.001800532565644076 0.04261077847331759 0.042448198422789546 0.0012687232184594337 0.572086955110232 0.5675692558288574 0.05154418081158753 0.5340964968005816 0.5415010452270508 0.04085235484161539 104.7332935333252 104.55109786987305 0.9186047480105658
37 policy 35 5.072576741377513 5.214168310165405 1.2616425714659931 0.28063390403985977 0.2810373604297638 0.0010488091597880183 0.044128378232320103 0.044202780351042706 0.0018510658325746822 0.04495663133760289 0.04470836557447905 0.0014386215648956036 0.5941295176744461 0.5905415415763855 0.048988440609204174 0.5542495300372442 0.5628889799118042 0.04167146826103446 98.74545288085938 98.6485595703125 0.946200073585901
38 policy 36 5.143714030583699 5.841657638549805 1.480872383075908 0.2717113892237345 0.27157068252563477 0.0009242007877379835 0.04664985804508124 0.046751243993639904 0.0019584625022199785 0.04849789446840678 0.0482028499245643 0.0017187489002098504 0.61740742623806 0.6140662133693695 0.04627639702166467 0.5761593133211136 0.5860435962677002 0.042528948577323956 92.8384641011556 92.75496292114258 0.9311969063339225
39 policy 37 5.132512172063191 5.578577756881714 1.330827322014024 0.2625074833631515 0.26248501241207123 0.000820816540161349 0.04903565160930151 0.0491765141487121 0.0021386289375988246 0.050235743944843564 0.04970262385904785 0.0019479795791344497 0.6421133428812027 0.6400822699069977 0.04326021058907979 0.5988635967175165 0.607733428478241 0.04334453468944922 86.83699035644531 86.82263946533203 0.9713029162457131
40 policy 38 4.814000964164734 5.325188636779785 1.2945481802962002 0.2536342864235242 0.2538160979747772 0.0009314384202397737 0.05177753232419487 0.0519896019250154 0.002319757283815336 0.05448996927589173 0.053899310529232 0.0023349949643806053 0.6682469795147578 0.6692555546760559 0.0400111111999976 0.623781219124794 0.6314973831176758 0.044064166087110564 80.8234437306722 80.81548690795898 0.9985181519292424
41 policy 39 5.053341368834178 5.646599054336548 1.3864965374733327 0.24391307309269905 0.24380687624216074 0.0010469079463580892 0.05476894850532208 0.055033793672919204 0.0024403355358315853 0.057453714621563706 0.05675933882594105 0.002722941275796833 0.6957225054502487 0.6972706019878387 0.036672686024916065 0.6501246144374212 0.656592845916748 0.04463265119849594 74.89434750874837 74.83119583129883 1.0606874198635836
42 policy 40 4.931975483894348 5.448968410491943 1.5391029494844681 0.23419551178812978 0.2340761199593544 0.0009416968995130283 0.05805500534673528 0.0582563281059265 0.002630502087065219 0.059723965823650305 0.05884023942053315 0.003100527887059896 0.7246681998173395 0.7241391241550446 0.03322982978442759 0.6775099883476893 0.683054655790329 0.04495115197740681 68.9820950826009 69.00534439086914 1.0827202915156562
43 policy 41 5.145629167556763 5.5360705852508545 1.3105777156011618 0.2240669081608454 0.2238703593611717 0.001042962562442036 0.06328019965440031 0.06353581324219701 0.0028162463386880395 0.06485968052099145 0.0637415051460266 0.0038294298597043815 0.7552517553170522 0.7533141672611237 0.029846698688346305 0.7074069281419119 0.713950514793396 0.044854428103335696 63.12506103515625 63.23634147644043 1.1188995720682144
44 policy 42 5.152637382348378 5.447891473770142 1.2733414873692106 0.2139071275790532 0.2137377634644508 0.0009098576352356793 0.06595263568063571 0.0658454298973083 0.003147785325486652 0.06880567098657285 0.0675417631864547 0.004567524330300507 0.7868600239356359 0.7844269275665283 0.02625946773459272 0.738938550154368 0.7462517023086548 0.04423495908366898 57.200459798177086 57.291364669799805 1.1382128819746204
45 policy 43 4.795405546824138 5.1599156856536865 1.2630334694664715 0.20376789569854734 0.20371176302433008 0.001005959768837186 0.0697740924855073 0.06938786432147026 0.0035690564217884468 0.07380147340397035 0.0723177902400493 0.005566629667180401 0.8192712167898814 0.8185335993766785 0.02262357655760414 0.7722964833180109 0.780126303434372 0.04284808636342858 51.41486422220866 51.574588775634766 1.1669609045224627
46 policy 44 4.647126913070679 5.118428707122803 1.3891124710465828 0.19309356684486068 0.1929584667086601 0.0009488760730537517 0.07335766715308027 0.07279932871460909 0.004063776511368773 0.079543345918258 0.0778454393148422 0.006777500090881832 0.8518335570891699 0.852451741695404 0.0190066508378356 0.8074455509583155 0.8156304359436035 0.0405400562818527 45.6682341893514 45.84196472167969 1.1858237413971595
47 policy 45 4.822279194990794 5.556050539016724 1.3553424592377303 0.18311211218436554 0.18291241675615305 0.0010168340090021637 0.07784977865715818 0.0773789174854755 0.004623522661803304 0.08421717770397659 0.08199272304773325 0.008155923746831717 0.8841379980246226 0.885522186756134 0.01550079961474682 0.8433909316857656 0.8514427542686462 0.03702614920649871 39.909607887268066 39.99363708496094 1.224138034505166
48 policy 46 5.369663079579671 5.693251848220825 1.2102951392652155 0.1724515470365683 0.17235863953828812 0.0007579639549443997 0.08195260539650913 0.08162317425012586 0.00533176466915171 0.09203622179726756 0.0891862474381923 0.010292434661230736 0.9149402578671774 0.9153760075569153 0.012089428318066493 0.8805444737275442 0.8879494667053223 0.03191520184171672 34.14702924092611 34.209659576416016 1.2011679534031714
49 policy 47 4.958841323852539 5.364533543586731 1.2471269927704398 0.1618440138796965 0.16194130480289454 0.0009620696367050002 0.0886500819275776 0.088092565536499 0.006441818562569546 0.10216059163212772 0.09877683594822881 0.013198830556699872 0.9438823610544205 0.9450065791606902 0.008684667904976906 0.9179864575465521 0.9240874946117402 0.024991690274922932 28.330190658569336 28.3433952331543 1.1047412189997947
50 policy 48 5.077033718427022 5.431699991226196 1.258706501860087 0.150702279061079 0.1508158296346664 0.0008839022671104222 0.0958133743455012 0.09471999481320376 0.007958757651128917 0.11357380077242847 0.10932805389165876 0.017131440613505057 0.9692537436882654 0.9706688821315765 0.005287646483709651 0.9532051781813303 0.9573877155780792 0.016340520703279286 22.167786757151287 22.140509605407715 0.9181932372751032
51 policy 49 5.219441175460815 5.6370240449905396 1.3830354482183136 0.13813464219371474 0.1382366865873336 0.0008756097381219876 0.10686438654859855 0.10416566580533974 0.010267536938552332 0.12503812648355958 0.11946880817413325 0.02195087053277738 0.9891477674245834 0.9898447096347809 0.0021130802452816186 0.9819751083850861 0.9838836789131165 0.007242981297508647 15.348443031311035 15.316393375396729 0.6311084920028842
52 policy 50 5.308077891667684 5.65937340259552 1.2313321352988598 0.11414941834906732 0.1141312196850776 0.0012561377399645823 0.14990762186547116 0.14365667104721064 0.01701526336733317 0.18986144537727034 0.18158046156167984 0.039416846291206266 0.999999980131785 0.9999999701976776 9.622155249168533e-08 0.9999999900658926 1.0 8.742835530018364e-08 0.0 0.0 0.0
53 world_model 1 2.7746530969937644 2.9228079319000244 0.43136313286799305 1.4126749634742737 1.4121544361114502 0.0025207097516513287 0.08031093919028834 0.08009923994541165 0.01235234520583143 0.06003781035542485 0.05450911074876785 0.015683038445637325 0.22454595503707722 0.24511419981718058 0.07828040386583072 0.19274737685918808 0.1685673668980598 0.08461382186381171 146.2891934712728 146.31584930419922 5.788567384126804
54 world_model 2 5.450984756151835 5.431550025939941 0.9156494661271385 1.0220206479231517 1.02208012342453 0.00188500670125389 0.04862023610621686 0.0488054938614368 0.005835960223558564 0.037990515585988725 0.03685108758509155 0.007099943590599353 0.2165151424705982 0.23652227967977518 0.07797150590688132 0.1886223604281743 0.17024827748537058 0.08433177507675707 146.24138895670572 146.5277099609375 5.7287277634464076
55 world_model 3 5.509579340616862 5.749669790267944 0.7371026221429967 0.8513886630535126 0.8516694009304047 0.0021537171254639295 0.03058278638248638 0.03022666741162535 0.003442002107615727 0.024771630764007527 0.024143174290657002 0.003957776692891721 0.21454101304213202 0.23404683917760843 0.07705424840486767 0.1901731342077255 0.17523850500583646 0.08379622649221254 146.0754051208496 146.62545013427734 5.572174160298494
56 world_model 4 5.281762659549713 5.477411866188049 0.917694798630235 0.7505281319220861 0.7506223618984222 0.0017282702620508 0.020260747366895225 0.02005096897482865 0.0021048676706088907 0.017126224003732166 0.016364400275051552 0.0020245516259403654 0.2169649954885244 0.23447087407112122 0.07614643508265717 0.19512058359881237 0.18198849260807035 0.08282689660016082 145.32516479492188 144.91040802001953 5.697679088682822
57 world_model 5 5.329902569452922 5.683130979537964 0.8962276469115121 0.6825697968403498 0.6824372708797455 0.0015413018565790888 0.015252657234668676 0.015127289108931949 0.0014438817984945608 0.013534439262002651 0.013195216655731149 0.0017372794129370478 0.22263472775618232 0.23839232325553888 0.07532901320736324 0.20200553784767783 0.1899637952446937 0.0816868026232774 143.25263595581055 142.18834686279297 4.753497986161328
58 world_model 6 5.5946001807848615 5.879019379615784 0.7783974208534439 0.633275697628657 0.6324781179428101 0.0020587935881514236 0.013680088100954842 0.013801512774079951 0.0010995270017718846 0.011690723011270108 0.0117905265651643 0.001407649506912305 0.2299661723275979 0.24429694563150406 0.07457460599163952 0.20960288991530737 0.19834434241056442 0.08053320330091815 142.09347534179688 141.13742065429688 4.836227246646821
59 world_model 7 5.572994768619537 5.803947925567627 0.5502660519748707 0.5949948827425638 0.5947689116001129 0.001403286630598127 0.013062497833743641 0.0131532801315188 0.0011769282505323519 0.010885045475636866 0.0109048006124794 0.00107915052878496 0.23825713371237114 0.2517117634415626 0.07380198510076333 0.21760692447423932 0.20707367360591886 0.07935544733020934 140.7646687825521 140.2261505126953 3.9801899646145955
60 world_model 8 5.397879938284556 5.647050619125366 0.7407125083548144 0.5633206268151602 0.5633133351802826 0.0015358416587357895 0.012671415306006824 0.0126404608599841 0.001211304710583214 0.010762977025782008 0.01086253626272075 0.0011712351171045425 0.24688475579023358 0.2596218585968017 0.07296477391616425 0.22591967384020484 0.21637503802776337 0.07813445669808572 140.43087895711264 140.63666534423828 3.967350274958522
61 world_model 9 5.463819185892741 5.744370818138123 0.9521691508935439 0.5372440864642462 0.5377908051013947 0.0011703309699149058 0.012378166429698417 0.012436153367161699 0.0012806554937208404 0.010890416335314458 0.011066657956689551 0.001245518494456719 0.2555214924116929 0.26771457493305206 0.07211906241849572 0.23427317291498181 0.22590231895446775 0.07690260470224157 139.53590393066406 139.58229064941406 4.134189304948207
62 world_model 10 5.5644466280937195 6.009871482849121 1.0575154917416096 0.5154671569665273 0.515019029378891 0.001186327845420697 0.012409274543945942 0.012326206546276749 0.0012304257961605284 0.010969753842800816 0.011111317668110101 0.0012341628008911366 0.26431557039419806 0.27612191438674927 0.07128778318928862 0.24257222811381018 0.23559294641017908 0.07570420285318531 138.75579579671225 139.47872924804688 4.454996797613794
63 world_model 11 5.20218151807785 5.3535003662109375 1.1311731730660626 0.496659092605114 0.49644479155540466 0.001123307389910038 0.01265028421767051 0.0125642316415905 0.001269284227110707 0.011659839500983501 0.01188013562932605 0.0012126424234516397 0.2733169260124365 0.2846914827823639 0.07034313095832283 0.25099159032106394 0.24563144892454145 0.07448875002391793 138.09865442911783 138.9291763305664 4.178775881182246
64 world_model 12 5.280019859472911 5.747845411300659 1.28461060239493 0.47952495515346527 0.4793666005134582 0.001389105459354678 0.012917557343219657 0.01283530471846455 0.0012246202914229867 0.012392609535405982 0.0126131908036768 0.0011774282247647842 0.2824149777491887 0.2937018424272537 0.06939373549047831 0.2596292706827322 0.2543314471840858 0.07328798030803896 136.9795265197754 136.96733856201172 3.9467775394559244
65 world_model 13 5.302836020787557 5.852014660835266 1.2757465654786238 0.46409856528043747 0.46419504284858704 0.001050163658689176 0.013553758695100717 0.01349190576002 0.0012577658751114083 0.012892122846096707 0.01310402760282155 0.0011514162181019468 0.2917673289775848 0.3031920045614242 0.06840735998377256 0.2683094069361686 0.2624831348657608 0.07208872390168189 136.2858975728353 136.97157287597656 3.5512390838689694
66 world_model 14 5.791423539320628 5.945765972137451 0.5655484441486516 0.4506177355845769 0.45042887330055237 0.0012161026663453124 0.014430512518932367 0.0143748740665614 0.0012364991991586109 0.0138272472346822 0.0140813547186553 0.0011190729338926896 0.30141550550858176 0.3130204826593399 0.0673709381573431 0.27722422530253726 0.2707790732383728 0.07088538852963572 135.7044537862142 135.8287582397461 3.454474558344695
67 world_model 15 5.508136610190074 5.854008316993713 1.1402449202996576 0.43838436901569366 0.4384008049964905 0.0008615054167565862 0.015101756900548892 0.015052326023578599 0.0012469379017422352 0.014536586357280558 0.014857864473015 0.0011179375667724986 0.31133061647415156 0.3232340812683105 0.06629784368045953 0.2862667217850685 0.27915382385253906 0.06963939359241021 134.84253438313803 135.24908447265625 2.8324582532747646
68 world_model 16 5.125843167304993 5.285653471946716 1.0134800523695324 0.42660117894411087 0.4263927191495895 0.001148086159679244 0.015921724494546582 0.015889019705355098 0.0012141177612622657 0.015645060144985668 0.016003148630261352 0.0010916827065730237 0.3215548607210318 0.3338477611541748 0.06515879001901148 0.29558682317535084 0.2877269387245178 0.06837207972220166 134.32496643066406 134.2648162841797 2.682125239187215
69 world_model 17 5.253186285495758 5.470703601837158 1.1241132173829773 0.41557904332876205 0.4154663681983948 0.0008410269794207801 0.016739914581800467 0.016706225462257848 0.001164131346516865 0.016663136426359366 0.01708429679274555 0.0010867682265817279 0.33203027645746863 0.3446984142065048 0.0640005050405059 0.3051746810475985 0.2965361475944519 0.06706239658764218 133.74890518188477 133.60354614257812 2.2747167262098413
70 world_model 18 5.430600603421529 5.512621164321899 1.1020208706959636 0.40606684734423953 0.40607485175132746 0.0005397087375178487 0.017496865397940032 0.0173919079825282 0.0011705290194331962 0.017450101440772376 0.0178923150524497 0.001071060363714449 0.3427787000934283 0.35581131279468536 0.06276142058759987 0.3148969014485677 0.30545288324356074 0.06576137741189932 132.90802892049155 132.71723175048828 2.0294301763703095
71 world_model 19 5.436449428399404 5.648098826408386 1.1498058885672588 0.3960161879658699 0.3961969316005707 0.0008174102476912764 0.01901196393494799 0.01887346711009735 0.0011665711218878006 0.018665908059726132 0.019065523520112003 0.0010305005155443999 0.3539399231473605 0.36735616624355316 0.06149591652652315 0.32500630865494406 0.3147258311510086 0.0644774429164444 132.4244244893392 132.22564697265625 1.9075616160989124
72 world_model 20 5.393611749013265 5.874812841415405 1.307440683162223 0.3872778018315633 0.38736899197101593 0.00042424644059586007 0.01984127238392824 0.0196535447612404 0.0011677042100827735 0.01949786456922686 0.0198982814326882 0.0009986795411873444 0.36534548302491504 0.3790495842695236 0.060177984583978356 0.33529502898454666 0.3241391032934189 0.06323547408530628 131.9907684326172 132.08236694335938 1.8063511542618733
73 world_model 21 5.508297363917033 5.698275804519653 0.8676026746722035 0.3792276779810588 0.37902896106243134 0.0008103363905256147 0.020810335874557443 0.0206161234527826 0.001152317660884797 0.020994735260804448 0.021347109228372498 0.0009765100996996683 0.37713342905044556 0.3910934329032898 0.058773118620608904 0.3460731928547223 0.3340180367231369 0.06197652524048173 131.51738611857095 131.54537200927734 1.690780829018697
74 world_model 22 5.791280210018158 5.663873910903931 0.6582171549795803 0.3709893723328908 0.370989054441452 0.0008609070914598876 0.022154688059041843 0.0219878396019339 0.001141039255115285 0.022236690856516316 0.0225090384483337 0.0009397024002630857 0.38931618879238766 0.40352118015289307 0.05739238432038426 0.3571899210413297 0.34417320787906647 0.06074819975776104 131.08186976114908 131.09950256347656 1.5233245053471018
75 world_model 23 5.614287157853444 5.823429465293884 0.5673897160987996 0.3631217380364736 0.3630341589450836 0.0008779816987639762 0.02346686553210016 0.023253399878740248 0.0011025389760362233 0.023456989942739356 0.0237014107406139 0.0009231182433393349 0.40191714465618134 0.41628871858119965 0.0559976440584052 0.368682657678922 0.35465903580188746 0.05954560213931628 130.7679328918457 130.8142547607422 1.3319216976737893
76 world_model 24 5.658874928951263 5.745439529418945 0.6918027939201757 0.3558635438481967 0.3557634502649307 0.001064174958532648 0.02441561423862969 0.0241613974794745 0.001140590862979906 0.024847178875158183 0.0250206552445888 0.0009187525499822268 0.41486972322066623 0.4293525815010071 0.05448170456732293 0.3806696782509486 0.3656308054924011 0.05837516090989796 130.3706029256185 130.49707794189453 1.1906220313357172
77 world_model 25 5.616573711236318 5.72162938117981 0.8872025533471299 0.3487582504749298 0.34869892895221705 0.00046454415745343105 0.025720455218106467 0.025397196412086452 0.0011445625241521303 0.026334709177414536 0.0263917567208409 0.0009139552647187162 0.4283665269613266 0.44298750162124634 0.052837566352561614 0.3931880220770836 0.3783359974622726 0.05719707765157762 130.01231384277344 130.0078582763672 1.130813137284013
78 world_model 26 5.524644871552785 5.810716867446899 0.9543302900352515 0.34237034370501834 0.3423507958650589 0.0008564638233055186 0.02722504750515019 0.0268474658951163 0.0011073657196361785 0.027604667469859057 0.0276280557736754 0.000881941863920405 0.44240957498550415 0.4571131020784378 0.051183388876075535 0.40618763367335003 0.39328227937221527 0.05609297002228068 129.90136845906576 130.01036834716797 1.040963568001893
79 world_model 27 5.589341322580974 5.8038411140441895 0.765050197589599 0.3355704595645268 0.3358666449785232 0.0009172836388966723 0.028744163146863327 0.02832633722573515 0.001109490845311185 0.029259270212302558 0.02927290275692935 0.00090436782498 0.4570140490929286 0.4716978371143341 0.04954806658380139 0.4197840516765912 0.40892039239406586 0.05502535797259223 129.67623964945474 129.7473373413086 0.9390837845705521
80 world_model 28 5.626016994317372 5.996636867523193 0.8711768472051987 0.32940444350242615 0.329495832324028 0.0006436687604611731 0.030289784229050015 0.02981335856020445 0.0011144525375631825 0.030843538387368075 0.0309232678264379 0.0008899796540274388 0.4721229349573453 0.48679155111312866 0.047929799104516745 0.4340202733874321 0.42534635961055756 0.054015700231958 129.5119915008545 129.5934295654297 0.9136651682644467
81 world_model 29 5.74443765481313 5.999930262565613 0.6326427648136478 0.32322320093711215 0.32323816418647766 0.0010152999273127085 0.03175016414994991 0.0313064251095056 0.00113947346333847 0.03252108938371138 0.032726898789405795 0.0009006773623019851 0.48798542221387226 0.5026105642318726 0.04616696334175959 0.44898155828317005 0.44264279305934906 0.05302816355958803 129.14913622538248 129.313720703125 0.9062932511382872
82 world_model 30 5.713793953259786 5.735728859901428 0.6013460285702609 0.3173683683077494 0.3172881752252579 0.0006633246341322384 0.033660703649123457 0.033281110227108 0.001121974208283234 0.03467112407088275 0.03496517613530155 0.0009592180282613008 0.5044140194853147 0.5188080668449402 0.04457381431078561 0.46492840349674225 0.46114009618759155 0.05209360126628062 129.00398445129395 129.22676849365234 0.9372229161230076
83 world_model 31 5.582311650117238 5.743760943412781 0.7507902813878604 0.3122922331094742 0.31241995096206665 0.0008494778959209791 0.03532414541890219 0.03503397107124325 0.001172749378157948 0.03652871493250127 0.03676927834749215 0.0010057564898294875 0.5216627245148023 0.5342341065406799 0.04278895553398194 0.48163686444362 0.4805383831262588 0.051240316955877226 122.8198471069336 122.91101837158202 0.9226800184483197
84 world_model 32 5.654606382052104 5.760345816612244 0.5873429376019659 0.30443292856216425 0.30439902842044825 0.0009550154637366466 0.03767740260809655 0.037547655403614 0.0011385640893152283 0.0379760557164748 0.0381048154085874 0.00108568134944198 0.539836419125398 0.5501703023910522 0.04111268876120354 0.49902357657750446 0.4995811879634857 0.05048319780275546 116.88054466247559 116.93449020385742 0.8985889029135489
85 world_model 33 5.675782481829326 5.667388558387756 0.3970035759004256 0.2965776671965917 0.29637540876865387 0.0010482401384411429 0.03913066256791349 0.0389851778745651 0.0012990395177497655 0.04037018430729703 0.04041001759469505 0.0011660789091069237 0.5590737164020538 0.5668599605560303 0.03906018801119969 0.51750614742438 0.5182834565639496 0.04985605307037517 110.90731938680013 110.8772201538086 0.8695941171292364
86 world_model 34 5.807481507460277 5.828349828720093 0.46322059329919196 0.2885562106966972 0.28839756548404694 0.00047901111554154324 0.04152370182176426 0.04154612123966215 0.0013208955836452737 0.042666116729378645 0.04270323552191255 0.0012547039825749502 0.5793702552715937 0.5844039916992188 0.03698077043342134 0.5370474507411321 0.538097083568573 0.049403154071749215 104.90595881144206 104.89460372924805 0.8650365918880059
87 world_model 35 5.735184987386067 5.837836027145386 0.5997548947766765 0.27979616820812225 0.2799205929040909 0.0007794617046541101 0.04397915583103892 0.0440777894109487 0.0013624073083984328 0.044985121736923796 0.04504832625389095 0.0014167854118181857 0.6007170329491297 0.6031263172626495 0.03495393085450849 0.5576939731836319 0.5595371127128601 0.049073597433528564 98.9293753306071 98.73693084716797 0.8239490182509003
88 world_model 36 5.8573266466458636 5.9413816928863525 0.3739958274893077 0.27163478732109064 0.2715657353401184 0.0009545768083920212 0.04650829266756768 0.0466425977647304 0.0014592875856396983 0.048487452169259364 0.0485266391187906 0.0016655413351890644 0.6232995887597402 0.6230201423168182 0.03284641895214455 0.5800740073124567 0.5859045386314392 0.04882857703705087 92.95824178059895 92.77843856811523 0.8223680669773935
89 world_model 37 5.497899492581685 5.783515453338623 0.8402055690971425 0.2623584593335787 0.26222436130046844 0.0012553292755530469 0.04889537363002692 0.049141258001327445 0.0016215880248221012 0.05018654714028037 0.0500067006796598 0.0018773596955172515 0.6472923358281454 0.6451984643936157 0.030531571539898734 0.6031955083211263 0.6104071736335754 0.048700924455488515 86.98033014933269 86.85062026977539 0.7861867585056509
90 world_model 38 5.95460706949234 5.9233784675598145 0.24733260828838516 0.25295131901899975 0.2529311776161194 0.0013375365593445842 0.05160573838899529 0.051993550732731805 0.0017611206594792717 0.054405781129995945 0.05419276840984815 0.0022388412250398592 0.6726802786191305 0.6693152487277985 0.028125612824597166 0.6284987131754557 0.6371385455131531 0.048649765670067104 81.00439707438152 80.96905136108398 0.7519267153319797
91 world_model 39 5.959118803342183 6.088825702667236 0.40463019645743925 0.2433278548220793 0.24321613460779185 0.0012757794286070824 0.054570273806651394 0.05525919236242765 0.0019268685546494169 0.057277186152835634 0.05678335390985005 0.002615474807931113 0.699368342757225 0.6940214335918427 0.025805912745210186 0.6551549782355627 0.66363924741745 0.048603100938099386 75.17265510559082 75.08555221557617 0.6811439893076336
92 world_model 40 5.727443337440491 5.6900012493133545 0.45903817508758327 0.2337477828065554 0.2340850010514259 0.0012971029843337663 0.05787185175965227 0.0586249306797981 0.0021427184122619547 0.059498321575423056 0.05867836624383925 0.0030584640917126317 0.7275536408027014 0.723160982131958 0.02358768756503883 0.6827923655509949 0.689417153596878 0.04847097935042846 69.33330345153809 69.27009582519531 0.6849859321019952
93 world_model 41 5.949734787146251 5.960231304168701 0.4228427241698349 0.22359056149919823 0.2234532833099365 0.0010214799969761323 0.06316238983223833 0.0637579299509525 0.002501254539928727 0.06456914730370042 0.06350981444120404 0.003754331670279506 0.7574832489093145 0.7539455890655518 0.021575906940053565 0.7128178626298904 0.7180639505386353 0.048138951251152785 63.46207777659098 63.41067695617676 0.7240320390176372
94 world_model 42 5.769858876864116 5.771841764450073 0.44901328865674606 0.21349853277206418 0.21307425945997235 0.0009374074091908044 0.06577943203349904 0.06617173925042145 0.0028371452815601195 0.06838288623839613 0.0671783275902271 0.004555626446692775 0.788452759385109 0.7857635915279388 0.019514793273089224 0.7443908154964447 0.7506022453308105 0.04740195256015391 57.60564359029134 57.53170394897461 0.7504757794494399
95 world_model 43 5.563683211803436 5.651842474937439 0.7711945376673922 0.2032639880975087 0.2033271118998527 0.0010413661795767289 0.06964130389193689 0.06988516449928281 0.003277397551299785 0.07325875759124752 0.07172963395714754 0.005609407152049621 0.8202991237243017 0.8173888921737671 0.017532706689498904 0.77766452729702 0.7846717536449432 0.045986857658220505 51.77850914001465 51.691715240478516 0.7237509385725232
96 world_model 44 5.609121223290761 5.500317692756653 0.35809135772580064 0.19303251554568604 0.19301783293485641 0.0010886144218141245 0.07333974043528234 0.0738299190998077 0.003821967007706443 0.07882176587978997 0.07690775021910665 0.006935961337365666 0.8524275918801626 0.849710077047348 0.015593121243138571 0.8125128994385401 0.8199660181999207 0.04366159631050759 45.997279485066734 45.854393005371094 0.746788185574771
97 world_model 45 5.729116400082906 5.794275999069214 0.5095487884416129 0.18260339895884192 0.1823969483375549 0.0011431921561446045 0.07794056646525853 0.0784576013684272 0.004558793218720686 0.08333240946133928 0.08106806129217145 0.008498736006609445 0.8844056377808253 0.883527934551239 0.013587132856298062 0.847917228937149 0.8554403781890869 0.040095717668685506 40.238987604777016 40.18539047241211 0.7489335354865571
98 world_model 46 5.809173027674357 5.884746789932251 0.5082424416853353 0.17222430308659867 0.1719953194260597 0.00109974540194203 0.08216835868855313 0.0822730436921119 0.005472272940692665 0.09090572906037166 0.088110689073801 0.010827009221179492 0.9150360971689224 0.9156134724617004 0.01136158920810448 0.8842767179012299 0.8921070992946625 0.034825670594836655 34.39238611857096 34.3613166809082 0.7279250084063164
99 world_model 47 5.633042871952057 5.714134335517883 0.5305220543047755 0.16153031339248017 0.16107466816902155 0.0009834386423942985 0.08893752098083492 0.08849165588617319 0.006858180351184317 0.10064097121357914 0.09667168185114855 0.014039431655135133 0.9439064959685007 0.9453204572200776 0.008696639187173097 0.9206599742174149 0.9280974864959717 0.027570192873579244 28.55378754933675 28.480819702148438 0.7080954084564024
100 world_model 48 5.802557408809662 5.961799025535584 0.5878169883369432 0.15048996731638903 0.15040025115013114 0.0010297663857653057 0.09610951257248716 0.0947938114404678 0.00863324726556563 0.11168342518309748 0.10598301887512204 0.01857639726232462 0.9692445049683253 0.9705759584903718 0.005591178109214264 0.9547450443108877 0.9603176116943359 0.018253412874993605 22.41431188583374 22.34179973602295 0.6042076747252055
101 world_model 49 5.874995032946269 5.940786004066467 0.5053711201228277 0.13778399303555486 0.13765683770179746 0.0010298388994180645 0.10704668673376237 0.10490018501877779 0.011345350769657933 0.12277671570579207 0.11548998951911925 0.024199482364853142 0.9891240348418554 0.9896648228168488 0.0023301843216619934 0.9825450628995895 0.9852348566055298 0.008236179218564515 15.567455927530924 15.539822578430176 0.42623214324211
102 world_model 50 5.879495799541473 5.885462641716003 0.5193840677453704 0.1136405120293299 0.1137786507606506 0.0012472366459627998 0.15012253945072487 0.14480005949735636 0.01883919240825867 0.18630790462096528 0.17337560653686515 0.04443871887995086 1.0000000099341075 1.0000000596046448 1.2665322955445276e-07 1.0000000248352687 1.0 7.816387237691034e-08 0.0 0.0 0.0

View File

@@ -0,0 +1,30 @@
# Backbone Block Profiling Report
## Dataset Overview
- Rows: 30000
- Blocks: 25
- Steps: 1-50
- Pass types: policy, world_model
## Block Timing
- `forward_time_ms`: mean=30.6579, median=34.4826, p90=54.4240
## Stability
- `rel_l2_delta_vs_prev`: mean=0.135295, median=0.111123, p90=0.228920
- `cosine_vs_prev`: mean=0.987331, median=0.994399, p90=0.998716
## Top Cache Candidates
- `output_5` (output_blocks): tail_rel_l2=0.043625, mean_forward_time_ms=42.8631
- `output_4` (output_blocks): tail_rel_l2=0.049498, mean_forward_time_ms=40.4440
- `output_2` (output_blocks): tail_rel_l2=0.051888, mean_forward_time_ms=4.1717
- `output_3` (output_blocks): tail_rel_l2=0.054181, mean_forward_time_ms=40.1228
- `output_1` (output_blocks): tail_rel_l2=0.067320, mean_forward_time_ms=3.4706
- `output_6` (output_blocks): tail_rel_l2=0.068327, mean_forward_time_ms=42.6822
- `output_0` (output_blocks): tail_rel_l2=0.069596, mean_forward_time_ms=3.4777
- `middle` (middle_block): tail_rel_l2=0.073528, mean_forward_time_ms=27.7004
- `input_9` (input_blocks): tail_rel_l2=0.074634, mean_forward_time_ms=0.6786
- `input_7` (input_blocks): tail_rel_l2=0.074664, mean_forward_time_ms=40.6067

View File

@@ -0,0 +1,26 @@
block_stage,block_name,block_index,mean_forward_time_ms,mean_rel_l2_delta_vs_prev,mean_cosine_vs_prev,mean_l2_delta_vs_full50,mean_cosine_vs_full50,mid_mean_rel_l2_delta_vs_prev,mid_mean_cosine_vs_prev,mid_mean_forward_time_ms,tail_mean_rel_l2_delta_vs_prev,tail_mean_cosine_vs_prev,tail_mean_forward_time_ms
output_blocks,output_5,5,42.863051041495055,0.06228299754145899,0.9988699047541132,14016.164249674479,0.8898269074161848,0.054510836031228735,0.9995781146581211,42.9375957012073,0.043624564073979806,1.0002043609817823,43.6880320989682
output_blocks,output_4,4,40.44399618598012,0.07252416367243439,0.9971239141055516,2785.910027338664,0.8505752137303353,0.06791971972773941,0.9976636192628315,40.26306831621609,0.04949811804108317,0.9989056778450807,40.561466883324705
output_blocks,output_2,2,4.171747556344296,0.07334929908670125,0.9971415590570898,3302.823804321289,0.841064484268427,0.06881384636526776,0.997624032317646,4.162821095503334,0.051887559021512625,0.9988181687891483,4.2169437879541265
output_blocks,output_3,3,40.12275171078121,0.08006316583071431,0.9965133184478396,2879.731220296224,0.8431879858672618,0.07700655195448129,0.9969611247144048,39.930224866746734,0.05418061820479726,0.9986523660520713,40.353287009444706
output_blocks,output_1,1,3.4706004809898636,0.09790547667261286,0.9946925475382481,1299.4536314646402,0.7578741733978192,0.09652381005238678,0.9950607330316589,3.532593166233883,0.06731988950632509,0.9977347503105799,3.218074389345323
output_blocks,output_6,6,42.682225819444284,0.08471308870646514,0.9964086090018149,6457.605928853352,0.8565213522811731,0.07524324465720422,0.9974346651680885,42.83118201050139,0.06832653253028785,0.9980997895201047,42.130091856233776
output_blocks,output_0,0,3.477683770470321,0.10010563753557952,0.994516584996869,1603.5260118993124,0.7451913531869649,0.09954482283709301,0.9947721370392375,3.5977230845240964,0.06959628900513048,0.9975802379349867,3.2305003240859755
middle_block,middle,0,27.700351732394967,0.1060706114738571,0.9938496410542604,1983.5321935780844,0.7513873965044816,0.10616360244060315,0.994050605193017,27.59983024415782,0.0735283466832091,0.9972961174945036,26.923274256599445
input_blocks,input_9,9,0.6786098463150362,0.10469200875812847,0.9940224344633064,1534.8331769816082,0.7949867524703343,0.10444150983341152,0.9942574460828115,0.6838169379440683,0.0746336743390808,0.9972172814110914,0.7053326291497797
input_blocks,input_7,7,40.606678624171764,0.10049423906115848,0.9946794436395574,1583.2044016520183,0.8279545007149378,0.09833970292663523,0.995054695223059,41.11385819435652,0.07466444158926602,0.9973436949153741,39.736487180925906
input_blocks,input_11,11,2.699917658853034,0.10755154384034017,0.9936601856127888,1704.1499267578124,0.7689413900176684,0.10758180527519134,0.993892919331316,2.651050785696873,0.07507891630132989,0.9971809747318426,2.7164443143798658
input_blocks,input_10,10,2.8884224659608058,0.10707734232502321,0.993719658782693,1612.7427862548827,0.7772303131471078,0.1075407413854485,0.993900559487797,3.0071013939699958,0.07509601395577188,0.9971823431551456,2.7688575151842088
output_blocks,output_8,8,44.522857303575925,0.09015753003293453,0.999061448638942,12026.143228556315,0.8388490381836892,0.07416892978584479,1.0006998297240999,44.81039911283121,0.07770507823054985,1.0009327662487826,44.337696490886934
input_blocks,input_8,8,40.638303535524756,0.110087190963784,0.9935483423118688,1416.8312489573161,0.7866640042761962,0.11071075339402467,0.9936923654306502,40.3903474530486,0.07828909674038485,0.9970833015938599,40.54432138994647
input_blocks,input_5,5,44.59299710773242,0.09156999374632117,0.9969672026480136,1795.2210994466145,0.8738777715961138,0.08579828746114218,0.9975701864986193,44.30333936553715,0.09263718491420145,0.9965812501808008,44.98693233860346
output_blocks,output_7,7,42.80969524406828,0.10835878893758363,0.993943293534574,4434.196792704264,0.8117317557831605,0.0929764683343588,0.9958969893909636,43.064087266213306,0.09383251912270979,0.9959388901789983,40.9706682122002
input_blocks,input_6,6,0.584605180968841,0.12336398068764781,0.9920526951247332,1866.453294881185,0.8151554065446059,0.11864074363949749,0.9927757382392883,0.5719354782726557,0.0990007198726137,0.9951727598905563,0.6576083231872568
output_blocks,output_9,9,49.521952513993405,0.15027341128130547,0.9889586827381939,5669.523021443685,0.774367964764436,0.12450952391834955,0.9932015735715155,49.24942173492459,0.14830862811456122,0.9898215683797995,49.43334849861761
input_blocks,input_4,4,44.86185279713633,0.17751947257566408,0.9840718263975617,2049.47087117513,0.72660149546961,0.1603791227505084,0.9873487356872785,44.99903953604637,0.16160566341131924,0.9872794094185035,44.81419445364736
output_blocks,output_10,10,49.355379008532815,0.1878842818645798,0.9819916177059518,4236.64416595459,0.7240297641356787,0.15738633062158308,0.9886209010368302,49.405197098311625,0.17617070258905487,0.9853219571212928,49.47154136025347
input_blocks,input_0,0,30.34376550038966,0.3688928111627393,0.9107018851985534,1300.4039337921142,0.5190505039008955,0.32759715072692386,0.9463917549167361,30.339315751685746,0.18357469321539002,0.9847742453217506,30.326895869802684
input_blocks,input_3,3,0.6447609486834457,0.21782079051394443,0.9751547873527014,2137.896681467692,0.6881701488792896,0.18908678941310395,0.982170418023117,0.6457486380231641,0.19857661997278528,0.9805230205257733,0.6224711076356471
input_blocks,input_1,1,58.68940070659543,0.2520302017884595,0.9657780585341713,1813.3128697713216,0.6209551769246657,0.2163141383419907,0.978101796692326,58.80673894739991,0.2053682168324788,0.9803992139796416,59.064198430860415
input_blocks,input_2,2,58.2558399066329,0.24045089812201703,0.9708809897202213,2289.6602480570477,0.6197847673793634,0.20655575409413326,0.9800774905653227,58.207971717430546,0.23814212723324693,0.9726638160645962,58.56506471754983
output_blocks,output_11,11,49.82051014706182,0.1671371413838295,0.9849774821781788,18064.742912801106,0.49906489476561544,0.1407700723687571,0.9917503920575929,49.67741876016445,0.2643633471180995,0.9648099208871523,49.91836551732073
1 block_stage block_name block_index mean_forward_time_ms mean_rel_l2_delta_vs_prev mean_cosine_vs_prev mean_l2_delta_vs_full50 mean_cosine_vs_full50 mid_mean_rel_l2_delta_vs_prev mid_mean_cosine_vs_prev mid_mean_forward_time_ms tail_mean_rel_l2_delta_vs_prev tail_mean_cosine_vs_prev tail_mean_forward_time_ms
2 output_blocks output_5 5 42.863051041495055 0.06228299754145899 0.9988699047541132 14016.164249674479 0.8898269074161848 0.054510836031228735 0.9995781146581211 42.9375957012073 0.043624564073979806 1.0002043609817823 43.6880320989682
3 output_blocks output_4 4 40.44399618598012 0.07252416367243439 0.9971239141055516 2785.910027338664 0.8505752137303353 0.06791971972773941 0.9976636192628315 40.26306831621609 0.04949811804108317 0.9989056778450807 40.561466883324705
4 output_blocks output_2 2 4.171747556344296 0.07334929908670125 0.9971415590570898 3302.823804321289 0.841064484268427 0.06881384636526776 0.997624032317646 4.162821095503334 0.051887559021512625 0.9988181687891483 4.2169437879541265
5 output_blocks output_3 3 40.12275171078121 0.08006316583071431 0.9965133184478396 2879.731220296224 0.8431879858672618 0.07700655195448129 0.9969611247144048 39.930224866746734 0.05418061820479726 0.9986523660520713 40.353287009444706
6 output_blocks output_1 1 3.4706004809898636 0.09790547667261286 0.9946925475382481 1299.4536314646402 0.7578741733978192 0.09652381005238678 0.9950607330316589 3.532593166233883 0.06731988950632509 0.9977347503105799 3.218074389345323
7 output_blocks output_6 6 42.682225819444284 0.08471308870646514 0.9964086090018149 6457.605928853352 0.8565213522811731 0.07524324465720422 0.9974346651680885 42.83118201050139 0.06832653253028785 0.9980997895201047 42.130091856233776
8 output_blocks output_0 0 3.477683770470321 0.10010563753557952 0.994516584996869 1603.5260118993124 0.7451913531869649 0.09954482283709301 0.9947721370392375 3.5977230845240964 0.06959628900513048 0.9975802379349867 3.2305003240859755
9 middle_block middle 0 27.700351732394967 0.1060706114738571 0.9938496410542604 1983.5321935780844 0.7513873965044816 0.10616360244060315 0.994050605193017 27.59983024415782 0.0735283466832091 0.9972961174945036 26.923274256599445
10 input_blocks input_9 9 0.6786098463150362 0.10469200875812847 0.9940224344633064 1534.8331769816082 0.7949867524703343 0.10444150983341152 0.9942574460828115 0.6838169379440683 0.0746336743390808 0.9972172814110914 0.7053326291497797
11 input_blocks input_7 7 40.606678624171764 0.10049423906115848 0.9946794436395574 1583.2044016520183 0.8279545007149378 0.09833970292663523 0.995054695223059 41.11385819435652 0.07466444158926602 0.9973436949153741 39.736487180925906
12 input_blocks input_11 11 2.699917658853034 0.10755154384034017 0.9936601856127888 1704.1499267578124 0.7689413900176684 0.10758180527519134 0.993892919331316 2.651050785696873 0.07507891630132989 0.9971809747318426 2.7164443143798658
13 input_blocks input_10 10 2.8884224659608058 0.10707734232502321 0.993719658782693 1612.7427862548827 0.7772303131471078 0.1075407413854485 0.993900559487797 3.0071013939699958 0.07509601395577188 0.9971823431551456 2.7688575151842088
14 output_blocks output_8 8 44.522857303575925 0.09015753003293453 0.999061448638942 12026.143228556315 0.8388490381836892 0.07416892978584479 1.0006998297240999 44.81039911283121 0.07770507823054985 1.0009327662487826 44.337696490886934
15 input_blocks input_8 8 40.638303535524756 0.110087190963784 0.9935483423118688 1416.8312489573161 0.7866640042761962 0.11071075339402467 0.9936923654306502 40.3903474530486 0.07828909674038485 0.9970833015938599 40.54432138994647
16 input_blocks input_5 5 44.59299710773242 0.09156999374632117 0.9969672026480136 1795.2210994466145 0.8738777715961138 0.08579828746114218 0.9975701864986193 44.30333936553715 0.09263718491420145 0.9965812501808008 44.98693233860346
17 output_blocks output_7 7 42.80969524406828 0.10835878893758363 0.993943293534574 4434.196792704264 0.8117317557831605 0.0929764683343588 0.9958969893909636 43.064087266213306 0.09383251912270979 0.9959388901789983 40.9706682122002
18 input_blocks input_6 6 0.584605180968841 0.12336398068764781 0.9920526951247332 1866.453294881185 0.8151554065446059 0.11864074363949749 0.9927757382392883 0.5719354782726557 0.0990007198726137 0.9951727598905563 0.6576083231872568
19 output_blocks output_9 9 49.521952513993405 0.15027341128130547 0.9889586827381939 5669.523021443685 0.774367964764436 0.12450952391834955 0.9932015735715155 49.24942173492459 0.14830862811456122 0.9898215683797995 49.43334849861761
20 input_blocks input_4 4 44.86185279713633 0.17751947257566408 0.9840718263975617 2049.47087117513 0.72660149546961 0.1603791227505084 0.9873487356872785 44.99903953604637 0.16160566341131924 0.9872794094185035 44.81419445364736
21 output_blocks output_10 10 49.355379008532815 0.1878842818645798 0.9819916177059518 4236.64416595459 0.7240297641356787 0.15738633062158308 0.9886209010368302 49.405197098311625 0.17617070258905487 0.9853219571212928 49.47154136025347
22 input_blocks input_0 0 30.34376550038966 0.3688928111627393 0.9107018851985534 1300.4039337921142 0.5190505039008955 0.32759715072692386 0.9463917549167361 30.339315751685746 0.18357469321539002 0.9847742453217506 30.326895869802684
23 input_blocks input_3 3 0.6447609486834457 0.21782079051394443 0.9751547873527014 2137.896681467692 0.6881701488792896 0.18908678941310395 0.982170418023117 0.6457486380231641 0.19857661997278528 0.9805230205257733 0.6224711076356471
24 input_blocks input_1 1 58.68940070659543 0.2520302017884595 0.9657780585341713 1813.3128697713216 0.6209551769246657 0.2163141383419907 0.978101796692326 58.80673894739991 0.2053682168324788 0.9803992139796416 59.064198430860415
25 input_blocks input_2 2 58.2558399066329 0.24045089812201703 0.9708809897202213 2289.6602480570477 0.6197847673793634 0.20655575409413326 0.9800774905653227 58.207971717430546 0.23814212723324693 0.9726638160645962 58.56506471754983
26 output_blocks output_11 11 49.82051014706182 0.1671371413838295 0.9849774821781788 18064.742912801106 0.49906489476561544 0.1407700723687571 0.9917503920575929 49.67741876016445 0.2643633471180995 0.9648099208871523 49.91836551732073

View File

@@ -0,0 +1,10 @@
window,block_stage,mean_forward_time_ms,mean_rel_l2_delta_vs_prev,mean_cosine_vs_prev,mean_l2_delta_vs_full50,mean_cosine_vs_full50
all,input_blocks,27.12376285658037,0.16679587279543565,0.9804364591488476,1758.6817115995618,0.734947685943399
all,middle_block,27.700351732394967,0.1060706114738571,0.9938496410542604,1983.5321935780844,0.7513873965044816
all,output_blocks,34.43853756522812,0.10622958187884994,0.9936832468914472,6398.038749608993,0.7860237406483955
mid,input_blocks,27.143355349950966,0.15274887493683426,0.9862695088481934,1838.138867221812,0.7344304322802201
mid,middle_block,27.59983024415782,0.10616360244060315,0.994050605193017,1932.7470240517268,0.7858611765125442
mid,output_blocks,34.45514435111483,0.09411451305452455,0.9957720093310826,6438.905440426377,0.7887501596330256
tail,input_blocks,27.12573402257274,0.12972228069815575,0.990283442599078,903.3972572538588,0.9319385150033567
tail,middle_block,26.923274256599445,0.0735283466832091,0.9972961174945036,704.2903087615966,0.9683025546371937
tail,output_blocks,34.29416803571965,0.09706782046317429,0.9939017045208149,3118.717174863815,0.9320922318018146
1 window block_stage mean_forward_time_ms mean_rel_l2_delta_vs_prev mean_cosine_vs_prev mean_l2_delta_vs_full50 mean_cosine_vs_full50
2 all input_blocks 27.12376285658037 0.16679587279543565 0.9804364591488476 1758.6817115995618 0.734947685943399
3 all middle_block 27.700351732394967 0.1060706114738571 0.9938496410542604 1983.5321935780844 0.7513873965044816
4 all output_blocks 34.43853756522812 0.10622958187884994 0.9936832468914472 6398.038749608993 0.7860237406483955
5 mid input_blocks 27.143355349950966 0.15274887493683426 0.9862695088481934 1838.138867221812 0.7344304322802201
6 mid middle_block 27.59983024415782 0.10616360244060315 0.994050605193017 1932.7470240517268 0.7858611765125442
7 mid output_blocks 34.45514435111483 0.09411451305452455 0.9957720093310826 6438.905440426377 0.7887501596330256
8 tail input_blocks 27.12573402257274 0.12972228069815575 0.990283442599078 903.3972572538588 0.9319385150033567
9 tail middle_block 26.923274256599445 0.0735283466832091 0.9972961174945036 704.2903087615966 0.9683025546371937
10 tail output_blocks 34.29416803571965 0.09706782046317429 0.9939017045208149 3118.717174863815 0.9320922318018146

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,13 @@
sample_id,scene,round_id,policy_pass_total_time_s,world_model_pass_total_time_s,round_total_time_s,latent_init_dist_to_prev_round,action_drift_vs_prev_round,psnr_full50
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,0,92.2563533782959,239.25451731681824,417.95410084724426,,,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,1,276.1196584701538,275.11080861091614,641.0843214988708,241.4925079345703,0.24549013376235962,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,2,275.4468674659729,274.4037437438965,639.0623366832733,191.73426818847656,0.293038547039032,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,3,272.10622930526733,242.96844124794006,603.7899894714355,195.3313446044922,0.34770166873931885,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,4,296.6695604324341,285.0917410850525,673.2194304466248,167.99044799804688,0.22527706623077393,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,5,278.56303429603577,298.6220200061798,668.7917900085449,174.95765686035156,0.3287593126296997,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,6,267.05474853515625,282.11378479003906,638.8288781642914,172.1045379638672,0.26524674892425537,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,7,284.06689190864563,281.10928320884705,655.1283934116364,171.8326873779297,0.23548972606658936,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,8,285.5426595211029,282.06214570999146,657.7242078781128,212.9300994873047,0.24315547943115234,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,9,235.07834649085999,300.6306447982788,625.8992779254913,172.31582641601562,0.25560462474823,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,10,290.567090511322,283.49824380874634,665.4987998008728,159.1429901123047,0.13671576976776123,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,11,286.7230350971222,288.7662036418915,667.0947260856628,159.94544982910156,0.2373533844947815,
1 sample_id scene round_id policy_pass_total_time_s world_model_pass_total_time_s round_total_time_s latent_init_dist_to_prev_round action_drift_vs_prev_round psnr_full50
2 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 0 92.2563533782959 239.25451731681824 417.95410084724426
3 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 1 276.1196584701538 275.11080861091614 641.0843214988708 241.4925079345703 0.24549013376235962
4 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 2 275.4468674659729 274.4037437438965 639.0623366832733 191.73426818847656 0.293038547039032
5 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 3 272.10622930526733 242.96844124794006 603.7899894714355 195.3313446044922 0.34770166873931885
6 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 4 296.6695604324341 285.0917410850525 673.2194304466248 167.99044799804688 0.22527706623077393
7 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 5 278.56303429603577 298.6220200061798 668.7917900085449 174.95765686035156 0.3287593126296997
8 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 6 267.05474853515625 282.11378479003906 638.8288781642914 172.1045379638672 0.26524674892425537
9 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 7 284.06689190864563 281.10928320884705 655.1283934116364 171.8326873779297 0.23548972606658936
10 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 8 285.5426595211029 282.06214570999146 657.7242078781128 212.9300994873047 0.24315547943115234
11 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 9 235.07834649085999 300.6306447982788 625.8992779254913 172.31582641601562 0.25560462474823
12 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 10 290.567090511322 283.49824380874634 665.4987998008728 159.1429901123047 0.13671576976776123
13 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox 11 286.7230350971222 288.7662036418915 667.0947260856628 159.94544982910156 0.2373533844947815

View File

@@ -0,0 +1,3 @@
sample_id,scene,pass_type,pass_total_time_s,action_first_stable_step,state_first_stable_step,latent_first_stable_step,action_vs_full50_90pct_step,action_vs_full50_95pct_step,oracle_budget_action,oracle_budget_state,oracle_budget_latent,latent_init_dist_to_prev_round,action_drift_vs_prev_round,round_total_time_s,policy_pass_total_time_s,world_model_pass_total_time_s,psnr_full50
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,policy,261.68287295103073,,,,45.916666666666664,47.833333333333336,47.833333333333336,48.333333333333336,,183.6161651611328,0.25580295107581397,629.5063543518385,261.68287295103073,277.8026314973831,
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,world_model,277.8026314973831,,,,46.0,47.75,47.75,48.25,,183.6161651611328,0.25580295107581397,629.5063543518385,261.68287295103073,277.8026314973831,
1 sample_id scene pass_type pass_total_time_s action_first_stable_step state_first_stable_step latent_first_stable_step action_vs_full50_90pct_step action_vs_full50_95pct_step oracle_budget_action oracle_budget_state oracle_budget_latent latent_init_dist_to_prev_round action_drift_vs_prev_round round_total_time_s policy_pass_total_time_s world_model_pass_total_time_s psnr_full50
2 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox policy 261.68287295103073 45.916666666666664 47.833333333333336 47.833333333333336 48.333333333333336 183.6161651611328 0.25580295107581397 629.5063543518385 261.68287295103073 277.8026314973831
3 unitree_z1_stackbox-vid25-fs4 unitree_z1_stackbox world_model 277.8026314973831 46.0 47.75 47.75 48.25 183.6161651611328 0.25580295107581397 629.5063543518385 261.68287295103073 277.8026314973831

File diff suppressed because it is too large Load Diff