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.9924, median=145.0568, p90=168.1628, p95=180.0693
|
||||
|
||||
### Direction C: Action Converges First
|
||||
|
||||
- `action_first_stable_step`: mean=nan, median=nan, p90=nan, p95=nan
|
||||
- `latent_first_stable_step`: mean=nan, median=nan, p90=nan, p95=nan
|
||||
- `action_vs_full50_95pct_step`: mean=49.2727, median=49.2727, p90=49.2727, p95=49.2727
|
||||
- `share_action_first_stable_before_latent`: nan
|
||||
- `share_action_95pct_before_latent`: nan
|
||||
|
||||
### Direction D: Cross-Step Similarity
|
||||
|
||||
- `latent_delta_mid_steps`: mean=0.3533, median=0.3493, p90=0.4171, p95=0.4282
|
||||
- `action_delta_mid_steps`: mean=0.0253, median=0.0242, p90=0.0380, p95=0.0402
|
||||
- `state_delta_mid_steps`: mean=0.0256, median=0.0244, p90=0.0392, p95=0.0417
|
||||
|
||||
### Direction A: Budget Heterogeneity
|
||||
|
||||
- `oracle_budget_action`: mean=47.9167, median=47.9167, p90=47.9167, p95=47.9167
|
||||
- `oracle_budget_state`: mean=48.5000, median=48.5000, p90=48.5000, p95=48.5000
|
||||
- `oracle_budget_action_by_scene`:
|
||||
- `unitree_z1_stackbox`: mean=47.9167, median=47.9167, std=0.0000
|
||||
|
||||
### Direction B: Round Reuse
|
||||
|
||||
- `latent_init_dist_to_prev_round`: mean=195.9648, median=198.1584, p90=228.1816, p95=230.3799
|
||||
- `action_drift_vs_prev_round`: mean=0.3005, median=0.3137, p90=0.3956, p95=0.4131
|
||||
- `round_total_time_s`: mean=136.1817, median=135.9244, p90=137.1063, p95=137.2927
|
||||
- `policy_pass_total_time_s`: mean=33.4931, median=33.4061, p90=33.8189, p95=33.8656
|
||||
- `world_model_pass_total_time_s`: mean=33.4701, median=33.4152, p90=33.6619, p95=33.7652
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 266 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
@@ -0,0 +1,4 @@
|
||||
scene,pass_type,pass_total_time_s,pass_total_time_s,pass_total_time_s,action_first_stable_step,action_first_stable_step,action_first_stable_step,state_first_stable_step,state_first_stable_step,state_first_stable_step,latent_first_stable_step,latent_first_stable_step,latent_first_stable_step,action_vs_full50_90pct_step,action_vs_full50_90pct_step,action_vs_full50_90pct_step,action_vs_full50_95pct_step,action_vs_full50_95pct_step,action_vs_full50_95pct_step,oracle_budget_action,oracle_budget_action,oracle_budget_action,oracle_budget_state,oracle_budget_state,oracle_budget_state,round_total_time_s,round_total_time_s,round_total_time_s,policy_pass_total_time_s,policy_pass_total_time_s,policy_pass_total_time_s,world_model_pass_total_time_s,world_model_pass_total_time_s,world_model_pass_total_time_s,latent_init_dist_to_prev_round,latent_init_dist_to_prev_round,latent_init_dist_to_prev_round,action_drift_vs_prev_round,action_drift_vs_prev_round,action_drift_vs_prev_round
|
||||
,,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std
|
||||
unitree_z1_stackbox,policy,33.49307539065679,33.49307539065679,,,,,,,,,,,47.5,47.5,,49.27272727272727,49.27272727272727,,47.91666666666666,47.91666666666666,,48.583333333333336,48.583333333333336,,136.1817115743955,136.1817115743955,,33.49307539065679,33.49307539065679,,33.47008717060089,33.47008717060089,,195.96483820134944,195.96483820134944,,0.3005240559577942,0.3005240559577942,
|
||||
unitree_z1_stackbox,world_model,33.47008717060089,33.47008717060089,,,,,,,,,,,47.583333333333336,47.583333333333336,,49.66666666666666,49.66666666666666,,47.91666666666666,47.91666666666666,,48.5,48.5,,136.1817115743955,136.1817115743955,,33.49307539065679,33.49307539065679,,33.47008717060089,33.47008717060089,,195.96483820134944,195.96483820134944,,0.3005240559577942,0.3005240559577942,
|
||||
|
@@ -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.6896239320437113,0.687744140625,0.005278462809312822,1.4144849479198456,1.4150779247283936,0.0020220192636203793,0.07649044816692666,0.0780886188149452,0.004934279847020166,0.06337413315971688,0.06261734478175635,0.011593487056035056,0.2176501390834649,0.17760175466537476,0.1064995475924893,0.24289531384905175,0.2264718487858772,0.07893538885118839,147.42959594726562,147.28941345214844,9.613303047817286
|
||||
policy,2,0.6473871866861979,0.6461933851242065,0.00425529513902401,1.0217966934045155,1.0213181972503662,0.002049081944455338,0.031831541874756376,0.0320447199046611,0.001321010181450642,0.0320463661725322,0.03194846957921975,0.0010518801369134164,0.22092611591021216,0.18186564743518824,0.1069349720841799,0.24753392239411667,0.2311877235770225,0.07912790294929802,147.80499267578125,146.9468994140625,9.956079287102952
|
||||
policy,3,0.6489810744921366,0.6473664045333862,0.003759028019082907,0.8511523207028707,0.8504195213317871,0.002158997310786111,0.0314845618170996,0.03174880333244795,0.0013127971178793104,0.031630845585217025,0.0314542185515165,0.0009699207375776633,0.22395178861916062,0.1859280169010162,0.10733455499723425,0.2518775860468546,0.23512949794530866,0.07932396079375643,148.93065134684244,146.53970336914062,10.832183440692473
|
||||
policy,4,0.6491357485453287,0.64769446849823,0.004299837921752558,0.750847190618515,0.7512043416500092,0.0020164103559894187,0.031140400562435333,0.03145345952361815,0.0013073457395346695,0.031219401241590533,0.0309666339308023,0.0008921027834694809,0.22673194545010725,0.18979053199291224,0.1076981069306617,0.2559323323269685,0.2370572388172149,0.07952050394938813,149.72666549682617,146.9228515625,12.890704637766394
|
||||
policy,5,0.6489985187848409,0.6472949981689453,0.004284598295725029,0.6815488288799921,0.6818063259124756,0.0013269669473292495,0.030800262000411704,0.031142232939600896,0.0013043673332886667,0.030813457133869265,0.03050866629928345,0.0008199296519894074,0.22927158481130994,0.19345519691705698,0.10802566071068327,0.2597044482827186,0.23874036967754358,0.07971449848174926,150.95372772216797,146.35298919677734,14.599678891383387
|
||||
policy,6,0.6493704915046692,0.6477868556976318,0.003729369143234071,0.6317808280388514,0.6316816508769989,0.0010129078248024967,0.030465345053623073,0.030794579535722698,0.001303538280973967,0.030414384479323976,0.03011762723326675,0.0007551552055798307,0.23157586716115472,0.1969241574406623,0.1083174384712585,0.26320039729277295,0.24018896371126175,0.07990296735891936,150.53175099690756,146.16230010986328,14.48051586553915
|
||||
policy,7,0.6496074199676514,0.6482546329498291,0.0038244679447973443,0.5938046524922053,0.5937873721122742,0.001833132139573631,0.030136715620756097,0.0303747504949569,0.0013045158992853415,0.030023414331177833,0.02978245262056585,0.0006997623102696805,0.2336500234281023,0.20019968599081034,0.10857384309766811,0.2664267433186372,0.24141289293766022,0.08008302826913535,151.6221694946289,146.26095581054688,14.353518659103113
|
||||
policy,8,0.6917414863904318,0.6903729438781738,0.005001938953397177,0.5633488049109777,0.5631502866744995,0.0015788392132046,0.025963780159751523,0.02547133993357415,0.0045344844130763935,0.017909689495960817,0.01910129748284815,0.005316105459188914,0.2367754510293404,0.20422832667827606,0.10830474312368574,0.2706387216846148,0.2455422282218933,0.07826163803873017,151.7825558980306,146.94458770751953,14.530284303873941
|
||||
policy,9,0.6478740572929382,0.6473151445388794,0.00342750683368031,0.5371752580006918,0.5369879007339478,0.0016299509473244613,0.012052079817900999,0.01166178053244945,0.0011960435784910248,0.0094760447585334,0.0092395199462771,0.00101613266064457,0.24553270700077212,0.21367761492729184,0.10736949663056423,0.27704647680123645,0.2516204714775085,0.07747815191140948,151.54314295450845,147.92330169677734,13.683223180665014
|
||||
policy,10,0.6496039032936096,0.6488661766052246,0.003865530079600643,0.5146920482317606,0.5150032639503479,0.0009806383875285373,0.012248850117127058,0.011874479707330451,0.0012260139000298477,0.009777736151590891,0.0095782824791967,0.000978240221040205,0.25429585327704746,0.2231359928846359,0.10642221409460784,0.28346569836139673,0.2577061951160431,0.07671068068316894,152.61538696289062,147.5699691772461,14.108317381387922
|
||||
policy,11,0.6489719351132711,0.647807240486145,0.0034623267092432817,0.49607866257429123,0.49588590860366816,0.0009990996585258426,0.012518588763972075,0.012161699589341799,0.0012534462952963849,0.010166282920787683,0.0100034908391535,0.0009375842384349937,0.26307786007722217,0.23261701315641398,0.10546196618514704,0.2899070406953494,0.26380936801433563,0.07595875781559804,153.22099685668945,148.41881561279297,13.88283328930684
|
||||
policy,12,0.649236003557841,0.6475197076797485,0.00430616294668392,0.4790687660376231,0.4790255278348923,0.0009291471044810496,0.012858344086756249,0.012520044110715351,0.0012781356393423498,0.010634453423942076,0.010507449042052,0.000896148371167625,0.27189186836282414,0.24245549738407135,0.10448781987260586,0.29638134315609926,0.26994018256664276,0.07522208628711921,153.67461649576822,148.98487854003906,13.875241911041709
|
||||
policy,13,0.6488353411356608,0.6479705572128296,0.003138532454939961,0.46420008689165115,0.464258149266243,0.0011999309824429578,0.013264502631500317,0.0129454894922673,0.0013001118922792592,0.011174780782312118,0.011083975434303249,0.000855675265628244,0.2807510141283273,0.25337384641170496,0.10349874087540605,0.30289953822890914,0.27628338336944575,0.07450040663991207,154.0929857889811,151.07791137695312,13.799919668638962
|
||||
policy,14,0.648975153764089,0.6476898193359375,0.003872997300978063,0.4507448747754097,0.4508764296770096,0.0006471736677451107,0.013733437362437408,0.0134703321382403,0.0013196270299924199,0.011780553186933142,0.01175220590084785,0.0008175678988610062,0.28966868420441944,0.2643648311495781,0.10249364769138815,0.30947285393873847,0.28239525854587555,0.07379362953540929,154.38819376627603,150.42861938476562,13.835222993808747
|
||||
policy,15,0.6905080676078796,0.6900039911270142,0.0033164739322531444,0.4380198468764623,0.4383005350828171,0.0013271376318603006,0.015651395389189266,0.0156455729156732,0.002268383839120485,0.013556836560989367,0.013226540759205749,0.0011786154987778112,0.29748456552624697,0.27336407452821726,0.10164171756842781,0.3158244726558526,0.28906451165676117,0.07239327120282205,155.08479181925455,151.11359405517578,13.790145010961249
|
||||
policy,16,0.6472010215123495,0.6462440490722656,0.0031110017821109467,0.4266191348433494,0.4267484247684479,0.0012334320783330536,0.014700222217167366,0.014567330479621849,0.0014088561840510847,0.013542921825622474,0.0134996981360018,0.0008437410570344524,0.3072054249544938,0.2849636524915695,0.10032777001304267,0.32282921547691024,0.2959719598293304,0.07142249427761804,155.24080403645834,151.1761703491211,13.94449597442154
|
||||
policy,17,0.6488770246505737,0.6480358839035034,0.0028399173407890467,0.41564693053563434,0.4154650717973709,0.0009703300785440295,0.015473418403416825,0.015381320379674351,0.0014110266263997644,0.014447487968330534,0.014418961014598549,0.0007917539883226703,0.3170818189779917,0.2967372238636017,0.09898082285235071,0.32996398955583567,0.3030135035514831,0.07047022641083514,155.45496114095053,151.64667510986328,13.830982505865054
|
||||
policy,18,0.6496665477752686,0.6484616994857788,0.004179862260695171,0.40583811700344086,0.4057288914918899,0.0011259986417671295,0.0162939693157871,0.01624167710542675,0.0014136453376044347,0.015394768600041617,0.0153808621689677,0.0007442454152406141,0.327132706840833,0.3087053000926971,0.09759843813306701,0.337244709332784,0.31020544469356537,0.06953784214636155,155.7139638264974,151.96312713623047,13.830197420330885
|
||||
policy,19,0.6493506034215292,0.6483136415481567,0.003673769599486678,0.3962456410129865,0.396146222949028,0.0013189603605568332,0.01716049605359628,0.01714735291898245,0.0014172416388238854,0.016384437990685258,0.01638379041105505,0.0007011516212797254,0.337377997736136,0.3208893537521362,0.09617797977027111,0.3446882665157318,0.3175652325153351,0.06862697949556329,156.03748575846353,152.01201629638672,14.006627750614479
|
||||
policy,20,0.6491437951723734,0.6486915349960327,0.002968637014826331,0.3878210783004761,0.38795055449008936,0.0009155423236335545,0.018072342189649693,0.018098055385053102,0.001422266802337083,0.017416970804333635,0.017381310462951598,0.0006625173220389585,0.34783878549933434,0.33331187069416046,0.09471668478436115,0.3523128827412923,0.32568517327308655,0.06773977086351433,156.30267461140951,152.43701171875,14.055036715087766
|
||||
policy,21,0.649422307809194,0.6482999324798584,0.003020740372053352,0.3791881427168846,0.37943316996097565,0.0010719845447500686,0.019029505085200016,0.01909416075795885,0.0014290745392573486,0.018493609813352383,0.01843960303813215,0.0006284544538416576,0.35853735357522964,0.3459964692592621,0.09321157976476312,0.36013806362946826,0.3342155814170837,0.06687870296820758,156.55762736002603,152.5706329345703,14.167568549951891
|
||||
policy,22,0.690550684928894,0.6891156435012817,0.003605189825920537,0.37122587362925213,0.37135323882102966,0.0007430274653351107,0.021321537594000458,0.02130543347448105,0.0018333785309322798,0.02070359016458189,0.02062608953565355,0.0006755561049574767,0.3688359446823597,0.3574695438146591,0.09198204063812705,0.36861835171778995,0.3433912098407745,0.06569962419624863,156.65207163492838,152.88987731933594,14.201166841433894
|
||||
policy,23,0.6472364266713461,0.6457139253616333,0.0033961196276788867,0.36320151140292484,0.3630937486886978,0.0008516771388132178,0.022092076484113876,0.02245603594928975,0.0015662491672617303,0.021882991927365408,0.0218180706724524,0.0006591955274084387,0.38068590437372524,0.3712977021932602,0.09021202604608386,0.3774840260545413,0.3529801964759826,0.06457989434337529,156.87154897054037,153.11627960205078,14.316721269775693
|
||||
policy,24,0.6498146653175354,0.6487792730331421,0.0036719297072731684,0.3562495584289233,0.35617204010486603,0.0008958292839361519,0.023253691072265253,0.0236639222130179,0.0015810541574747985,0.02316572998339925,0.0230692541226744,0.000635867176146003,0.3929002955555916,0.3855152875185013,0.08837866787609737,0.38666465133428574,0.364868625998497,0.06347882916003453,156.98361333211264,153.00149536132812,14.41455539667375
|
||||
policy,25,0.6489608486493429,0.6477334499359131,0.0032219566127996728,0.3492613459626834,0.3492851853370666,0.0006195833301494859,0.024468544715394516,0.0248827617615461,0.0015989195865741743,0.02450737279529368,0.024431359022855703,0.0006170844108441337,0.40551237513621646,0.3990884274244308,0.08647766452901269,0.39619208375612897,0.3782522529363632,0.062400642117970605,157.0097452799479,152.8729019165039,14.537454122194925
|
||||
policy,26,0.6497783064842224,0.6484144926071167,0.004028249042762285,0.3420258288582166,0.34198953211307526,0.0007902867228147221,0.02573926451926425,0.026128178462386048,0.0016200169427557172,0.025912347560127526,0.025858043693006,0.0006038300859548508,0.4185575693845749,0.412119522690773,0.08450456501338735,0.40610116223494214,0.39211760461330414,0.061350305165266614,157.26624298095703,153.09542083740234,14.600996818620105
|
||||
policy,27,0.6492996414502462,0.6483492851257324,0.0039205108436155805,0.33609673629204434,0.3360556960105896,0.0008164527096960188,0.02706953852126991,0.0274319946765899,0.0016445585622215434,0.027386369959761667,0.027357442304491948,0.0005974904431575588,0.43207403520743054,0.4258777648210525,0.08245468013756341,0.41643041869004566,0.4065074026584625,0.060333650073052934,157.48529561360678,153.11978149414062,14.566424402429062
|
||||
policy,28,0.6494200428326925,0.6482135057449341,0.004572830551777512,0.3297390739123026,0.329818770289421,0.0006023747488670542,0.02846339639897144,0.02879792265594,0.0016727737193333383,0.028935770504176558,0.02891767583787435,0.0005998555462936048,0.4461026166876157,0.4401669204235077,0.0803233020186231,0.4272223139802615,0.4214675724506378,0.05935745747303747,157.60917790730795,153.2453155517578,14.559437480944727
|
||||
policy,29,0.6918827692667643,0.6902720928192139,0.006078045190301438,0.323594830930233,0.3236774802207947,0.0007739983426567586,0.030941925632456884,0.03145368024706835,0.001972446745267583,0.031223285943269685,0.031400419771671254,0.0006641316951094585,0.4599899649620056,0.4535985738039017,0.07835439190610036,0.4389166707793872,0.4375337213277817,0.05826242146328507,157.66933949788412,153.34476470947266,14.534058391552787
|
||||
policy,30,0.6476715803146362,0.6455258131027222,0.00469813828421893,0.31747699280579883,0.31728383898735046,0.0007564402573338545,0.03232660641272857,0.0327124241739511,0.0018372653966434596,0.03298776193211471,0.0330889523029327,0.0006774097555480256,0.47560195873181027,0.469623789191246,0.07582504033070474,0.4512246772646904,0.4543880820274353,0.05721496737907261,157.77988306681314,153.4180450439453,14.611571535772663
|
||||
policy,31,0.6494153340657552,0.6473125219345093,0.003989365122320217,0.31249892959992087,0.3122365474700928,0.0006969237903476576,0.03400467724228893,0.034294968470931,0.0018769903575960843,0.03486074196795618,0.0349665861576795,0.0007058735613527643,0.49191972116629284,0.4863733649253845,0.07319153898391458,0.46419872095187503,0.47062981128692627,0.05622776911765073,153.67197799682617,149.03607177734375,15.271304337947575
|
||||
policy,32,0.6493352055549622,0.6476064920425415,0.004721971966544929,0.3042539755503336,0.3042845278978348,0.0007741494739106284,0.03577395311246311,0.0360078811645507,0.0019214858271318085,0.03685023014744118,0.0369428992271423,0.0007518117321294771,0.509001279870669,0.5039057433605194,0.07045000358536274,0.4779091278711955,0.4870370924472809,0.05531164064728153,149.91169357299805,145.1396026611328,15.894594752565165
|
||||
policy,33,0.6495334108670553,0.6479159593582153,0.0039410229705999075,0.2965628281235695,0.2966458201408386,0.0005875436564406487,0.037641666208704266,0.03791968710720535,0.0019712501608089173,0.038968710849682446,0.03895090147852895,0.000819199025357284,0.5269073446591696,0.5222817957401276,0.06759758479014014,0.4924341415365537,0.5043178796768188,0.0544776468327676,146.3749682108561,141.4886474609375,16.541766371323863
|
||||
policy,34,0.6501738627751669,0.6483650207519531,0.004789572936620961,0.2884625966350237,0.2884840220212936,0.0008940883280926684,0.03961700076858198,0.03994516469538205,0.0020269731442351105,0.041231797076761674,0.04109218344092365,0.0009124171933168928,0.5457010865211487,0.5415646433830261,0.06463267831047663,0.5078609560926756,0.5225508809089661,0.0537359652630212,142.94803619384766,137.9072265625,17.29069538142296
|
||||
policy,35,0.6496911843617758,0.6477254629135132,0.0048018790325888225,0.2802392343680064,0.2802400141954422,0.0008277877666925456,0.0417085969820618,0.0420940872281789,0.0020895567242021134,0.04365593443314227,0.0435462221503257,0.0010363171357243143,0.5654462774594625,0.5618173480033875,0.06155561624974228,0.5242862527569135,0.5411145687103271,0.0530947131009649,139.67481994628906,134.28568267822266,17.989186406801874
|
||||
policy,36,0.6920228600502014,0.6899217367172241,0.005864525186234139,0.27152476211388904,0.2715019285678863,0.0007973849586898755,0.045764191697041136,0.0459871385246515,0.0021008116171453363,0.04786680079996581,0.0478802770376205,0.001282489277130803,0.5859842002391815,0.5820439755916595,0.05849964929239707,0.5425950412948927,0.5592318773269653,0.05238197440169256,136.69652875264487,130.99497604370117,18.661043596017475
|
||||
policy,37,0.6479811668395996,0.646208643913269,0.004288476767435443,0.26228669534126914,0.26226972043514246,0.001157477777511463,0.04836190026253457,0.048723645508289296,0.0022680582747285735,0.0508227031677961,0.0507948882877826,0.0014920986822361528,0.6087188223997752,0.6053218841552734,0.05500547852552452,0.5622396618127823,0.578615665435791,0.05177211763516507,133.93212445576987,127.96448516845703,19.380867031559063
|
||||
policy,38,0.6500806212425232,0.6478804349899292,0.004705820650132795,0.253028134504954,0.25304014980792994,0.0009263819806298374,0.05105337593704457,0.05137768201529975,0.0023776437603379393,0.054027541230122204,0.053980544209480244,0.0017583988560219842,0.6327124039332072,0.6298639178276062,0.05139621372910277,0.5833628674348196,0.5970162451267242,0.05125169723112898,131.38196818033853,125.09227752685547,20.05655738529435
|
||||
policy,39,0.6497843066851298,0.6479024887084961,0.004928818273317712,0.24325793857375777,0.2436693608760833,0.0011216682686972957,0.05392469403644398,0.0540874600410461,0.0025076725928397476,0.05751379020512099,0.05746695213019845,0.002094426499202336,0.6580099612474442,0.6557099521160126,0.047687703108987387,0.6061166077852249,0.6165175139904022,0.050789743236153914,129.22574170430502,122.732177734375,20.663079271229826
|
||||
policy,40,0.6498561104138693,0.6479218006134033,0.004640646530824394,0.23366486653685567,0.23411829769611353,0.0009948155718129466,0.056989889902373116,0.0569498352706432,0.002664930723292488,0.061319791401425953,0.061270035803317996,0.002516961618175532,0.6846298029025396,0.6828721165657043,0.04390243145966607,0.6306579907735189,0.6377725899219513,0.050331518095242035,127.35480944315593,120.6128044128418,21.301140184785925
|
||||
policy,41,0.6500968734423319,0.648076057434082,0.004676126551469453,0.22365925461053845,0.2236921638250351,0.0010488983928622925,0.06025884021073576,0.0599641744047403,0.0028587691013960198,0.06548552370319759,0.06542756408452985,0.0030475284747218667,0.7125466763973236,0.7113173305988312,0.04007021322357911,0.6571383873621622,0.6629627645015717,0.049790909087042784,125.81211026509602,118.95423126220705,21.90177425372722
|
||||
policy,42,0.6498247186342875,0.6477075815200806,0.0047641639215649815,0.21369183311859763,0.2140514552593231,0.0011579131104297985,0.0637420999507109,0.0635149739682674,0.0031022706502558052,0.07005900703370567,0.0699840039014816,0.0037138592975449686,0.7416722923517227,0.7417701482772827,0.036227561834070686,0.6856891363859177,0.6898455023765564,0.04904336450457139,124.52863629659016,117.42666625976562,22.464452852048478
|
||||
policy,43,0.6917174259821574,0.6900182962417603,0.005220972090999384,0.20356311897436774,0.20373869687318796,0.0012262295908016326,0.06988251333435372,0.06989368423819539,0.0035498769659521702,0.07536486846705275,0.07600722089409825,0.004641548278271991,0.7722329397996267,0.773970901966095,0.032340333809787375,0.7161442240079244,0.7175347805023193,0.04824123432206964,123.62733586629231,116.43996810913086,22.95626821056902
|
||||
policy,44,0.6483255624771118,0.6464056968688965,0.004451187630575009,0.19301174705227211,0.1931719630956649,0.0011565930207836906,0.07423406156400834,0.0742567218840122,0.0040897432208426105,0.08104079092542328,0.08169032260775566,0.005734211198437005,0.8039834648370743,0.8056936264038086,0.028523219313071266,0.7488717585802078,0.747832328081131,0.04686092231602342,123.1502259572347,115.80707550048828,23.469497746853037
|
||||
policy,45,0.6518935362497965,0.6482236385345459,0.007284798783793948,0.18278901403148964,0.18303494900465006,0.0012431227186396282,0.07884817942976945,0.07878460362553591,0.004751552102890006,0.08733493338028586,0.08815273270010945,0.0071171841198338715,0.8362454821666082,0.8379890620708466,0.02478043863577107,0.7837568571170171,0.780787855386734,0.04462576726600304,123.07965723673503,115.70082092285156,23.901374306393187
|
||||
policy,46,0.6496703227361044,0.6480215787887573,0.004247311297795144,0.17225904266039527,0.1723987236618995,0.0010898443127477552,0.0837381972620884,0.08389908447861666,0.005595122610654773,0.0943230098734299,0.09574912488460535,0.008865993647160113,0.8682842055956522,0.8684237599372864,0.021182486244899223,0.8204205334186554,0.8182660937309265,0.04125192758371004,123.49246088663737,116.11748504638672,24.244624223843772
|
||||
policy,47,0.6501901944478353,0.6483310461044312,0.0043661839715188385,0.16155678158005074,0.16166828572750092,0.0010383624276261644,0.08890136641760664,0.08934890851378435,0.006661051907243303,0.10209418771167593,0.10433125868439669,0.01107002656090433,0.8990377932786942,0.8971606194972992,0.017867989785558015,0.8580444902181625,0.8568912744522095,0.03653520841743939,124.3292687733968,116.94001007080078,24.525514332797744
|
||||
policy,48,0.6500921845436096,0.6480554342269897,0.004901106490967236,0.15051147217551863,0.15064564347267145,0.001283093063205325,0.09441843753059702,0.09522654861211771,0.007997202307458387,0.11083571426570411,0.11415120214223859,0.013838227086539166,0.9270694702863693,0.9270352125167847,0.015112223259055353,0.8951294670502344,0.8941790759563446,0.03052136088005132,125.5109437306722,118.07815551757812,24.72511173714982
|
||||
policy,49,0.6499232848485311,0.6482113599777222,0.004380804404572696,0.1381636758645375,0.13847375661134714,0.001287988220048499,0.10095517399410403,0.10097187757492065,0.009706344614735093,0.12142600119113918,0.1262004971504211,0.017379591933995905,0.950598826011022,0.9522805213928223,0.013324961023501577,0.9292578200499216,0.9260741174221039,0.023765504568660976,127.22068532307942,119.7719497680664,24.864440362671008
|
||||
policy,50,0.693087120850881,0.690157413482666,0.007259449753294199,0.11381355300545687,0.1140319593250751,0.0017533202302651384,0.16006283896664772,0.15852173417806625,0.02034257355763423,0.22234004735946652,0.23745510727167124,0.04003501139930138,0.9743477205435435,0.9767513871192932,0.013027335815097917,0.968586673339208,0.96748948097229,0.014758799685685274,128.00551478068033,120.68492889404297,24.752341237511594
|
||||
world_model,1,0.6889663537343343,0.6886293888092041,0.0024045034416456446,1.4143242239952087,1.414684772491455,0.0017370273447210453,0.0748839825391769,0.07100484892725939,0.010716395529965806,0.05886044725775715,0.05892492458224295,0.010491290193894491,0.2724174360434214,0.27693410217761993,0.07064011843678009,0.2788101385037104,0.27183860540390015,0.08208075639936602,150.05063247680664,144.8472900390625,15.859369717303409
|
||||
world_model,2,0.6478930711746216,0.6470520496368408,0.003280523980466367,1.0217781364917755,1.0215840935707092,0.002190171524255816,0.031324184034019646,0.03130804747343055,0.0012154679026066956,0.03194265005489186,0.032051479443907696,0.000998293120934362,0.27474653472503024,0.2788960337638855,0.06942979148851292,0.2839471970995267,0.2744799852371216,0.08217323807990158,149.88531239827475,145.49192810058594,15.49283927200175
|
||||
world_model,3,0.6493366559346517,0.6484113931655884,0.003261667458857244,0.8505117346843084,0.8500480949878693,0.0024215369744741023,0.03089445456862445,0.03085844125598665,0.0012218140047457252,0.031542746660609994,0.031577102839946705,0.0009889335349329488,0.2767974659800529,0.2805575579404831,0.06821376735910574,0.2887509949505329,0.27681975066661835,0.08227551636624382,150.3186378479004,145.56983947753906,17.108480315429873
|
||||
world_model,4,0.6493169864018759,0.6485388278961182,0.0034373244955708394,0.7495856831471125,0.7493919730186462,0.0019118501236505638,0.030471787787973836,0.0304165799170732,0.0012326011218558933,0.03114705393090839,0.0311967693269252,0.000996738021104174,0.278579152499636,0.2819302380084991,0.06699592636734883,0.29322862252593035,0.2788707166910171,0.08238763196948298,148.63142903645834,145.3960418701172,12.974899924079189
|
||||
world_model,5,0.6494684219360352,0.6487433910369873,0.0029273574485552878,0.6826283981402715,0.6828693747520447,0.0014485869312562043,0.03005749871954314,0.029985610395669847,0.001247055271236622,0.030756881305326975,0.0306796822696924,0.001019458771439284,0.28010038038094837,0.28302532434463495,0.06577994079835255,0.29738737642765045,0.2806451618671417,0.08250955756795561,148.475954691569,144.69192504882812,12.39317950273535
|
||||
world_model,6,0.6491868694623312,0.6481391191482544,0.003928993908583968,0.6322758495807648,0.6321972012519836,0.0015152292608489107,0.02965284977108235,0.029673698358237702,0.0012643981883068208,0.030373493209481184,0.0302988383919,0.001054323916199992,0.28136961907148356,0.28385379910469055,0.06456916456902467,0.3012347122033437,0.2821550667285919,0.08264117087613661,147.6905517578125,143.0400848388672,10.545536474316703
|
||||
world_model,7,0.6487173239390055,0.6477173566818237,0.0026049954268770065,0.5945133864879608,0.5943523049354553,0.001130979423640031,0.029258967377245385,0.029293274506926502,0.0012838737756521862,0.029998024615148666,0.029925942420959452,0.001098455207900564,0.2823951467871666,0.28442640602588654,0.0633668004549254,0.3047781027853489,0.28341174125671387,0.08278222817601605,147.77608998616537,143.69051361083984,9.870541378033513
|
||||
world_model,8,0.6912380456924438,0.6904399394989014,0.003757709046472672,0.5634361157814661,0.5638544261455536,0.0016154349352241572,0.024451181602974683,0.02305871620774265,0.006131724209241375,0.01709484875512615,0.01721128169447175,0.00476838231156143,0.28526540597279865,0.2857621759176254,0.06233786633324466,0.3090654450158278,0.2866702526807785,0.08192546627100616,148.27746963500977,143.96996307373047,10.153989286734493
|
||||
world_model,9,0.6467217206954956,0.6461753845214844,0.003265835994354481,0.537625844279925,0.5375058054924011,0.0010811496870346046,0.011465866506720533,0.011224656365811748,0.001243204671327295,0.00938099296763535,0.00909662805497645,0.0009398211670973485,0.2934304823478063,0.29424677789211273,0.06075513827270509,0.31547712534666056,0.29217478632926935,0.08128902193745531,148.43003845214844,144.09798431396484,10.433411302413244
|
||||
world_model,10,0.649751623471578,0.6487933397293091,0.0033249820520841284,0.51593878865242,0.5160200595855713,0.0007738563271699511,0.011596900410950142,0.011335495859384499,0.0012680160605716465,0.009668632332856416,0.0094032986089587,0.000918049459217946,0.301582608371973,0.30271777510643,0.05917269503921551,0.3218956117828687,0.30005438625812525,0.08066378360404976,149.56526311238608,145.7801742553711,11.0746145811303
|
||||
world_model,11,0.6490500768025717,0.6480419635772705,0.002928637311420627,0.49656499673922855,0.49705080687999725,0.0012540577603985033,0.011806708217288018,0.0115265776403248,0.0012856562217545755,0.010044628831868333,0.00987302325665945,0.0008971695918157023,0.3097340241074562,0.3111879974603653,0.05758979659226582,0.3283315872152646,0.30810417234897614,0.08004915236434963,149.64780044555664,145.38105010986328,11.491075557711081
|
||||
world_model,12,0.6495495835940043,0.6485860347747803,0.0030390713002334414,0.47998591760794324,0.47997540235519404,0.001126748096538111,0.012092392814035175,0.01175648486241695,0.0012967229734146169,0.0105018211373438,0.01041941624134775,0.0008779820760519274,0.3178969124952952,0.3196701258420944,0.05600570441466113,0.33479579041401547,0.31617969274520874,0.07944457368636809,149.90188598632812,145.91799926757812,11.687314514641729
|
||||
world_model,13,0.6493868033091227,0.6483099460601807,0.0032524662774006926,0.46496416131655377,0.46468518674373627,0.000996331075449232,0.012450121808797085,0.012053127400577051,0.0013020766306024794,0.011032709230979225,0.0109919323585927,0.0008612153935112609,0.32608346392711,0.32817690074443817,0.05441995019696322,0.3412991339961688,0.3242938667535782,0.078849580330303,150.30772145589194,146.69024658203125,11.850812420543612
|
||||
world_model,14,0.649185299873352,0.6483020782470703,0.003376829342655136,0.45146824916203815,0.451450377702713,0.0011818608043932346,0.012875792182361017,0.0124271279200911,0.0013027052012935813,0.011630402645096134,0.011622509919106901,0.0008474959700209584,0.33430591225624084,0.33627721667289734,0.052832236787373185,0.3478527180850506,0.33245988190174103,0.078263683922943,150.4625333150228,147.24270629882812,11.92363804911
|
||||
world_model,15,0.6906043688456217,0.6898318529129028,0.0030028679972658725,0.4391014228264491,0.4387042373418808,0.0012388691001237722,0.01491204827713464,0.01450098166242235,0.002004171739432676,0.013327061819533458,0.0131503092125058,0.0014651200533332858,0.3411960018177827,0.34271880984306335,0.051709197088783306,0.35419633239507675,0.3409992456436157,0.07725211154334023,150.8256746927897,147.15680694580078,11.893290807955413
|
||||
world_model,16,0.6471151908238729,0.6462337970733643,0.0034340291999377503,0.4271423767010371,0.42722709476947784,0.0009909149216771843,0.013877247693017083,0.01390535896643995,0.00121471118366893,0.013346328089634525,0.01355574047192925,0.0008211544124563369,0.3501108872393767,0.35205318033695215,0.05022378872793229,0.36115437000989914,0.3476824015378952,0.07630856256913227,151.02851231892905,147.59903717041016,11.817496491915682
|
||||
world_model,17,0.649954358736674,0.6493878364562988,0.0032633895416199236,0.4159463768204053,0.4161078631877899,0.0009360490571269192,0.014637109745914666,0.0146481599658727,0.0011913689578365353,0.014242923740918382,0.014513280708342749,0.0007931514539859944,0.3591533663372199,0.36152136325836176,0.04872273398486334,0.3682365839680036,0.3543879240751266,0.07536435838734229,151.44954427083334,147.68067932128906,12.078203705136522
|
||||
world_model,18,0.6492575208346049,0.648552656173706,0.0035228347222042576,0.40627697110176086,0.40666691958904266,0.0012849175303977,0.015444963316743525,0.015439776238053999,0.001169041895771313,0.01518259166429435,0.01547382818534965,0.0007706126099196622,0.368340365588665,0.3711410164833069,0.04720543803011601,0.37545860310395557,0.3612321466207504,0.07441882674964949,151.42625172932944,147.6425323486328,12.28061875969843
|
||||
world_model,19,0.6492364207903544,0.6478835344314575,0.0031895926310723448,0.3964555809895198,0.39651884138584137,0.0011613724656236617,0.016299024379501693,0.01627450250089165,0.0011480080350639045,0.01616480830125506,0.0164526291191577,0.0007535781832025653,0.377689595023791,0.3814612179994583,0.04567154554677388,0.38283689320087433,0.3682314157485962,0.07347129217782124,151.70632553100586,147.69981384277344,12.41152974610871
|
||||
world_model,20,0.6490195393562317,0.6479917764663696,0.0036037782710066496,0.3872705176472664,0.3873711973428726,0.000992603896551098,0.01719829067587846,0.017133327201008748,0.0011284348286458993,0.01718987415855125,0.017474940046668,0.0007421001033315644,0.3872197419404983,0.39189702272415156,0.04412111000517898,0.3903892363111178,0.37540337443351746,0.0725212863305553,151.79847462972006,147.86595916748047,12.562833636485834
|
||||
world_model,21,0.649173378944397,0.648223876953125,0.003189073556300481,0.3793397744496663,0.3794917017221451,0.0008691546440172171,0.018142484283695585,0.0180377466604113,0.001110401356314425,0.018258895880232218,0.018529762513935552,0.0007362528607600523,0.39695052554210025,0.4025385677814483,0.042554612528058304,0.39813463638226193,0.3827670067548752,0.07156830653979002,151.99737675984701,147.95562744140625,12.577183132079309
|
||||
world_model,22,0.6905566255251566,0.689825177192688,0.0031557345584067764,0.3713383749127388,0.3713804930448532,0.0006888775796344913,0.020778028449664473,0.02034248691052195,0.001653247060557046,0.0204496139970918,0.02065920457243915,0.0008771995187945864,0.40607597182194394,0.410915732383728,0.041432091745264625,0.40641217182079953,0.39081752300262446,0.07048121491615032,152.18917592366537,147.92375946044922,12.610512087947125
|
||||
world_model,23,0.647408107916514,0.6467834711074829,0.003330493286755428,0.3633294478058815,0.36328156292438507,0.0008532438699208647,0.02128237097834544,0.0212100930511951,0.00107046185628649,0.021534933863828532,0.02182964142411945,0.000778253568444331,0.4168699284394582,0.42300401628017426,0.03981725780763052,0.41510603328545886,0.3991383165121078,0.06935985585208054,152.35709762573242,148.3919677734375,12.652039472368775
|
||||
world_model,24,0.6500898400942484,0.6494050025939941,0.003042849260973966,0.3563152775168419,0.35594251751899714,0.0007995385703741201,0.02243489523728684,0.022334058769047198,0.0010583027572899154,0.02280273428186769,0.023113649338483748,0.0007852620780441296,0.4279819180568059,0.43543028831481934,0.03818188478919648,0.42409955710172653,0.40775729715824127,0.06822513059494403,152.49677530924478,148.6343002319336,12.617658214800404
|
||||
world_model,25,0.6496684749921163,0.648679256439209,0.0032845301053133443,0.348917156457901,0.34940139949321747,0.0009189255293657131,0.023639789627244,0.0234976559877395,0.0010473535256255299,0.02412832745661334,0.02441936451941725,0.0007982321979610802,0.43944165607293445,0.44822466373443604,0.03652911322489435,0.43342308451732,0.41670534014701843,0.06707638716494153,152.55650329589844,148.88372802734375,12.580588511907594
|
||||
world_model,26,0.6492807070414225,0.6485669612884521,0.003055645765460555,0.34237750619649887,0.34230369329452515,0.0008367562423490079,0.024899700811753623,0.0247145108878612,0.0010374929340858019,0.02551596192643042,0.0257391957566142,0.0008176948498693766,0.4512808596094449,0.46111972630023956,0.034863679008799775,0.44310975074768066,0.42714741826057434,0.06591309866717479,152.7691993713379,148.96636962890625,12.569761674921546
|
||||
world_model,27,0.6496078968048096,0.6480950117111206,0.0034371487860228507,0.3356090287367503,0.3355212807655334,0.0008983292549145721,0.026218342439581918,0.0259878151118755,0.0010286324091846875,0.02697114630912735,0.027125746011733953,0.0008443403604071045,0.46353374669949216,0.47436836361885065,0.03319247177981764,0.45319610337416333,0.43844078481197357,0.0647348043328916,152.9664560953776,149.21092987060547,12.607798223796511
|
||||
world_model,28,0.649144172668457,0.6481062173843384,0.0025635244747685814,0.3291594708959261,0.3289074152708053,0.001076616292377791,0.027599819625417358,0.027321103028953048,0.0010206779497727322,0.028500001411884968,0.0286202942952513,0.0008790315624924208,0.4762369692325592,0.4874177724123001,0.03152509287934175,0.46372241775194806,0.45020958781242365,0.06354123842863728,153.1533940633138,149.3561782836914,12.595309977111459
|
||||
world_model,29,0.6908356348673502,0.6899559497833252,0.002980305532652352,0.323185366888841,0.323261946439743,0.0008504957311188928,0.030241731864710606,0.029636181890964453,0.0012980275781377857,0.030715214554220382,0.0308229634538292,0.0009172070603986371,0.48853721221288043,0.49878033995628357,0.03007134762534453,0.4748545264204343,0.4623711109161377,0.062285663499135835,153.20234298706055,149.27063751220703,12.652406977421895
|
||||
world_model,30,0.6471856832504272,0.6466314792633057,0.0032595390907245478,0.31669951478640235,0.31671069562435145,0.0006622096586354218,0.03142121946439142,0.031222033314406802,0.0009792620706313595,0.03244880788649118,0.032577604055404594,0.0009514438612672861,0.5026542569200197,0.5123207867145538,0.028295097020594327,0.48660533378521603,0.4751233607530594,0.06093905300314256,153.45451482137045,149.38016510009766,12.63442807900908
|
||||
world_model,31,0.6504989862442017,0.6494495868682861,0.0033411733088072296,0.3118911584218343,0.31192025542259216,0.0005509171735825897,0.03308457043021913,0.032958375290036146,0.0009710327067514701,0.03429513828208045,0.0344395656138658,0.0010077181515862235,0.5173983797430992,0.5264580547809601,0.026556737231911962,0.4989782894651095,0.4885258674621582,0.05957139452928738,149.10330708821616,144.84458923339844,13.220109334967239
|
||||
world_model,32,0.6488372484842936,0.6482721567153931,0.002436942983632868,0.30427598953247065,0.30443406105041504,0.0008478529164615387,0.034839330551524904,0.0347821190953254,0.00096343848052159,0.0362552143633365,0.03641703911125655,0.0010772130071495952,0.5328232521812121,0.5412435829639435,0.024886037528557912,0.5120387226343155,0.5026442408561707,0.05818304000939907,145.0953000386556,140.6982879638672,13.711524657943404
|
||||
world_model,33,0.6499238808949789,0.6489933729171753,0.0032712582422740884,0.29658076415459317,0.2968357056379318,0.000695895486460173,0.03669323896368338,0.03666897676885125,0.0009570907490050071,0.038341177627444226,0.03852250240743155,0.0011624022770854794,0.5489855855703354,0.5567316710948944,0.023321940338903703,0.5258592516183853,0.5168269276618958,0.056774242582472184,141.19154993693033,136.82386779785156,14.29649453237948
|
||||
world_model,34,0.64918053150177,0.6485729217529297,0.002716323459753272,0.2881877372662226,0.288179486989975,0.0007182131096217557,0.03865613074352339,0.038629163056612,0.0009531850602169301,0.04056824464350934,0.04077157564461225,0.001266376977557913,0.5659453521172205,0.5720268785953522,0.021913722338766477,0.5405206829309464,0.5310207307338715,0.05534511488781949,137.45209376017252,132.79498291015625,14.923811894545505
|
||||
world_model,35,0.6495826045672098,0.6485041379928589,0.003435384411906562,0.2797479877869288,0.27977703511714935,0.0010269051260384686,0.040737581749757085,0.04070583917200565,0.0009538026980382285,0.04295241553336377,0.0431806910783052,0.0013929323963167552,0.5837644040584564,0.5870998799800873,0.020719694337073206,0.556112473209699,0.545499324798584,0.05389513638778013,133.9908930460612,129.03712463378906,15.532501804703271
|
||||
world_model,36,0.6900714834531149,0.6891059875488281,0.002973208721254341,0.27084721873203915,0.2708551585674286,0.0007171099423396204,0.04508539941161866,0.04507406428456305,0.0010238660853716405,0.04700953233987087,0.04743881896138185,0.0015852412205714238,0.6020890673001608,0.6034424304962158,0.019742997007988688,0.5733730047941208,0.5620593428611755,0.05237541899453457,130.78284072875977,125.79752731323242,16.106389691674895
|
||||
world_model,37,0.6468382279078165,0.6458146572113037,0.003731956120038627,0.26181872685750324,0.2618601471185684,0.0007749438289175688,0.047501241477827194,0.047185905277729,0.0010494395158109127,0.049904759973287534,0.050233755260705906,0.0017815363033703696,0.6228056798378626,0.6227991282939911,0.018933028769139076,0.5919796774784724,0.5798581838607788,0.05071656126114579,127.8296407063802,122.70630645751953,16.72150711001098
|
||||
world_model,38,0.6498761971791586,0.6491711139678955,0.0024777080731722,0.25230861455202097,0.2525266408920288,0.0009636748441423107,0.05020266616096095,0.0498225018382072,0.0011252119757703695,0.05303935986012217,0.0532173980027437,0.0020214439480384745,0.6446968068679174,0.6433457434177399,0.018521805248856046,0.6119559854269028,0.599038302898407,0.0490212419038345,125.0795358022054,119.81675720214844,17.32655206794205
|
||||
world_model,39,0.6493111848831177,0.6481750011444092,0.0032077214046326036,0.2431286610662937,0.24311704188585276,0.0009351467972837778,0.053095324275394234,0.0527650341391563,0.0012442636734595139,0.05644658207893368,0.0564289931207895,0.002316912222109169,0.6678205678860346,0.6671352684497833,0.018514797671463135,0.633439893523852,0.6197546124458313,0.04727569977226127,122.70255025227864,117.24900817871094,17.92308091302734
|
||||
world_model,40,0.6495705246925354,0.6481293439865112,0.0037780948924450515,0.23354920620719588,0.23362341523170466,0.001133307640525883,0.05619748340298728,0.0559321641921997,0.0014216314066693159,0.06016349109510577,0.059891309589147554,0.0026820383540543235,0.692216674486796,0.6926492154598236,0.018857455658209697,0.6565730273723602,0.6427916586399078,0.045456099724465196,120.65615145365398,115.09678268432617,18.500783315153082
|
||||
world_model,41,0.6497190197308859,0.6485785245895386,0.0034252798492953682,0.22327112654844916,0.22359383851289744,0.0011267722927272297,0.05952467303723091,0.059343585744500105,0.0016738225620290372,0.06422873772680755,0.0636238791048526,0.0031347702222224985,0.7178925573825836,0.71735018491745,0.019435197386019256,0.6814902375141779,0.6707356572151184,0.04352403162322547,118.90277989705403,113.24446105957031,19.0208315297537
|
||||
world_model,42,0.6502647995948792,0.6487685441970825,0.004196809946661364,0.21303318068385121,0.21328553557395935,0.0012556793117912777,0.0630947574973106,0.06294723786413664,0.0020188719162487277,0.06868887630601721,0.06770551204681391,0.0036983103201244983,0.7448068459828695,0.7433987557888031,0.020087257152845636,0.7083056271076202,0.7004401683807373,0.04142150824593567,117.5051326751709,111.79335403442383,19.544374726976415
|
||||
world_model,43,0.6915056904157003,0.6898552179336548,0.005335000979805876,0.20272208005189893,0.20286383479833595,0.001268945824224227,0.06947193294763561,0.067882552742958,0.0027534412999473284,0.0738726910203695,0.07313663884997365,0.0042824718333389885,0.7731313010056814,0.7700039148330688,0.0204018257547409,0.7368536293506622,0.7311695516109467,0.03912873115816779,116.54587109883626,110.71075057983398,20.057980918431273
|
||||
world_model,44,0.6467792391777039,0.6456863880157471,0.00359059615987521,0.19274245078365004,0.1929098591208458,0.0011885118347111337,0.07406505693991974,0.07265656068921085,0.00338667923097651,0.07940349479516341,0.0787555389106273,0.005169627401936322,0.8031549155712128,0.7989153563976288,0.020685598900006687,0.7675859779119492,0.7641653716564178,0.03645260621656314,115.98946062723796,110.16691589355469,20.444762574373023
|
||||
world_model,45,0.6495831807454427,0.6487065553665161,0.0031136734326880785,0.18217982848485306,0.18229085206985468,0.0011096026299434116,0.07891224883496757,0.0773920901119709,0.0042706649211777335,0.08551960438489908,0.08511331677436826,0.006286329148004323,0.8339425077040991,0.8286132216453552,0.020382964220728186,0.8002552489439646,0.7986851334571838,0.033317181350832024,115.78757095336914,109.74313354492188,20.862975420748587
|
||||
world_model,46,0.6484617392222086,0.6477900743484497,0.0037483896335813267,0.17168907200296715,0.1718952804803848,0.0011532754694719947,0.08411839045584198,0.0824704766273498,0.005383635814901411,0.09230490711828067,0.092679776251316,0.007700606406803036,0.8648715714613596,0.8595055937767029,0.01931504317815171,0.8344791581233343,0.8347058892250061,0.02959288702092268,116.1365966796875,109.96889114379883,21.158912099736213
|
||||
world_model,47,0.6485371390978495,0.6472370624542236,0.003781187078954981,0.16129375621676442,0.1614750549197197,0.0011952567617361748,0.08970226285358267,0.08790638670325275,0.006768321548365705,0.099848311394453,0.10136935114860529,0.009490475296753731,0.8949868281682333,0.8902303278446198,0.017415689084184966,0.869463657339414,0.8706546425819397,0.02523208623218934,116.93156242370605,110.68998718261719,21.39779951907108
|
||||
world_model,48,0.648805300394694,0.6480505466461182,0.003902392644015417,0.14998286714156464,0.15005350112915034,0.0012238688694602522,0.09576844361921148,0.09379852190613744,0.008473627080710332,0.10833983433743315,0.1108206734061241,0.011755512614483744,0.922915647427241,0.9190597236156464,0.014845680956256966,0.9037880500157675,0.9049259424209595,0.020432976473735053,118.15630785624187,111.96354293823242,21.551843662023842
|
||||
world_model,49,0.6488481958707174,0.6474771499633789,0.003935093623698508,0.1374415668348471,0.13755625486373896,0.0014106926797743313,0.10301838256418701,0.100831713527441,0.010605591965541896,0.1186562950412432,0.1223626881837844,0.014689057168788195,0.94684466222922,0.943683236837387,0.012135762430633091,0.9352009246746699,0.9370364248752594,0.015899106661670222,119.88289960225423,113.58258056640626,21.632982807153724
|
||||
world_model,50,0.6906899611155192,0.6891950368881226,0.00443373106987712,0.11301170351604616,0.11301217228174205,0.0018890345061949615,0.16458166639010108,0.1581231504678726,0.020919100807412917,0.2199216820299625,0.2312711104750633,0.03560380929813581,0.971961572766304,0.9711384475231172,0.009930916804454138,0.9720052431027094,0.9765435755252838,0.011869015960451432,120.75155639648438,114.42816925048828,21.55101032221186
|
||||
|
@@ -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,34.3304967880249,34.17659521102905,142.25013041496277,,,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,1,34.75734829902649,34.268513679504395,142.70253133773804,182.98426818847656,0.13675552606582642,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,2,34.63289976119995,34.38403797149658,140.65185499191284,202.21368408203125,0.2667335867881775,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,3,33.91761136054993,34.23241400718689,139.5157175064087,198.66702270507812,0.3137369155883789,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,4,34.49319410324097,34.45538592338562,141.59168910980225,228.18157958984375,0.19061261415481567,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,5,34.57792115211487,33.82314682006836,140.0642867088318,226.4951934814453,0.39559513330459595,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,6,34.3634889125824,34.63029599189758,140.30499291419983,198.1584014892578,0.3315439820289612,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,7,34.11240887641907,34.12669372558594,141.25242042541504,191.82981872558594,0.3103262186050415,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,8,34.00917029380798,34.65347504615784,141.64969491958618,142.45143127441406,0.3252977728843689,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,9,34.232791900634766,34.342734813690186,139.90869975090027,175.92666625976562,0.43056201934814453,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,10,33.51579809188843,34.49986147880554,139.70728206634521,176.126953125,0.31825995445251465,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,11,34.094356536865234,34.09220552444458,140.50329446792603,232.5782012939453,0.2863408923149109,
|
||||
|
@@ -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,34.25312383969625,,,,47.5,49.27272727272727,47.916666666666664,48.583333333333336,,195.96483820134944,0.3005240559577942,140.8418828845024,34.25312383969625,34.307113349437714,
|
||||
unitree_z1_stackbox-vid15-fs4,unitree_z1_stackbox,world_model,34.307113349437714,,,,47.583333333333336,49.666666666666664,47.916666666666664,48.5,,195.96483820134944,0.3005240559577942,140.8418828845024,34.25312383969625,34.307113349437714,
|
||||
|
1201
unitree_z1_stackbox/case2/output/sparse_8/inference/stepwise_log.csv
Normal file
1201
unitree_z1_stackbox/case2/output/sparse_8/inference/stepwise_log.csv
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user