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=140.3133, median=142.7209, p90=164.7352, p95=175.3040
|
||||
|
||||
### 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.1667, median=49.1667, p90=49.1667, p95=49.1667
|
||||
- `share_action_first_stable_before_latent`: nan
|
||||
- `share_action_95pct_before_latent`: nan
|
||||
|
||||
### Direction D: Cross-Step Similarity
|
||||
|
||||
- `latent_delta_mid_steps`: mean=0.3531, median=0.3490, p90=0.4172, p95=0.4281
|
||||
- `action_delta_mid_steps`: mean=0.0253, median=0.0239, p90=0.0377, p95=0.0398
|
||||
- `state_delta_mid_steps`: mean=0.0257, median=0.0244, p90=0.0395, p95=0.0417
|
||||
|
||||
### Direction A: Budget Heterogeneity
|
||||
|
||||
- `oracle_budget_action`: mean=47.8333, median=47.8333, p90=47.8333, p95=47.8333
|
||||
- `oracle_budget_state`: mean=48.5833, median=48.5833, p90=48.5833, p95=48.5833
|
||||
- `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=189.8770, median=190.5110, p90=227.1010, p95=230.8867
|
||||
- `action_drift_vs_prev_round`: mean=0.3214, median=0.2827, p90=0.4239, p95=0.4346
|
||||
- `round_total_time_s`: mean=136.8153, median=137.0675, p90=137.2455, p95=137.2743
|
||||
- `policy_pass_total_time_s`: mean=33.6154, median=33.6801, p90=33.7595, p95=33.7750
|
||||
- `world_model_pass_total_time_s`: mean=33.6413, median=33.7260, p90=33.7615, p95=33.7871
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 265 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 115 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.61540007591248,33.61540007591248,,,,,,,,,,,47.333333333333336,47.333333333333336,,49.16666666666666,49.16666666666666,,47.833333333333336,47.833333333333336,,48.5,48.5,,136.81534445285797,136.81534445285797,,33.61540007591248,33.61540007591248,,33.641302605470024,33.641302605470024,,189.8770099986683,189.8770099986683,,0.3213974345814098,0.3213974345814098,
|
||||
unitree_z1_stackbox,world_model,33.641302605470024,33.641302605470024,,,,,,,,,,,47.75,47.75,,49.583333333333336,49.583333333333336,,48.0,48.0,,48.583333333333336,48.583333333333336,,136.81534445285797,136.81534445285797,,33.61540007591248,33.61540007591248,,33.641302605470024,33.641302605470024,,189.8770099986683,189.8770099986683,,0.3213974345814098,0.3213974345814098,
|
||||
|
@@ -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.691521167755127,0.6926025152206421,0.0037853245590329684,1.4144838154315948,1.4150727987289429,0.002022968624376887,0.08167496323585505,0.0800280943512916,0.006556296109117114,0.06618118130912377,0.067375611513853,0.010840895525260841,0.2375107997407516,0.2394929230213165,0.08828847299579998,0.22976106529434517,0.2251281067728996,0.07703838878493263,147.1026929219564,147.24200439453125,7.3120546897134355
|
||||
policy,2,0.6502297123273214,0.6523336172103882,0.004486353530471291,1.0217934151490529,1.021325170993805,0.0020477632495314504,0.03188380428279435,0.032016184180974946,0.0013469521801409649,0.032079801894724314,0.0319157764315605,0.0010772924233733478,0.24175675523777798,0.24404273927211761,0.0881615176248066,0.23321327194571492,0.2293107062578201,0.07773187120824722,146.6514523824056,147.1485137939453,7.2727511195776176
|
||||
policy,3,0.6512746016184489,0.6535104513168335,0.004927050751573505,0.8511460423469543,0.8504105508327484,0.0021662202889405416,0.03155329450964923,0.031707309186458546,0.001352802708849935,0.031641672986249085,0.031386935152113396,0.0010094099253283037,0.2457226788004239,0.24830102920532227,0.08802626520979263,0.23639458976685998,0.23321238160133362,0.0784006261868987,146.6503880818685,147.34087371826172,7.704543146695589
|
||||
policy,4,0.650578518708547,0.6525970697402954,0.004063543823103453,0.7508363823095957,0.7511866986751556,0.002025556620220259,0.031224980329473757,0.0313994046300649,0.0013612157203667517,0.031208277369538902,0.0310043524950742,0.0009505952767073698,0.24941280980904892,0.2522762715816498,0.08788326288705395,0.23931261897087094,0.2368436679244041,0.07904375290185905,145.40290451049805,144.22124481201172,7.336835365731805
|
||||
policy,5,0.6507267951965332,0.6526393890380859,0.004165179842231757,0.6815595726172129,0.6818020343780518,0.0013305435321207394,0.030900037381797984,0.03109362535178655,0.0013716031623289395,0.030781077997138046,0.0306272003799676,0.000902302249839426,0.25283177196979517,0.25597712397575373,0.08773318111247644,0.24197498584787047,0.24021489918231959,0.0796605953872614,144.97745259602866,142.57440185546875,7.426910492476749
|
||||
policy,6,0.6510714689890543,0.65187668800354,0.004197308097673738,0.6317743559678396,0.6316893398761749,0.0010223625542982498,0.03057961724698539,0.030791112221777397,0.0013834024402457012,0.030361471542467624,0.0303216176107525,0.0008657953709198381,0.25598438829183573,0.25943864881992335,0.08757676791922919,0.2443893328309059,0.24333616346120834,0.08025078580914768,145.58987172444662,141.45614624023438,7.793017952792669
|
||||
policy,7,0.6507887641588846,0.6519438028335571,0.0037090282832193937,0.5938083281119665,0.5937995314598083,0.0018374064527989552,0.030264754934857252,0.030383151024580002,0.001396059210892327,0.029950710634390476,0.030039979144930798,0.0008419632609895444,0.2588756823291381,0.2637369930744171,0.08741485134587279,0.24656324895719683,0.24621738493442535,0.08081417111065935,145.8523406982422,141.7779998779297,8.205153696696307
|
||||
policy,8,0.6931114196777344,0.6932835578918457,0.005175922576950138,0.5633279383182526,0.563103586435318,0.001584073393744797,0.027556419838219826,0.02757713850587605,0.004469267333842019,0.01929251927261546,0.020537257194519,0.005733727900106763,0.2617161348462104,0.26812146604061127,0.08707600724469387,0.2506840241452058,0.250683844089508,0.07977726602548252,146.33628718058267,143.86973571777344,7.880511050159749
|
||||
policy,9,0.6499626835187277,0.6511093378067017,0.004503403129579276,0.5371418595314026,0.5370111167430878,0.0016275675959478962,0.01225715875625605,0.01198290521278975,0.0011968677006777872,0.0097959555375079,0.009764926973730301,0.0010956565993771705,0.2706383187323808,0.2779676616191864,0.08631042776973916,0.25740432118376094,0.2574947029352188,0.07909384599047078,146.18925603230795,143.36145782470703,7.961423979175838
|
||||
policy,10,0.6512967944145203,0.6528031826019287,0.003954114019647903,0.5146622359752655,0.5149530172348022,0.000989821525719106,0.012447992339730216,0.012191929854452551,0.0012192235247247937,0.010091226315125774,0.01013140939176075,0.001094772955288587,0.27956047219534713,0.2874904125928879,0.08553982031826876,0.2641394436359405,0.26431621611118317,0.07841643338369833,146.95294698079428,144.55687713623047,8.189792565460618
|
||||
policy,11,0.6512270371119181,0.652924656867981,0.00424894429021889,0.49605286369721097,0.4958898574113846,0.0009999887963596857,0.012710739392787157,0.01247357064858075,0.001237835392170309,0.010471535613760291,0.0105787343345582,0.0010896731276167084,0.28849560829500354,0.2962065786123276,0.08476352383805966,0.2709005028009414,0.27115943282842636,0.07774446812093942,147.6462427775065,145.89004516601562,8.878629311771114
|
||||
policy,12,0.6517083048820496,0.6531980037689209,0.004211426587567927,0.4790480857094129,0.47901609539985657,0.0009204340545004319,0.013042610914756808,0.0128247300162911,0.0012528769667137518,0.010930313883970125,0.0110999983735382,0.001081434746890215,0.2974567835529645,0.30495309829711914,0.08398082306788951,0.2776988272865613,0.2780357301235199,0.07707746373022643,147.4961026509603,145.54804229736328,8.913685128023703
|
||||
policy,13,0.6518339514732361,0.6522566080093384,0.0040224443770044815,0.4641576757033666,0.46416680514812464,0.001197688017567575,0.013440151233226017,0.013241698499768952,0.0012647399481685291,0.011460644115383375,0.0116883590817451,0.0010712318880315957,0.306457074979941,0.31374287605285645,0.08319098710472345,0.28454586615165073,0.2849563658237457,0.07641496548058895,148.1063003540039,145.84840393066406,9.166484994953041
|
||||
policy,14,0.6521517435709635,0.6532062292098999,0.004248447346305081,0.4506945957740148,0.4507613927125931,0.0006361993438522542,0.013899884885176968,0.013723215553909499,0.0012739865176791083,0.012056212018554358,0.01233787275850765,0.0010601919473151667,0.31550972412029904,0.3227069079875946,0.08239326092466862,0.2914533677200476,0.2919330596923828,0.07575653788546272,148.40395736694336,146.4767837524414,9.30004113051058
|
||||
policy,15,0.6944562196731567,0.6940730810165405,0.005169050139782176,0.4379498039682706,0.4383038580417633,0.0013424930510548118,0.015412176959216551,0.0155530623160302,0.0019726054394766726,0.014001138896370875,0.01366746192798015,0.0016765437208091818,0.32341193904479343,0.33085568249225616,0.0817133815308065,0.29812375580271083,0.29863676428794855,0.07461310842308147,148.9919802347819,146.82191467285156,9.235040152567283
|
||||
policy,16,0.6510797540346781,0.6519490480422974,0.003729757413220345,0.42653195808331174,0.4266747832298279,0.0012753934462916233,0.01463847258128221,0.014567262027412601,0.0012528546193445978,0.013780663333212283,0.01402233215048905,0.0009847111223652645,0.3330469578504562,0.34099599719047546,0.08057479184842918,0.3054663116733233,0.30558232963085175,0.07376913670288418,149.07629013061523,146.9786605834961,9.331926947045611
|
||||
policy,17,0.6523821552594503,0.653684139251709,0.00398318957293031,0.4155629525581996,0.4154966324567795,0.0010157664964064634,0.01540196376542245,0.01527322130277745,0.0012403333050360038,0.01468058341803645,0.0149595621041953,0.0009569055918572459,0.3428276367485523,0.3512817919254303,0.07941619396457149,0.31294780597090716,0.3126562088727951,0.07292910034418812,149.30008188883463,147.56231689453125,8.947590685042158
|
||||
policy,18,0.6525641083717346,0.6535404920578003,0.004170273655627389,0.4057542433341344,0.40579153597354883,0.0011436213102772716,0.016212908007825367,0.016028257086873,0.0012293431731056714,0.015623773913830458,0.0159167312085628,0.0009336665552913927,0.3527723029255867,0.3617313355207443,0.07823599843825578,0.32058496400713915,0.319874107837677,0.0720928354728549,149.34702809651694,147.8587646484375,8.994617440893785
|
||||
policy,19,0.6520289977391561,0.6530170440673828,0.003928347757064211,0.39611513912677765,0.39607673883438105,0.0014127295888782352,0.017069872779150747,0.0168305858969688,0.0012202601616121407,0.016609874010706883,0.0169171039015054,0.0009150865662899561,0.3629000037908554,0.3723633736371994,0.077032581976609,0.32839569325248397,0.32725265622138977,0.07126031283114753,149.7416114807129,148.06138610839844,9.218369485761206
|
||||
policy,20,0.6524726748466492,0.6531081199645996,0.004070463570324108,0.3876870349049568,0.38776503503322596,0.0010024630928387678,0.017972132501502792,0.01767911855131385,0.001213371962836406,0.017639319722851068,0.01793516334146255,0.0009012607289187394,0.3732309987147649,0.3831978738307953,0.07580421600047296,0.33639917025963467,0.33480973541736603,0.07043160540852211,149.88086318969727,147.94140625,9.381509947205743
|
||||
policy,21,0.6518215934435526,0.6525777578353882,0.0036587153263099048,0.3790627643465996,0.37926436960697174,0.0010254112404662523,0.018919621128588866,0.0186234470456838,0.0012088894352499835,0.018713317190607332,0.0189969912171363,0.0008923040719001161,0.38378655165433884,0.3942555785179138,0.07454918288252124,0.34461600954333943,0.34275431931018824,0.06960691926269122,150.04657236735025,148.08023834228516,9.342174830510608
|
||||
policy,22,0.6944137612978617,0.6938300132751465,0.005652695926235252,0.37108268092075986,0.3712521642446518,0.0007525786959799782,0.0210548661028345,0.02025975752621885,0.001681747874796049,0.020871186939378523,0.02095441147685045,0.0008095667398570147,0.394186573723952,0.4048416465520859,0.07352739422674975,0.35327491412560147,0.35222360491752625,0.06853489930726751,150.17107009887695,148.11725616455078,9.33390954154896
|
||||
policy,23,0.6507511933644613,0.6515949964523315,0.004393959912703458,0.36302946507930756,0.36311542987823486,0.000864446114653657,0.02183329407125706,0.02138505876064295,0.0013302865002585678,0.021977973481019302,0.0220259586349129,0.0008821387458764638,0.40578458334008854,0.41685025393962855,0.07190937712582107,0.3623454545934995,0.3633370399475097,0.06761941305670359,150.2028579711914,148.11349487304688,9.419535385221417
|
||||
policy,24,0.6521186232566833,0.6528314352035522,0.0037445259628061055,0.3560563822587331,0.3560047000646591,0.0008924052560436938,0.022981093109895736,0.02256077527999875,0.001333323710917528,0.02326093660667534,0.02329273056238885,0.0008847131418894405,0.4177251607179642,0.42919561266899103,0.07024865864592414,0.3717410018046697,0.3758591115474701,0.06671214192732526,150.25291697184244,148.10211181640625,9.38903814542785
|
||||
policy,25,0.6522440910339355,0.6531784534454346,0.003926458149957544,0.3490727146466573,0.3491265475749969,0.0007034903844455846,0.02418142448489861,0.02379016950726505,0.0013395973138495296,0.0246029760067661,0.024617940187454147,0.0008932009754024371,0.4300394430756569,0.4419075101613998,0.06854323523827757,0.3814944103360176,0.38880330324172974,0.06581469720955316,150.36596171061197,148.25469970703125,9.523769957209026
|
||||
policy,26,0.6520310441652933,0.6532549858093262,0.0038596918282626323,0.3417666678627332,0.3418154716491699,0.0009552154435977954,0.02543681565051271,0.02510902099311345,0.0013492567513510598,0.026008509720365152,0.02600572723895305,0.0009082443424890848,0.4427606239914894,0.45501734316349024,0.06679122451773131,0.3916417707999547,0.4022077322006225,0.06492912439310791,150.63080596923828,148.42159271240234,9.614039963698039
|
||||
policy,27,0.6524836619695028,0.6533318758010864,0.0038577346368169644,0.33581384768088657,0.33566059172153473,0.0009937216085867126,0.026750826276838724,0.0264915153384208,0.0013625290907395323,0.027483217728634643,0.02746148128062485,0.0009306439816009003,0.4559241905808449,0.4685584753751755,0.06499096790582938,0.402222861846288,0.4157109409570694,0.06405767561954337,150.7915064493815,148.68482208251953,9.663495251005777
|
||||
policy,28,0.6527108152707418,0.6540682315826416,0.004461866783416885,0.3294135630130767,0.3292064964771271,0.0008185162155439386,0.028127369626114715,0.02794173359870905,0.001379682572513666,0.029033421538770133,0.02899117488414045,0.0009614028137934255,0.4695681681235631,0.48256632685661316,0.06314122929771436,0.4132816642522812,0.4267406612634659,0.0632029226033485,150.95691045125326,148.88335418701172,9.648597764202664
|
||||
policy,29,0.694511870543162,0.6942211389541626,0.0056450327491386265,0.3232383032639821,0.3233652710914612,0.000862512742087747,0.03054289240390057,0.030367007479071548,0.0016467923736522947,0.0313843442127108,0.0312725687399506,0.0009016539112467282,0.48348893225193024,0.49682483077049255,0.06143116043771868,0.42531583954890567,0.439757689833641,0.06235830197777495,151.07335917154947,148.91873931884766,9.748741608708405
|
||||
policy,30,0.6509092450141907,0.6518795490264893,0.003983279999230606,0.31708766768376034,0.31701865792274475,0.0009890897044964422,0.031852489492545474,0.031882744282484,0.001516808079448971,0.033122188411653,0.03307470865547655,0.0009964310568844473,0.4987260326743126,0.5124829113483429,0.059342027621396266,0.43801556279261905,0.4534103274345398,0.0616029502800312,151.2670046488444,148.96755981445312,9.760963341020014
|
||||
policy,31,0.652308444182078,0.6533604860305786,0.004025518713340095,0.312103067835172,0.3120003938674927,0.001161736734637269,0.03349792367468273,0.0335008986294269,0.0015528491662182761,0.03499760633955395,0.03486450202763075,0.001060378107340765,0.5146221841375033,0.5287782251834869,0.057200549178398584,0.451407087345918,0.46776172518730164,0.06087664990793505,146.70715713500977,144.29743194580078,10.232420941378562
|
||||
policy,32,0.652442216873169,0.6539363861083984,0.0045582257338498385,0.3037884980440139,0.30394861102104187,0.0009967928764271817,0.03523185538748895,0.0352050550282001,0.0015958204077964055,0.036989650378624554,0.03677360899746415,0.0011406440271167111,0.5312300225098928,0.543977826833725,0.05500922438914475,0.46556370953718823,0.4828811138868332,0.06018152722588286,142.4912897745768,140.03627014160156,10.779189316462347
|
||||
policy,33,0.6530327796936035,0.6542342901229858,0.00454509395003768,0.29603188733259833,0.29606157541275024,0.000801289975125654,0.03706121972451602,0.03703985363245005,0.0016469714681996337,0.03911073847363388,0.03886040858924385,0.0012402755595401348,0.5486044759551684,0.5598747134208679,0.052772291503184895,0.48056697348753613,0.4988444149494171,0.0595184435245735,138.45512453715006,135.94464874267578,11.353643039215939
|
||||
policy,34,0.6518940925598145,0.653484582901001,0.0040141075537016525,0.28791020562251407,0.2878894060850143,0.0009736020545926423,0.03899487822006143,0.0389621593058109,0.001707939223235453,0.041376380560298714,0.04109900258481495,0.0013630168473785763,0.5668021986881892,0.5775096118450165,0.0504959345219226,0.4965078954895337,0.515542596578598,0.058886376899866276,134.60621960957846,131.9371109008789,11.951430362629239
|
||||
policy,35,0.652853806813558,0.6541743278503418,0.004068073799110768,0.27962498615185416,0.2798181623220444,0.0011960359160804884,0.04104117924968397,0.0409956611692905,0.0017808548180750998,0.04380287136882538,0.0434937588870525,0.0015134108564462906,0.5858800609906515,0.5960116982460022,0.04818847465216165,0.5134872645139694,0.5317286252975464,0.058281223552942976,130.91151746114096,128.15206146240234,12.5563785361306
|
||||
policy,36,0.6960274577140808,0.6955955028533936,0.008054543200916675,0.2708829666177432,0.27138930559158325,0.0012732625665352279,0.04529782601942614,0.0452886577695608,0.0018740923686784365,0.04802883074929312,0.047688553109765,0.001730592159901879,0.6061319808165232,0.6160996556282043,0.04581241788503647,0.5323790187637011,0.5505660474300385,0.05775196680328075,127.46491940816243,124.52993392944336,13.163416931117624
|
||||
policy,37,0.6502093076705933,0.6514649391174316,0.004570167979274103,0.2615657349427541,0.2615186125040054,0.0008742127800884045,0.04764996500064924,0.0473611373454332,0.002030027737684037,0.05098894797265524,0.050678391009569154,0.0019708978033060815,0.6280738810698191,0.6374512314796448,0.04333603505155885,0.5526574502388636,0.5707484781742096,0.057244267028937236,124.21377754211426,121.32625961303711,13.764394510009351
|
||||
policy,38,0.6521993478139242,0.6533523797988892,0.005103811183381517,0.25229661415020627,0.2525175660848617,0.0007124243365818712,0.05028108352174357,0.0498063117265701,0.0021874711920809075,0.054197406396269764,0.053867066279053646,0.0022666552663847205,0.6511699209610621,0.6599394083023071,0.04088517781980807,0.5744713495175043,0.5924135446548462,0.05673100064254346,121.27368545532227,118.29900741577148,14.360612832812846
|
||||
policy,39,0.6518805027008057,0.6532142162322998,0.004550556748968663,0.24251803631583846,0.24259882420301432,0.0008527027815073446,0.05308689642697568,0.05263663455843925,0.0023841846020879287,0.057686187016467216,0.057358250021934454,0.0026310256816164997,0.6754556645949682,0.6852971315383911,0.03847729975453732,0.59797885765632,0.615704208612442,0.05616929504028604,118.68078549702962,115.75296020507812,14.908563121826862
|
||||
policy,40,0.6512452562650045,0.6532409191131592,0.004044408794449999,0.23285008594393727,0.23326138406991953,0.0010774731920646897,0.056081553610662555,0.05566598102450365,0.0026310280229577673,0.06149285597105817,0.06096945889294145,0.003080814921457505,0.7009411702553431,0.710993617773056,0.03612447578224424,0.6233432094256083,0.6407631933689117,0.055495545483696083,116.37847137451172,113.46255493164062,15.449572579952052
|
||||
policy,41,0.6520817478497823,0.6533150672912598,0.00545199903265145,0.22279626131057736,0.22298617660999293,0.0007496887341038291,0.05927544645965094,0.05909229256212705,0.0029413407213266674,0.06565619073808189,0.06499519571661945,0.0036372490454127703,0.7275959551334381,0.7364303171634674,0.03382689238377037,0.6507213761409124,0.6655560731887817,0.05461947725839815,114.44044494628906,111.29534912109375,16.0068590782804
|
||||
policy,42,0.6516717076301575,0.6526850461959839,0.004498063876092989,0.2128274614612261,0.2127275466918945,0.0009531549504535566,0.06268017304440335,0.06291729956865305,0.0033315711418071717,0.07022244141747551,0.06938201561570165,0.0043274434247861674,0.7553313920895258,0.7613084018230438,0.03156462447694238,0.6802482008934021,0.6963988542556763,0.05341868181310402,112.86895116170247,109.61481094360352,16.541960453723945
|
||||
policy,43,0.693744421005249,0.6943905353546143,0.005142173573678027,0.20263587683439252,0.2027489691972732,0.0009221247679389792,0.06880896879980958,0.06966359540820115,0.00386803341623476,0.07560556257764495,0.07494987174868581,0.005087837216512039,0.7846015344063441,0.786610871553421,0.02917226644002822,0.7120636155207952,0.7286739647388458,0.05216870532224893,111.69439888000488,108.32796096801758,17.024128183288134
|
||||
policy,44,0.650619626045227,0.6512227058410645,0.003453597529486124,0.19208073119322455,0.19215440750122065,0.0008220300507131765,0.0729944544533888,0.07402674853801725,0.004613221903166634,0.08124915945033229,0.08040328696370119,0.0061895948549656,0.8148739834626516,0.8151247203350067,0.026705963311189924,0.7462333291769028,0.7627569437026978,0.05021525254043529,111.01828447977702,107.51648712158203,17.42175192507472
|
||||
policy,45,0.6519744992256165,0.6532067060470581,0.003687055886578715,0.18182284136613205,0.1820302978157997,0.0008081210468923242,0.0774979001531998,0.07835343852639196,0.0055029627468506405,0.08748785965144633,0.08670517429709429,0.007575271291923607,0.8455410103003184,0.8462242484092712,0.02394048873348428,0.782617429892222,0.7969054281711578,0.04729270302059232,110.73635292053223,107.06835556030273,17.745136461977154
|
||||
policy,46,0.6519278685251871,0.6530786752700806,0.0032871870965098288,0.17129256948828694,0.17128614336252204,0.0009099766136175373,0.08227932887772715,0.0825243107974529,0.006599287423662775,0.09438562020659443,0.09369891881942746,0.009317052796039735,0.8759075254201889,0.87705859541893,0.020759990046295272,0.8207922627528509,0.8311797678470612,0.04313200783370981,110.96363576253255,107.28080749511719,17.982147756384176
|
||||
policy,47,0.6519712805747986,0.6524970531463623,0.0032020472037650777,0.16062232976158455,0.1606338024139404,0.0009807275091652796,0.0873422864824533,0.08714276179671285,0.007934974970596054,0.10201455838978286,0.10146787762641905,0.011499575535014891,0.9049705614646276,0.90658238530159,0.01711719214171923,0.859871024886767,0.8662249147891998,0.037543631913492054,111.69410133361816,107.9334945678711,18.111103880590044
|
||||
policy,48,0.652474562327067,0.6534175872802734,0.003122459776114923,0.14948275561134017,0.1493626087903976,0.0008662714799038289,0.09277376967171824,0.0919839106500148,0.009546326130164701,0.11053774940470851,0.1101917997002601,0.014225598505694506,0.9313652912775675,0.9322768449783325,0.013138679469547955,0.8982669760783514,0.9024972915649414,0.030578770864946186,112.87926928202312,109.02926635742188,18.197682677753743
|
||||
policy,49,0.6525864799817404,0.6532142162322998,0.0033032571980545176,0.13702713077267006,0.1372731029987335,0.0010063872257598337,0.09923647468288736,0.097682137042284,0.011528831000493324,0.12079684995114799,0.12074211239814756,0.01769683559486813,0.9533781160910925,0.9549621939659119,0.00931223492041923,0.9334852596124014,0.9348278343677522,0.022776770441602763,114.57399304707845,110.58683013916016,18.24669925858066
|
||||
policy,50,0.6939530968666077,0.6938129663467407,0.00493533677956461,0.11230586841702457,0.11255246400833124,0.0012802186373503488,0.15761827801664666,0.15045098215341562,0.02171045202940647,0.22000078856945035,0.21649512648582456,0.04318530279943405,0.9756309936443964,0.9765555560588837,0.006710536188165555,0.9743444174528122,0.9754911661148071,0.012307198335836085,115.53312873840332,111.59228897094727,18.121023673683588
|
||||
world_model,1,0.6932633916536967,0.6937968730926514,0.0035630998373010698,1.4143252571423848,1.414684534072876,0.0017389029752967538,0.07881181749204791,0.0763362236320972,0.009496197106775527,0.06250164502610758,0.06273536011576644,0.011012721902652676,0.25244809935490287,0.26934888958930964,0.07653314323677501,0.2632640476028124,0.25532171130180353,0.08745096109645362,148.40925216674805,143.72179412841797,13.457134664256078
|
||||
world_model,2,0.6511972943941752,0.6521923542022705,0.003888822159980744,1.0217790404955547,1.0215720534324646,0.0021928826368143185,0.03134154869864379,0.03136370889842505,0.0012180080117411593,0.03198529779911038,0.0321423094719648,0.0009936209456187662,0.25486101582646364,0.27171552181243896,0.0762288274487236,0.26830662414431566,0.2618924230337143,0.08745472623581808,147.89943059285483,143.88727569580078,12.440178131585096
|
||||
world_model,3,0.6526965300242106,0.6538457870483398,0.0030244522232918004,0.8505068669716517,0.8500413596630096,0.002421941707217788,0.030932795256376214,0.030963050201535197,0.0012322870418135996,0.03157986172785358,0.03165407851338385,0.0009820829381557619,0.2570103574544191,0.27381530404090876,0.07591066009006513,0.27303218593200046,0.2681179493665695,0.08746699224928134,147.40333938598633,144.03308868408203,11.53858199582461
|
||||
world_model,4,0.6537642081578573,0.6548711061477661,0.003690905772718193,0.7495866566896439,0.7493872344493866,0.001905417236451048,0.030530439844975818,0.030568406917154747,0.001251492189635416,0.03117853356525295,0.03118000831454985,0.000984137754965014,0.25890362262725825,0.2756560742855072,0.07557914566418188,0.2774475502471129,0.2740055173635483,0.08748861062819094,147.57844161987305,143.8809585571289,12.590317351692853
|
||||
world_model,5,0.6531020601590475,0.6538037061691284,0.004190404441544864,0.6826258450746536,0.6828784644603729,0.0014495254604859416,0.030135759462912828,0.030216571874916498,0.001274598123973959,0.030782654415816024,0.0307071851566433,0.0009982552769151718,0.26054826378822327,0.27724553644657135,0.07523484547654025,0.28155973181128496,0.2804383486509323,0.08752023582640098,148.30985514322916,144.02316284179688,13.041065445984168
|
||||
world_model,6,0.652904232343038,0.6541328430175781,0.003917927722999634,0.6322771509488424,0.6322070062160492,0.0015101854822154525,0.029749963742991242,0.0297875693067908,0.001300632912208413,0.030393523319313883,0.03023040294647215,0.0010224989056597784,0.2619516178965568,0.27859118580818176,0.07487839346721313,0.28537591050068534,0.2877843827009201,0.08756229835313893,149.80385971069336,143.9203872680664,15.50581661117045
|
||||
world_model,7,0.6525809566179911,0.6534198522567749,0.0038286895048907027,0.5945009539524714,0.5943337678909302,0.0011371541380514353,0.02937416111429526,0.0293697183951735,0.001328677140162438,0.03001230877513683,0.029775536619126748,0.0010547914872966599,0.26312085675696534,0.27970026433467865,0.07451048646853066,0.28890331337849295,0.2946207225322723,0.08761500877769707,151.35160954793295,145.15567779541016,17.01278552170326
|
||||
world_model,8,0.6942926247914633,0.6944036483764648,0.004746228797961993,0.5634216566880544,0.5638414919376373,0.0016285822475345544,0.025642045307904437,0.0249672411009669,0.0060389211259374905,0.017642168793827243,0.017244879156351048,0.004670086397418676,0.26579709475239116,0.2802864611148834,0.0740872294865216,0.29343671351671213,0.30084797739982605,0.08646164576506286,151.4687957763672,144.05230712890625,17.24354370904109
|
||||
world_model,9,0.6511944135030111,0.6527320146560669,0.0038536121648279726,0.5375967274109522,0.5374831855297089,0.0010789337821604393,0.01154504460282619,0.0110334525816142,0.0011224806883214013,0.009807506498570184,0.0095564387738704,0.001047158185257145,0.27400998398661613,0.2888439893722534,0.07296152532233266,0.30018729840715724,0.30915646255016327,0.08579521168721838,151.72984313964844,144.45088958740234,17.892344492104783
|
||||
world_model,10,0.6523717045783997,0.6534799337387085,0.0037762478025049452,0.515908752878507,0.5159917175769806,0.0007655889578597423,0.011686790656919235,0.0111773204989731,0.0011643217626978238,0.0100813065655529,0.00983668398112055,0.0010410395549924618,0.2822145310540994,0.2973223179578781,0.07183304734412586,0.30694559589028353,0.31563095748424524,0.08513588140531189,151.6959482828776,144.71477508544922,17.658566166987196
|
||||
world_model,11,0.652830441792806,0.6540091037750244,0.0043899180131875045,0.49655335893233615,0.497020959854126,0.0012663950940978975,0.011906376807019059,0.011401959694921901,0.001199519489521266,0.010440978920087149,0.01023149397224185,0.0010322038439453927,0.29042308901747066,0.304672434926033,0.07070124324511609,0.3137226688365141,0.3221409469842911,0.08448303482699755,152.26518630981445,145.30999755859375,17.33821273372817
|
||||
world_model,12,0.652741809686025,0.6543616056442261,0.004188664324030706,0.4799657687544822,0.47992835938930506,0.0011451396260108826,0.01220093690790231,0.0117040555924177,0.001228274580673438,0.010880186222493593,0.010723789222538398,0.0010215700523232764,0.2986479786535104,0.31203028559684753,0.06956552543109573,0.32052966952323914,0.3286977112293243,0.08383606377092577,152.55828348795572,146.04046630859375,17.106612847278566
|
||||
world_model,13,0.6520991325378418,0.6530966758728027,0.00392959576726897,0.46497511367003125,0.46469612419605255,0.0009981740627223923,0.012566708261147108,0.0120838298462331,0.0012510709591567412,0.011392140838627968,0.01128659583628175,0.0010101480663317552,0.306901566684246,0.31940731406211853,0.06842543761390346,0.3273779042065143,0.3353126794099808,0.08319442998314103,152.9985033671061,146.89832305908203,17.07644667329928
|
||||
world_model,14,0.6528059840202332,0.6544275283813477,0.004248959614717818,0.4514421448111534,0.4513413906097412,0.001181384418209852,0.01299968920648094,0.0125251226127147,0.0012686107792118293,0.011970518467326918,0.01191339129582045,0.0009989239763529445,0.31519625584284466,0.3268149495124817,0.06728049834058486,0.3342788976927598,0.3419976234436035,0.08255763943287565,153.32167307535806,147.27056884765625,17.198755914783668
|
||||
world_model,15,0.6942661007245382,0.6949129104614258,0.005502055875532023,0.4390999525785446,0.43875284492969513,0.0012345555132372906,0.01473213817613815,0.0145720494911074,0.0017810003742632636,0.013404165860265443,0.013091541826725,0.0009964608222514796,0.32267681633432704,0.3340363949537277,0.06637074672733975,0.34102794403831166,0.3482614755630493,0.08166355105671881,153.89157358805338,147.70947265625,17.432941148574283
|
||||
world_model,16,0.6507837971051534,0.6522257328033447,0.004489551752652264,0.42712217569351196,0.4271528869867325,0.001002419331719271,0.01413322108176844,0.0138528062961995,0.0012537897808745722,0.01358709065243595,0.01387753617018455,0.0008991168549652323,0.3318522659440835,0.34227733314037323,0.06500245006231938,0.3483303040266037,0.35509786009788513,0.08087727538969086,154.023193359375,148.15745544433594,17.554610488011157
|
||||
world_model,17,0.6524376074473063,0.6539355516433716,0.00427782004393049,0.4159223660826683,0.41592220962047577,0.0009833974066721688,0.014896928565576633,0.01457541901618235,0.001236159544906505,0.014471722921977383,0.01478262990713115,0.0008752526743653994,0.3411644014219443,0.35063832998275757,0.06361485883429656,0.35576274991035456,0.3620740622282028,0.08008783957673665,154.30871963500977,148.24876403808594,17.491134797222895
|
||||
world_model,18,0.6518340309460958,0.6535292863845825,0.0036419639345639516,0.4062439575791359,0.4066099375486374,0.0012441368219841362,0.015708379990731634,0.01534754037857055,0.0012191962307316507,0.015400089323520617,0.01573128718882795,0.0008562464097543004,0.35063080365459126,0.3593209385871887,0.062206860188604864,0.36334144572416943,0.36920666694641113,0.07929430332337185,154.46013259887695,147.96013641357422,17.77530017816679
|
||||
world_model,19,0.6522104342778524,0.6545494794845581,0.004331268036865039,0.3964044352372487,0.39652636647224426,0.0011708305380694096,0.01656593227138116,0.0161670977249741,0.0012032127423547733,0.016371590628599084,0.0167231587693095,0.0008421794763287379,0.36026985694964725,0.3686828166246414,0.060777443315604036,0.3710835725069046,0.3765134811401367,0.07849574116725265,154.63639958699545,148.10474395751953,17.869237619997197
|
||||
world_model,20,0.6519838174184164,0.6532231569290161,0.0035257372958448162,0.3871869718035062,0.38719193637371063,0.001071375074750029,0.017468687146902032,0.01706059649586675,0.0011884413769724185,0.017386432892332434,0.0177587447687983,0.0008331308930938198,0.37010109176238376,0.37823860347270966,0.05932572992204894,0.3790075033903122,0.38401371240615845,0.07769117544773847,154.723876953125,148.2755584716797,17.96598595393698
|
||||
world_model,21,0.6523447235425314,0.6538540124893188,0.0038110014848735368,0.3792610466480255,0.3793039470911026,0.0008112461693154701,0.018416458430389516,0.018010523170232752,0.0011749858467380511,0.01844560308381911,0.018823274411261,0.0008291915278799189,0.3801450158158938,0.38800856471061707,0.05785105032527719,0.3871329414347808,0.39172808825969696,0.07687963059851295,154.96575673421225,148.36761474609375,17.995338482195187
|
||||
world_model,22,0.6950217485427856,0.6951212882995605,0.006669304115717026,0.37128157168626785,0.37145547568798065,0.0007590613998937037,0.020792244933545534,0.020302251912653398,0.0013862880681167551,0.020443124696612316,0.0208307188004255,0.0008067424441597976,0.39000103374322254,0.3975093513727188,0.05648005506501955,0.3957728644212087,0.39965295791625977,0.07594902204824541,155.11568450927734,148.48924255371094,17.973955257566395
|
||||
world_model,23,0.6511320471763611,0.6524710655212402,0.003444405309563134,0.3632835571964581,0.36331434547901154,0.000729360393651198,0.021551838920762092,0.021249699406325748,0.0011477269322505057,0.021587851612518184,0.02201135549694295,0.0008292522910266599,0.4011043906211853,0.4088484048843384,0.05490334319894624,0.40479997048775357,0.4078565388917923,0.0750262840961441,155.26026153564453,148.58611297607422,18.064306585243138
|
||||
world_model,24,0.6526086330413818,0.6541460752487183,0.003982386266781369,0.35623977581659955,0.3562125563621521,0.0007121283094985211,0.022708769422024443,0.0224132360890507,0.0011365985862621074,0.022846043265114177,0.0232202280312776,0.0008346017143646428,0.4125404854615529,0.4209138751029968,0.05330061746388488,0.41413568953673047,0.41636785864830017,0.07408959234852641,155.31125768025717,148.70111846923828,18.108820083376884
|
||||
world_model,25,0.6523404717445374,0.6539329290390015,0.0038671835617395426,0.3488370602329572,0.3489240258932113,0.0009575196418767863,0.023918405175209,0.023620724678039502,0.0011268583170800598,0.024161638536800877,0.02444442454725495,0.0008455014105244018,0.42434010406335193,0.433353915810585,0.0516729963335261,0.4238110010822614,0.42521895468235016,0.07313747324631314,155.38574854532877,148.73836517333984,18.07362608240498
|
||||
world_model,26,0.6525336901346842,0.6542254686355591,0.004011627171126368,0.3423083648085594,0.3424276709556579,0.0008669922234647755,0.02518340758979316,0.02483713440597055,0.0011184027439103048,0.025538719259202425,0.0257351323962211,0.0008624637955081293,0.4365362326304118,0.4455730766057968,0.050022367855312666,0.4338596910238266,0.4344451427459717,0.07216836569725421,155.54988479614258,148.83324432373047,18.082126159081817
|
||||
world_model,27,0.6526252230008444,0.6540577411651611,0.0038468958111905916,0.3355493942896525,0.335951030254364,0.0009277701985173107,0.02650751763333871,0.02614341955631965,0.0011111533331712206,0.02698261709883804,0.02711534220725295,0.0008861416394730612,0.44916437069574994,0.4570032954216003,0.04835173905140363,0.44431904206673306,0.4440857619047165,0.07118059510393317,155.71185938517252,149.0121612548828,18.21682152101327
|
||||
world_model,28,0.6517868638038635,0.6528509855270386,0.0032982900655398324,0.329083872338136,0.32900980114936823,0.0008896948654186506,0.02789483933399117,0.02747713960707185,0.0011050548549248536,0.028499247351040383,0.0285633662715554,0.0009173420433861759,0.4622625956932704,0.4688722491264343,0.04666542693474397,0.4552299752831459,0.4541846513748169,0.07017220051445312,155.94143931070963,149.3293685913086,18.31012191884351
|
||||
world_model,29,0.693601667881012,0.6947225332260132,0.003802879008318769,0.32305958122014994,0.32295884191989893,0.0007993476393790269,0.030282089331497692,0.02994798682630055,0.0010839876834442994,0.030727682479967624,0.0307620130479335,0.0009212788787074684,0.4756133258342743,0.48157651722431183,0.0448957239836219,0.4667654906709989,0.46475672721862793,0.06909501293654652,156.02269999186197,149.44773864746094,18.34830593334474
|
||||
world_model,30,0.6508974234263102,0.6524726152420044,0.0038113124543878592,0.3165739302833875,0.31655389070510864,0.0006698348523900007,0.031688568803171266,0.0313549023121595,0.0010528216105483838,0.03244702549030378,0.0324143189936876,0.0009708208792657122,0.4901626482605934,0.494875505566597,0.04318955630048362,0.478918398420016,0.47645989060401917,0.06798272911407684,156.1506690979004,149.46195220947266,18.434824668970588
|
||||
world_model,31,0.6526755094528198,0.6543371677398682,0.0038935387219086143,0.3117318451404571,0.3115129917860031,0.0006862497182907304,0.03335643652826544,0.03299649246037005,0.0010537514442327824,0.03428063821047541,0.0342894736677408,0.0010286814796438845,0.5053621754050255,0.5088052153587341,0.04148972629846534,0.49170884241660434,0.4900951534509659,0.06683816433788073,151.7976277669271,144.7728729248047,19.22858156286807
|
||||
world_model,32,0.6524945100148519,0.6537972688674927,0.003777708376689403,0.3041169593731562,0.3043469935655594,0.0006222707258431737,0.035115817561745595,0.034755133092403356,0.0010580765625410188,0.03622623191525534,0.036282261833548504,0.001099722863560723,0.5212671309709549,0.5234245657920837,0.039809214588577606,0.5052030434211096,0.5044702291488647,0.06565710671674625,147.78732681274414,140.5207977294922,20.002514490736157
|
||||
world_model,33,0.6525572141011556,0.6534721851348877,0.003734484456449012,0.2963304842511813,0.2964370846748352,0.0006973412642994771,0.036974364270766516,0.036664741113781846,0.001067111022603711,0.03829555306583638,0.038405764847993795,0.0011863260274548554,0.5379358530044556,0.5387972295284271,0.038164184922013684,0.5194742480913798,0.5196605324745178,0.06443425873102676,143.8975067138672,136.54253387451172,20.909827713103574
|
||||
world_model,34,0.6529571612675985,0.6545252799987793,0.003699926652574215,0.2879464800159136,0.2879945039749145,0.0009030638291139494,0.038941781036555705,0.0386918447911739,0.0010828835001857086,0.0405032960698008,0.04067634604871265,0.0012914324495961005,0.5554297715425491,0.5549918413162231,0.036573951366162157,0.5346038217345873,0.5348528027534485,0.0631627712671204,140.17120806376138,132.75598907470703,21.781444805733333
|
||||
world_model,35,0.6532364090283712,0.6540898084640503,0.004308700010378144,0.2794510026772817,0.27931869029998774,0.000787050865179389,0.04102746210992333,0.0408478919416666,0.0011083547848127649,0.04286482340345774,0.0430976711213588,0.0014186613746750944,0.5738121271133423,0.5720815658569336,0.03506068549111089,0.550681471824646,0.5503836870193481,0.061833890829129115,136.63250541687012,129.09349822998047,22.62247686981654
|
||||
world_model,36,0.6943660775820414,0.6947677135467529,0.004433635923286595,0.2704970141251882,0.2705013155937195,0.0009481462781220678,0.04531349521130318,0.044991955161094596,0.001241529352267602,0.04696783671776449,0.04699309729039665,0.0015878412504597976,0.5933169374863306,0.5906156003475189,0.03314894199546353,0.568513922393322,0.5677452683448792,0.060248866965911474,133.42478561401367,125.81082153320312,23.398769770297726
|
||||
world_model,37,0.6515010992685953,0.6526074409484863,0.004340502908088446,0.26143612712621683,0.26157672703266144,0.0009879232052521219,0.047820683568716014,0.047672245651483494,0.0014076699142034589,0.049817036837339346,0.0497679058462381,0.0018059281629702838,0.6146781345208486,0.6103256940841675,0.03168389913359119,0.5876364062229792,0.5863721668720245,0.05857549515237376,130.43233108520508,122.78826904296875,24.26997762108293
|
||||
world_model,38,0.6519432663917542,0.6530526876449585,0.0036943791117549016,0.25192446758349735,0.2519597262144089,0.0008752104659131675,0.05052472619960701,0.05034575611352915,0.0015289455735867678,0.052916740067303146,0.05275445803999895,0.0020564246045959977,0.6372452477614085,0.63130983710289,0.0303979819791749,0.6081422964731852,0.6066853702068329,0.056786268289185454,127.66820526123047,119.9527587890625,25.101569325968757
|
||||
world_model,39,0.6529051065444946,0.6543606519699097,0.0040036262810062085,0.24272263174255684,0.24305716902017588,0.0009844110171711696,0.05341789188484347,0.0533205363899469,0.0016958725411005623,0.05628104259570434,0.0559754185378551,0.002362551894853731,0.6610744049151739,0.6536625921726227,0.029306752866753705,0.6301656663417816,0.6270488500595093,0.054850599339682636,125.2996768951416,117.53531265258788,25.865464855686817
|
||||
world_model,40,0.6526068250338236,0.654694676399231,0.004359899170975356,0.23309630155563352,0.2330135405063629,0.0009763829666473888,0.05651755196352796,0.056521153077483094,0.0019224488693649793,0.05994473211467261,0.0594627577811479,0.0027376358050897292,0.6862018704414368,0.6774684190750122,0.028402527040136426,0.6538421362638474,0.6493560969829559,0.0527276172489068,123.18343098958333,115.30332946777344,26.674647373211865
|
||||
world_model,41,0.6522894104321798,0.6537619829177856,0.004001250414742604,0.2227868425349394,0.22288406640291208,0.0007804025410326284,0.05983805997918044,0.05979161709547035,0.0022250585277126724,0.06394348883380489,0.0635319650173187,0.003198410899381668,0.7126290301481882,0.7036351561546326,0.027644290798493634,0.6792972534894943,0.6778706908226013,0.05036389242289038,121.31806882222493,113.28437042236328,27.465673576526445
|
||||
world_model,42,0.6524964570999146,0.6541141271591187,0.0035530114589206493,0.21248061706622437,0.2122983559966087,0.000877948924634953,0.06339574294785653,0.0636060573160648,0.0026228449785219306,0.06831990617016946,0.0680063553154468,0.0037662188902127477,0.7403056671222051,0.7326139509677887,0.026950385408067323,0.7066317150990168,0.7071923911571503,0.04769133433663874,119.9202454884847,111.79045867919922,28.12908189827428
|
||||
world_model,43,0.694101611773173,0.6950318813323975,0.004275179336051731,0.20217312872409818,0.2019767984747886,0.0008392450108817351,0.06965524392823373,0.06989056617021555,0.0036264938934137793,0.07335027245183781,0.07365939021110529,0.004503262553815755,0.7695587227741877,0.764448493719101,0.025720857217844586,0.7357569287220637,0.7373875677585602,0.04472633791912143,118.9017448425293,110.59065628051758,28.763267510074296
|
||||
world_model,44,0.6508041620254517,0.6517834663391113,0.003887746784572188,0.19214290380477902,0.19226609915494913,0.0007583846923235902,0.07419322679440178,0.07400684803724285,0.004332483332503543,0.07871562925477817,0.07931801304221145,0.005431031103828062,0.8003204564253489,0.7955601513385773,0.02466549334540105,0.7669056256612142,0.7695324122905731,0.041288880697479824,118.25725809733073,109.8150863647461,29.318750304449985
|
||||
world_model,45,0.6528476277987162,0.6542096138000488,0.003768962736709361,0.1815918795764446,0.18181513249874115,0.0010825867969766715,0.0789770272870858,0.07834126800298685,0.0052955405410285645,0.08465606532990928,0.0855746008455753,0.006563646713347993,0.8317959755659103,0.8268890082836151,0.023213052605451975,0.7999095022678375,0.8009489476680756,0.03726610580679326,118.05251566569011,109.53546524047852,29.770118479964008
|
||||
world_model,46,0.654333233833313,0.653759241104126,0.005029414502439849,0.17108984788258866,0.17117094993591303,0.0009197408348533716,0.08409804416199519,0.0828756801784038,0.006501044378892007,0.0912169106304645,0.0919234827160835,0.007976532746615661,0.8633350481589636,0.8585801720619202,0.021200542588395974,0.8343533178170522,0.8326144814491272,0.03258041315539145,118.43394724527995,109.70781707763672,30.109312519156855
|
||||
world_model,47,0.6529434323310852,0.6535868644714355,0.0035017777559110015,0.16068543493747708,0.1608249247074127,0.0007836228618943617,0.08956933269898093,0.08765449002385134,0.007989957842588793,0.09847251760462916,0.09881114587187764,0.00973768414786829,0.8939534574747086,0.8888950347900391,0.018582270803974406,0.8694112151861191,0.8684423863887787,0.027250504566786456,119.21760940551758,110.28472137451172,30.46896761231697
|
||||
world_model,48,0.6530542969703674,0.6543289422988892,0.0033863501057644586,0.14935414120554918,0.1495687142014503,0.0009581491829283408,0.09548830303053057,0.09329230338335029,0.009806268067985704,0.10659357781211531,0.10688028484582895,0.011934951116180594,0.9222536087036133,0.9184131026268005,0.015548688683816857,0.9036492357651392,0.9035027027130127,0.021520094679624988,120.41515795389812,111.43666458129883,30.69610827992721
|
||||
world_model,49,0.6530368526776632,0.6538031101226807,0.0034281225983086,0.13671428586045895,0.1370283663272857,0.0008672572893981484,0.10254440456628795,0.09999302029609675,0.01205341359706188,0.11642161570489402,0.116880465298891,0.01475109804136385,0.9464114556709925,0.9459909498691559,0.012625238057218994,0.9348573336998621,0.9353949427604674,0.016061439885906904,122.15505472819011,113.10513305664062,30.752542690521803
|
||||
world_model,50,0.6947094996770223,0.6953520774841309,0.004686321065378407,0.11205744432906305,0.11221677437424656,0.0012701903061398698,0.16251299530267713,0.15287472307682032,0.022551152578355802,0.21370118235548333,0.21901452541351313,0.035522379827445556,0.9718552231788635,0.9760347008705139,0.010095723638928118,0.971980944275856,0.974591165781021,0.011665806557301425,123.07281112670898,114.11814880371094,30.550128763380346
|
||||
|
@@ -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-vid5-fs4,unitree_z1_stackbox,0,34.57231259346008,35.02649784088135,145.15686202049255,,,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,1,34.776850938797,35.008129835128784,143.0682270526886,234.67254638671875,0.25196242332458496,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,2,34.95950388908386,34.902048110961914,143.17318272590637,198.36325073242188,0.27957355976104736,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,3,34.15758419036865,34.9982476234436,143.65063858032227,227.1009521484375,0.2705885171890259,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,4,35.12756705284119,35.17540431022644,145.74152207374573,179.85182189941406,0.33110541105270386,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,5,33.95958352088928,35.149741649627686,141.58479404449463,162.56973266601562,0.4239497780799866,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,6,34.60032343864441,34.41904163360596,143.72416043281555,182.1998291015625,0.349357545375824,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,7,34.574483156204224,34.54253792762756,140.93287110328674,182.25311279296875,0.2827390432357788,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,8,34.79826784133911,34.98834300041199,143.62148690223694,193.31533813476562,0.24650442600250244,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,9,34.538923501968384,33.85257339477539,141.45096492767334,147.1333770751953,0.3767222762107849,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,10,34.50165772438049,34.4240288734436,144.19981384277344,190.51097106933594,0.4452609419822693,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,11,34.46553897857666,34.116426944732666,142.8107123374939,190.67617797851562,0.27760785818099976,
|
||||
|
@@ -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-vid5-fs4,unitree_z1_stackbox,policy,34.58604973554611,,,,47.333333333333336,49.166666666666664,47.833333333333336,48.5,,189.8770099986683,0.3213974345814098,143.25960300366083,34.58604973554611,34.716918428738914,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,world_model,34.716918428738914,,,,47.75,49.583333333333336,48.0,48.583333333333336,,189.8770099986683,0.3213974345814098,143.25960300366083,34.58604973554611,34.716918428738914,
|
||||
|
1201
unitree_z1_stackbox/case1/output/sparse_8/inference/stepwise_log.csv
Normal file
1201
unitree_z1_stackbox/case1/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