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=142.5514, median=146.1818, p90=160.5933, p95=163.3348
|
||||
|
||||
### 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=50.0000, median=50.0000, p90=50.0000, p95=50.0000
|
||||
- `share_action_first_stable_before_latent`: nan
|
||||
- `share_action_95pct_before_latent`: nan
|
||||
|
||||
### Direction D: Cross-Step Similarity
|
||||
|
||||
- `latent_delta_mid_steps`: mean=0.3534, median=0.3491, p90=0.4172, p95=0.4281
|
||||
- `action_delta_mid_steps`: mean=0.0266, median=0.0257, p90=0.0399, p95=0.0421
|
||||
- `state_delta_mid_steps`: mean=0.0268, median=0.0262, p90=0.0402, p95=0.0428
|
||||
|
||||
### 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=187.2331, median=177.0439, p90=206.7721, p95=222.7666
|
||||
- `action_drift_vs_prev_round`: mean=0.2498, median=0.2648, p90=0.2955, p95=0.3068
|
||||
- `round_total_time_s`: mean=135.6634, median=135.6054, p90=135.7116, p95=136.1716
|
||||
- `policy_pass_total_time_s`: mean=33.2696, median=33.2571, p90=33.2790, p95=33.4053
|
||||
- `world_model_pass_total_time_s`: mean=33.2670, median=33.2808, p90=33.3028, p95=33.3132
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 258 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 122 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.26964239279429,33.26964239279429,,,,,,,,,,,49.333333333333336,49.333333333333336,,50.0,50.0,,47.66666666666666,47.66666666666666,,48.41666666666666,48.41666666666666,,135.66335250933966,135.66335250933966,,33.26964239279429,33.26964239279429,,33.26695068677267,33.26695068677267,,187.23306274414065,187.23306274414065,,0.249756016514518,0.249756016514518,
|
||||
unitree_z1_stackbox,world_model,33.26695068677267,33.26695068677267,,,,,,,,,,,49.333333333333336,49.333333333333336,,50.0,50.0,,47.75,47.75,,48.333333333333336,48.333333333333336,,135.66335250933966,135.66335250933966,,33.26964239279429,33.26964239279429,,33.26695068677267,33.26695068677267,,187.23306274414065,187.23306274414065,,0.249756016514518,0.249756016514518,
|
||||
|
@@ -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.6881928245226542,0.6881511211395264,0.0018037247561954277,1.414481113354365,1.4150715470314026,0.0020264872749391322,0.0807689446955919,0.0791888609528541,0.007116577463213107,0.06597751999894773,0.06746933236718175,0.01171394744804046,0.21075529574106133,0.2327594235539436,0.07886405083818267,0.21323366525272525,0.2033027037978172,0.07021764674663489,148.60985819498697,147.28988647460938,7.7591493788951595
|
||||
policy,2,0.6460587580998739,0.6457639932632446,0.001468428254079248,1.021792729695638,1.0213183164596558,0.0020523209261148027,0.03186808899044986,0.032029991969466154,0.0013678629265515684,0.03209877417733268,0.03191891498863695,0.0010773123429688978,0.21430559611568845,0.2349863797426223,0.07847718808588533,0.2174212497969468,0.20599950850009915,0.07079394775407884,147.9555524190267,147.6280288696289,6.441468727846435
|
||||
policy,3,0.6477368076642355,0.6476726531982422,0.002045178781289247,0.8511404544115067,0.8504091501235962,0.0021611212112560402,0.031521195545792545,0.031745228916406604,0.0013815399800596606,0.031695440877228934,0.0314134750515222,0.0010001683252649314,0.21760812463859713,0.2369410544633865,0.07812663430218444,0.2213447031875451,0.20986264199018473,0.07135949952677238,148.12094243367514,147.48658752441406,7.048036829784234
|
||||
policy,4,0.6479286154111227,0.64803147315979,0.0018083916376291204,0.7508239100376765,0.7511674165725708,0.0020224538325539125,0.031176945505042825,0.0314608588814735,0.0013966869366928492,0.031295684011032145,0.03101512230932705,0.000929865826451681,0.22066728956997392,0.23862792551517487,0.07781300405619551,0.22500960280497864,0.21347655355930323,0.07191156550957231,147.7590446472168,147.02627563476562,7.675952348406304
|
||||
policy,5,0.6476801236470541,0.6474940776824951,0.001550327370148667,0.6815464943647385,0.6818057894706726,0.0013341332099483898,0.03083655020842944,0.0311779715120792,0.0014126921245982864,0.030900893422464475,0.030683313496410798,0.0008680573681443841,0.22348777080575621,0.24005186557769775,0.07753676039430307,0.22842176382740334,0.2168498039245605,0.07244782497323793,149.40216700236002,146.26541137695312,10.772700786281165
|
||||
policy,6,0.6480399966239929,0.6477686166763306,0.0015898777597237648,0.6317699899276098,0.6316378116607666,0.001018668837282934,0.030501196471353326,0.030807524919509853,0.0014289928138031644,0.03051241720095274,0.0303570171818137,0.0008164741708641343,0.22607444102565444,0.24121805280447,0.07729818206127302,0.23158717403809226,0.21999078989028925,0.07296644909744088,150.18274561564127,148.53707122802734,11.761594374714901
|
||||
policy,7,0.6481023828188578,0.6475541591644287,0.001985635993922285,0.5937921106815338,0.593771904706955,0.0018401755302916679,0.03017195655653869,0.030385768972337197,0.0014450788750558089,0.030131467307607282,0.03003726899623865,0.000776767235084091,0.2284322914977868,0.242132157087326,0.07709742454964774,0.2345119143525759,0.2229077592492103,0.07346597625353121,150.9252815246582,148.44757080078125,11.642579377045841
|
||||
policy,8,0.6484270294507345,0.6478533744812012,0.001649014368563045,0.5633315940697988,0.5631425082683563,0.0015845500774789186,0.029849973041564185,0.029972955584526,0.0014605124835891544,0.029759303511430774,0.029762746766209547,0.0007502631183642316,0.23056637185315287,0.2419716045260429,0.07693449653463558,0.23720207934578255,0.22560878843069077,0.07394525398236171,151.71200688680014,148.86509704589844,11.706759546407062
|
||||
policy,9,0.648081103960673,0.6480013132095337,0.0016837457409854754,0.5371502190828323,0.5369764864444733,0.0016298771771296131,0.029536167470117367,0.029570204205811003,0.0014748979068517642,0.029396944834540233,0.02950172219425435,0.0007376823662554275,0.23248171744247273,0.24428650736808774,0.0768092411928583,0.2396636952956517,0.22810161113739008,0.07440346083567216,152.6116803487142,149.01557159423828,11.788258828298755
|
||||
policy,10,0.6481910347938538,0.6480342149734497,0.002137820772004813,0.5146656135718027,0.5148999989032745,0.0009693238894269835,0.02923159316803013,0.0292221270501613,0.0014879230390194029,0.02904553587237989,0.02921594027429815,0.0007389178143111456,0.2341833872099717,0.24840471148490906,0.07672141856787743,0.24190271707872546,0.23039370775222776,0.07483999411770824,153.53177897135416,149.93751525878906,12.273960767488704
|
||||
policy,11,0.6482715408007304,0.6480579376220703,0.0022911907910126966,0.4960571452975273,0.4959127604961395,0.0009891757676860368,0.02893704036250706,0.028977847658097702,0.0014992951107459108,0.02870593763266996,0.0288712456822395,0.0007529975393646492,0.23567627991239226,0.2522733807563782,0.0766706521213156,0.24392491268614924,0.23249214887619019,0.075254514023777,154.23304875691733,150.80859375,12.373164490076675
|
||||
policy,12,0.6484981576601664,0.6479802131652832,0.0018268470806954346,0.4790462553501129,0.4789842367172241,0.0009105961592375924,0.028653472817192435,0.0287436218932271,0.0015088097064699132,0.0283791755015651,0.0284928986802697,0.0007782912306241429,0.23696522042155263,0.255896046757698,0.07665644169321337,0.24573590730627373,0.2344037070870399,0.07564681050511662,153.78342310587564,150.61087036132812,12.62778853690236
|
||||
policy,13,0.6480013330777487,0.6480762958526611,0.001715771395751248,0.46417131026585895,0.4641945958137512,0.0011938681106349002,0.028381594301511808,0.028520041145384298,0.0015162732470717169,0.02806600664431846,0.028197281993925502,0.0008127875917780368,0.2380548994988203,0.2559856027364731,0.07667824338373112,0.2473410641153653,0.23613473027944565,0.07601686817439235,154.20236333211264,151.05038452148438,12.80899056271449
|
||||
policy,14,0.6476102272669474,0.6474584341049194,0.0015928020350410414,0.45072819540898007,0.45079524815082544,0.0006497085143514176,0.02812228227655088,0.02830786816775795,0.0015215584544134317,0.027767354312042348,0.02801688015460965,0.0008544110415552977,0.2389498191575209,0.25545214116573334,0.07673538558222699,0.24874553208549813,0.2376911640167236,0.07636476551362423,154.38301595052084,151.42977142333984,12.763561593191964
|
||||
policy,15,0.6478520433108012,0.6477020978927612,0.0021770004254722582,0.437992699444294,0.43831540644168854,0.0013426511521355026,0.027876152656972367,0.0281076123937964,0.0015245590967514165,0.02748387151708202,0.02775001712143415,0.0009012347135167635,0.2396542554100354,0.25470222532749176,0.07682715244490669,0.24995415036876992,0.23907854408025736,0.07669070753836138,154.47898228963217,151.7898712158203,12.640831461819944
|
||||
policy,16,0.6486538449923197,0.6478985548019409,0.002688765374146608,0.426590363184611,0.42683805525302887,0.0012998642193243837,0.027643922871599547,0.0279198912903666,0.0015252024135834923,0.02721631495902931,0.02748242579400535,0.000951564644273689,0.2401723240812619,0.25374085456132883,0.07695272870409996,0.2509715271492799,0.2403020560741424,0.07699496436034504,154.64752578735352,151.91669464111328,12.829647858837424
|
||||
policy,17,0.6900847554206848,0.6898635625839233,0.0020821957962903702,0.415614793697993,0.41562761366367335,0.0010122992686278443,0.021326438989490215,0.0206061555072665,0.004808771145553118,0.01803823816590006,0.016895462758839103,0.003985915870899762,0.24744655564427373,0.26106496155261993,0.07634782179302686,0.2574626095592975,0.24698375910520548,0.074852024437853,155.17411422729492,152.5167465209961,12.56186041240455
|
||||
policy,18,0.6466403802235922,0.6458885669708252,0.0021765292126614193,0.4057939251263936,0.4057728946208954,0.0011463095901738786,0.016420721076428852,0.0162986721843481,0.0012333151684451853,0.015906955193107284,0.015690783038735348,0.0010865514465308425,0.25758313015103335,0.2710496783256531,0.07549506357828979,0.2652837994198004,0.25450460612773895,0.07351630992129247,155.27887471516928,152.8350372314453,12.566809228042953
|
||||
policy,19,0.6490164001782736,0.6476740837097168,0.003827278953966474,0.3961900894840558,0.39604732394218445,0.0014505072523026761,0.01731923711486155,0.0171903911978006,0.0012462585063056939,0.01691401672239099,0.0167459156364202,0.00106716604741087,0.26793751120567316,0.2812394499778747,0.07461416733071735,0.2732971248527368,0.2622116208076477,0.0721653699053608,155.45532735188803,153.27777862548828,12.63248079310996
|
||||
policy,20,0.6499481399854025,0.6489865779876709,0.004267541401088812,0.3877723266681035,0.3876808732748031,0.001077317528451361,0.018262941235055476,0.018127167597413,0.001261150649801343,0.017964466319729835,0.017843774519860703,0.0010504630777817537,0.27853290488322574,0.291656494140625,0.07370310110927918,0.28152337918678916,0.2701251059770584,0.07079881534714237,155.54223505655924,153.2383575439453,12.633778755231832
|
||||
policy,21,0.6484138369560242,0.6479388475418091,0.0019367824887590154,0.3791458656390508,0.3792838007211685,0.0010136649432721397,0.01925214038540915,0.0191092956811189,0.001278293759776898,0.01905978238210077,0.01896716188639395,0.0010363634404961625,0.28939398750662804,0.30232441425323486,0.07275960703175265,0.2899849923948447,0.2782670259475708,0.0694165743958559,155.61525599161783,153.11624145507812,12.710739518360823
|
||||
policy,22,0.6489908297856649,0.6485402584075928,0.001926748282999648,0.37119946877161664,0.3711764514446258,0.0007809438476959088,0.020287433949609548,0.02013734262436625,0.00129796615066253,0.020201718124250524,0.0201204223558306,0.0010247918148809888,0.30054716144998866,0.3132683336734772,0.07178137121037031,0.29870625833670295,0.28764306008815765,0.06801894600729196,155.80538431803384,153.30428314208984,12.63069698407353
|
||||
policy,23,0.6487855911254883,0.6480536460876465,0.0038351666052246526,0.3631752257545789,0.36304537951946253,0.0009068389010812968,0.021370262218018327,0.021212731488049003,0.0013204319697729422,0.021392955599973548,0.021323198452591847,0.0010156870553458867,0.31202071780959767,0.32451511919498444,0.070765843067408,0.3077136464416981,0.29734158515930176,0.06660676550218352,156.1124521891276,153.52564239501953,12.661581505881802
|
||||
policy,24,0.6483401854832967,0.6480536460876465,0.002269909416959123,0.35620811581611633,0.3562429547309875,0.001075857546442602,0.022502200367550008,0.0223370091989636,0.001345952616705276,0.022636348692079335,0.0225785188376903,0.0010090117783659847,0.32384506240487093,0.33609370887279505,0.06971033356031013,0.31703596562147135,0.307369515299797,0.06518143874906347,156.19661712646484,153.52989959716797,12.716513188982104
|
||||
policy,25,0.6483252644538879,0.6480182409286499,0.002996019213434634,0.3492269665002823,0.3494310528039932,0.0008321820988998593,0.02368597391371921,0.023512857034802402,0.001374810851828654,0.023936033093680892,0.02389070671051735,0.001004741133456994,0.33605298896630603,0.3479749709367752,0.06861200895562457,0.32670487339297927,0.31825870275497437,0.06374519181184266,156.32055791219076,153.6816177368164,12.694266262563236
|
||||
policy,26,0.6483431458473206,0.64827561378479,0.0018842827488121177,0.34194716562827426,0.34203946590423584,0.0010671541551867756,0.0249239636274675,0.02478496637195345,0.001407271735827792,0.025295885900656342,0.0252638580277562,0.0010029137156445324,0.3486797387401263,0.35896381735801697,0.06746786396427087,0.3367549702525139,0.33106040954589844,0.06230128202647599,156.60586802164713,154.24275970458984,12.664880440769545
|
||||
policy,27,0.6487477819124857,0.6481003761291504,0.0029319304840172743,0.3360333542029063,0.33597955107688904,0.001019685215777875,0.026219582495590008,0.026133359409868648,0.0014436531886303323,0.026720990892499633,0.02670329157263035,0.001003599969179847,0.3617633233467738,0.37036606669425964,0.06627475880700955,0.3472243609527747,0.34211994707584376,0.06085420214248445,156.75130462646484,154.35111236572266,12.647535801492985
|
||||
policy,28,0.6485371192296346,0.6478725671768188,0.001925225085634992,0.32970386246840155,0.3296739906072616,0.0010206764597396854,0.02757659989098703,0.02749583311378955,0.0014843055954630979,0.028216983657330243,0.0282149259001016,0.0010069513453259521,0.3753448675076167,0.38222129642963404,0.06502946140707626,0.35815506676832837,0.3521090596914291,0.05940998454638223,156.96117401123047,154.5655059814453,12.573624854636448
|
||||
policy,29,0.6484808723131815,0.6476891040802002,0.003203830808024401,0.3235510587692261,0.32367390394210815,0.0009687310758233641,0.028999646349499583,0.02888836432248345,0.0015295995648326743,0.029790638945996706,0.0298058604821562,0.0010132208294323503,0.38946863760550815,0.39457258582115173,0.06372863774319991,0.3695935234427452,0.36255812644958496,0.05797670131195471,157.03652318318686,154.5194854736328,12.55699652335268
|
||||
policy,30,0.6486075123151144,0.6482666730880737,0.00202061714495838,0.3174797842899958,0.31777492165565485,0.0010431190125368142,0.03049294138327237,0.03034885134547945,0.001579946674176128,0.0314485874647895,0.0314831063151359,0.0010227624462732438,0.4041821559270223,0.40746678411960596,0.062369001622045436,0.38159089038769395,0.37372723221778864,0.05656473400789686,157.14479446411133,154.66136169433594,12.516900587087859
|
||||
policy,31,0.6487847963968912,0.6483182907104492,0.003186633976744107,0.31250725686550135,0.31244508922100067,0.0011352792377778257,0.032062446543325934,0.03191433101892465,0.0016358572099232948,0.0331996477519472,0.0332559663802385,0.0010361508210439312,0.4195366899172465,0.42095521092414856,0.06094729998489901,0.3942039757966995,0.3891367614269256,0.05518743699175056,153.0108528137207,150.32411193847656,13.123556339698093
|
||||
policy,32,0.6494694948196411,0.6479902267456055,0.005699838335108541,0.30426341295242304,0.3044411242008209,0.0007839699204871812,0.03371408193682627,0.03362985700368875,0.0016978570399753443,0.03505306163181856,0.03506815992295735,0.0010541721397692779,0.43558693677186966,0.43509362637996674,0.0594604928272969,0.4074956054488818,0.405351385474205,0.0538615075248725,149.12513224283853,146.4386215209961,13.694044597197891
|
||||
policy,33,0.6900985439618429,0.6895558834075928,0.0022007357548543484,0.2965314413110415,0.2965172678232193,0.0009050977731117724,0.03961007328083113,0.03945966809988015,0.0018481303325241125,0.039800563516716105,0.0398091580718755,0.0009163823257690432,0.45325651516517,0.4506518393754959,0.05766616556666199,0.4224568133552869,0.42335669696331024,0.05219674244912499,145.53329467773438,142.7919921875,14.219490747861238
|
||||
policy,34,0.646016518274943,0.6461948156356812,0.0013442193237032172,0.2884451573093732,0.2880938202142715,0.0008803180469518767,0.041095193165043946,0.0410631019622087,0.0018866714122828879,0.0419827948013941,0.041683340445160796,0.0010288848598362188,0.4730960726737976,0.4686722010374069,0.05575368958927419,0.4385407343506813,0.44263267517089844,0.05077239334867894,142.08530298868814,139.17837524414062,14.79658037021395
|
||||
policy,35,0.6487652262051901,0.6486020088195801,0.0014708828219549578,0.28022817522287363,0.28062364459037775,0.0011387065635567576,0.04331875095764792,0.04342428408563135,0.0019964305706810194,0.044474893560012135,0.04405748471617695,0.0010772826461333367,0.4940691565473874,0.4896761476993561,0.05376449776839403,0.45573781927426654,0.4631766825914383,0.04944165109828341,138.79711469014487,135.84081268310547,15.320920353603977
|
||||
policy,36,0.6485811074574789,0.6484121084213257,0.0014746316389101274,0.27147289862235385,0.2715461999177933,0.0012882767427660723,0.045684023760259096,0.04588800668716425,0.002122126488604071,0.04715616970012579,0.046714711934327996,0.0011427343080378852,0.516266293823719,0.5119218826293945,0.05170000633328639,0.4741746634244919,0.4831027239561081,0.048237289445346436,135.77069727579752,132.78404998779297,15.925797413295944
|
||||
policy,37,0.6481143633524576,0.6480116844177246,0.0009833626002321008,0.2622797538836797,0.2620927691459656,0.0011512876994896244,0.048203072510659646,0.048438873142004,0.002266667861390842,0.05004963030417758,0.04959044605493545,0.0012315135093622076,0.5397776588797569,0.5355044007301331,0.04956368034422015,0.4939916481574376,0.504019558429718,0.04719552374425331,132.9607391357422,129.95038223266602,16.49107993432763
|
||||
policy,38,0.6479890743891398,0.6480847597122192,0.001068335501302571,0.2529714380701383,0.2530345618724823,0.000810149226307801,0.05088915054996803,0.05116272345185275,0.0024337488513843123,0.05318225268274541,0.05283126980066295,0.0013520565658139748,0.5646887620290121,0.5617614090442657,0.04736124629201196,0.515342965722084,0.5264883637428284,0.04635339691947009,130.48426055908203,127.43912506103516,17.068631225983946
|
||||
policy,39,0.6482962965965271,0.6481901407241821,0.0008826217456729184,0.2432166486978531,0.2430302500724792,0.0010554611926255812,0.05375553822765743,0.05407437868416305,0.002627998155338179,0.056584489531815,0.0563750900328159,0.0015154382633123197,0.5910737961530685,0.5915617644786835,0.04510102601337377,0.5383951291441917,0.5506662428379059,0.04574360328955199,128.34239133199057,125.42938613891602,17.538232756716084
|
||||
policy,40,0.6485037008921305,0.6481901407241821,0.0011513930426995673,0.23361051579316452,0.23348656296730042,0.0012638895105720703,0.05681644783665732,0.05719013884663575,0.002855367175702587,0.06029209215193981,0.0602686312049627,0.0017360143304970246,0.6189862142006556,0.6228409111499786,0.04279336947972286,0.563323974609375,0.576373815536499,0.0453867805179284,126.46119054158528,123.48537063598633,18.06494243598886
|
||||
policy,41,0.6484028498331705,0.6484588384628296,0.0014744977922801672,0.22360042855143547,0.223616324365139,0.0008955104341574985,0.060081953803698185,0.06074329093098635,0.0031232251009344096,0.06434186672170954,0.06447864696383475,0.0020320859489097957,0.6484428395827612,0.6531907618045807,0.040449803961276516,0.5903055220842361,0.5993981659412384,0.04528088859607286,124.91894912719727,121.88491821289062,18.574717409035927
|
||||
policy,42,0.6482637127240499,0.6485428810119629,0.0011413834204574572,0.21363165353735283,0.21343743056058878,0.0011137055472080753,0.06356273281077539,0.064290352165699,0.003441084999390373,0.06877787597477432,0.0688259080052375,0.002427192842505581,0.6794050534566244,0.6836273372173309,0.0380808979336814,0.6195036023855209,0.62444207072258,0.045388351913838304,123.62891515096028,120.49306869506836,19.066227451826393
|
||||
policy,43,0.6479566891988119,0.648139476776123,0.001454035090028432,0.20346158618728316,0.20341810584068293,0.0010635142388016466,0.06726586228857431,0.06806581094861025,0.003820870821088034,0.07364825283487632,0.0737335197627544,0.0029516432490863474,0.7117511928081512,0.7151627838611603,0.03569314410799901,0.6510458588600159,0.6518850326538086,0.04562303940593187,122.73393376668294,119.55108261108398,19.485784193312146
|
||||
policy,44,0.648069421450297,0.6482292413711548,0.0011585354302728272,0.19292170554399488,0.19307668507099146,0.0009611539003684328,0.07119104700783883,0.0720695555210113,0.0042771549192161095,0.07900221521655715,0.07928465679287905,0.003644508482478116,0.7452392826477686,0.7438395023345947,0.03328655903837301,0.6849834819634756,0.6872764229774475,0.04583945360055413,122.2885373433431,119.03550720214844,19.87744431165416
|
||||
policy,45,0.6485031843185425,0.6479235887527466,0.0021757346288953437,0.18266606579224265,0.1828290447592735,0.0009314191334223652,0.07533225727578,0.0762957595288753,0.004827393083389948,0.08489216305315489,0.08552297949790949,0.004556169845824996,0.7794628093640009,0.7773348987102509,0.030854220899624203,0.7212286591529846,0.7247600853443146,0.045829635276668515,122.28425153096516,119.03850936889648,20.227266771656243
|
||||
policy,46,0.6481866637865702,0.6484702825546265,0.0017629613387766558,0.17212872082988417,0.17233718186616895,0.0010336338955903674,0.07967684728403883,0.08049068599939345,0.0054914630528422916,0.09137159772217268,0.09204390645027155,0.005750596166751725,0.8137989987929662,0.8120527863502502,0.028389881296224592,0.7594582537810007,0.7638854384422302,0.04533751450116255,122.69574801127116,119.4760971069336,20.456855192016285
|
||||
policy,47,0.647874116897583,0.6480017900466919,0.0011319605405492382,0.1614445721109708,0.16135472804307935,0.0008847798795958093,0.084216758608818,0.08473390713334075,0.006290962372630892,0.09850415959954258,0.09919639304280276,0.007307381215895087,0.8473588675260544,0.8463253080844879,0.025908408738885513,0.7989746630191803,0.8022713661193848,0.04410686805694304,123.51975949605306,120.35121154785156,20.670857831122014
|
||||
policy,48,0.6478328506151835,0.6475523710250854,0.0016202865447765178,0.15037332599361733,0.15038532763719553,0.0008800810853382698,0.08902632320920621,0.08982320502400395,0.0072528352858778206,0.10644855039815103,0.10712615773081774,0.009328146893956765,0.8789660980304083,0.879130482673645,0.023478724679526948,0.8385373453299204,0.8408398330211639,0.04198770319965411,124.75846417744953,121.50828170776366,20.805836703556032
|
||||
policy,49,0.648529847462972,0.6482552289962769,0.00142972431537162,0.13802785798907277,0.1382134780287742,0.0008978457050732363,0.09473356169958906,0.09546793997287745,0.008450378101826273,0.11603193916380401,0.1166499927639961,0.011996141588264543,0.9072475135326385,0.9082346558570862,0.021250587388617223,0.8762694001197815,0.8799618780612946,0.039105013498039826,126.45095698038737,123.15205383300781,20.884144088546552
|
||||
policy,50,0.6897621353467306,0.689997673034668,0.0012673162002252603,0.11370675638318056,0.11339075863361356,0.001064222966815749,0.1705862370630105,0.16827423870563504,0.016223792305053632,0.22404076531529424,0.22139064222574228,0.03400470789596891,0.9451086868842443,0.9453800022602081,0.017904098966025496,0.9347538153330485,0.9439494013786316,0.03149690745567845,127.25666427612305,123.94038772583008,20.806452038516852
|
||||
world_model,1,0.6878618796666464,0.6874630451202393,0.0013422502202678206,1.4143197635809581,1.4146783947944641,0.0017427668550999847,0.0780034270137548,0.07720009982585904,0.010415465487952942,0.06215385658045606,0.0618230570107698,0.010234597344454767,0.2377472693721453,0.25213809311389923,0.09343286549771222,0.22806589243312672,0.2317472621798515,0.08760382484201351,148.253054300944,149.2536163330078,5.776577301588806
|
||||
world_model,2,0.6459950606028239,0.6458470821380615,0.0008435054718127042,1.0217781762282054,1.0215710401535034,0.0021947320490251854,0.031328557990491335,0.0313854813575744,0.0012311111249199108,0.031948483238617535,0.032093759626150103,0.000993176665200604,0.23943081125617025,0.25400759279727936,0.0920641393027273,0.23306156074007348,0.23825725913047785,0.08657366254833282,147.92973454793295,148.0721206665039,5.918895420288315
|
||||
world_model,3,0.648269255956014,0.648539662361145,0.0012716833438652863,0.8505052228768667,0.8500487208366394,0.002421239418063985,0.030909270824243582,0.0310009783133864,0.0012470782285192567,0.031536321155726875,0.0316436197608709,0.0009828627253981189,0.24087368945280707,0.25563924759626383,0.09066273579254489,0.2377769127488136,0.24447442591190335,0.08560601003482075,147.83513005574545,148.53672790527344,5.693508633797672
|
||||
world_model,4,0.647729734579722,0.6477651596069336,0.0010203621249353107,0.7495726943016052,0.7493909001350403,0.001913569941743974,0.03049666403482354,0.03062191698700185,0.0012657247690953891,0.031128573852280725,0.031233622692525352,0.000985217656806972,0.2420833421250184,0.2570407837629318,0.08923180974710794,0.2422172054648399,0.2503998950123787,0.08470396127134475,147.53459676106772,148.07756805419922,5.472504731469594
|
||||
world_model,5,0.648398776849111,0.6480469703674316,0.001356411646695357,0.6826188117265701,0.6828742623329163,0.001442497450228567,0.030092035420238934,0.030249529518187,0.0012863000776339065,0.030726603387544505,0.03071723412722345,0.0009988418215417865,0.2430670820176601,0.25853015482425684,0.08777441504158096,0.2463879932959874,0.25603544712066645,0.0838699512061537,147.84085845947266,148.78142547607422,5.515053321123467
|
||||
world_model,6,0.6480831503868103,0.64813232421875,0.0008989281061052281,0.6322692930698395,0.6322015523910522,0.0015173794908631894,0.029696627209583857,0.02988502662628885,0.0013081057973631043,0.030331711750477514,0.030307423323392847,0.0010219701787226782,0.243832079693675,0.2600918561220169,0.08629356256241347,0.2502949591726064,0.26028768718242645,0.08310561428921755,147.048464457194,147.54219818115234,4.918728101355348
|
||||
world_model,7,0.6482007304827372,0.6482174396514893,0.0008386073559302807,0.5944835394620895,0.5943485796451569,0.0011255736663540433,0.029311564595748938,0.029482340440154048,0.001330511019215382,0.029945081875969923,0.02994506061077115,0.0010527092616826926,0.2443853200723727,0.261454127728939,0.0847921921566575,0.2539438791573047,0.26325757801532745,0.08241195890828636,147.16118621826172,147.53524017333984,4.791108966879621
|
||||
world_model,8,0.647964080174764,0.6481671333312988,0.0013156727448012384,0.5634184231360754,0.5638525784015656,0.0016443816374339282,0.028938018872092127,0.02914185170084235,0.001352950253116892,0.029567942799379392,0.0295913983136415,0.0010892028123444637,0.2447335204730431,0.26262458413839335,0.08327321518228765,0.25734059388438857,0.2659944742918014,0.0817894062626389,147.75937143961588,147.1224136352539,5.260312631308891
|
||||
world_model,9,0.6483556032180786,0.6486636400222778,0.001141576795308573,0.5375889092683792,0.537444680929184,0.0010919679945464147,0.02857692120596762,0.028812595643103102,0.0013749361870684057,0.029201280946532834,0.02924740780144925,0.0011297687247002243,0.2448831622799237,0.2636104524135589,0.08173953018028267,0.2604908694823583,0.26850686967372894,0.08123778247513683,148.19106419881186,148.13703155517578,5.533884519892475
|
||||
world_model,10,0.6480965415636698,0.6480544805526733,0.0010979913129985008,0.5158899426460266,0.5159253478050232,0.0007807901841019404,0.02822934168701365,0.0284956004470586,0.0013960421622061904,0.028846215456724115,0.028892060741782098,0.0011729380022059723,0.2448403953264157,0.26441840082407,0.08019406661079655,0.2634004292388757,0.27080264687538147,0.08075645086583945,149.05617141723633,149.32247161865234,5.72423775817728
|
||||
world_model,11,0.6482816934585571,0.6484212875366211,0.001307543314822705,0.4965210830171903,0.4970286637544632,0.0012694921914594797,0.02789607550948853,0.028157664462924,0.0014158899826106962,0.028503593678275693,0.02854300942271945,0.001217459799514653,0.24461107887327668,0.26505452394485474,0.07863977780542261,0.2660748486717542,0.27288922667503357,0.08034435977150245,149.13961919148764,149.9972152709961,5.928540018356209
|
||||
world_model,12,0.6481397151947021,0.64801025390625,0.0008433239764255036,0.47994769116242725,0.47987180948257446,0.0011321678563141415,0.02757806750014419,0.027730556204914998,0.0014341748050793897,0.028174418335159573,0.028224890120327452,0.0012623254289890252,0.2442007530480623,0.26516230404376984,0.07707967353854656,0.26851954311132425,0.2747736275196075,0.07999997899886259,149.60028203328451,150.3047103881836,5.921622994243591
|
||||
world_model,13,0.6480323473612467,0.6483656167984009,0.0009656442033263472,0.4649614269534747,0.46469210088253016,0.001004357015511059,0.027276028568545926,0.0273211747407913,0.0014506219967913828,0.02785943743462359,0.027896390296518747,0.0013066910640006115,0.24361454509198663,0.26497194916009903,0.07551684666754031,0.2707397527992725,0.276462197303772,0.07972160530038022,149.95612589518228,150.53043365478516,5.939621292791347
|
||||
world_model,14,0.6485193967819214,0.6483157873153687,0.0016904311398315112,0.4514271914958954,0.4512723684310913,0.0011668618362966807,0.026990810874849516,0.0269333533942699,0.0014650079562809944,0.02755956320712959,0.027558471076190402,0.001349873886724991,0.24285733575622237,0.26461611688137054,0.07395451619904744,0.27274044975638384,0.2779608517885208,0.07950718653477676,150.0997683207194,149.92154693603516,6.360323647662359
|
||||
world_model,15,0.6502261757850647,0.6484514474868774,0.005893863869323938,0.4390982190767924,0.4387768656015396,0.0012632186073270129,0.026723015742997274,0.0266794953495264,0.0014771457807137096,0.027275440904001347,0.02723402157425875,0.0013913314662800044,0.24193357365826762,0.2640392333269119,0.0723960351345685,0.27452639614542323,0.2792750298976898,0.07935450746488741,150.37740071614584,150.62152862548828,6.718348433232006
|
||||
world_model,16,0.6487482786178589,0.6490017175674438,0.0010550386836914456,0.4271319732069969,0.42719000577926636,0.0009991289846980466,0.026473341664920217,0.0264438213780522,0.0014868749363410921,0.027007825517406017,0.02693058922886845,0.0014306081607497,0.2408473727603753,0.2629792764782905,0.07084493609209062,0.2761020697653293,0.28040964901447296,0.07926119514507458,150.61291885375977,150.83364868164062,6.88652957711394
|
||||
world_model,17,0.6901516914367676,0.6901239156723022,0.001247494311894983,0.4159605527917544,0.4159277081489563,0.0009582420526465853,0.01916373389152184,0.01878335699439045,0.0033350767659654627,0.01753835845738644,0.01689130067825315,0.002707749156888622,0.2482799390951792,0.27081483602523804,0.0698207060601088,0.2831413944562276,0.2887166887521744,0.07770651942490014,150.74940745035806,151.07199096679688,6.835813890930592
|
||||
world_model,18,0.6459907492001852,0.6458616256713867,0.0012079549183697325,0.4062811608115832,0.406551793217659,0.0012466443614290957,0.0160242841423799,0.015580937732011,0.0012385695123595813,0.015780399553477726,0.01592802209779615,0.0011977128669751111,0.2581411885718504,0.2803818434476852,0.06831491975520279,0.2912396689256032,0.2972904294729233,0.0761666057672528,151.13989130655924,151.51000213623047,6.837544421254815
|
||||
world_model,19,0.6496081550916036,0.649813175201416,0.0012013329440425495,0.39646196117003757,0.3965514004230499,0.0012224737570845235,0.016919251608972716,0.0164564037695527,0.0012374024336641682,0.01677321339957411,0.0169674092903733,0.0011912511775633398,0.26821197196841234,0.2901240885257721,0.06676587067275297,0.2995309270918369,0.3060585856437683,0.07459166527168286,151.33293787638345,151.8566131591797,6.957777605660872
|
||||
world_model,20,0.6481311519940695,0.6482380628585815,0.0008511406515051725,0.3872614651918411,0.3873298168182373,0.0010674070098569634,0.017859153759976168,0.0173770943656563,0.0012370181720669068,0.01780950169389441,0.0180502049624919,0.0011879935364830219,0.2785148409505685,0.30007657408714294,0.06517046697808677,0.30803620815277094,0.31504251062870026,0.07297900238254232,151.51753743489584,152.4323272705078,7.040226742023042
|
||||
world_model,21,0.6485309799512228,0.6487694978713989,0.000979985179123955,0.37933851530154544,0.3795119971036911,0.0007886410446285089,0.01884418462092674,0.018342958763241747,0.001237630916632259,0.018890529250105183,0.019167697057127897,0.0011879705701627525,0.28907383605837816,0.31026166677474976,0.06352548597276382,0.31677814324696857,0.3242649435997009,0.07132591757622933,151.7907854715983,152.79786682128906,7.060483444899947
|
||||
world_model,22,0.6484216054280599,0.6486960649490356,0.0011483128049236356,0.37139247357845306,0.37167099118232727,0.0007289597469109856,0.019874854789425866,0.0193575602024793,0.001239389347672553,0.020017863561709683,0.0202825684100389,0.0011912302066513047,0.2999146555860837,0.3207034468650818,0.06182759966612461,0.3257811826964219,0.3337504714727402,0.06962969932280422,151.9287363688151,153.02960205078125,6.9606019721329355
|
||||
world_model,23,0.6486709117889404,0.6482895612716675,0.0013525685599609955,0.3633880441387494,0.3633729964494705,0.0007083098688797114,0.020952526324739016,0.0204398818314075,0.0012423923495749457,0.021194006782025054,0.0214464990422129,0.0011978492712171843,0.3110648617148399,0.3314276337623596,0.060073347934171795,0.3350719027221203,0.3435256779193878,0.06788766719503571,152.19641749064127,153.4595489501953,6.908810225648086
|
||||
world_model,24,0.6485444704691569,0.6486272811889648,0.0014289392021426108,0.3563673024376233,0.3562733978033066,0.0007181021024225411,0.022078710608184293,0.0215706173330545,0.00124668396592086,0.022421615508695394,0.02266204915940755,0.0012079114973239757,0.32255407795310015,0.34246180951595306,0.058259233118896976,0.34467922647794086,0.35361944139003754,0.06609725498193883,152.24641291300455,153.30745697021484,6.941199171192131
|
||||
world_model,25,0.6485494176546732,0.6485109329223633,0.001458468993351878,0.34897108127673465,0.3490676134824753,0.0008978616188935436,0.02325608426084115,0.0227525504305958,0.0012522683904989196,0.023704631254076902,0.0239330139011144,0.0012215610483542068,0.3344142958521843,0.35383567214012146,0.05638172070648838,0.35463478912909824,0.3635159879922867,0.06425607066585695,152.4580841064453,153.3787841796875,6.880868551958964
|
||||
world_model,26,0.6487456758817037,0.648656964302063,0.0013454299874968074,0.34245118250449497,0.342556431889534,0.0008319422971978474,0.02448698645457621,0.023988110944628653,0.001259108781461327,0.02504672963793074,0.025262940675020197,0.0012389711975113614,0.3466799035668373,0.36558122932910914,0.054437372073608964,0.36497312411665916,0.3722260296344757,0.06236203218726042,152.70698928833008,153.56465911865234,6.8674416127174185
|
||||
world_model,27,0.6486178835233053,0.6486997604370117,0.0009686342706153957,0.3357574666539828,0.3360062390565872,0.0008600632944104414,0.025774795562028843,0.02528234384953975,0.0012671389593691738,0.02645276347175236,0.0266565261408686,0.001260384435501899,0.3593880956371625,0.3777329921722412,0.05242298841410395,0.3757321834564209,0.38194364309310913,0.060413635474898,152.8052635192871,153.71695709228516,6.92390025869308
|
||||
world_model,28,0.6489732066790262,0.6486455202102661,0.001326336721792887,0.3293281172712644,0.32932019233703613,0.0008317603165894784,0.027123258604357593,0.02664964552968735,0.0012762466469025738,0.027928123871485352,0.02811897639185185,0.0012861105642791228,0.37257906794548035,0.39032822847366333,0.050335694250302675,0.3869536767403285,0.39239601790905,0.058410078550669785,153.04434458414713,153.9771728515625,6.903430038131467
|
||||
world_model,29,0.6483799417813619,0.6482130289077759,0.0006308011954633767,0.32335796952247614,0.3231758624315262,0.0007263542992796192,0.02853699012969926,0.02808390464633695,0.0012862806380547493,0.02947929796452319,0.029616310261189903,0.0013165507253647154,0.3862962971131007,0.4034205228090286,0.04817332793754398,0.3986835653583209,0.40335373580455774,0.05635167708340354,153.13475926717123,154.20630645751953,6.910316597521862
|
||||
world_model,30,0.6488529443740845,0.648772120475769,0.0010632546915018452,0.31688723713159556,0.3167661726474762,0.00067044305154523,0.030020206701010414,0.02958983741700645,0.0012970107713167812,0.03111260974158839,0.03122637234628195,0.001352199124390541,0.40058645854393643,0.41789601743221283,0.045934691590063456,0.41097236921389896,0.41486984491348267,0.054240329785702604,153.37929916381836,154.3986053466797,6.897584439412823
|
||||
world_model,31,0.6482929984728495,0.6483469009399414,0.0009475084595794365,0.31209672490755713,0.3119557499885559,0.0006287697184308539,0.03157888880620395,0.031174074858427,0.0013081908643096047,0.03283650816107784,0.0329712536185979,0.0013937218019858615,0.41550011932849884,0.4329948276281357,0.04362019751596306,0.42387599249680835,0.42700380086898804,0.05208018242335358,148.96852747599283,149.9927215576172,7.2015477574856455
|
||||
world_model,32,0.6486691435178121,0.6488057374954224,0.0013979289613005848,0.3045024052262306,0.30463890731334686,0.0006165564412889718,0.03321898325035965,0.03284331224858755,0.0013194509422528216,0.03465981315821406,0.0348158925771713,0.0014419426691477189,0.43109140048424405,0.4487698823213577,0.04123257064691612,0.4374559447169304,0.4403686225414276,0.04987844422069857,144.94372940063477,145.8721923828125,7.519124313544587
|
||||
world_model,33,0.6902171969413757,0.6906827688217163,0.0013873001168600305,0.2967935750881831,0.2966538518667221,0.0006125571979624057,0.039054947905242395,0.03872084058821195,0.0015509786394616813,0.039184396776060205,0.0394877698272466,0.0014858361778686128,0.44846462706724805,0.46539065241813654,0.038650098705380304,0.45294439792633057,0.45576292276382446,0.04768092876102251,141.1359068552653,142.10059356689453,7.873776212988538
|
||||
world_model,34,0.6457493702570597,0.6461575031280518,0.0015351474785757489,0.28844795127709705,0.2882333099842071,0.0008976493831578225,0.04084992936501896,0.0403768979012966,0.00129288649294852,0.041411089400450345,0.0416224673390388,0.0015407762039834402,0.46800655126571655,0.48303140699863434,0.035668359867093595,0.469451238711675,0.4722083657979965,0.045483890392520564,137.44355456034342,138.4914779663086,8.227953276479624
|
||||
world_model,35,0.6488955616950989,0.6488616466522217,0.0007046153509661549,0.27998268604278564,0.2799806445837021,0.0006629429853562596,0.04307804970691597,0.042635301128029754,0.001285374112646734,0.04383330916364984,0.0439673569053411,0.0016139494928090162,0.48868506650129956,0.500851958990097,0.032624244838507475,0.48705148696899414,0.4889039248228073,0.043331523579204285,133.95360247294107,135.24732208251953,8.60174886271774
|
||||
world_model,36,0.6484123667081197,0.6485583782196045,0.0015802743998170605,0.2710973570744197,0.2709557116031647,0.0008594752099553324,0.04544967692345376,0.0450460594147443,0.0012711751003703815,0.04643371577064192,0.046608950942754704,0.0017008747857592912,0.5105947206417719,0.5215908885002136,0.029556904070698022,0.5058623552322388,0.5067675113677979,0.04127123383602276,130.7296822865804,132.07831573486328,8.95923783787209
|
||||
world_model,37,0.6481583913167318,0.6481406688690186,0.0010720551226876469,0.26204459617535275,0.26205460727214813,0.0009013618523770544,0.047977505872646924,0.04762439802289,0.0012486613235773833,0.04923302835474408,0.04946029186248775,0.0018056382875004811,0.5338311170538267,0.5420608520507812,0.026529405192315836,0.526011680563291,0.525831401348114,0.03936435774077884,127.72702598571777,129.1491241455078,9.278957601413913
|
||||
world_model,38,0.6486990253130595,0.6488097906112671,0.0009723069868444716,0.2525717889269193,0.2523074150085449,0.0007982869933239665,0.05067558834950125,0.05038758739829055,0.0012164880615765162,0.0522553535799185,0.052546152845025,0.0019340660522214885,0.5584871719280878,0.5637881755828857,0.023640217148096592,0.5476371993621191,0.543492466211319,0.037685748362450415,124.98448689778645,126.49399948120117,9.646592406959261
|
||||
world_model,39,0.6485705574353536,0.6485064029693604,0.0011087036186018437,0.24337252353628472,0.24328532069921488,0.0010004399296285214,0.05355829404046134,0.05342452973127365,0.0011744344721985195,0.055527615050474745,0.0557825695723295,0.0020944291549835313,0.5846467812856039,0.5869758725166321,0.02103662325110279,0.5708839148283005,0.5627292692661285,0.036318766992162785,122.64091936747234,124.23894119262695,9.989027607296784
|
||||
world_model,40,0.648950437704722,0.6486072540283203,0.0011277531622151745,0.23378317554791764,0.23355767875909805,0.001146574439284627,0.056641235016286325,0.05650942400097845,0.0011254584940018242,0.05908117846896246,0.05916943028569215,0.0022985689308772914,0.612376535932223,0.6146385371685028,0.01892139011457693,0.595899740854899,0.5881866216659546,0.03534238619153747,120.66051483154297,122.26023483276367,10.277154472108846
|
||||
world_model,41,0.6481420993804932,0.6479085683822632,0.0007788541812742071,0.22348975390195844,0.22308739274740214,0.0007861388953206283,0.05993634772797422,0.0597993172705173,0.0010797483814673097,0.06294749646137154,0.06281546317040915,0.0025629731028069844,0.6417104005813599,0.6443127691745758,0.017526628786028963,0.622825101017952,0.6122685670852661,0.03480974651519528,118.96795845031738,120.73091506958008,10.653616297869874
|
||||
world_model,42,0.6483857830365499,0.6485984325408936,0.0012083467117436357,0.2132006188233693,0.2130966037511825,0.0009301764600549484,0.06345674457649386,0.0632986798882484,0.0010624881206092614,0.06716400384902949,0.06689337268471715,0.002910636533284745,0.6726321130990982,0.671890139579773,0.01702187083379009,0.6517791698376337,0.6441233158111572,0.03471915143155753,117.6042849222819,119.32681274414062,10.960227985452766
|
||||
world_model,43,0.6482404470443726,0.6485800743103027,0.0009094162026124511,0.20294770101706183,0.20277902483940125,0.0009321755214355813,0.06721268035471435,0.06715453416109085,0.001121121248167353,0.07177087292075153,0.071529421955347,0.0033727774365825977,0.7050487597783407,0.7037275433540344,0.017385279385494664,0.6828356136878332,0.678519070148468,0.03498631922182029,116.61939684549968,118.33535385131836,11.259209378630343
|
||||
world_model,44,0.648352305094401,0.6488546133041382,0.0010963334371131043,0.19291917855540908,0.19279136508703232,0.0008915971503730025,0.07120800887544945,0.07102197408676145,0.0013170299891034204,0.07680804034074143,0.0766106769442558,0.0039906758824858985,0.7387545555830002,0.7348560094833374,0.018363067725659474,0.7159834851821264,0.7131739258766174,0.0354270357139035,116.09495671590169,117.79103088378906,11.431529189283765
|
||||
world_model,45,0.64804075161616,0.6481974124908447,0.0010500325372176146,0.18234142288565633,0.182121567428112,0.0010537330191621207,0.07544199004769322,0.07526372000575066,0.0016976535172536513,0.08231744232277072,0.08218531310558315,0.004817672101972474,0.7733866473038992,0.7732423543930054,0.019565638179093202,0.7510701616605123,0.7512454986572266,0.03575908929286107,115.93430391947429,117.61883163452148,11.638265502941177
|
||||
world_model,46,0.6481247941652933,0.6482747793197632,0.0013194091861947952,0.1718779069681962,0.1717232465744018,0.0008750833432606993,0.07990860318144156,0.07959951832890505,0.0022864337325318417,0.08834175579249853,0.08719161152839655,0.005920516896061412,0.8083723882834116,0.8123942613601685,0.020591922584384678,0.7877170592546463,0.792164146900177,0.035627790354423226,116.26099077860515,117.94308471679688,11.787797590663258
|
||||
world_model,47,0.6482546528180441,0.6481419801712036,0.0010311541352073723,0.16147625818848607,0.16131291538476938,0.0007127977924468316,0.08460789980987703,0.08373400568962094,0.003098753131092011,0.09493464852372802,0.0922790206968784,0.007380184574136353,0.8428750385840734,0.8495169579982758,0.02110699450178875,0.8252040694157282,0.8291374444961548,0.03466654977439638,117.04043197631836,118.82217788696289,11.797368962939037
|
||||
world_model,48,0.6484859784444174,0.6481577157974243,0.0014314189991956941,0.15016253292560572,0.149937205016613,0.000844488720603386,0.08962431177496906,0.08802316337823865,0.00415558113479699,0.1022452612717946,0.09779954329133031,0.009297059154015462,0.8757641464471817,0.8836449384689331,0.020893304131045846,0.8623372912406921,0.8655152022838593,0.032609399621751044,118.23706690470378,119.92923355102539,11.862021572987835
|
||||
world_model,49,0.6479948361714681,0.6480286121368408,0.0006832336839789393,0.13763457164168355,0.13752025365829465,0.0008421145836636252,0.09560300720234709,0.093069065362215,0.005514085432107572,0.11107057146728035,0.10530614480376241,0.011849267581977395,0.9057005445162455,0.9140340089797974,0.019900762937450956,0.8973972797393799,0.8997862339019775,0.0294609578808509,119.92409261067708,121.66604614257812,11.877220374206914
|
||||
world_model,50,0.6903103192647299,0.6902960538864136,0.0010922075750083038,0.11330389231443401,0.1133051328361034,0.0009656957646368409,0.17207247142990426,0.16989715397357935,0.013584534378105539,0.21369774639606473,0.20752661675214765,0.0327897739182809,0.946611613035202,0.9533217251300812,0.01683637642679513,0.9494347721338272,0.9552636444568634,0.024005368530313074,120.79586219787598,122.59955215454102,11.824663085514306
|
||||
|
@@ -0,0 +1,13 @@
|
||||
sample_id,scene,round_id,policy_pass_total_time_s,world_model_pass_total_time_s,round_total_time_s,latent_init_dist_to_prev_round,action_drift_vs_prev_round,psnr_full50
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,0,33.55953001976013,33.32580900192261,136.7301139831543,,,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,1,33.19381356239319,33.23467564582825,135.40284252166748,238.76109313964844,0.19595253467559814,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,2,33.27829575538635,33.28524875640869,135.7145836353302,192.6779022216797,0.22943705320358276,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,3,33.24375247955322,33.3015410900116,135.63396644592285,203.4762725830078,0.2647775411605835,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,4,33.27905583381653,33.25859761238098,135.61153364181519,175.8230743408203,0.26663118600845337,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,5,33.27312517166138,33.279319763183594,135.68469882011414,177.04388427734375,0.2151024341583252,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,6,33.25718879699707,33.302934408187866,135.63813185691833,158.80796813964844,0.31810611486434937,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,7,33.1518018245697,33.21024298667908,135.3727388381958,186.72117614746094,0.2955358624458313,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,8,33.261147260665894,33.20135569572449,135.55047392845154,174.48033142089844,0.2585107088088989,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,9,33.257075548172,33.294872999191284,135.59921169281006,206.77206420898438,0.271332323551178,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,10,33.23876619338989,33.226540088653564,135.44337058067322,170.9771728515625,0.16491276025772095,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,11,33.24215626716614,33.282270193099976,135.5785641670227,174.0227508544922,0.267017662525177,
|
||||
|
@@ -0,0 +1,3 @@
|
||||
sample_id,scene,pass_type,pass_total_time_s,action_first_stable_step,state_first_stable_step,latent_first_stable_step,action_vs_full50_90pct_step,action_vs_full50_95pct_step,oracle_budget_action,oracle_budget_state,oracle_budget_latent,latent_init_dist_to_prev_round,action_drift_vs_prev_round,round_total_time_s,policy_pass_total_time_s,world_model_pass_total_time_s,psnr_full50
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,policy,33.26964239279429,,,,49.333333333333336,50.0,47.666666666666664,48.416666666666664,,187.23306274414062,0.24975601651451804,135.66335250933966,33.26964239279429,33.26695068677267,
|
||||
unitree_z1_stackbox-vid25-fs4,unitree_z1_stackbox,world_model,33.26695068677267,,,,49.333333333333336,50.0,47.75,48.333333333333336,,187.23306274414062,0.24975601651451804,135.66335250933966,33.26964239279429,33.26695068677267,
|
||||
|
1201
unitree_z1_stackbox/case3/output/sparse_4/inference/stepwise_log.csv
Normal file
1201
unitree_z1_stackbox/case3/output/sparse_4/inference/stepwise_log.csv
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user