video_backbone剖析
This commit is contained in:
@@ -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=141.4964, median=145.5265, p90=160.0908, p95=163.0139
|
||||
|
||||
### 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=49.3000, median=49.3000, p90=49.3000, p95=49.3000
|
||||
- `share_action_first_stable_before_latent`: nan
|
||||
- `share_action_95pct_before_latent`: nan
|
||||
|
||||
### Direction D: Cross-Step Similarity
|
||||
|
||||
- `latent_delta_mid_steps`: mean=0.3533, median=0.3491, p90=0.4172, p95=0.4281
|
||||
- `action_delta_mid_steps`: mean=0.0257, median=0.0247, p90=0.0382, p95=0.0403
|
||||
- `state_delta_mid_steps`: mean=0.0260, median=0.0247, p90=0.0400, p95=0.0424
|
||||
|
||||
### Direction A: Budget Heterogeneity
|
||||
|
||||
- `oracle_budget_action`: mean=47.5833, median=47.5833, p90=47.5833, p95=47.5833
|
||||
- `oracle_budget_state`: mean=48.3333, median=48.3333, p90=48.3333, p95=48.3333
|
||||
- `oracle_budget_action_by_scene`:
|
||||
- `unitree_z1_stackbox`: mean=47.5833, median=47.5833, std=0.0000
|
||||
|
||||
### Direction B: Round Reuse
|
||||
|
||||
- `latent_init_dist_to_prev_round`: mean=184.9084, median=176.9709, p90=207.5904, p95=223.1764
|
||||
- `action_drift_vs_prev_round`: mean=0.2433, median=0.2588, p90=0.2970, p95=0.3081
|
||||
- `round_total_time_s`: mean=136.9350, median=137.2997, p90=137.6646, p95=137.7072
|
||||
- `policy_pass_total_time_s`: mean=33.6722, median=33.7683, p90=33.8526, p95=33.8686
|
||||
- `world_model_pass_total_time_s`: mean=33.6451, median=33.7512, p90=33.8346, p95=33.8521
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 272 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
@@ -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,33.67222219705582,33.67222219705582,,,,,,,,,,,47.5,47.5,,49.3,49.3,,47.583333333333336,47.583333333333336,,48.333333333333336,48.333333333333336,,136.93499877055487,136.93499877055487,,33.67222219705582,33.67222219705582,,33.64513192574183,33.64513192574183,,184.90836264870384,184.90836264870384,,0.243316650390625,0.243316650390625,
|
||||
unitree_z1_stackbox,world_model,33.64513192574183,33.64513192574183,,,,,,,,,,,47.583333333333336,47.583333333333336,,49.41666666666666,49.41666666666666,,47.75,47.75,,48.333333333333336,48.333333333333336,,136.93499877055487,136.93499877055487,,33.67222219705582,33.67222219705582,,33.64513192574183,33.64513192574183,,184.90836264870384,184.90836264870384,,0.243316650390625,0.243316650390625,
|
||||
|
@@ -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,0.6928649743398031,0.6935597658157349,0.0062636294008732215,1.414481282234192,1.4150723218917847,0.002026675376446388,0.08074718527495857,0.0790489837527275,0.007105774417525635,0.06574995350092645,0.06708365119993685,0.011886714455505312,0.20582183760901288,0.23257029801607132,0.08316045482035497,0.20337662659585473,0.20211099833250046,0.07866644593068307,146.7549285888672,146.79861450195312,5.66689307154823
|
||||
policy,2,0.6509349743525187,0.6529718637466431,0.005262526103549649,1.0217934548854828,1.0213184356689453,0.0020525737129084725,0.03185420033211505,0.0320350062102079,0.0013924113647139455,0.032103533546129825,0.0319723896682262,0.0010646509288562665,0.20937112532556054,0.2348209023475647,0.08302480758086411,0.20778064553936318,0.2062248885631561,0.0793414388109411,146.4107577006022,146.76348876953125,4.872982621939746
|
||||
policy,3,0.6521942615509033,0.6541516780853271,0.00490331318646176,0.8511392821868261,0.8504089713096619,0.0021606476118259843,0.031499588396400165,0.0317317973822355,0.0014169380588655595,0.03170525950069223,0.03150297142565245,0.000987602702068013,0.212677512007455,0.23679919540882105,0.08291521403531843,0.2119269954661528,0.21008151024579996,0.07996928529495635,146.82681147257486,145.87930297851562,5.763694379979376
|
||||
policy,4,0.6521024306615194,0.6540689468383789,0.00445439785355914,0.7508238703012466,0.7511674761772156,0.0020239362434011907,0.031147855178763423,0.031429361552,0.0014421107827984198,0.03131041520585612,0.0311832809820771,0.0009185865125982351,0.21574539225548503,0.2385096624493599,0.0828313509963527,0.21582075518866375,0.21368940174579615,0.08054942493991395,147.38951365152994,146.4534683227539,7.2479486893951846
|
||||
policy,5,0.6523927648862203,0.6544662714004517,0.005267439922688097,0.6815460622310638,0.6818056106567383,0.0013327979488626425,0.030800228162358178,0.0311288386583328,0.001467233247135978,0.030920389884461916,0.03088605310767885,0.0008593983570939403,0.21857937052845952,0.2399570494890213,0.08277280546440101,0.21946725249290464,0.2170571386814117,0.08108166135207734,148.4077491760254,146.2039566040039,8.610434313679368
|
||||
policy,6,0.6522004008293152,0.6532258987426758,0.004687591167529342,0.6317664186159769,0.6316403448581696,0.001021692356280175,0.030457903320590618,0.03079357650130985,0.001491691987748127,0.03053650849809245,0.03059277124702925,0.0008118303987312204,0.22118429404993853,0.24041169881820676,0.08273914037422848,0.22287207469344136,0.2201932221651077,0.08156619771763247,149.26842244466147,146.22361755371094,9.460850377621083
|
||||
policy,7,0.6516767342885336,0.654273509979248,0.0043882707951227685,0.5937927812337875,0.5937767624855042,0.001841150341867502,0.030121973405281662,0.0303696226328611,0.00151495838781549,0.030159974625954985,0.030304417014121947,0.0007774643898125487,0.22356505692005155,0.24062264710664744,0.08272978463788587,0.2260408761600653,0.2231059819459915,0.08200350254551433,150.32014592488608,146.9953842163086,9.59629650026494
|
||||
policy,8,0.6941452622413635,0.6949722766876221,0.005670358979430743,0.56332861383756,0.5631425380706787,0.001585325845880542,0.027017420933892294,0.02621422894299025,0.00443071103954398,0.01904131060776606,0.0190371554344892,0.006024965376472771,0.2272569332271814,0.2434778213500976,0.08247773707555968,0.2307213482757409,0.22822663187980646,0.07981304480158048,151.1292381286621,147.5328369140625,9.605711781404109
|
||||
policy,9,0.6509166359901428,0.6531150341033936,0.004870422078360279,0.5371408462524414,0.5369762182235718,0.0016128769250521578,0.012704510008916209,0.01290394226089115,0.0012021583535205243,0.010232809232547843,0.0100684920325875,0.0011014979052012843,0.2367901839315891,0.2525466158986091,0.08160262722880865,0.2379861809313297,0.23559202253818512,0.07873745569520291,152.04834365844727,148.80438232421875,9.581959079393892
|
||||
policy,10,0.6535219351450602,0.6536719799041748,0.007708667315765037,0.5146612673997879,0.514899879693985,0.0009628844193272236,0.012901105529939075,0.013083425350487149,0.0012426914818381204,0.01051602528120075,0.01037417585030195,0.0011044194758414493,0.24633201211690903,0.2610172927379608,0.08071328242811063,0.24526897631585595,0.24297399073839185,0.07766008220984025,152.04810333251953,149.921630859375,10.079395329969584
|
||||
policy,11,0.6522191961606344,0.6545860767364502,0.004970177713871127,0.49605003496011096,0.49587251245975494,0.00098932647569999,0.0131668727844953,0.01332525862380855,0.0012799806089209753,0.010881542383382674,0.01076201722025865,0.0011023909575144002,0.25589615851640696,0.26951025426387787,0.07980896707992191,0.25258161872625345,0.25038461387157435,0.07657999137882994,152.7766571044922,149.4583511352539,10.234425284683562
|
||||
policy,12,0.6534109910329183,0.6540877819061279,0.004868760782871948,0.47904037187496823,0.4789864420890808,0.0009077835530153576,0.013499329177041816,0.01363277994096275,0.001313740489940596,0.011323586960012658,0.01122603705152865,0.0010964845208932292,0.2654964886605739,0.27940337359905243,0.07888891841449502,0.25993614643812174,0.2578360140323639,0.07549629468203088,152.28260803222656,148.93146514892578,10.647708145845888
|
||||
policy,13,0.6535944143931071,0.6552997827529907,0.004601231708918067,0.4641612619161606,0.46418872475624084,0.0011957135008832363,0.013895382639020633,0.014003194402903249,0.0013439683092830678,0.011835965871189983,0.0117468810640275,0.0010878342701357167,0.27514690781633055,0.2896297574043274,0.07795230749003082,0.26734482745329535,0.2653406858444214,0.07440810874288106,152.8328005472819,149.5286407470703,10.837311407364181
|
||||
policy,14,0.6527945597966512,0.6544004678726196,0.004725760361877454,0.4507170667250951,0.45077311992645264,0.0006533366678910629,0.014351930934935751,0.014433713164180451,0.00137091192799762,0.012412949698045801,0.0123675097711384,0.0010775129421822694,0.28486149385571474,0.2999178618192673,0.0769982228534315,0.2748202122747898,0.27291129529476166,0.07331463872213916,152.99560419718424,149.6673583984375,10.708288278041868
|
||||
policy,15,0.6958140730857849,0.6958494186401367,0.006710844559399228,0.4379847471912702,0.43832650780677795,0.0013423256122052504,0.01584726308162009,0.01570196542888875,0.002235378502573153,0.014203435042872975,0.01391889574006195,0.0016645022445370401,0.29333712905645365,0.3078435808420181,0.0762125224465167,0.28197705745697016,0.2801492810249328,0.07160043736638627,152.99017333984375,149.85128784179688,10.661521242475684
|
||||
policy,16,0.6515349745750427,0.6525771617889404,0.004544884917813177,0.42657741407553357,0.4268382638692856,0.0013052556717245965,0.0151038728654384,0.01483710482716555,0.0012943500653066675,0.0141060459427535,0.0139028569683432,0.0011330846289718949,0.3035446628928184,0.3184683173894882,0.07506132786887348,0.289808498074611,0.2876676023006439,0.07028206519643553,153.13079452514648,150.3862533569336,10.911614320176376
|
||||
policy,17,0.6538479924201965,0.6557208299636841,0.005087804630690502,0.41560032467047375,0.41562609374523163,0.0010334498244623503,0.015859912227218307,0.015566140878945499,0.0012981002906517537,0.0149917815967152,0.0148359942249953,0.0011070602400098009,0.3139118043084939,0.3292502462863922,0.07388387557550882,0.29778894906242687,0.29532739520072937,0.06895734007433998,153.59867986043295,151.18628692626953,10.685871940483759
|
||||
policy,18,0.6537885268529257,0.6552869081497192,0.004759967145534272,0.40578029304742813,0.40575937926769257,0.0011428132158176965,0.016663387184962585,0.0163433467969298,0.0013025725510276288,0.015921449366336025,0.01576970051974055,0.0010840038044188898,0.3244578863183657,0.3402084112167358,0.07267847491502505,0.30593601614236826,0.30300079286098475,0.06762625210192016,153.81151326497397,151.3088150024414,10.799013650659505
|
||||
policy,19,0.653536339600881,0.655179500579834,0.004841915742413806,0.39616453895966214,0.3960281163454056,0.001433964918880533,0.017512973087529284,0.0171773647889494,0.0013081932244194624,0.016894600198914565,0.016742126084864098,0.0010639927584709964,0.3352031062046687,0.35136258602142334,0.0714433500678685,0.3142684909204642,0.31063517928123474,0.06628909225747455,153.96090698242188,151.4848175048828,10.871043488181922
|
||||
policy,20,0.6529345909754435,0.6545102596282959,0.004473236181000364,0.387745663523674,0.3875655084848404,0.0010799651425556494,0.018408014594266758,0.0181165458634495,0.0013153249039519232,0.01791156533484655,0.01775830797851085,0.0010470594643147736,0.34616875400145847,0.36273352801799774,0.07017666246622717,0.32280654336015385,0.31679078936576843,0.06494650906966103,154.0869369506836,151.3714599609375,10.863733011365605
|
||||
policy,21,0.6538722515106201,0.655015230178833,0.005005923410835416,0.3791279544432958,0.3792528957128525,0.0010310268304556632,0.01934845171247914,0.019101178273558547,0.00132428022831603,0.018973403299848177,0.0188204422593116,0.0010332295397442086,0.3573773329456647,0.3743430823087692,0.06887655882238038,0.33157175530989963,0.3238705098628998,0.06359963893766361,154.2121264139811,151.20026397705078,10.90310129961571
|
||||
policy,22,0.6967650453249613,0.6967612504959106,0.006448544812521524,0.371189388136069,0.37116551399230957,0.000774972460348269,0.021633820297817356,0.02122094016522165,0.0015017795702521517,0.021152805692205765,0.02099436521530145,0.0010050221932346509,0.36836450050274533,0.3848739564418793,0.06766998068937502,0.3409667710463206,0.3338100463151932,0.06202818560495756,154.3931999206543,151.6095962524414,10.841023233050546
|
||||
policy,23,0.652613361676534,0.6540062427520752,0.00425071816349898,0.3631637791792552,0.36301806569099426,0.0009164944127970153,0.022337804858883165,0.02226935420185325,0.0013088139936892364,0.022295144697030336,0.02216943167150015,0.001052111517921964,0.3807447925209999,0.39757831394672394,0.06618900900712499,0.3507525672515233,0.34409263730049133,0.060574320139612906,154.5943603515625,151.89048767089844,10.92445711703383
|
||||
policy,24,0.6539105375607809,0.655348539352417,0.004738470947788148,0.35619909564654034,0.3562406450510025,0.00108485536077348,0.023481012942890286,0.023478559218347003,0.0013218961226843311,0.0235672888035575,0.02345328591763965,0.00104446617476995,0.3934940993785858,0.41064129769802094,0.06466537463001036,0.36088670790195465,0.3547294437885284,0.059122300588293444,154.66870244344076,152.0062255859375,10.925097337879503
|
||||
policy,25,0.654034694035848,0.6555120944976807,0.004944552716811017,0.3492128277818362,0.34936858713626856,0.0008216438072721617,0.0246768260064224,0.024743561632931198,0.001338448187152317,0.024898170803983974,0.0247966023162007,0.0010396945528217375,0.4066451961795489,0.42301021516323084,0.06309701618008852,0.371403602262338,0.3664195239543915,0.05767735803736484,154.77868525187174,152.0057601928711,10.91881536357024
|
||||
policy,26,0.6536025206247965,0.6551007032394409,0.00464911405979975,0.3419279158115387,0.3420211672782898,0.0010479679533525535,0.025927648103485457,0.0260565355420112,0.0013587194226680488,0.026291955728083807,0.02620379440486425,0.0010379368683305927,0.4202329044540723,0.4345502108335495,0.061481977559170245,0.3823408459623654,0.3798750340938568,0.056246303407642105,155.02438990275064,152.3328399658203,10.890345904973538
|
||||
policy,27,0.6539965867996216,0.6553382873535156,0.00490118924928171,0.3360228165984154,0.33597150444984436,0.0010140624622245046,0.027236883838971413,0.0273656966164708,0.0013830321920239117,0.027754042142381235,0.0276805609464645,0.0010394622042968176,0.4342944050828616,0.44782453775405884,0.05981849561089656,0.3937397425373395,0.39387044310569763,0.054837759690536184,155.15830866495767,152.50381469726562,10.84309604288713
|
||||
policy,28,0.6551766991615295,0.6554933786392212,0.007422323765580071,0.32967795183261234,0.3296753913164139,0.0010026098444831748,0.028608251363038965,0.028651176020503,0.0014117539806677538,0.029290404481192373,0.02923319023102515,0.0010446584701877116,0.44886931280295056,0.4616452753543854,0.05810513984341533,0.4056456834077835,0.40845493972301483,0.05346265723295051,155.3838882446289,152.61083984375,10.778159463291473
|
||||
policy,29,0.6970746119817098,0.6968538761138916,0.007234690168899483,0.323518065114816,0.3236734271049499,0.0009353566449121527,0.031074699169645656,0.0312420139089226,0.0015640290617737766,0.03155125631019468,0.03158110007643695,0.0010263265771915167,0.4634339263041814,0.4757956266403198,0.0564000353933724,0.4184076090653737,0.4238964468240738,0.05186836562716043,155.48484802246094,152.62792205810547,10.794729769227391
|
||||
policy,30,0.6520684361457825,0.653428316116333,0.0047154553775293285,0.3174371172984441,0.3177220970392227,0.0010056215439510428,0.03229219513013954,0.03217313624918455,0.0015280340500260646,0.03329199583580093,0.03323080390691755,0.0010474852061207673,0.47953897962967557,0.49131824076175684,0.05446516781088515,0.4318436235189438,0.4400770962238312,0.05037458186770854,155.62649536132812,152.8889389038086,10.733266283897319
|
||||
policy,31,0.6547225117683411,0.6549009084701538,0.006738937922695665,0.31246724476416904,0.3122534304857254,0.00113013906544217,0.033933197769025925,0.0336939021944999,0.0015787556043623274,0.035148156806826564,0.0349943935871124,0.0010596753208437146,0.49633744607369107,0.5075070559978485,0.05248534802010062,0.4459967066844304,0.45706428587436676,0.04896541649866012,151.40570068359375,148.4104995727539,11.310961468548651
|
||||
policy,32,0.6529992620150248,0.6550997495651245,0.004807595694905635,0.3042257154981295,0.3043000698089599,0.0007625118893244872,0.035661332309246015,0.035429209470748846,0.0016383024965762156,0.03711747378110882,0.03690418228507035,0.0010789886077461547,0.5138828828930855,0.5244150459766388,0.05046370739608938,0.4609394421180089,0.4749303162097931,0.04766888307505366,147.46446482340494,144.32119750976562,11.818958717279749
|
||||
policy,33,0.6523860891660055,0.6542350053787231,0.004689895401516003,0.29648616661628086,0.29651765525341034,0.000874997258637688,0.037483058248956945,0.0372600816190242,0.0017081568160032088,0.039211442383627074,0.038930581882596,0.0011079075588022213,0.5322303647796313,0.5420971214771271,0.04840508055548841,0.4767516627907753,0.49375237524509424,0.04651763891326117,143.77866236368814,140.3644027709961,12.327888494210697
|
||||
policy,34,0.6531023383140564,0.6547063589096069,0.005126595291248342,0.28841041276852286,0.28799906373023987,0.0008956672042286298,0.0394066205869118,0.0391953885555267,0.0017901952337237034,0.04144440777599807,0.04124022647738455,0.001149921653161144,0.5514361535509428,0.5606099963188171,0.04631618215783028,0.4935213178396225,0.5136121213436127,0.045548051577574314,140.24818801879883,136.64385223388672,12.845396957317696
|
||||
policy,35,0.6528803507486979,0.6545467376708984,0.0046978510802413,0.28018450240294135,0.28057563304901123,0.0011054466299580195,0.04143960122019048,0.041323374956846196,0.0018867441749440333,0.04383119102567428,0.043729655444621957,0.0012098062423058914,0.5715556219220161,0.5800105631351471,0.04420610777487398,0.511344201862812,0.5309455692768097,0.04479859071612286,136.8728199005127,133.08834838867188,13.334518520586858
|
||||
policy,36,0.6943904161453247,0.6957629919052124,0.004635907368746669,0.2714139794309934,0.2714579105377197,0.0012643837575252884,0.04563835263252255,0.04544709622859951,0.002079292947389374,0.04801560938358302,0.0478473491966724,0.001303468832486722,0.5928895324468613,0.6004725098609924,0.04180244634745534,0.5311932588617007,0.5489120185375214,0.04427667719561409,133.77757008870444,129.83804321289062,13.896933191198583
|
||||
policy,37,0.6509772737820944,0.653205156326294,0.0048021927022704365,0.2622180680433909,0.2620942145586014,0.001088640357774164,0.04789692132423318,0.0479254964739084,0.0022837021416456933,0.050910523782173756,0.050749996677041054,0.0014328226774175292,0.6160899798075358,0.6228817999362946,0.03949432723773907,0.5524274259805679,0.5681392848491669,0.044086096759172036,130.8959878285726,126.76118469238281,14.434047018377195
|
||||
policy,38,0.6527430812517802,0.6548084020614624,0.004453625389577558,0.25290586551030475,0.25277416408061976,0.0007984421562402371,0.05048007021347678,0.050719499588012654,0.00246283440415781,0.05403728193293011,0.0539829563349485,0.0016119191238026095,0.6404635459184647,0.6443043053150177,0.03721438679298087,0.5751766413450241,0.5872071385383606,0.044248351034498264,128.3211669921875,123.9692039489746,15.011267815416254
|
||||
policy,39,0.6526177128156027,0.6547986268997192,0.004824670004707833,0.24314516286055243,0.2429714947938919,0.001003436954371782,0.053224952581028086,0.05344007536768905,0.002678047625220988,0.05742313495526707,0.05761321447789665,0.0018559757098509837,0.6660320460796356,0.6699934899806976,0.03498455573813848,0.5995723009109497,0.6076419651508331,0.0447589341256301,126.1203982035319,121.7782974243164,15.468726530988848
|
||||
policy,40,0.6529051661491394,0.6553909778594971,0.005169095677282607,0.23353921001156167,0.23347078263759607,0.001224972279735656,0.05614219668010866,0.056325580924749305,0.0029379103423556522,0.06109952181577677,0.06160243600606915,0.0021837525822773953,0.6927866836388906,0.6972032785415649,0.032825485564405614,0.6257402549187342,0.6284420192241669,0.04557713409967285,124.1731726328532,119.66429138183594,15.973584933813104
|
||||
policy,41,0.653168519337972,0.6541216373443604,0.00647343741246599,0.2235354346533616,0.22351612895727155,0.0008844306738000821,0.05923777321974432,0.0593806859105825,0.003252732725460712,0.06509729598959282,0.06592717021703715,0.002618407186592481,0.720671683549881,0.7252818048000336,0.0307528245625869,0.6537863860527674,0.6569309234619141,0.046617320064963656,122.5753116607666,117.8609848022461,16.450942575451652
|
||||
policy,42,0.652820865313212,0.6541470289230347,0.005073086571392958,0.2135642605523268,0.2134005427360534,0.0010735056320641074,0.06251779757440086,0.0626103170216083,0.003635088423418787,0.06945254156986867,0.07001532241702074,0.0031891366655416877,0.7495658348004023,0.753056138753891,0.028772131068895652,0.683777928352356,0.6889029145240784,0.04774195294066328,121.22028923034668,116.36853790283203,16.91359514267257
|
||||
policy,43,0.6935862898826599,0.6951392889022827,0.004688159679656361,0.2033947569628556,0.20315539091825485,0.0010837671467511661,0.0683952967325846,0.0687601640820503,0.004005327293776068,0.07440595080455141,0.07469337806105611,0.004026639573965836,0.7797762254873911,0.7788452506065369,0.026970338871116564,0.7157616863648096,0.7231417894363403,0.048815713593434444,120.24842516581218,115.3430061340332,17.33914861981717
|
||||
policy,44,0.6512947877248129,0.6530178785324097,0.005062952623924657,0.1928659801681836,0.19294314831495285,0.0009601678977320558,0.07231765612959858,0.07339553534984586,0.004700957048884728,0.07968465300897752,0.0797400884330272,0.005019171832853288,0.8108490606149038,0.8077124655246735,0.025332776850150136,0.7497010181347529,0.7596414685249329,0.04955212527533215,119.76794815063477,114.69635772705078,17.70981366581516
|
||||
policy,45,0.6531518499056498,0.6549632549285889,0.004906658625870822,0.18260763213038442,0.1828256100416183,0.0009225985257596919,0.07653762462238466,0.07812119275331494,0.005463380553659079,0.08545905724167818,0.08545089885592455,0.006305075071819752,0.8420786211887995,0.8395407497882843,0.023672306067977798,0.7853336284557978,0.7983302175998688,0.049642623347835674,119.73609797159831,114.59589767456055,18.04276528920554
|
||||
policy,46,0.6525183916091919,0.6548212766647339,0.004541304012008801,0.1720631569623947,0.17218126356601715,0.0010367290009857416,0.08096433679262793,0.0829377472400665,0.006399229589207928,0.09176907129585739,0.0916550643742084,0.007961854336567665,0.8727219452460607,0.8711307644844055,0.021921287043806484,0.8221182376146317,0.8359187841415405,0.048779113361970786,120.11476961771648,114.91991424560547,18.263108123026363
|
||||
policy,47,0.6531730890274048,0.6547446250915527,0.005437734552121981,0.16138986125588414,0.16114566475152964,0.0009047335406975093,0.08558821864426132,0.08711152523756019,0.007535231815172794,0.0986612165967623,0.09842653572559355,0.010080379559858741,0.9017549703518549,0.9014535248279572,0.02008624989447503,0.8590954492489496,0.8713729381561279,0.0467561429220998,120.90603510538737,115.69648742675781,18.438288178512074
|
||||
policy,48,0.6528385678927103,0.6544138193130493,0.005517814846478149,0.1503180029491583,0.15016971528530115,0.0008963117171964669,0.09048210767408209,0.09106839820742604,0.008900914616784297,0.1062721634904543,0.10666457191109649,0.012768320537168504,0.9278484682242075,0.9291300475597382,0.018315939208047693,0.8947220196326574,0.906304121017456,0.043653103110917635,122.12544822692871,116.80801391601562,18.575154185011744
|
||||
policy,49,0.6523533463478088,0.6542752981185913,0.004455382465809755,0.13798176373044646,0.1381175965070724,0.0008906561703618099,0.09627911883095897,0.0956235416233539,0.010579967490117234,0.11539459042251106,0.11591742932796475,0.016222577056815846,0.9494185696045557,0.9522973299026489,0.016921972010403998,0.926753635207812,0.9385473132133484,0.04005016983766867,123.81566619873047,118.55210876464844,18.640983721371807
|
||||
policy,50,0.6952081123987833,0.6967818737030029,0.004753297263104641,0.11368867754936214,0.11329961195588109,0.00108259533950925,0.15250370713571706,0.1496584191918373,0.01789122783626977,0.20943573117256162,0.2091431841254234,0.038641511688597176,0.9712262700001398,0.9768023490905762,0.015450070656591543,0.9640575846036276,0.9768900275230408,0.03425189692926204,124.62832768758138,119.43166732788086,18.558187857669097
|
||||
world_model,1,0.6920522650082906,0.6935214996337891,0.005466236933101261,1.414319892724355,1.414677917957306,0.0017427182868539341,0.07801343190173306,0.0771580524742603,0.010342194225088747,0.06163914377490675,0.06138124689459795,0.010341379986355771,0.23695792444050312,0.25244489312171936,0.09527016646220608,0.22879003236691153,0.24223756790161124,0.09186968443222593,146.90380096435547,146.90090942382812,4.904587105083101
|
||||
world_model,2,0.6504592100779215,0.6520031690597534,0.003858790321195461,1.021778255701065,1.0215696096420288,0.0021939747788905077,0.03134128389259175,0.031411932781338595,0.0012237247012053514,0.03195454025020198,0.032090872526168795,0.001008870359992504,0.23865261487662792,0.254543699324131,0.0939728782829856,0.23386404104530809,0.2462060898542404,0.09083033504203754,146.88538233439127,147.35162353515625,5.262597396053945
|
||||
world_model,3,0.6523898243904114,0.6546553373336792,0.005161420253111504,0.850506047407786,0.8500484228134155,0.0024212299460795593,0.030929672997444823,0.03104758448898785,0.0012425145414395628,0.03154625091701741,0.0316482298076152,0.0010069596931246661,0.2401070681711038,0.25640150904655457,0.09263752995721893,0.23865621288617447,0.24990323185920715,0.08983472738539702,147.01544698079428,147.57047271728516,5.64879057691386
|
||||
world_model,4,0.652339239915212,0.6539636850357056,0.004659138471427997,0.7495737920204798,0.7493915855884552,0.0019124903871971834,0.030524468204627384,0.0306879924610257,0.0012638661289349202,0.031142137013375717,0.031225967220962,0.0010140623461614999,0.24132852877179778,0.25802583992481226,0.09126723803522484,0.24317174591124055,0.25333072245120997,0.08888643739257977,146.89648818969727,147.58999633789062,5.475197514070853
|
||||
world_model,5,0.6523024439811707,0.6544320583343506,0.00412470503942541,0.6826190799474716,0.6828737556934357,0.0014431875602219173,0.03012695225576555,0.03033436276018615,0.001286985796524405,0.03074357022220885,0.030830820091068703,0.0010289493774332395,0.2423241653790076,0.25942383706569666,0.08986506899846754,0.24741612685223416,0.25649074465036387,0.08798843608750588,147.3836415608724,148.32361602783203,6.230881183577327
|
||||
world_model,6,0.6545718113581339,0.6553514003753662,0.00615441736732019,0.6322688460350037,0.6322011649608612,0.0015177958483641187,0.029738358687609396,0.0299878604710102,0.0013111603831487853,0.030351854550341714,0.0303498366847634,0.0010502773258737664,0.24310100202759102,0.2606024742126465,0.08843399365265353,0.25139499207337695,0.2608170881867409,0.08714304827184266,146.6420110066732,147.77931213378906,4.9121267617414235
|
||||
world_model,7,0.6523215969403585,0.6542963981628418,0.004803784148612588,0.5944830626249313,0.5943446457386017,0.0011244518380259683,0.02935979949931299,0.0295923855155706,0.0013357462699838483,0.02996818224589025,0.029957536607980652,0.001076663189333677,0.24366586531201995,0.26156835258007044,0.08697689841515333,0.25511408845583594,0.2658075466752052,0.08635209738730472,146.69779459635416,147.38909912109375,4.95142271573424
|
||||
world_model,8,0.6940665443738302,0.6952723264694214,0.00546114868154982,0.5634187658627828,0.5638508200645447,0.001644127119473304,0.0246551344171166,0.02362105716019865,0.005759662454986257,0.01830661599524314,0.018661915324628298,0.004726903851954574,0.2475592605769634,0.26449121534824366,0.08605374547275847,0.26047927637894946,0.2737980931997299,0.08481372371723445,147.67064412434897,147.1179428100586,5.828882439061106
|
||||
world_model,9,0.6504354476928711,0.6523102521896362,0.0047059311783636355,0.5375879406929016,0.5374449193477631,0.0010894797019248223,0.012069018712888109,0.011712576262652801,0.0013551265233205567,0.010296131639430868,0.009913699701428351,0.0010594215500770417,0.2564305377503236,0.27423410117626185,0.08442135246527777,0.26797285924355185,0.2819933742284775,0.08340870939534965,148.17193476359049,147.27590942382812,6.207657262204913
|
||||
world_model,10,0.6523615519205729,0.654249906539917,0.004460992465078692,0.5158881197373072,0.5159253776073456,0.0007790074621874404,0.012209693047528433,0.01178610045462845,0.001396461833755684,0.010564595228061033,0.0102135329507291,0.0010598261302018628,0.26529680068294204,0.2839750349521637,0.08277919103731941,0.27548017849524814,0.2901989817619324,0.08199641981777572,149.3452491760254,149.31180572509766,6.348425462623009
|
||||
world_model,11,0.6519439617792765,0.6537501811981201,0.004271956584260343,0.49652022620042163,0.49702735245227814,0.001271293605527375,0.012424955765406242,0.01193694118410345,0.001429836673630293,0.010915423510596108,0.0105967377312481,0.0010571944378988919,0.2741710084180037,0.29372794926166534,0.08112614992498726,0.28301334505279857,0.29842792451381683,0.08057508956824645,149.3150863647461,149.82164764404297,6.293832423525588
|
||||
world_model,12,0.6524248917897543,0.6539568901062012,0.004194720880048308,0.4799470975995064,0.4798712879419327,0.0011326325361957306,0.012712318605432866,0.012224383652210201,0.0014555806258921436,0.011343103600665884,0.011057070922106449,0.001052275106209149,0.2830661945044994,0.3034171015024185,0.07946115108700798,0.29058465485771495,0.30669330060482025,0.07914287743094492,149.7440554300944,149.79910278320312,6.288414735684235
|
||||
world_model,13,0.6526085138320923,0.6539374589920044,0.005136095214941556,0.46496074895064027,0.46469287574291224,0.0010061231787897031,0.013068422287081632,0.01260012062266465,0.0014743178584835418,0.01184164088529841,0.0116049777716398,0.0010459631972557614,0.29199534654617304,0.31242284178733826,0.07778314270612326,0.29820658639073366,0.31500841677188873,0.07769797824612301,150.08925120035806,149.4897918701172,6.323316154461882
|
||||
world_model,14,0.652324398358663,0.6537342071533203,0.004074227406275567,0.4514198477069537,0.45124994218349457,0.0011698620809390224,0.013489715056493825,0.0130420480854809,0.0014869140023478318,0.012405391316860874,0.01222430495545265,0.0010391882745479028,0.30097158625721926,0.3214766383171081,0.0760911151340395,0.30589184165000916,0.32338675856590265,0.07623851054329879,150.02687327067056,149.04521942138672,6.364622140614597
|
||||
world_model,15,0.6940721074740092,0.6960084438323975,0.00562696952781379,0.4390951171517372,0.43877218663692474,0.0012646862193669115,0.014829606671507109,0.01438675494864575,0.0017315333518502147,0.013911676205073734,0.01327950879931445,0.0016730520406360398,0.309134175380071,0.32928359508514404,0.07494703956114301,0.313350923359394,0.33181875944137573,0.07469971968966775,150.22063827514648,149.69623565673828,6.514290262704491
|
||||
world_model,16,0.6513906319936117,0.6516209840774536,0.005862868394090411,0.4271281361579895,0.42717447876930237,0.0009977524144750994,0.014558734217037716,0.014026538003236,0.0014499046923655376,0.014057875688498174,0.0139934448525309,0.0012592714937108783,0.3189219820002715,0.3391234129667282,0.07317136608204393,0.32139050712188083,0.3403778374195099,0.07308197848055702,150.47650655110678,149.90386962890625,6.684263977815393
|
||||
world_model,17,0.6529017686843872,0.6547645330429077,0.003928110636525836,0.4159514904022217,0.4159282892942428,0.0009606734092277363,0.015307810545588482,0.01473899977281685,0.0014394494148816984,0.014933064812794274,0.0149150588549673,0.001239579311955453,0.3288567600150903,0.34910689294338226,0.07135889173426996,0.3295780221621195,0.3490864634513855,0.07144137093609901,150.5337371826172,149.8135223388672,6.5915470745104665
|
||||
world_model,18,0.6519451340039571,0.6535136699676514,0.004340922073330631,0.40628015746672946,0.40655396878719324,0.0012449864228517606,0.0161047878209501,0.015511312056332799,0.001428361225215832,0.015852519466231216,0.0158797735348343,0.001223184345127828,0.33895695706208545,0.359252393245697,0.06950722256182718,0.33793119713664055,0.3579627722501755,0.06977618436512374,150.79469680786133,150.36839294433594,6.578603808585775
|
||||
world_model,19,0.6520370244979858,0.6544438600540161,0.004385937041718308,0.39645818372567493,0.39655084908008575,0.0012165784203151979,0.01694803141678369,0.016331834718585,0.0014171542346085948,0.016815660831828866,0.0168875297531485,0.0012102282294607222,0.34924175838629407,0.36957892775535583,0.06761386614420738,0.34646883110205334,0.3659617602825165,0.06808484309702989,150.91554896036783,150.8663101196289,6.701624438853301
|
||||
world_model,20,0.6523573597272238,0.6540563106536865,0.004468127620910014,0.38726625839869183,0.3873290568590164,0.0010541307741545297,0.017836656266202483,0.01720230933278795,0.0014061977251337543,0.017822675406932793,0.01793898642063135,0.0012008484516984165,0.3597314904133479,0.3801066279411316,0.06567635660231454,0.3552111027141412,0.3733828365802765,0.06636586529943199,151.07973988850912,151.0251007080078,6.7167389153308505
|
||||
world_model,21,0.6516771713892618,0.6535114049911499,0.004338073573363199,0.3793390691280365,0.3795119374990463,0.0007700546263601625,0.018770409747958152,0.0181273017078638,0.0013957178015409424,0.018874508018294916,0.019035617820918498,0.0011951227190655186,0.37044749160607654,0.39085665345191956,0.06369225275449569,0.3641795615355174,0.3810085654258728,0.06461799600472988,151.2955691019694,151.18348693847656,6.71836357512722
|
||||
world_model,22,0.6934609214464823,0.6950405836105347,0.004135138437304501,0.37138837824265164,0.3716769218444824,0.0007252335349934179,0.020947940958042904,0.020606040954589802,0.0015503216964007907,0.020910118551303872,0.020939548499882152,0.0012762675731191392,0.3810347045461337,0.40036934614181513,0.06201695157962631,0.37371111412843067,0.3889330774545669,0.06296338493601927,151.46612930297852,151.3327407836914,6.72959879183687
|
||||
world_model,23,0.6502136786778768,0.652105450630188,0.004522978759341951,0.3633861069877942,0.3633726835250854,0.0006919966137837056,0.021890255933006558,0.0213799541816115,0.001367207571217266,0.022035128281762156,0.0221835561096668,0.00123608879624901,0.3929034322500229,0.4124106764793396,0.05982663721370838,0.38365544378757477,0.39713336527347565,0.061218271868450205,151.70124944051108,151.7321548461914,6.67901289349945
|
||||
world_model,24,0.6524380445480347,0.6540864706039429,0.0040292123508458635,0.3563703844944636,0.3562264144420624,0.0007109278580362393,0.02303277639051274,0.02250247634947295,0.0013569703998414988,0.023287578175465232,0.0234583057463169,0.0012419971164445846,0.40512414276599884,0.4247978627681732,0.05757184966103219,0.3939416433374087,0.405638188123703,0.05944398637045323,151.79063161214194,151.36248779296875,6.781417397802926
|
||||
world_model,25,0.653100828329722,0.6537055969238281,0.0042880656794582845,0.34897643824418384,0.3490684777498245,0.0008863113134339719,0.024227461156745716,0.02367654535919425,0.0013470515128880234,0.02459753351286048,0.0247308360412716,0.0012519048183952642,0.4177284042040507,0.43756185472011566,0.05525005561853949,0.4046031857530276,0.4144793599843979,0.05764174711853402,152.05566533406576,151.45814514160156,6.811268024983545
|
||||
world_model,26,0.6526519258817037,0.6537536382675171,0.004064865598705601,0.3424549077947934,0.34258048236370087,0.0008311818721422003,0.0254767388105392,0.024910049512982348,0.0013371829252345922,0.025968901036928033,0.0260628787800669,0.001266096168967354,0.43074992795785266,0.4504780620336532,0.05285918299786856,0.4156765167911847,0.42369207739830017,0.055813776128482706,152.30254872639975,151.89849853515625,6.798675787089406
|
||||
world_model,27,0.6529674530029297,0.6541560888290405,0.004384756233805769,0.3357531279325485,0.33602236211299896,0.0008562414166120308,0.026784060212473013,0.0262397360056638,0.001327024387727694,0.027406806126236864,0.0274589695036411,0.0012849698006682348,0.4442247226834297,0.4626906216144562,0.05039788528604998,0.42720157156387967,0.43331530690193176,0.053963636597771196,152.45562744140625,152.05162048339844,6.797865840460802
|
||||
world_model,28,0.6527975996335348,0.6545755863189697,0.00428586502929019,0.32933210333188373,0.32935529947280884,0.0008284852055856463,0.02815320451433456,0.02763327769935125,0.0013161559571253938,0.02891691417122876,0.0289241028949618,0.0013090634867190803,0.458191176255544,0.47534777224063873,0.04786589427771741,0.4392220328251521,0.4433925300836563,0.05209659607506572,152.68946584065756,152.36886596679688,6.747532754985133
|
||||
world_model,29,0.6947486797968546,0.6961662769317627,0.004321114314143505,0.3233643596371015,0.3231696635484695,0.000726510627374528,0.030513566918671076,0.03021624032407995,0.0014536578345310694,0.031146705461045063,0.031146881170570802,0.0012767436185482169,0.47239025433858234,0.48800359666347504,0.04542584038740215,0.4521775618195534,0.4540799856185913,0.05035915166708959,152.8093516031901,152.4520492553711,6.788083581546772
|
||||
world_model,30,0.6508347789446512,0.6529045104980469,0.003920559810328584,0.3168910294771194,0.3167674392461777,0.0006576447038237074,0.031952280085533816,0.03152666985988615,0.001301434576860296,0.03286214234928285,0.0328019503504037,0.001305085552749562,0.4880257472395897,0.5024299919605255,0.04264227207975379,0.46577789386113483,0.4653504341840744,0.04861881436230844,153.05570475260416,152.55791473388672,6.7482004724888
|
||||
world_model,31,0.6530262033144633,0.6544672250747681,0.003980371049556149,0.3120910326639811,0.31194551289081573,0.0006346606721865645,0.03359266029049949,0.03319624252617355,0.0012815254694467206,0.03467807173728938,0.03462104871869085,0.0013423829020963616,0.5043376411000887,0.5174934267997742,0.03979380305931669,0.48007553815841675,0.4772693663835525,0.04691052923996436,148.62751642862955,148.12825775146484,7.042183461933954
|
||||
world_model,32,0.6527512470881144,0.6547424793243408,0.004035538477581833,0.30449895312388736,0.3046198785305023,0.0006195229472772778,0.03532039156804478,0.03495796583592885,0.0012574465355918202,0.036602491512894596,0.0365891437977552,0.0013886351323937462,0.5213790237903595,0.5331731736660004,0.03689219303239266,0.4951387643814087,0.48991031944751734,0.045254522033246154,144.60577265421549,144.06317138671875,7.371056052492621
|
||||
world_model,33,0.6530384620030721,0.6545898914337158,0.004456256035906427,0.29678960641225177,0.29669123888015747,0.0006127453251684042,0.03714213830729321,0.0368196461349725,0.0012281039877917396,0.03864609636366364,0.03868324682116505,0.0014459948571953678,0.5392048681775728,0.5486357808113098,0.033956090837907786,0.5110419715444247,0.5033565163612366,0.043675554494888,140.77771059672037,140.32511138916016,7.700891299110919
|
||||
world_model,34,0.6535017093022665,0.6551343202590942,0.004460891808258094,0.2884543811281522,0.28823286294937134,0.0008914360038578164,0.03906640379379187,0.03879121318459505,0.0011922881242058829,0.04082227094719803,0.04087940417230125,0.001517351361391637,0.5578715627392133,0.5648828148841858,0.031013881133381292,0.527866505086422,0.519889622926712,0.042203057952130155,137.0882968902588,136.7811508178711,8.060447251374557
|
||||
world_model,35,0.6527722080548605,0.6547946929931641,0.004289806683412938,0.2799650008479754,0.2799072861671448,0.0006702998096082764,0.041101116687059354,0.04083966277539725,0.0011488429013506633,0.04314469515035546,0.0432529095560312,0.0016065243762540661,0.5774352103471756,0.5829261839389801,0.028107859717130264,0.5456999987363815,0.5358990430831909,0.04087035712088404,133.56929397583008,133.4268035888672,8.443235668256222
|
||||
world_model,36,0.6956316828727722,0.6970300674438477,0.005764242137973462,0.2710931226611137,0.2709398567676544,0.0008675943229475696,0.04512972136338545,0.044876230880618054,0.0011015761179282348,0.047094057003656986,0.047309299930930096,0.0016440841063334048,0.5980175683895746,0.6017658412456512,0.02505621831670273,0.5652267783880234,0.5553232729434967,0.03968851858663859,130.3167470296224,130.20084381103516,8.794964931670266
|
||||
world_model,37,0.6509242256482443,0.6526464223861694,0.004366911963937991,0.2620290741324425,0.26201052963733673,0.000913761257039595,0.047596856641272646,0.0472458563745021,0.0010358216168913912,0.049896070423225504,0.0502359047532081,0.0017823393507400665,0.6205427696307501,0.6208203136920929,0.022180518318943954,0.5860534459352493,0.5759326219558716,0.03871980842057247,127.32627550760905,127.19591522216797,9.128371320837578
|
||||
world_model,38,0.6539912422498068,0.6556401252746582,0.004403117531582656,0.252562294403712,0.252308651804924,0.0008092821512226679,0.05019522303094462,0.0497705023735761,0.0009660593762534654,0.052916369711359296,0.0533362049609422,0.0019606658842229387,0.6442326009273529,0.6423853039741516,0.01965875079969849,0.6082938810189565,0.5972026586532593,0.03799230740984591,124.56271489461263,124.65119552612305,9.466253201838839
|
||||
world_model,39,0.6529997785886129,0.6543270349502563,0.004071089371421369,0.24336301907896993,0.24332927167415613,0.0010105529839291756,0.05296101359029607,0.052490519359707805,0.0009077954908419835,0.05617976964761809,0.05651206895709035,0.002191597195177388,0.6691168944040934,0.667682409286499,0.017677073353360055,0.6320606768131256,0.6209672093391418,0.03751702699514048,122.19917106628418,122.34699249267578,9.776471731855573
|
||||
world_model,40,0.6531176567077637,0.6544831991195679,0.004216501287391156,0.23378529399633405,0.2335293516516685,0.0011574945166516397,0.05590672666827833,0.0555378384888172,0.0008923349838733058,0.059714796952903215,0.0600809901952743,0.002491359215844033,0.6951984912157059,0.6972623467445374,0.016420404055286383,0.6574577291806539,0.6465781927108765,0.03727690522585829,120.16557884216309,120.38493728637695,10.061956610372887
|
||||
world_model,41,0.6523948709170023,0.6543760299682617,0.004396173107765593,0.223489752660195,0.223068818449974,0.000795911430219126,0.05904083481679356,0.05896125175058835,0.0009690362854138065,0.06354898866266007,0.0635044649243354,0.002880479554941361,0.7224377393722534,0.7243884205818176,0.015979933050760543,0.6845662196477255,0.6741755604743958,0.03721539386945061,118.44633928934734,118.91807174682617,10.437762432559268
|
||||
world_model,42,0.6531136234601339,0.6545628309249878,0.004795337917988183,0.21319767708579695,0.21309560537338254,0.0009232332484787534,0.06237269596507148,0.0624381080269813,0.001184692899763466,0.06771451234817501,0.06740097329020495,0.0033850680523732786,0.7507357001304626,0.7517052590847015,0.01625937018569459,0.7134263664484024,0.7041855752468109,0.03722758559619119,117.0564359029134,117.67394638061523,10.705144484899012
|
||||
world_model,43,0.6952829758326212,0.6957237720489502,0.005904180590532222,0.2029476314783096,0.2027587220072746,0.0009316251276106057,0.06824335517982638,0.0674095898866653,0.0017200059613415198,0.0724324143181244,0.07236373052000994,0.003996120481959595,0.7803894132375717,0.7835233211517334,0.01661232225614635,0.7439529399077097,0.7396745681762695,0.03732531874586276,116.03532282511394,116.66627883911133,10.979612829914457
|
||||
world_model,44,0.6508402625719706,0.6524277925491333,0.004561259270403872,0.19291556874910987,0.19283432513475415,0.0009186556094462112,0.07239630756278828,0.07116690650582311,0.002299844270140237,0.07744854191939031,0.07692327350378035,0.004853477091508,0.8111774275700251,0.8144389986991882,0.017498337805825416,0.7761678496996561,0.7766525149345398,0.03717700033486442,115.49043401082356,116.1374626159668,11.156609367183185
|
||||
world_model,45,0.653778870900472,0.655056357383728,0.004507082970743976,0.18233024825652436,0.18210494518280024,0.0010804524591788247,0.07674552127718921,0.07529695332050321,0.003153640320630668,0.08291686202088987,0.0817632339894771,0.005961341179678648,0.8422991881767908,0.8455601036548615,0.018071605335537144,0.8097842931747437,0.8145977556705475,0.03651549292720896,115.320250193278,116.04695129394531,11.326435033168723
|
||||
world_model,46,0.6529026627540588,0.6540555953979492,0.004414376386891608,0.171872383604447,0.17181012779474256,0.0008829872207456303,0.0813436949004729,0.07961892336606975,0.004234292127759713,0.08887176898618536,0.0868611671030521,0.007385845597912033,0.8730683128039042,0.8760267496109009,0.018012407364300743,0.8442535350720087,0.8526708781719208,0.03506146495117241,115.62433751424153,116.3388557434082,11.440577671309633
|
||||
world_model,47,0.6538553833961487,0.6550946235656738,0.004545580565138878,0.16146667798360187,0.1612354964017868,0.0007417246402702589,0.08619317226111883,0.08411881327629085,0.005575244522123553,0.09535565537710981,0.092602752149105,0.009205155384603833,0.9025160570939382,0.9057775437831879,0.017133692955864158,0.8786448339621226,0.8891583681106567,0.03259756137240939,116.39265569051106,117.09061813354492,11.453456302432544
|
||||
world_model,48,0.6530816356341044,0.6542139053344727,0.003802921570774165,0.1501614575584729,0.15000986307859415,0.0008574920412103669,0.0913813859224319,0.0888632610440254,0.007214673130245969,0.10250230878591532,0.09889804571866985,0.011515168245451107,0.9293509225050608,0.9318410158157349,0.015442485085511546,0.9115087886651357,0.9195781946182251,0.02910106931503869,117.56996854146321,118.23319625854492,11.510148785241526
|
||||
world_model,49,0.6536320845286051,0.6550788879394531,0.004052943112947681,0.13761946062246955,0.1375186815857887,0.0008663855189229262,0.0975656217585007,0.0944696925580501,0.009240986712826986,0.11108618043363089,0.1063238680362701,0.014499835976813213,0.9519877036412557,0.9540824294090271,0.013202243013910576,0.9407958686351776,0.9428155422210693,0.024919961496095315,119.27193705240886,119.94000244140625,11.518217975910105
|
||||
world_model,50,0.69520503282547,0.6958858966827393,0.005565119740808208,0.11328522612651183,0.113355703651905,0.0009938143007361465,0.15465871244668958,0.14985609799623484,0.015894978152176612,0.20131363843878106,0.1916139796376228,0.03608835923569937,0.9754276772340139,0.9773668348789215,0.009745914654052192,0.9737527966499329,0.9793283045291901,0.019963572652676682,120.17419751485188,120.84512710571289,11.468458411058213
|
||||
|
@@ -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,34.617130279541016,34.804734230041504,144.11834335327148,,,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,1,34.663827419281006,33.852627992630005,141.10746026039124,238.76235961914062,0.19588381052017212,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,2,34.51099419593811,34.52734351158142,141.55100512504578,192.69406127929688,0.22907745838165283,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,3,34.44121551513672,34.549001932144165,142.6143033504486,203.3989715576172,0.26541244983673096,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,4,34.18079924583435,34.60218596458435,142.651508808136,175.75875854492188,0.26726996898651123,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,5,34.3243682384491,34.325531005859375,141.39526462554932,176.97088623046875,0.21478188037872314,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,6,34.00009322166443,34.33284664154053,142.45920038223267,158.7442169189453,0.3191809058189392,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,7,34.48305416107178,34.50141191482544,142.21532201766968,186.0672607421875,0.2970067858695984,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,8,34.42770552635193,34.152040004730225,141.60313963890076,175.5354766845703,0.25880998373031616,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,9,34.3175151348114,34.40176320075989,141.7354872226715,207.59043884277344,0.27917248010635376,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,10,34.54561901092529,34.17349934577942,142.01836943626404,159.05198669433594,0.16959547996520996,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,11,34.495683431625366,34.39462733268738,143.00615429878235,159.41757202148438,0.18029195070266724,
|
||||
|
@@ -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,34.41733378171921,,,,47.5,49.3,47.583333333333336,48.333333333333336,,184.90836264870384,0.243316650390625,142.20629654328027,34.41733378171921,34.38480108976364,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,world_model,34.38480108976364,,,,47.583333333333336,49.416666666666664,47.75,48.333333333333336,,184.90836264870384,0.243316650390625,142.20629654328027,34.41733378171921,34.38480108976364,
|
||||
|
1201
unitree_z1_stackbox/case3/output/sparse_8/inference/stepwise_log.csv
Normal file
1201
unitree_z1_stackbox/case3/output/sparse_8/inference/stepwise_log.csv
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user