早停特征验证,早停不通
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=110.6027, median=131.2395, p90=148.6507, p95=153.3840
|
||||
|
||||
### Direction C: Action Converges First
|
||||
|
||||
- `action_first_stable_step`: mean=nan, median=nan, p90=nan, p95=nan
|
||||
- `latent_first_stable_step`: mean=nan, median=nan, p90=nan, p95=nan
|
||||
- `action_vs_full50_95pct_step`: mean=47.6667, median=47.6667, p90=47.6667, p95=47.6667
|
||||
- `share_action_first_stable_before_latent`: nan
|
||||
- `share_action_95pct_before_latent`: nan
|
||||
|
||||
### Direction D: Cross-Step Similarity
|
||||
|
||||
- `latent_delta_mid_steps`: mean=0.3532, median=0.3491, p90=0.4172, p95=0.4278
|
||||
- `action_delta_mid_steps`: mean=0.0270, median=0.0259, p90=0.0401, p95=0.0425
|
||||
- `state_delta_mid_steps`: mean=0.0271, median=0.0259, p90=0.0407, p95=0.0432
|
||||
|
||||
### Direction A: Budget Heterogeneity
|
||||
|
||||
- `oracle_budget_action`: mean=47.6667, median=47.6667, p90=47.6667, p95=47.6667
|
||||
- `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.6667, median=47.6667, std=0.0000
|
||||
|
||||
### Direction B: Round Reuse
|
||||
|
||||
- `latent_init_dist_to_prev_round`: mean=215.0836, median=218.6223, p90=257.4660, p95=258.2123
|
||||
- `action_drift_vs_prev_round`: mean=0.2840, median=0.2649, p90=0.3709, p95=0.3717
|
||||
- `round_total_time_s`: mean=151.0683, median=151.3131, p90=151.8530, p95=151.9551
|
||||
- `policy_pass_total_time_s`: mean=73.9915, median=74.1323, p90=74.4498, p95=74.5848
|
||||
- `world_model_pass_total_time_s`: mean=73.9556, median=74.0580, p90=74.2324, p95=74.3204
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 254 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 116 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,73.9914903442065,73.9914903442065,,,,,,,,,,,45.833333333333336,45.833333333333336,,47.66666666666666,47.66666666666666,,47.66666666666666,47.66666666666666,,48.41666666666666,48.41666666666666,,151.06825691461563,151.06825691461563,,73.9914903442065,73.9914903442065,,73.95558383067448,73.95558383067448,,215.08364868164065,215.08364868164065,,0.2839532115242698,0.2839532115242698,
|
||||
unitree_z1_stackbox,world_model,73.95558383067448,73.95558383067448,,,,,,,,,,,46.0,46.0,,47.75,47.75,,47.75,47.75,,48.333333333333336,48.333333333333336,,151.06825691461563,151.06825691461563,,73.9914903442065,73.9914903442065,,73.95558383067448,73.95558383067448,,215.08364868164065,215.08364868164065,,0.2839532115242698,0.2839532115242698,
|
||||
|
@@ -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,1.4736356536547344,1.4586181640625,0.05726944271552599,1.4143009583155315,1.4146265387535095,0.0026562596083012555,0.08300910703837867,0.08198070153594014,0.01645832343842558,0.06575619460393979,0.0644361302256584,0.009946988196668437,0.25657764325539273,0.26065686345100403,0.049201232030155875,0.23713432873288787,0.22666361182928085,0.06427540387794853,151.4157346089681,148.84542083740234,9.880046080414301
|
||||
policy,2,1.4456624786059062,1.4589455127716064,0.03772934100143307,1.0217516322930653,1.0220447778701782,0.0017514554446360563,0.05066136736422774,0.0509086437523365,0.004931591358626747,0.04047424020245666,0.0404749792069196,0.0053728891239172025,0.24837912743290266,0.25370678305625916,0.048268810970230294,0.23312429959575331,0.22089813649654383,0.06335876866432226,151.1518669128418,148.09697723388672,10.226325251364365
|
||||
policy,3,1.4428321917851765,1.4591490030288696,0.046355229799758306,0.850603257616361,0.850612461566925,0.0009511145667369887,0.03238560678437347,0.032323807477951,0.003479863806478796,0.02590396037946141,0.02639124635607,0.0035571601994219644,0.24635809163252512,0.251009464263916,0.04800224774342813,0.23456527044375733,0.22129044681787485,0.06255887812477134,150.5552520751953,146.4243927001953,10.247565331375428
|
||||
policy,4,1.4616312583287556,1.4620696306228638,0.004235648047898815,0.750493049621582,0.7508120238780975,0.002094794056260176,0.0219906674077113,0.021237319335341398,0.00312256971096541,0.017174829418460474,0.01738250721246,0.001993895197709931,0.24916214371720946,0.2540183365345001,0.04787965381952469,0.23928180585304892,0.2253210321068763,0.06182455077955317,150.9886563618978,146.82928466796875,10.671722410967838
|
||||
policy,5,1.4609638849894206,1.4619934558868408,0.005110320076446575,0.6826270967721939,0.6821275055408478,0.0018098734136011746,0.016163833284129642,0.0158584211021661,0.0019116998784856685,0.01293014828115696,0.0132423266768455,0.001235503932404066,0.2551222741603851,0.26128360629081726,0.04780664257219184,0.24586825445294377,0.23126347362995145,0.0611037506114197,149.4615046183268,146.3307342529297,8.464512103824344
|
||||
policy,6,1.4290819366772969,1.4597042798995972,0.08383385128864819,0.6329188595215479,0.6330901980400085,0.0013543648117913048,0.013628988293930833,0.013250421267002752,0.0009735099654336711,0.011194532737135825,0.01094032358378165,0.0012538316568155266,0.2625148457785447,0.2697527408599853,0.047737227699625906,0.2531439140439033,0.2381294816732406,0.06037058678013529,147.73372904459634,145.44013214111328,8.611541463266494
|
||||
policy,7,1.4015560746192932,1.4588370323181152,0.10216558797559765,0.5942069937785467,0.5936987102031708,0.0010487956645164641,0.01289184787310655,0.012967025395482699,0.0008766790513750677,0.010526764051367784,0.0103587708435952,0.0012864539919933695,0.271023246149222,0.27903513610363007,0.047596538972561435,0.26075930024186766,0.24521544575691218,0.05954650985824635,145.94356282552084,143.22410583496094,8.475348462623755
|
||||
policy,8,1.421857476234436,1.4615627527236938,0.0948099878385119,0.563580666979154,0.5634727776050568,0.0015344780496986247,0.01256546688576536,0.01266881683841345,0.0009774708710216776,0.010345735897620468,0.00999536225572225,0.0013189468950146094,0.2799445937077204,0.2886163145303726,0.04740050613688783,0.2685279585421085,0.2541996017098426,0.058622948897845695,144.77635065714517,142.89369201660156,8.24816032272731
|
||||
policy,9,1.4457865953445435,1.4598641395568848,0.03653497486823056,0.5372665971517563,0.5371851921081543,0.001178699586500781,0.012205740592131966,0.01223909016698595,0.0010106052051545263,0.010360520876323134,0.010077514685690351,0.001307694482415445,0.2888500938812891,0.29822544753551483,0.047198787845116885,0.2762390909095605,0.2631960660219192,0.057695356488429765,143.28890991210938,142.12261199951172,7.445427255987102
|
||||
policy,10,1.4628227949142456,1.462580680847168,0.003725968252741491,0.5157496730486552,0.5156662464141846,0.0006397311013900687,0.012179238256066975,0.012187129352241699,0.0009572278876384524,0.01035895990207786,0.01030017342418425,0.001265988815292918,0.29790093377232546,0.30802425742149353,0.04692617911454928,0.28383763879537577,0.27203598618507385,0.05671841900293976,142.31176376342773,141.2821273803711,6.627715828556608
|
||||
policy,11,1.4601281483968098,1.4607045650482178,0.005073264019753839,0.4965440680583318,0.4963409751653671,0.0013332128679890405,0.012368800506616583,0.012363776098936699,0.0009887494974083397,0.011053689522668666,0.01102256868034595,0.0011632211799175779,0.30698328216870624,0.31779617071151733,0.04659084221283903,0.29157146314779914,0.28098927438259125,0.05570217589847055,141.06559371948242,139.33716583251953,6.57493841177658
|
||||
policy,12,1.4587929844856262,1.459380030632019,0.008488998395043051,0.48030343155066174,0.48015375435352325,0.000760911726444701,0.012648224364966092,0.0126694994978606,0.0010487767272052576,0.011790077822903734,0.0118491505272686,0.00113584537006412,0.31607768808801967,0.3276929706335068,0.046184354008274496,0.2995052300393581,0.2895849943161011,0.054622319360485984,140.06611251831055,137.9332733154297,6.422232619137684
|
||||
policy,13,1.4539982676506042,1.460531234741211,0.026407880077803293,0.46406151602665585,0.46410320699214935,0.000843659430260569,0.0132522705631951,0.01326216245070095,0.0010087401520218276,0.012296021838361967,0.012339743319898799,0.001079019490035045,0.3253486367563406,0.337778091430664,0.0457909306860679,0.3074857468406359,0.2972669452428818,0.053529094340637955,139.4144147237142,137.15520477294922,6.536034048746072
|
||||
policy,14,1.4559637506802876,1.4611574411392212,0.01731311380397023,0.45097996294498444,0.45081605017185206,0.0009022935636369371,0.014085215593998583,0.0139879309572279,0.0010090257996298586,0.01319875040402011,0.0132084120996296,0.0009956406401830519,0.3347710520029068,0.34795820713043213,0.04533825870659083,0.3156143228212992,0.3051529675722122,0.05245995708730611,138.10082372029623,136.30899047851562,6.473887914105836
|
||||
policy,15,1.4503274361292522,1.4627773761749268,0.03827867584616083,0.43895213554302853,0.43889836966991425,0.0006973822102350209,0.014745282474905199,0.01469190884381525,0.0010051067023618611,0.013916751292223683,0.01400405494496225,0.0009630343474754391,0.3443637788295746,0.35775887966156006,0.04489075472495761,0.32389059911171597,0.31323041021823883,0.051386190801040156,137.40630340576172,136.2068634033203,5.652066910698587
|
||||
policy,16,1.4381773273150127,1.4616425037384033,0.06027883068155518,0.42673969517151517,0.426740437746048,0.0005750684148214519,0.015529578318819357,0.0155124519951641,0.0009631778282777623,0.015055232526113524,0.0150693482719361,0.0009230650744398349,0.354191392660141,0.3673183917999267,0.044428466506329665,0.33243687450885767,0.32161475718021393,0.05029766618435325,136.39827473958334,135.47713470458984,5.873955079522217
|
||||
policy,17,1.4569209615389507,1.462123990058899,0.019700617528248046,0.4160098408659299,0.41597628593444824,0.000867772861132358,0.01632693402158712,0.01627671439200635,0.0009067296836846716,0.01604664674960071,0.0160089405253529,0.0008903106037156863,0.3642330567042033,0.3771007359027862,0.04398038179781723,0.3411792740225792,0.330275610089302,0.04924824959139206,136.01523717244467,135.25547790527344,5.989677524768046
|
||||
policy,18,1.4548344612121582,1.4610008001327515,0.02094326248493711,0.4062214295069377,0.4060294777154922,0.0010643934987319937,0.01703010033816095,0.01694220490753645,0.0009191176906320025,0.016823904200767435,0.0167616587132215,0.0008514002610413383,0.3745177934567134,0.38703130185604095,0.043413584401129995,0.35002552221218747,0.3395567536354065,0.048198717916479575,135.4005444844564,134.50535583496094,6.07293058801936
|
||||
policy,19,1.450618843237559,1.4612987041473389,0.02278325067094366,0.39675211409727734,0.39638315141201014,0.0009826783286959867,0.018504461739212216,0.0184061769396066,0.0008894606002335211,0.01805841286356245,0.01811076886951915,0.0008160796521572149,0.38513558109601337,0.3971709609031677,0.0429377075634726,0.35924088954925537,0.3514445424079895,0.04715745464027786,134.69073104858398,133.92288970947266,5.523328945850272
|
||||
policy,20,1.4400172432263691,1.4631502628326416,0.07636476816211409,0.38756805658340454,0.3874700516462326,0.001066915592565412,0.019325978743533243,0.01913354638963935,0.0008847385611352192,0.018883552091817017,0.018989636562764603,0.0007894190228907461,0.3960443064570427,0.40740805864334106,0.04232339406764653,0.3686156248052915,0.36358505487442017,0.04611821666565032,134.09512837727866,133.45742797851562,5.13135643378641
|
||||
policy,21,1.4414996703465779,1.4626412391662598,0.07461730598712886,0.3789350688457489,0.3790988326072693,0.0009741873931631247,0.020281888389339007,0.0200922647491097,0.0008798159029111031,0.020382320353140384,0.02049215044826265,0.0007704572887210356,0.4073452353477478,0.41800080239772797,0.041533145722024975,0.3783654769261678,0.376126766204834,0.04510847924312497,133.5798568725586,133.14136505126953,5.090631464317287
|
||||
policy,22,1.4543461799621582,1.4622118473052979,0.022597435739762257,0.37117314835389453,0.3709355592727661,0.0005460404825437735,0.021583750533560857,0.021367365494370398,0.0008716452221113635,0.0216522715054452,0.02174885664135215,0.0007410429475076226,0.41896450022856396,0.4287413954734802,0.04084821595426384,0.38842368374268216,0.38891102373600006,0.04414449542184588,133.1094512939453,132.6113739013672,4.7565113452647045
|
||||
policy,23,1.4398276408513386,1.4588123559951782,0.07233156745635134,0.3636017069220543,0.36329415440559387,0.0010771149261485575,0.0228532250039279,0.0226367926225066,0.0008737362774667432,0.02285810528943931,0.02299668639898295,0.0007374883959712593,0.4309379036227862,0.43957680463790894,0.04015042009037043,0.3988267481327057,0.4018599539995193,0.04321569283128777,132.6052042643229,132.1814422607422,4.287372708558861
|
||||
policy,24,1.4552150964736938,1.4617832899093628,0.023041429699790596,0.356601523856322,0.35662291944026947,0.0008844726791742596,0.023834678189208074,0.02354966476559635,0.0009180159536349352,0.024267583775023572,0.024367673322558348,0.0007118896336865555,0.44339868674675625,0.45080703496932983,0.03926910679319099,0.40968793382247287,0.41420435905456543,0.04235894168936087,132.3684253692627,131.88018035888672,4.248119404661071
|
||||
policy,25,1.4626169403394063,1.462282657623291,0.003860187173005563,0.3495696634054184,0.34934061765670776,0.0008724722436223684,0.02512270755444958,0.0248311217874288,0.000968637012225883,0.025760007866968675,0.02570352796465155,0.0007354936177302755,0.45631081859270733,0.4613557308912277,0.03831296741696687,0.42101609458525974,0.4269152283668518,0.04153939205348797,131.96129035949707,131.6170425415039,4.014941247824852
|
||||
policy,26,1.4620565970738728,1.4619861841201782,0.004223858126251424,0.34245630850394565,0.34252412617206573,0.0008086101593626531,0.026584496566404842,0.02638112474232905,0.0009273724940707903,0.02704332660262779,0.0269953217357397,0.0007431555596769951,0.469735046227773,0.4722210764884949,0.0374084053100891,0.43275199582179386,0.4399156272411346,0.04076973135049259,131.81532541910806,131.31668853759766,3.920069277821516
|
||||
policy,27,1.4379021128018696,1.4598082304000854,0.05455405413341023,0.33591582377751666,0.3356763422489166,0.0009240427029339083,0.028073156873385064,0.0278300605714321,0.0009701651640334791,0.02869735161463415,0.0286408076062798,0.0007597210209988371,0.4837314039468765,0.4835834801197052,0.03651352266961623,0.4450465440750122,0.4535388052463531,0.0400852173219616,131.5310796101888,131.0647430419922,3.6829274547103417
|
||||
policy,28,1.4391533533732097,1.4589523077011108,0.04139813437462613,0.3296073575814565,0.32958839833736414,0.0007352490833135672,0.029569127596914716,0.029313470236957,0.0009722864331079112,0.030270823587973856,0.03023649845272295,0.0007906096340761259,0.4982506682475408,0.49536529183387756,0.035619203766993436,0.45789194603761035,0.4677371084690094,0.039492072875745014,131.31557273864746,130.88243865966797,3.5733010433553187
|
||||
policy,29,1.4624261260032654,1.462386131286621,0.003287730849075639,0.32341095556815463,0.32341076433658594,0.000940713238540097,0.030981482006609398,0.03077595494687555,0.00101474609798459,0.031945478015889685,0.03188583254814145,0.0008240609942538255,0.5135166918238004,0.5080010890960693,0.034548794622868556,0.4713771442572276,0.4810852110385895,0.03897631112553422,130.85740598042807,130.4109878540039,3.4332372660311563
|
||||
policy,30,1.4621504147847493,1.4615641832351685,0.009934482567959046,0.3172116503119468,0.317383274435997,0.0009331736818737888,0.03283325955271717,0.032699117437005,0.0009744929731108535,0.034066760602096666,0.03406732156872745,0.000894673383801119,0.5294321676095327,0.5208658576011658,0.03362591897557937,0.4857155978679657,0.49532642960548395,0.03859646180760354,130.62808227539062,130.10297393798828,3.2479565330675473
|
||||
policy,31,1.460574169953664,1.461272120475769,0.006088840353147827,0.3121441826224327,0.3124365508556366,0.0009935190373889984,0.03445660633345442,0.034378083422779995,0.0010277434738616895,0.035932040773332063,0.035944256931543295,0.000989656777460271,0.5461057921250662,0.5347948670387268,0.03260417050951194,0.5007434959212939,0.5110909044742584,0.038339779048742396,124.43167432149251,124.00209045410156,3.16254833138327
|
||||
policy,32,1.4572652180989583,1.4616895914077759,0.01740698964403009,0.3045683329304059,0.30472852289676666,0.0012369103337721717,0.03681925404816861,0.0368287935853004,0.000998996131425213,0.037375621187190185,0.037410197779536206,0.0010900184345799704,0.5636672625939051,0.5519696772098541,0.03177002839176868,0.5164412607749304,0.5281447768211365,0.03823065864988476,118.35825093587239,117.96233749389648,3.0605101778879145
|
||||
policy,33,1.4485425353050232,1.4608465433120728,0.029340728431323758,0.2963777581850688,0.2963806688785553,0.001366624166687272,0.03823117942859725,0.03807312250137325,0.001158993194497189,0.039782718134423044,0.03985190950334065,0.001199172887374675,0.5822235743204752,0.5709209740161896,0.030592409467486738,0.533134529987971,0.544543981552124,0.03827728825483063,112.3804251352946,111.9420280456543,2.9234652388240465
|
||||
policy,34,1.448322335879008,1.458954930305481,0.030552779555027818,0.2881715148687362,0.28834661841392517,0.001187248547300272,0.04058242434014873,0.04034959152340885,0.0011729615343327928,0.04211292540033653,0.0420643854886293,0.0013906193014857648,0.6017263730367025,0.5909113585948944,0.029567777008638104,0.5508938034375509,0.5619164705276489,0.038450702541056696,106.271546681722,105.95012283325195,2.827149271378744
|
||||
policy,35,1.4562039176623027,1.4628099203109741,0.017690022755400436,0.27946876486142475,0.279817134141922,0.0014175763589025449,0.043030565604567465,0.0428043603897094,0.0012296243760613118,0.04447899200022216,0.044389309361577,0.0015677042505542055,0.6222738176584244,0.611880362033844,0.028672293839448724,0.5697818845510483,0.5803875625133514,0.03873900935182542,100.19837506612141,99.87331008911133,2.746545838484494
|
||||
policy,36,1.4378427863121033,1.4595550298690796,0.06431005492664489,0.2707970713575681,0.2711843848228454,0.0012974285643567924,0.04554550567020968,0.0455171018838882,0.001376632859496831,0.048003224966426644,0.04800784029066555,0.0018770090481577773,0.6439806918303171,0.6359817683696747,0.027797504626587703,0.5902795642614365,0.6005057990550995,0.039044130861830485,94.20055834452312,93.92891311645508,2.5897108502569735
|
||||
policy,37,1.4255429307619731,1.458816409111023,0.08235639716636803,0.26158301283915836,0.26194484531879425,0.0013488023876692486,0.04788871419926479,0.048134034499525996,0.0016304599552434452,0.049787944493194375,0.0498998705297708,0.002061530863694854,0.6669852336247762,0.6617081463336945,0.026692492146501632,0.6116626511017481,0.6214291453361511,0.03952411310154247,88.14302762349446,87.92842483520508,2.5672340987479476
|
||||
policy,38,1.3955453634262085,1.4590163230895996,0.11563914775296452,0.2522914943595727,0.25261920690536493,0.0014045874663919785,0.05048899507770932,0.0507951639592647,0.0018036149166752306,0.0540341980134447,0.0542681515216827,0.0024668031997416425,0.6912109057108561,0.6885165274143219,0.025524332956974167,0.6350999971230825,0.644221842288971,0.03993787293500409,82.10954475402832,81.92261505126953,2.4663992427322006
|
||||
policy,39,1.420607070128123,1.4611287117004395,0.09900378327096652,0.24267176911234853,0.24304008483886713,0.0015621100482283246,0.05337416753172871,0.05376376211643215,0.0020183892625189955,0.05702292236189044,0.0572828613221645,0.002852772851154688,0.7166722367207209,0.7152717113494873,0.02441212402803733,0.6599638511737188,0.666183739900589,0.04034768461483747,76.18614514668782,76.02961730957031,2.383186676017291
|
||||
policy,40,1.438311775525411,1.4575612545013428,0.05457931467658714,0.2330424400667349,0.23315788060426712,0.0015836791376544867,0.05662059163053824,0.05719767883419985,0.002270791247227937,0.05939659445236122,0.05976737104356285,0.0032064507647326453,0.7435432424147924,0.7443418502807617,0.023219929612894652,0.6859378665685654,0.6916418671607971,0.04065312139570625,70.26827176411946,70.04075622558594,2.333608419442412
|
||||
policy,41,1.4491371711095173,1.4573813676834106,0.031199831246292106,0.22264114270607627,0.2228938490152359,0.001830419947214218,0.06187142462780073,0.06230458989739415,0.002669796939685497,0.06458663847297426,0.06530394032597535,0.003928529373734848,0.7721244891484579,0.7745348215103149,0.02204803930722423,0.7142822792132696,0.7195155918598175,0.04065093392069507,64.35085105895996,64.1958179473877,2.2271067385362833
|
||||
policy,42,1.460288683573405,1.4598067998886108,0.004568301739281905,0.21296135584513343,0.2132005766034126,0.0016933731896354293,0.06441089852402603,0.06499091535806656,0.003131655125415269,0.06856510384629165,0.06955882161855689,0.004622722615594716,0.8015090276797613,0.8056575357913971,0.020558903312624107,0.7442689488331476,0.7480535805225372,0.040231811569556464,58.38883686065674,58.28638458251953,2.0848044433305897
|
||||
policy,43,1.46051420768102,1.461115837097168,0.0030374116274487525,0.20247540995478627,0.20298552513122556,0.0018569414037510547,0.06808391803254679,0.0683600008487701,0.003618151749568452,0.07369213861723738,0.07516266778111455,0.005598107730064008,0.8315879106521606,0.8365678489208221,0.018905844688575365,0.7761448621749878,0.7775267958641052,0.03910428142459729,52.57980251312256,52.60691833496094,1.9392078768599874
|
||||
policy,44,1.4483342170715332,1.462070107460022,0.03319765360663419,0.19220731779932973,0.19240307062864298,0.0017686702949273527,0.07155655945340787,0.07133511453866956,0.004157232627407613,0.07962253503501412,0.0813649334013462,0.006829812250502203,0.8617431322733561,0.8648072779178619,0.017035293558618422,0.8099019080400467,0.8090815842151642,0.03708640209753392,46.683342933654785,46.842437744140625,1.760761834704871
|
||||
policy,45,1.4360352754592896,1.458988904953003,0.05236381622020586,0.18174774199724195,0.18177282065153116,0.001814013475229351,0.07604009533921874,0.07581584900617594,0.0048857193741891035,0.08455004170536991,0.0862990207970142,0.008162100811479368,0.8917509714762369,0.8933231234550476,0.014805587655950003,0.844680036107699,0.842306911945343,0.034005624854273636,40.86677551269531,41.040090560913086,1.6353230612851295
|
||||
policy,46,1.446635623772939,1.460910439491272,0.050012627428846476,0.1713237054646015,0.1715707257390022,0.0016806006970974967,0.0800220736612876,0.0796977989375591,0.005800314161067633,0.0925948626051346,0.09440685436129564,0.010134189963810195,0.9204017321268717,0.9209884703159332,0.012173767945479991,0.8808373361825943,0.8788544535636902,0.029448322249429653,35.00849978129069,35.10401153564453,1.5435986983764391
|
||||
policy,47,1.4595637718836467,1.4606298208236694,0.00792722534188232,0.1607498427232106,0.161077044904232,0.0017925877679773894,0.08656266704201693,0.0865093730390071,0.007055344987584082,0.10310852279265716,0.1046691313385963,0.012921671945329425,0.9473893841107687,0.947508692741394,0.009080978436517152,0.9175945222377777,0.9169531464576722,0.023170546178398716,29.064257939656574,29.05140781402588,1.4073980505599413
|
||||
policy,48,1.4613488912582397,1.4620589017868042,0.0036498930992928274,0.14966316396991408,0.15011974424123758,0.0018245432277290152,0.09362770617008204,0.09328167140483855,0.008662554638649542,0.11522150598466392,0.1159364692866802,0.01668091561828414,0.971114253004392,0.9713015556335448,0.005675585068912147,0.9525765279928843,0.9529640674591064,0.015294703374805863,22.76850191752116,22.681553840637207,1.1772353463471052
|
||||
policy,49,1.4540936350822449,1.4612972736358643,0.027268531957475195,0.1368460841476917,0.1370071321725845,0.0018365513797902074,0.10437821100155507,0.10388690233230585,0.011076687356453434,0.12746439501643178,0.12714541703462595,0.021340427105554914,0.9897839576005936,0.9900313913822174,0.0022938317211716767,0.9815476884444555,0.982083648443222,0.0068707329541227,15.747241497039795,15.739129543304443,0.8037397406078615
|
||||
policy,50,1.4516966541608174,1.4574447870254517,0.017682362927745922,0.11259585991501803,0.11262151226401325,0.0022462475332122485,0.146018819262584,0.14435834437608713,0.018297442629459117,0.1944056265056133,0.19285662472248072,0.03876317382440611,1.0000000099341075,1.0,7.553723245809497e-08,1.000000034769376,1.0,1.2569331753800576e-07,0.0,0.0,0.0
|
||||
world_model,1,1.420406997203827,1.4596256017684937,0.09897707111890991,1.4129694402217865,1.4141368865966797,0.0032963349382713605,0.07706404508401946,0.0779718644917011,0.011047249494445658,0.04933419854690627,0.0484568793326616,0.010107648292599275,0.19180976537366703,0.18528247624635696,0.07039241014088095,0.22900016233325002,0.2220706343650818,0.0838715979379616,151.07535044352213,148.75910186767578,9.24870416848955
|
||||
world_model,2,1.4429264267285664,1.4603005647659302,0.042970681522789,1.0209053754806519,1.0209925770759583,0.001465569121840371,0.04904084838926787,0.0482863392680883,0.0051198386089187755,0.03212531050667163,0.03251102566719055,0.004857847986876136,0.1828566342592239,0.1749449148774147,0.06869828942566704,0.22700958326458928,0.21987109631299967,0.08270420311617664,151.71672439575195,150.50059509277344,9.641045243980154
|
||||
world_model,3,1.452404757340749,1.4606168270111084,0.018763882321041207,0.8507291525602341,0.8506132960319519,0.0017375953416922684,0.031167090094337824,0.0304624596610665,0.0037526714690245336,0.0214709987243016,0.02142803557217115,0.002238693308284624,0.179565022389094,0.17077398300170896,0.0673046370190208,0.22951151678959525,0.22319925576448435,0.08138892437720156,151.02948633829752,149.52804565429688,8.900965199413742
|
||||
world_model,4,1.4617136120796204,1.4608627557754517,0.006358579582810221,0.7503700057665507,0.7507643103599548,0.001968178655123416,0.020686210754017,0.0206231828778982,0.002788231147033824,0.015461786339680317,0.015330941881984451,0.0010926592764994004,0.18126579932868478,0.17144893109798426,0.06654244433999792,0.23460447415709493,0.2288649827241897,0.0799306579533337,149.87749099731445,147.99906158447266,8.363561232201485
|
||||
world_model,5,1.4600173433621724,1.4604499340057373,0.006691257458026929,0.6830012500286102,0.6830795407295227,0.001900445081629387,0.01563199795782561,0.0156108327209949,0.0016729120460607213,0.012566597977032216,0.01235364237800235,0.001099283479060959,0.18655874455968535,0.1767308786511421,0.06593593858640724,0.24091921250025428,0.23550175130367274,0.07837697176160612,148.83691024780273,147.43026733398438,7.823007830772288
|
||||
world_model,6,1.4618688424428303,1.4622371196746826,0.005209745156208404,0.633345032731692,0.6332070827484131,0.0021075511031810024,0.013935723031560524,0.01397883007302875,0.001062066030818362,0.0110453548841178,0.0111824707128107,0.001167360535409401,0.19372958193222678,0.1834496930241584,0.06537526618333607,0.2477337289601564,0.24264977127313608,0.07686274112361531,149.00522232055664,148.79251861572266,7.6391062136870085
|
||||
world_model,7,1.4550440907478333,1.4577313661575317,0.010636172470906926,0.5943491111199061,0.594934731721878,0.0018589817098392288,0.013227286981418692,0.0131648117676377,0.0006418606917238498,0.010471567589168701,0.0106224128976464,0.0011852792321757784,0.20205915843447045,0.19111252576112744,0.06496194723225504,0.2549257141848405,0.2501051649451255,0.07532131113582112,147.02067947387695,146.94529724121094,7.462990059154455
|
||||
world_model,8,1.4607718189557393,1.4607582092285156,0.005093157848043811,0.5634756584962209,0.5632514357566833,0.0017972559082676423,0.012776304734870734,0.012815410271286898,0.0007479932368615883,0.010423889383673618,0.0104728071019053,0.0012133360092468027,0.21078418878217534,0.1990696638822555,0.06448293933468471,0.26233151430884993,0.25784444808959955,0.07379340253881962,146.21696853637695,145.1285171508789,7.652399318573561
|
||||
world_model,9,1.4605778455734253,1.4632281064987183,0.0077638423601253895,0.5375011463960012,0.5376516580581665,0.002193202826424962,0.012481165273735884,0.012471139430999749,0.0009398030406169969,0.01057306925455724,0.0107821873389184,0.001153265627428474,0.21960745503505066,0.2068415209650993,0.06384951150999603,0.2698787885407607,0.2655976712703705,0.07228021360488485,145.2157834370931,144.91793060302734,7.566223515873939
|
||||
world_model,10,1.4613601167996724,1.461653470993042,0.003867344612217046,0.5162368516127268,0.5161705315113068,0.0010512828959479553,0.012528234859928442,0.0125584467314183,0.0009128678812268916,0.010752649356921459,0.0108306678012013,0.0011595743839604915,0.2285946731766065,0.21504339575767517,0.06321027350214156,0.2774546605845292,0.2733333706855774,0.07080167954294306,143.88888804117838,143.4014892578125,7.766017342944925
|
||||
world_model,11,1.4362084070841472,1.4614030122756958,0.05434660632140488,0.49651114642620087,0.49654302000999445,0.0005853994351045359,0.012837358672792667,0.012798243667930299,0.0009694677959833301,0.011489336999754074,0.01150542544201015,0.001181718011592602,0.23782721906900403,0.2235350757837295,0.06258052842784677,0.28517805039882654,0.2812318652868271,0.06929179411798056,143.0830167134603,142.74304962158203,7.3132405043836135
|
||||
world_model,12,1.448680837949117,1.4609476327896118,0.028859175168731956,0.47917121400435764,0.4792901426553726,0.0014008459882020525,0.013122294796630707,0.01305116666480895,0.0010359530654000847,0.012146836612373542,0.01207272522151465,0.0011588955170498173,0.247201985369126,0.2320846766233444,0.06187174449523752,0.293068195382754,0.2893734723329544,0.06779894812375088,142.0149154663086,141.240966796875,7.066412603436221
|
||||
world_model,13,1.461214303970337,1.4614758491516113,0.0048868096424041834,0.46406490355730057,0.46407273411750793,0.0010743252336539804,0.013770393794402425,0.01368855405598875,0.00107239007419891,0.012667628626028625,0.0125116133131086,0.001107825932075065,0.2567849047482013,0.24088182300329206,0.06103630501963667,0.30102490633726114,0.2978876084089279,0.06631072041514667,141.2082176208496,140.09583282470703,6.553211786323791
|
||||
world_model,14,1.4592077732086182,1.4609673023223877,0.006099386313570689,0.4508272483944893,0.45087410509586334,0.0010168856078259752,0.014665469527244526,0.01458079367876045,0.0010842090398325548,0.013581046368926717,0.013448990881443,0.001071263270778842,0.2666973570982615,0.2501113265752792,0.060230649670912205,0.3091554480294386,0.3065532147884369,0.06479936610158311,140.26148096720377,138.29551696777344,6.037702758537611
|
||||
world_model,15,1.4431568185488384,1.4575573205947876,0.04374894342180595,0.4383188709616661,0.43855443596839905,0.0009029252554239417,0.015396337800969634,0.015254921745508899,0.0011108781114864033,0.014275976689532358,0.0141402073204517,0.001043033479880833,0.27687794839342433,0.2597433030605316,0.05933931603402854,0.3174494703610738,0.3152631819248199,0.06330654151423973,139.54267247517905,137.54145050048828,6.073512080659046
|
||||
world_model,16,1.4149241050084431,1.458973407745361,0.10590642118704174,0.42633724460999173,0.42635078728199005,0.0010553718217457158,0.016185585098961924,0.016004870645701802,0.001160376074608848,0.015375294567396199,0.0152364978566765,0.0010386619065737496,0.28738253687818843,0.26960815489292145,0.05850713049352539,0.32595527420441306,0.3242116868495941,0.06179726029497947,138.4755884806315,137.07266235351562,5.43569253656194
|
||||
world_model,17,1.4159989555676777,1.4580671787261963,0.09313961521356035,0.4157787685592969,0.41589412093162537,0.001076173177813792,0.017027838000406786,0.016795097850263098,0.0012057336194564018,0.016405383668218993,0.016206131316721398,0.0010089495623523627,0.29816831648349756,0.2797896265983581,0.05759736133475583,0.33475780735413235,0.3333631604909897,0.060364180343878686,137.47354634602866,135.85887145996094,5.262372195603254
|
||||
world_model,18,1.43753582239151,1.4580823183059692,0.06829134820296427,0.40561645726362866,0.405526801943779,0.001089247964842088,0.0177859511847297,0.0175109403207898,0.0012208776737310462,0.01717254705727094,0.01694673951715225,0.0009691988950481415,0.30921594053506846,0.2901779115200043,0.05669863041250094,0.3436639371017615,0.34256425499916077,0.05895616507392737,136.816042582194,134.89873504638672,5.401366501677044
|
||||
world_model,19,1.4624380071957905,1.463267207145691,0.004525051722809713,0.3961859668294589,0.3964213728904724,0.0007884606414034651,0.019301403624316,0.0189892100170254,0.001214436996217404,0.01839507635061935,0.01818019524216645,0.0009620617969478589,0.3206344892581304,0.30113551020622253,0.05585702473629358,0.35288872693975765,0.3526487350463867,0.05759283502577856,136.24700419108072,134.63470458984375,5.165311636403219
|
||||
world_model,20,1.455956717332204,1.460983395576477,0.01973419286486122,0.38707692672808963,0.3871465176343918,0.0010040229607042375,0.020196764885137424,0.0199171677231788,0.0012065328491124266,0.019237470036993366,0.019018983468413297,0.0009151659710162655,0.3323925907413165,0.31235077977180475,0.05500393408704622,0.36229346444209415,0.3628140240907669,0.05622181471323633,135.58578236897787,134.04364776611328,5.094710890650785
|
||||
world_model,21,1.4439600507418315,1.462058663368225,0.03776680636929636,0.3792337377866109,0.3793817609548569,0.0008227723523469897,0.021192148017386548,0.02093877643346785,0.0012187870408458656,0.020751170193155557,0.0204992033541202,0.0009172717577165122,0.34451476981242496,0.3239731043577194,0.0541153443386144,0.37208189070224756,0.3734079450368881,0.054870317606512974,134.8259251912435,133.35021209716797,5.0699524087948165
|
||||
world_model,22,1.4374783237775166,1.4566978216171265,0.06853751206124757,0.37108447899421054,0.3711711913347244,0.0013625527783650612,0.02255019918084138,0.0223695300519466,0.0012111764792537586,0.022026907031734724,0.021797883324325,0.0008936386469094667,0.357012299199899,0.33612649142742157,0.053380449740100026,0.38228174795707065,0.38430555164813995,0.053498022985622,134.17643229166666,132.59886932373047,4.760095848199102
|
||||
world_model,23,1.4525130987167358,1.4587607383728027,0.03157489569242341,0.36344291766484577,0.36330573260784144,0.0009870792705989862,0.02388802341495946,0.02374336216598745,0.0012037020850442944,0.023208884987980082,0.02306478843092915,0.0008636587105036862,0.36994365354379016,0.3487950563430786,0.05269644391211709,0.3928738509615262,0.39556358754634857,0.05214127962602565,133.80842717488608,132.30054473876953,4.464373675713068
|
||||
world_model,24,1.455876350402832,1.4586162567138672,0.013101949471017348,0.3559279541174571,0.3557891398668289,0.0007549807284901538,0.02482979868849114,0.02471305988728995,0.0012097226277235648,0.024615482737620625,0.02447125036269425,0.0008595058616539692,0.3833261306087176,0.36188703775405884,0.05190087113411743,0.40385398517052334,0.4069795459508896,0.050784161904874385,133.27167638142905,132.0260238647461,4.21251166616997
|
||||
world_model,25,1.445665220419566,1.4579411745071411,0.04024979015277776,0.34888337304194766,0.3487869203090668,0.0007685693163491384,0.02612444354842101,0.02606699336320155,0.0012072402429851737,0.02606625001256661,0.025980881415307452,0.0008257576658693081,0.39721666773160297,0.3754741698503494,0.05104925398479762,0.4152882844209671,0.418609008193016,0.04945878158724347,132.79305775960287,131.47098541259766,4.099696202142372
|
||||
world_model,26,1.4482505122820537,1.458651065826416,0.03706082347311066,0.34204120685656864,0.34220561385154724,0.0007685388050200178,0.02769103335837519,0.0277266995981335,0.0012151297949243222,0.027373045527686626,0.027313053607940598,0.0008129289324365795,0.4117330511411031,0.3897811621427536,0.05022611679812953,0.42723406106233597,0.4307086914777756,0.04810435283658715,132.61098861694336,131.40428924560547,3.8916525755674343
|
||||
world_model,27,1.4543903668721516,1.46219801902771,0.026429043701688523,0.3352406347791354,0.33503749966621393,0.001068046589799201,0.02924429082001245,0.02933776378631585,0.001245707790757691,0.029038108109186053,0.02893752604722975,0.0008087673923227465,0.42690254251162213,0.4048612415790558,0.049398816595188515,0.43980873624483746,0.44357702136039734,0.0467203782950506,132.26982180277506,131.10205078125,3.7387510563141304
|
||||
world_model,28,1.460221032301585,1.4610867500305176,0.007855898293946749,0.32942924151817954,0.3296423405408859,0.0009534086489711662,0.030780474034448422,0.0309868389740586,0.0012880614852306806,0.03060336876660581,0.030507943592965547,0.0008179508864067013,0.4426676730314891,0.42069588601589203,0.04857357495790795,0.45291943848133087,0.45688737928867335,0.04535353286185649,131.97828483581543,130.89258575439453,3.4755259366956706
|
||||
world_model,29,1.4593737522761028,1.4608049392700193,0.009403030093194976,0.3228549733757972,0.3229892700910568,0.0012080442957498462,0.032291587442159604,0.0325343050062656,0.001325745111753346,0.03227979410439725,0.0322251673787832,0.0008201624896004176,0.4592985858519872,0.43724024295806885,0.047615277403829426,0.4666973302761714,0.4708504378795624,0.04399302922002192,131.5903803507487,130.54987335205078,3.4466859690879073
|
||||
world_model,30,1.4208300113677979,1.4625004529953003,0.10008458264113029,0.31642476469278336,0.3164699971675873,0.0009974267567804355,0.03419502420971788,0.0345666669309139,0.0013495041966304377,0.034414531352619286,0.03438537567853925,0.0008866347681228136,0.47661517063776654,0.4574984759092331,0.04681205942316723,0.48133117457230884,0.48540137708187103,0.04264512234515848,131.26156171162924,130.4063491821289,3.2173024458193913
|
||||
world_model,31,1.4173419276873271,1.4619698524475098,0.10591967818224146,0.3115270634492238,0.31157404184341425,0.0008726566980875617,0.03591906155149138,0.03639162518084045,0.0014226842747831353,0.03626865241676564,0.03629895672202105,0.0009317312146350813,0.49491847058137256,0.479179784655571,0.045926671412366164,0.4967140356699626,0.5009976327419281,0.041348283236075305,125.02695528666179,124.19046020507812,3.1228879093525848
|
||||
world_model,32,1.4298397103945415,1.4573099613189697,0.06635028487281701,0.3039307693640391,0.30389316380023956,0.001069958765461271,0.03831821400672193,0.03884871676564215,0.0014987995868309528,0.037731816992163617,0.037761572748422595,0.0009421573701752401,0.5141588499148687,0.5022553205490112,0.04513455963176294,0.5127884348233541,0.5173993408679962,0.040055439117277145,118.99772262573242,118.13431549072266,3.094815006630244
|
||||
world_model,33,1.4404468933741252,1.4633346796035767,0.07555398580494797,0.29590415954589844,0.2959144562482834,0.0012551791580993224,0.03983004391193384,0.04042260535061355,0.001578775588052744,0.04013063634435331,0.040180537849664646,0.0010130875645964986,0.5345931127667427,0.526297003030777,0.04410335598398708,0.5299836272994677,0.5351812541484833,0.038900982835984914,112.96208508809407,112.14628219604492,2.9591123855906054
|
||||
world_model,34,1.4406644900639851,1.460688591003418,0.07329330963456554,0.2873925939202308,0.28764407336711884,0.001140090877640595,0.04228014871478078,0.043097313493490205,0.0016608757473885244,0.04246815883864954,0.0425418019294738,0.001081333585228496,0.5561456481615702,0.5517522394657135,0.04312447859734182,0.5482628718018532,0.5541572570800781,0.037839894312044105,106.85194969177246,106.0438232421875,2.839160956280313
|
||||
world_model,35,1.4445003072420757,1.4577314853668213,0.03490501500229576,0.27903702855110163,0.27895602583885193,0.0009935601194292591,0.04474543873220677,0.04569036513566965,0.0017727296919501337,0.04477370033661518,0.04489326477050775,0.001187808432685479,0.57882692416509,0.5785657465457916,0.042247935394428046,0.5676340237259865,0.5715794563293457,0.03690430252216426,100.8494135538737,100.02420425415039,2.8123275560458887
|
||||
world_model,36,1.4473845958709717,1.4606000185012817,0.032188109425650084,0.27034860104322433,0.2701757848262787,0.001292050636839115,0.04731517254064477,0.0481860935688018,0.0019087507086675852,0.04828772538652019,0.04843077249824995,0.001403878777889927,0.6027957101662954,0.6066220998764038,0.04138971657306201,0.5885819494724274,0.589115709066391,0.03607040552388205,94.86695226033528,94.01153945922852,2.720889932961269
|
||||
world_model,37,1.461151699225108,1.4611382484436035,0.0026931350626092226,0.26123866687218344,0.2612973600625992,0.0015373661059052948,0.04976456301907694,0.050268623977899496,0.0020749785777411187,0.05005509344240024,0.05028059706091875,0.0014722143012849756,0.6282824327548345,0.6357597410678864,0.04027646028979069,0.6104799807071686,0.607425719499588,0.03536349027287117,88.80237197875977,87.984130859375,2.5780928928519886
|
||||
world_model,38,1.4518192609151204,1.462560772895813,0.03442675335942584,0.2521179070075353,0.2519191801548004,0.001470199553884586,0.05251243896782395,0.052592473104596096,0.0023336679361226497,0.054277358266214486,0.0545773543417453,0.0018090631006419107,0.6552370886007944,0.6622204780578613,0.038907897254168655,0.6344216912984848,0.6276867091655731,0.03480999029063507,82.77273114522298,81.95233917236328,2.464086592682524
|
||||
world_model,39,1.4578643639882405,1.457061767578125,0.007487918051127708,0.2422550804913044,0.2424662336707115,0.0016974623532609934,0.05555544855693973,0.05533302202820775,0.0025923748228516203,0.057246856080989,0.0575709324330091,0.0020946084077941036,0.6835823605457941,0.6889671683311462,0.037410773419034746,0.6598030974467596,0.6498537659645081,0.03429616718840906,76.85629018147786,76.06377029418945,2.3562928316485183
|
||||
world_model,40,1.4609347184499104,1.462355136871338,0.004546952221523814,0.23237762724359826,0.23276635259389877,0.0017458975225459077,0.058922077839573185,0.0586237385869026,0.0029272777819073386,0.05956169000516331,0.05960632115602485,0.002351963882911939,0.7135116358598074,0.7173408567905426,0.03567356000741516,0.6863400489091873,0.6791485548019409,0.03377427754358516,70.92101860046387,70.29457473754883,2.277488912281703
|
||||
world_model,41,1.4614665508270264,1.4609440565109253,0.003597053634495406,0.22246360654632247,0.22216168045997614,0.001647125840184508,0.06429583113640541,0.06420015171170229,0.0033183404656461565,0.06468947169681386,0.06458528339862821,0.00290536080209279,0.745319793621699,0.7476596534252167,0.03391510809862273,0.7152381887038549,0.710903137922287,0.033244237489873055,64.99111684163411,64.36463165283203,2.1802632858789446
|
||||
world_model,42,1.4591728051503499,1.459276795387268,0.00900988601630016,0.2123635423680146,0.21231839805841446,0.0013870951797765347,0.06706056247154867,0.06687756255269045,0.003965632182672947,0.06863400526344772,0.06851610168814655,0.00344041298181818,0.778303990761439,0.7792279720306396,0.03132599812444151,0.7458313951889673,0.7442476749420166,0.032610206984329856,59.05101648966471,58.51544189453125,2.0774686224653665
|
||||
world_model,43,1.4500325918197632,1.4602802991867065,0.037761808456584556,0.20204567660888031,0.20216857641935346,0.0014858018112490921,0.0710182090600331,0.07101412117481225,0.004647432215204326,0.07365367934107776,0.07361828908324236,0.004223104423401115,0.8122357825438181,0.8145436942577362,0.028193974902627542,0.7782740046580633,0.7791193723678589,0.03165817428292773,53.208151499430336,52.853946685791016,1.9403200502571458
|
||||
world_model,44,1.4631803035736084,1.4636603593826294,0.002460491548016504,0.19185305138429,0.1919184923171997,0.001870462625754707,0.07466462502876914,0.07471463084220886,0.0053580226238523635,0.0794554979850848,0.07944793254137035,0.005279885816252978,0.8463446795940399,0.8505578935146332,0.024601989243665294,0.8125321318705877,0.8153517544269562,0.030203210256939235,47.273804664611816,47.03650665283203,1.8235351459007405
|
||||
world_model,45,1.442920406659444,1.4628565311431885,0.05860077244466744,0.1813256777822971,0.18159072846174235,0.0017537283641696308,0.07923453177014982,0.0789997056126594,0.006158888235382702,0.08424410596489902,0.08417109027504921,0.006481950997603482,0.8801770011583964,0.8850220739841461,0.020577750474063072,0.8476779709259669,0.8500871062278748,0.02790889713355319,41.38953971862793,41.2132511138916,1.6302194677777122
|
||||
world_model,46,1.4517427881558735,1.4585922956466675,0.019005435085684565,0.17084851115941999,0.17098511755466456,0.0018025939141617965,0.08331739405790962,0.08262590691447255,0.007080865446441396,0.0920349899679422,0.09213137254118915,0.008322248700676707,0.9124102195103964,0.9167505502700806,0.016223502469592744,0.8839416752258936,0.8858543336391449,0.024473754451481294,35.45850785573324,35.36742973327637,1.4727206784380684
|
||||
world_model,47,1.4265016317367554,1.4623585939407349,0.08459431951824195,0.16012608135739959,0.1606650575995445,0.0017168229185814316,0.08989462628960605,0.08832678571343415,0.008284111636476105,0.10213517335553961,0.10215217992663381,0.010888830245721823,0.9425907681385676,0.9453962743282318,0.011541896710297681,0.920439600944519,0.9217879176139832,0.01956396090857416,29.46051295598348,29.443337440490723,1.3266421528453498
|
||||
world_model,48,1.430917779604594,1.4626811742782595,0.08249487129319005,0.1490758880972862,0.14928366243839258,0.001689381996063378,0.09672410786151882,0.09490302577614779,0.009770009578263147,0.11359179454545176,0.11375308781862255,0.01436252003971252,0.9688270886739095,0.9701672792434692,0.006838667713165985,0.9546900788942972,0.9555419981479645,0.013156629827316094,23.212613741556805,23.198505401611328,1.0358019586935243
|
||||
world_model,49,1.4530057907104492,1.4605004787445068,0.021793111754910357,0.1364005903402964,0.1364745423197746,0.0018992422866589108,0.1069879035154978,0.10553172975778574,0.012032925069455889,0.12477584679921462,0.12502477690577501,0.01871672380524613,0.9891063074270884,0.9894907772541046,0.002626028401641906,0.9825577934583029,0.9830285012722015,0.006059098829609915,16.079089879989624,16.102373123168945,0.7172567698044595
|
||||
world_model,50,1.4627726674079895,1.4630911350250244,0.005277119127265703,0.11184843815863128,0.11230624094605444,0.0022208395836928845,0.1487136576324701,0.1475681364536285,0.019246295827122676,0.1887682179609934,0.1865481957793235,0.03505531866379826,1.0000000198682149,1.0,1.1175118286778772e-07,1.0000000149011612,1.0,8.477128555869223e-08,0.0,0.0,0.0
|
||||
|
13
unitree_z1_stackbox/case2/output/inference/round_summary.csv
Normal file
13
unitree_z1_stackbox/case2/output/inference/round_summary.csv
Normal file
@@ -0,0 +1,13 @@
|
||||
sample_id,scene,round_id,policy_pass_total_time_s,world_model_pass_total_time_s,round_total_time_s,latent_init_dist_to_prev_round,action_drift_vs_prev_round,psnr_full50
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,0,74.73948860168457,73.96563291549683,151.87137389183044,,,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,1,73.72630214691162,72.91331052780151,149.810049533844,190.8115234375,0.21689456701278687,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,2,74.36828994750977,74.027761220932,151.54740953445435,196.70889282226562,0.37256568670272827,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,3,72.83459234237671,73.90370035171509,149.87038254737854,185.57472229003906,0.2826767563819885,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,4,74.02899503707886,73.58288192749023,150.76004695892334,222.90867614746094,0.2874680757522583,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,5,73.06239604949951,74.08821201324463,150.2819435596466,234.1591339111328,0.2649487853050232,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,6,74.45828127861023,73.69422435760498,151.66074967384338,182.35394287109375,0.2557446360588074,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,7,74.34382033348083,74.21471643447876,151.68739557266235,257.4660339355469,0.26380109786987305,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,8,73.75593781471252,74.18540477752686,151.07884168624878,218.75399780273438,0.2580198049545288,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,9,74.23564958572388,74.23087906837463,151.6049246788025,258.95855712890625,0.3708571195602417,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,10,73.97062754631042,74.23259019851685,150.58851957321167,199.60240173339844,0.2604512572288513,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,11,74.37350344657898,74.4276921749115,152.05744576454163,218.62225341796875,0.29005753993988037,
|
||||
|
@@ -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-vid15-fs4,unitree_z1_stackbox,policy,73.9914903442065,,,,45.833333333333336,47.666666666666664,47.666666666666664,48.416666666666664,,215.08364868164062,0.2839532115242698,151.06825691461563,73.9914903442065,73.95558383067448,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,world_model,73.95558383067448,,,,46.0,47.75,47.75,48.333333333333336,,215.08364868164062,0.2839532115242698,151.06825691461563,73.9914903442065,73.95558383067448,
|
||||
|
1201
unitree_z1_stackbox/case2/output/inference/stepwise_log.csv
Normal file
1201
unitree_z1_stackbox/case2/output/inference/stepwise_log.csv
Normal file
File diff suppressed because it is too large
Load Diff
@@ -20,5 +20,7 @@ dataset="unitree_z1_stackbox"
|
||||
--n_iter 12 \
|
||||
--timestep_spacing 'uniform_trailing' \
|
||||
--guidance_rescale 0.7 \
|
||||
--perframe_ae
|
||||
--perframe_ae \
|
||||
--analysis_log_metrics \
|
||||
--analysis_reference_steps 50
|
||||
} 2>&1 | tee "${res_dir}/output.log"
|
||||
|
||||
Reference in New Issue
Block a user