video_backbone剖析
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
# DDIM Analysis Report
|
||||
|
||||
## Analysis Config
|
||||
|
||||
- Stability threshold: None
|
||||
- Stability window: 3
|
||||
- Mid-step window: 15-35
|
||||
|
||||
## Dataset Overview
|
||||
|
||||
- Unique samples: 1
|
||||
- Step rows: 1200
|
||||
- Sample rows: 2
|
||||
- Round rows: 12
|
||||
- Scenes: unitree_z1_stackbox
|
||||
- Pass types: policy, world_model
|
||||
|
||||
## Five Directions
|
||||
|
||||
### Original Early Stop
|
||||
|
||||
- `latent_first_stable_step_policy`: mean=nan, median=nan, p90=nan, p95=nan
|
||||
- `latent_first_stable_step_world_model`: mean=nan, median=nan, p90=nan, p95=nan
|
||||
- `latent_l2_vs_full50`: mean=140.3915, median=142.7428, p90=164.6878, p95=174.8997
|
||||
|
||||
### 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.3531, median=0.3490, p90=0.4172, p95=0.4281
|
||||
- `action_delta_mid_steps`: mean=0.0262, median=0.0254, p90=0.0393, p95=0.0415
|
||||
- `state_delta_mid_steps`: mean=0.0266, median=0.0259, p90=0.0398, p95=0.0422
|
||||
|
||||
### Direction A: Budget Heterogeneity
|
||||
|
||||
- `oracle_budget_action`: mean=47.8333, median=47.8333, p90=47.8333, p95=47.8333
|
||||
- `oracle_budget_state`: mean=48.5833, median=48.5833, p90=48.5833, p95=48.5833
|
||||
- `oracle_budget_action_by_scene`:
|
||||
- `unitree_z1_stackbox`: mean=47.8333, median=47.8333, std=0.0000
|
||||
|
||||
### Direction B: Round Reuse
|
||||
|
||||
- `latent_init_dist_to_prev_round`: mean=189.7540, median=190.2800, p90=226.9210, p95=230.7974
|
||||
- `action_drift_vs_prev_round`: mean=0.3214, median=0.2888, p90=0.4239, p95=0.4330
|
||||
- `round_total_time_s`: mean=135.6420, median=135.6454, p90=135.8290, p95=135.8488
|
||||
- `policy_pass_total_time_s`: mean=33.2703, median=33.2660, p90=33.3217, p95=33.3259
|
||||
- `world_model_pass_total_time_s`: mean=33.2944, median=33.2919, p90=33.3459, p95=33.3519
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 125 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.27026762564977,33.27026762564977,,,,,,,,,,,49.083333333333336,49.083333333333336,,50.0,50.0,,47.833333333333336,47.833333333333336,,48.583333333333336,48.583333333333336,,135.64196491241455,135.64196491241455,,33.27026762564977,33.27026762564977,,33.29438763856888,33.29438763856888,,189.7540255459872,189.7540255459872,,0.3214141076261347,0.3214141076261347,
|
||||
unitree_z1_stackbox,world_model,33.29438763856888,33.29438763856888,,,,,,,,,,,49.5,49.5,,50.0,50.0,,48.0,48.0,,48.583333333333336,48.583333333333336,,135.64196491241455,135.64196491241455,,33.27026762564977,33.27026762564977,,33.29438763856888,33.29438763856888,,189.7540255459872,189.7540255459872,,0.3214141076261347,0.3214141076261347,
|
||||
|
@@ -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.6871227423350016,0.6880546808242798,0.002891508255611495,1.4144838154315948,1.4150723814964294,0.0020228320770919015,0.08169289305806156,0.08009464293718335,0.006551798120058517,0.06630560848861929,0.067508690059185,0.010829274129130772,0.23718384156624472,0.23976068198680878,0.08772066009474253,0.23031667619943616,0.2259325087070465,0.07910633725784966,147.1579335530599,147.21692657470703,7.33740368921183
|
||||
policy,2,0.6461372772852579,0.6467154026031494,0.0025864533579998267,1.0217933158079784,1.0213250517845154,0.0020478364071321808,0.03188369190320368,0.032014975324273096,0.0013423944746887818,0.0320774603945513,0.03190691582858555,0.0010746055641780443,0.2414096053689718,0.24431714415550232,0.08757611310471176,0.23377438820898533,0.2301212102174759,0.0798695334571877,146.69850540161133,146.8743667602539,7.281691204504379
|
||||
policy,3,0.6476833621660868,0.6481561660766602,0.0024191893426898886,0.8511457939942678,0.850410521030426,0.0021661523528755354,0.03155521613856151,0.03170613013207905,0.0013507684387816295,0.03163895073036348,0.0313967838883399,0.0010042605331522306,0.24535588609675563,0.24858181178569788,0.08742453573395825,0.23696043590704596,0.23402880132198334,0.08060112748633876,146.72237904866537,147.11434173583984,7.667778797122969
|
||||
policy,4,0.6476877729098002,0.6482182741165161,0.00270226654605098,0.7508362183968226,0.7511864900588989,0.0020256013393492186,0.031228890176862423,0.03139825351536265,0.0013618015359782344,0.031205186620354593,0.0310168825089931,0.0009423857593702865,0.24902693306406334,0.25256321579217905,0.08726649495170426,0.239882414539655,0.23766561597585675,0.08130041971756996,145.53152974446616,144.7535400390625,7.295363417657502
|
||||
policy,5,0.6476388374964396,0.6480467319488525,0.0020119097546287537,0.6815595378478368,0.6818022727966309,0.0013305291933968112,0.030905885466684862,0.031092507764697,0.0013748442268940336,0.03077763412147756,0.0306422850117087,0.0008905033911478866,0.2524272805700699,0.2562699019908905,0.08710263772088274,0.24254798640807465,0.24104195833206177,0.08196694894036069,145.07460021972656,143.03929901123047,7.305055525838147
|
||||
policy,6,0.6476237376530966,0.6483637094497681,0.0025619780615846167,0.6317743957042694,0.6316894590854645,0.0010227357649704144,0.030587342567741826,0.03079003561288115,0.001389265818971649,0.030357687889287808,0.03031868115067475,0.0008500028416658494,0.2555617180963357,0.25971049070358276,0.0869337067126731,0.24496485851705072,0.24416781961917874,0.0826005719696016,145.7170206705729,141.89657592773438,7.720812695084286
|
||||
policy,7,0.6475619475046793,0.6480506658554077,0.0025605695654274097,0.593808963894844,0.5938008427619934,0.0018367538911262008,0.030274292609343875,0.0303840497508645,0.0014044788605123305,0.029946606451024566,0.03003628645092245,0.0008219819016506583,0.25843522697687143,0.2628933638334274,0.08676056530130674,0.24714060624440506,0.2470529749989509,0.08320127649067001,145.95747502644858,142.11515045166016,8.148305062422807
|
||||
policy,8,0.6478636066118876,0.6480352878570557,0.0018488406354588154,0.5633282711108526,0.5631032586097717,0.001583724982965321,0.029967840916166655,0.029971789568662602,0.0014199470838968844,0.02954568729425464,0.02976069226860995,0.0008070099234421557,0.26105290154616034,0.2667070254683494,0.08658411389813069,0.2490827180445194,0.24970679730176926,0.08376930054606581,146.40616607666016,143.95167541503906,7.759059910552417
|
||||
policy,9,0.6483435034751892,0.6485503911972046,0.0020697516221107486,0.5371418595314026,0.5370117127895355,0.001628191844022016,0.029668878763914067,0.0295696891844272,0.0014351841497894419,0.029155977691213225,0.0294320294633507,0.0008049874050790594,0.26341992865006125,0.2706959694623947,0.08640532340835799,0.2507984563708305,0.25213836133480066,0.08430493789338109,146.21782938639322,143.36317443847656,7.897162005190023
|
||||
policy,10,0.6479288736979166,0.6482950448989868,0.0016788306331244813,0.5146623601516088,0.5149556398391724,0.0009896504833204736,0.029378429520875174,0.02932721562683575,0.0014497748584019747,0.028778650797903493,0.0290073379874229,0.0008151092566100141,0.26554142249127227,0.2747277617454529,0.08622518118834228,0.2522948620220025,0.254356175661087,0.0848086380024867,147.06763712565103,144.57389068603516,8.094862583400005
|
||||
policy,11,0.6483645041783651,0.6488457918167114,0.0017403743489567637,0.49605319648981094,0.4958890527486801,0.0010004061901357178,0.029097252680609583,0.029094050638377597,0.0014633451896046562,0.028414589973787405,0.028550622984766898,0.0008359913733098604,0.267422496030728,0.2785011976957321,0.08604472573308038,0.25357865355908865,0.25636838376522064,0.08528087107654062,147.85558319091797,145.71697998046875,8.707324744395665
|
||||
policy,12,0.6491826772689819,0.6489778757095337,0.0017787639204594368,0.47904807577530545,0.4790157079696655,0.0009208087197220076,0.028826295087734804,0.02887037675827735,0.001475601919440091,0.02806483643750345,0.0281097451224923,0.0008659093622587566,0.26906823304792243,0.2820197641849518,0.08586501066812274,0.25465631112456316,0.258171483874321,0.0857222197627985,147.76179122924805,145.07997131347656,8.766476437959463
|
||||
policy,13,0.6480380296707153,0.6482805013656616,0.0019118478835244087,0.46415838102499646,0.46416617929935455,0.0011974833315787573,0.028566235521187342,0.028656748123466948,0.0014862773640094036,0.027730163186788517,0.027840223163366297,0.0009030102800178648,0.2704835043599208,0.28528663516044617,0.08568708035077607,0.2555339311559995,0.25951471924781794,0.08613325464309132,148.42544809977213,145.7801742553711,9.0233891786873
|
||||
policy,14,0.6479707360267639,0.6484136581420898,0.0014963095497237033,0.45069512724876404,0.4507623612880707,0.0006365596484504582,0.028317931729058374,0.0284539135172963,0.0014951744980805733,0.027411512564867676,0.02759550511837,0.000945520009238707,0.2716730547447999,0.28830511868000025,0.08551199501908056,0.25621726550161833,0.2606646418571472,0.08651458766764224,148.74571736653647,146.1141357421875,9.107820838179853
|
||||
policy,15,0.6478585998217264,0.6481032371520996,0.0019186836612181094,0.4379495282967885,0.43830534815788263,0.0013428792245740286,0.0280819836383064,0.0282623749226331,0.0015021217013700809,0.02710954503466681,0.02724352758377785,0.0009918425928938323,0.2726414861778418,0.29107834398746485,0.08534079907236782,0.2567117400467395,0.2616284936666488,0.08686682727748038,149.3200480143229,146.60748291015625,9.057537111482059
|
||||
policy,16,0.6483991146087646,0.6484692096710205,0.0016085028167640962,0.4265320325891177,0.4266752600669861,0.0012744355664012713,0.0278590912930667,0.028082719072699498,0.0015069953981050612,0.026825037163992666,0.026878651231527252,0.0010405927488741013,0.2733931386222442,0.29360947012901306,0.08517451310576427,0.2570223212242126,0.2628545463085174,0.08719055441077282,149.3820915222168,146.56039428710938,9.141543869451453
|
||||
policy,17,0.6893242597579956,0.689237117767334,0.0013792386964463456,0.4155622919400533,0.4154966473579407,0.0010160333553383876,0.021623195226614617,0.021021671593189198,0.004538952640290843,0.018159630397955533,0.01751090772449965,0.003736678413329001,0.2799583934247493,0.3008463382720947,0.0845225832678803,0.26310768102606136,0.27091022580862045,0.08575227708273149,149.58879852294922,147.13231658935547,8.796459269259921
|
||||
policy,18,0.6461950739224752,0.6464844942092896,0.0013795843528176127,0.4057527606685956,0.4057928174734115,0.0011416588729028369,0.015916549755881176,0.0157682923600077,0.001155490155192809,0.015625616069883084,0.015797260217368603,0.0009540558306354877,0.2895583150287469,0.3108178377151489,0.08348697476786111,0.2704976747433344,0.27896004915237427,0.08485760158498076,149.58344904581705,147.31105041503906,8.840477505333935
|
||||
policy,19,0.6488053599993387,0.648961067199707,0.001511530891476177,0.39611392964919406,0.39607179164886475,0.0014137496402132103,0.01681461185216901,0.01668941508978605,0.001154449536233882,0.01664504432119425,0.01683568023145195,0.0009336358853513849,0.29935741238296026,0.32098351418972015,0.082422301136551,0.278069881722331,0.2871960699558258,0.08395716013454595,149.92828750610352,147.61404418945312,8.993733882951288
|
||||
policy,20,0.6482344071070353,0.6484895944595337,0.00152863134650062,0.3876856863498688,0.38776257634162903,0.0010021079400661722,0.01775755236546195,0.01765516772866245,0.001155556863469443,0.017707312013953865,0.0179066294804215,0.000916855410340881,0.30937741821010906,0.33136454224586487,0.0813262238913527,0.28584430366754526,0.2956380844116211,0.08305034561366911,150.05519231160483,147.3879623413086,9.14869125600355
|
||||
policy,21,0.6483113169670105,0.6483585834503174,0.0013202088588634478,0.3790622651576996,0.3792608976364136,0.0010243501041019365,0.018745597762366083,0.01866597775369875,0.0011590163944356986,0.018814033673455275,0.0190226091071963,0.000903717940618391,0.31964151685436565,0.3419835120439529,0.0801963082846626,0.29384254167477286,0.30430734157562256,0.08213663133461657,150.21995162963867,147.74616241455078,9.188189911351236
|
||||
policy,22,0.6482545534769694,0.6482917070388794,0.0012284506685863125,0.37108195573091507,0.371253103017807,0.000751899370454797,0.019779287123431716,0.019722616299986798,0.0011649812555426567,0.0199671223138769,0.0201856223866343,0.0008942559504364371,0.3301744163036346,0.35286432504653925,0.07902992292678976,0.3020880197485288,0.31322659552097315,0.08121553979416005,150.35257975260416,147.74185943603516,9.183470843361317
|
||||
policy,23,0.6488242348035177,0.6488242149353027,0.0014228695774961759,0.36302916208902997,0.3631125688552856,0.0008639133786005241,0.0208600315575798,0.02082673832774155,0.001173616758430431,0.021169423746565923,0.021398602053523,0.0008885683596774536,0.3410027002294858,0.3640325665473938,0.07782429031092249,0.3106063567101955,0.32242064177989954,0.080286710560661,150.43095779418945,147.7519760131836,9.280136113985618
|
||||
policy,24,0.6483391920725504,0.6481755971908569,0.001379906352221224,0.3560555949807167,0.35600557923316956,0.000892118908953752,0.02198938388998305,0.0219801496714353,0.001185072728320821,0.02242396306246514,0.022664679214358302,0.0008868146407752968,0.3521548273662726,0.37445440888404846,0.07657643758397015,0.3194255071381728,0.33191610872745514,0.07934986967051433,150.49149322509766,147.70482635498047,9.250825672434102
|
||||
policy,25,0.6480915347735087,0.648186445236206,0.0013942788349278969,0.34907180070877075,0.3491251766681671,0.0007027957536312377,0.02317008189857001,0.023185872472822652,0.0011995058807367557,0.023735074171175527,0.02398830279707905,0.0008892510137741265,0.36366160213947296,0.38423120975494385,0.07528317845306075,0.3285762456556161,0.3417421728372574,0.07840479749315184,150.60665130615234,147.6976089477539,9.3772304448106
|
||||
policy,26,0.6485134760538737,0.6480284929275513,0.0010283979740887093,0.3417659675081571,0.34181496500968933,0.0009547289141168074,0.024404529637346625,0.02444663457572455,0.0012170862410559977,0.025106847907106034,0.025371566414833,0.0008962249462144243,0.375556035588185,0.39434969425201416,0.07394118354765306,0.3380923594037692,0.35193033516407013,0.07745144624823626,150.86639658610025,147.77234649658203,9.485555212642367
|
||||
policy,27,0.6486374537150065,0.6489468812942505,0.0011516189701579768,0.33581329385439557,0.3356609046459198,0.0009935461551955332,0.025696182002623826,0.0257453024387359,0.001238023248084274,0.026544616868098527,0.026802452281117398,0.0009082100315460366,0.38787393768628436,0.4048433005809784,0.07254693225869302,0.34801120311021805,0.36251507699489594,0.07648986799184385,151.04402287801108,148.02518463134766,9.5292471735935
|
||||
policy,28,0.6485069592793783,0.6485699415206909,0.0008928539931478141,0.32941268632809323,0.3292076289653778,0.0008210429389120797,0.02704887340466176,0.02704792656004425,0.0012625530845523857,0.02805429557338353,0.028304914943873848,0.0009258351504444098,0.4006538949906826,0.4157484620809555,0.07109671498903809,0.35837410017848015,0.37240789830684656,0.0755202074545708,151.22787475585938,148.22440338134766,9.497118180848133
|
||||
policy,29,0.648618479569753,0.6485700607299805,0.0009536248891025763,0.32323802759250003,0.3233649283647537,0.0008616746334004416,0.02846733247861261,0.028459119610488352,0.0012909660516885867,0.029643009727199826,0.0298858573660254,0.0009499187105261954,0.4139377251267433,0.42710508406162256,0.06958665551567234,0.36922697971264523,0.38145408034324646,0.07454276250728313,151.33990605672201,148.22860717773438,9.611544224203199
|
||||
policy,30,0.648222823937734,0.6484630107879639,0.001125999765280888,0.3170878936847051,0.31701987981796265,0.000989958682040332,0.029955905551711667,0.02997907809913155,0.0013235769114178589,0.03131779003888364,0.03149606660008425,0.0009814583298684394,0.42777032405138016,0.43895669281482697,0.06801279768063032,0.380620797475179,0.3933216333389282,0.07355792804401413,151.507448832194,148.3514404296875,9.651983594679812
|
||||
policy,31,0.6486758589744568,0.6484184265136719,0.0011211113057827459,0.3121045604348182,0.31200607120990753,0.001161519424458153,0.03152072057127946,0.03157850727438925,0.001360820204146377,0.03308794461190697,0.03314264491200445,0.0010217597330236055,0.44220028320948285,0.45135103166103363,0.06637107926914076,0.39261243989070255,0.40578460693359375,0.07256609670943232,146.95645904541016,143.76380157470703,10.109743446169693
|
||||
policy,32,0.6483861605326334,0.6484630107879639,0.0011923054650102385,0.3037914559245109,0.3039630651473999,0.0009970533374954382,0.033167930940786954,0.0332642383873462,0.0014031779613264406,0.0349633128692706,0.03489754721522325,0.0010724223989369455,0.4572797566652298,0.46434041857719416,0.06465746484693458,0.40526527414719266,0.41890387237071985,0.07156763899051574,142.7512003580729,139.41323852539062,10.643716770574262
|
||||
policy,33,0.6893418629964193,0.6891524791717529,0.0015064278239411031,0.2960340852538745,0.2960597574710846,0.0008041876378781294,0.03885264943043386,0.0385293439030647,0.0019509659535194652,0.03974361935009554,0.039388932287692996,0.001026911089417979,0.4741707717378934,0.4800182580947876,0.06274524288892504,0.4197714577118556,0.4346044212579727,0.07040297226716284,138.7470932006836,135.27962493896484,11.186761871295289
|
||||
policy,34,0.64593905210495,0.645898699760437,0.0012231281582504288,0.28790997465451557,0.2878798842430115,0.0009719919142040557,0.04050216606507693,0.040409279987215954,0.0018423373675817373,0.04192479730894164,0.04170443862676615,0.0012884124575160533,0.49294901887575787,0.4981062710285187,0.06033579331874498,0.43538954108953476,0.4513174891471862,0.06939539351877021,134.91413243611655,131.28578567504883,11.771412078872329
|
||||
policy,35,0.649476965268453,0.649410605430603,0.0016037465793327951,0.2796282892425855,0.279822438955307,0.001197016798948913,0.042717635942002084,0.04273488186299795,0.0019324274721596768,0.04443931082884466,0.044191528111696146,0.0014119237992790542,0.5128012249867121,0.5175160467624664,0.05782280742536665,0.45211101571718854,0.4691553860902786,0.06838284421996964,131.22220865885416,127.38658905029297,12.340239777874524
|
||||
policy,36,0.6483288804690043,0.6484740972518921,0.0007795133700075859,0.27088530113299686,0.27138514816761017,0.001274923122602259,0.04507670737802979,0.045165199786424595,0.0020356957645419164,0.04714852261046565,0.046876251697540255,0.0015638006731084953,0.5338166778286298,0.5380745828151703,0.05520804042173348,0.47006726016600925,0.48824274539947504,0.06736129127710364,127.79816309611003,123.87224197387695,12.912804841576751
|
||||
policy,37,0.6489489078521729,0.6491177082061768,0.0016971548853798723,0.2615704039732615,0.26152031123638153,0.0008799580323036807,0.04759246638665593,0.0477090291678905,0.00215475879795844,0.0500770925233761,0.04983931407332415,0.001750721034408308,0.5560858125487963,0.559874415397644,0.05249651363228228,0.4894057810306549,0.5087166428565979,0.06632267235936905,124.57649040222168,120.62905502319336,13.483211411222044
|
||||
policy,38,0.6487604379653931,0.6487647294998169,0.0011903178589662722,0.252301275730133,0.25252301990985865,0.0007156373955522907,0.050279510828355904,0.0503761190921068,0.002293074961679079,0.05325412439803278,0.0530196167528629,0.0019811799160129417,0.579696774482727,0.5830067098140717,0.04969741785538313,0.5102916533748308,0.5307265222072601,0.06525296630354946,121.66364034016927,117.70335388183594,14.057931125236216
|
||||
policy,39,0.6502323349316915,0.6485111713409424,0.005286860778748042,0.24252156913280484,0.24260850250720975,0.0008532737538718942,0.053152988043924126,0.053082274273037855,0.0024551996564122613,0.056712914568682465,0.05648378096520895,0.0022660240084398705,0.6047294537226359,0.6076285541057587,0.04682462723103428,0.5329072400927544,0.554431825876236,0.06412902810777422,119.09211095174153,115.12979888916016,14.582537653963467
|
||||
policy,40,0.648503045241038,0.6486450433731079,0.0013667235250309012,0.23285386959711707,0.2332533374428749,0.0010786627596962013,0.05622955504804845,0.05595119856297965,0.002647304459885381,0.060492991780241284,0.0602451059967279,0.002619178496230335,0.631247748931249,0.6366918683052063,0.04389694984156697,0.5574512183666229,0.5786779820919037,0.06291459053133558,116.79702059427898,112.8089599609375,15.105286257909892
|
||||
policy,41,0.6489156484603882,0.6490741968154907,0.0016248943743256555,0.22279917821288106,0.22300039976835245,0.0007512970740498612,0.05952262257536248,0.058986116200685446,0.0028774903087653942,0.06463616869101917,0.06412803381681435,0.0030584222963124176,0.6592852224906286,0.667126476764679,0.0409370516480739,0.584132045507431,0.6028360426425934,0.06155522980764427,114.87077776590984,110.7220230102539,15.65168805718489
|
||||
policy,42,0.6485448877016703,0.6486854553222656,0.0014963006993937503,0.21282988165815667,0.2127239108085632,0.0009561582786393166,0.06304722186177965,0.06228185258805745,0.003156773161942601,0.06919314339756961,0.0683831088244915,0.003606716469016134,0.6888281255960464,0.6971172392368317,0.037968155179237975,0.6131587276856104,0.629176527261734,0.0599723275612539,113.3057804107666,109.0063247680664,16.187595451986915
|
||||
policy,43,0.6489939490954081,0.6490814685821533,0.0009775325698615903,0.20263906816641486,0.2027497217059135,0.0009218542766129587,0.06681615890314178,0.06600449979305265,0.003499733366691361,0.07422084795931971,0.07323040813207621,0.004293541565258008,0.7197901656230291,0.726916640996933,0.03500767645238222,0.6447205245494843,0.6578997373580933,0.05805710567182119,112.14233271280925,107.77005767822266,16.65384785499151
|
||||
policy,44,0.6494137048721313,0.6492578983306885,0.0013980400028941404,0.19208672766884163,0.19216395169496536,0.0008250917295245713,0.07083658004800474,0.07038947194814679,0.003925215501869036,0.07977994841833906,0.07855417951941485,0.005156323274748733,0.7519769718249639,0.754546582698822,0.03205758333078185,0.6789497633775076,0.6894006133079529,0.05566679917007667,111.47391510009766,107.0251579284668,17.046480668723486
|
||||
policy,45,0.6487680673599243,0.6486787796020508,0.0011946145328845252,0.18182806173960364,0.18202859908342361,0.0008105116775418106,0.07511184364557262,0.07525013759732241,0.00445700139711203,0.08593747268120444,0.0844016186892986,0.006242211158298369,0.7850422809521357,0.7870704531669617,0.029093641479274245,0.7158601333697637,0.7282244265079498,0.05262771160110858,111.19995562235515,106.66664123535156,17.36764102098403
|
||||
policy,46,0.6486138701438904,0.6484918594360352,0.0008097409425364553,0.1712959955135981,0.17127515375614166,0.0009122511738840054,0.0796408578753471,0.0805418714880943,0.005123710800905733,0.09276494135459261,0.09110485389828675,0.007609287712591288,0.8184341688950857,0.8203331232070923,0.026059895741162787,0.755244642496109,0.7687833309173584,0.04875332223833041,111.43250592549641,106.91464614868164,17.593483168523793
|
||||
policy,47,0.6489600936571757,0.6489670276641846,0.0015228794954960123,0.1606255732476711,0.16064213961362833,0.000979338038244065,0.08442927214006578,0.08543320000171654,0.005958234096836052,0.1003469930340846,0.0988891795277595,0.009327603122210789,0.8513373533884684,0.8511786758899689,0.02287981883696389,0.7965176204840342,0.8072099685668945,0.04389038212753355,112.16130065917969,107.6199951171875,17.73614853019068
|
||||
policy,48,0.6484726468722025,0.6484521627426147,0.0011993084942943464,0.14948732902606324,0.1493698880076408,0.0008653515463886627,0.08956749799350894,0.09094408527016634,0.007001011444155073,0.10886632589002444,0.10776213556528086,0.011486602029359957,0.8826359361410141,0.880757600069046,0.01949457550719447,0.8385053873062134,0.843905121088028,0.03800700529853866,113.34740193684895,108.73300552368164,17.827195645970185
|
||||
policy,49,0.6490439176559448,0.6490882635116577,0.0011511881383109337,0.1370307753483454,0.13729594647884363,0.0010065982332321938,0.09570791137715175,0.09654491767287249,0.008340863734430359,0.11919035514195754,0.11866709962487221,0.014266466253377175,0.9109792957703272,0.9113113582134246,0.015926045913832898,0.8792976041634878,0.8813625872135162,0.031310821163432624,115.04343350728352,110.33624267578125,17.871540548432982
|
||||
policy,50,0.6898835500081381,0.6898530721664429,0.0011024964604855125,0.11230651351312791,0.11254178360104555,0.0012780790977485166,0.17424035817384717,0.1694758683443069,0.019105971369384356,0.23023984457055724,0.2271851450204849,0.038787881893830506,0.9495103706916174,0.950861781835556,0.010064842082438177,0.9416833718617758,0.9418931007385254,0.018149484715266045,115.99851608276367,111.26523971557617,17.742785387326457
|
||||
world_model,1,0.6873674790064493,0.6876022815704346,0.0011673504671969495,1.4143252770105998,1.414684534072876,0.001738886067818935,0.07882086311777428,0.0763216912746429,0.009514943115274005,0.06262374762445684,0.06281923875212665,0.011014974277105212,0.2525017236669858,0.26921145617961884,0.07624853305874289,0.2625182655950387,0.25525602698326105,0.086386873130819,148.34283320109049,143.65100860595703,13.513678395997426
|
||||
world_model,2,0.6468820174535116,0.6465468406677246,0.0009413914914300631,1.0217788517475128,1.021571695804596,0.002192694609425662,0.031342883904774944,0.0313532724976539,0.0012197743692370178,0.03198799878979718,0.0321501158177852,0.0010109278056544592,0.2549109446505705,0.2712431401014328,0.07592452854247211,0.26743520796298975,0.2618286460638046,0.08641115997295734,147.79970041910806,143.70365142822266,12.513066917853127
|
||||
world_model,3,0.64928005139033,0.6494314670562744,0.0013888181985987893,0.8505068967739741,0.8500410914421082,0.0024218238080102646,0.030933300033211656,0.030944409780204248,0.0012323242685349533,0.031577949722607884,0.03165316395461555,0.0010054007234308368,0.25705645792186255,0.2730124890804291,0.0755860998286786,0.2720363860328992,0.2680552154779434,0.08644327603825741,147.29026158650717,143.80581665039062,11.617874775158208
|
||||
world_model,4,0.6485201915105184,0.6483163833618164,0.0011796376296099437,0.7495868255694708,0.7493874728679657,0.001905450741874375,0.030530139803886358,0.03054188098758455,0.0012499498792005435,0.031172108060369835,0.03119663987308735,0.0010123992888539366,0.25894579291343683,0.27452725172042847,0.07523380565966925,0.27632885798811907,0.27394285798072815,0.0864840386720988,147.45871861775717,143.58654022216797,12.67309859685062
|
||||
world_model,5,0.6486680110295614,0.6484439373016357,0.0010381673489128051,0.6826257705688477,0.6828780174255371,0.001449350932989847,0.030134676179538123,0.0302011417225003,0.001271653780297597,0.030771840208520442,0.030738031491637202,0.0010302631029792608,0.26058642938733095,0.27579510211944575,0.07486829646249173,0.28031992167234415,0.2803069353103637,0.08653414021996995,148.0788663228353,143.7786102294922,13.111355365939326
|
||||
world_model,6,0.6486085653305054,0.6484034061431885,0.0014698975586537701,0.6322767535845438,0.6322061419487,0.0015102170903092845,0.0297481309001644,0.029769205488264498,0.0012964627495930022,0.03037844644859429,0.0302049359306693,0.0010570536049993215,0.2619857359677553,0.27682347595691675,0.07449029494005595,0.2840169618527094,0.28758795559406275,0.08659405627301295,149.58536020914713,143.83705139160156,15.535270363335938
|
||||
world_model,7,0.6489961942036947,0.6484556198120117,0.0018072844433398784,0.5945007652044296,0.5943340063095093,0.001136802908349416,0.0293716012189785,0.02934853546321385,0.0013234693550486152,0.02999310599019124,0.02974140364676705,0.0010907864835548009,0.26315091922879214,0.2776195853948593,0.0741005623535683,0.2874274191757043,0.29370829463005066,0.08666406033924205,151.1444002787272,144.97463989257812,17.03279769202229
|
||||
world_model,8,0.6488269766171774,0.6488208770751953,0.0009768504450223588,0.5634215176105499,0.5638398230075836,0.001629066255463316,0.029006246011704165,0.0290603907778859,0.0013518367544000452,0.029617046782125983,0.02932590711861845,0.001129587934515872,0.2640889566391706,0.27819025516510004,0.07369999069623112,0.2905586597820123,0.2983501851558685,0.08674427626895842,151.31367619832358,143.9344253540039,17.29626609419167
|
||||
world_model,9,0.6489688952763876,0.6488051414489746,0.0013782033751816736,0.5375964045524597,0.5374828577041626,0.0010787137639975777,0.028652974093953728,0.0288005471229553,0.0013808253294331461,0.029251263321687742,0.028934235684573602,0.001171805524225391,0.2648066009084383,0.2785421907901764,0.0732894738286695,0.2934179517130057,0.30269093811511993,0.08683466991431708,151.55866622924805,144.29285430908203,17.960509145771937
|
||||
world_model,10,0.6491162975629171,0.6491129398345947,0.0011280081233143821,0.5159084697564443,0.5159916877746582,0.0007658091179707322,0.028312839878102097,0.028551625087857198,0.0014097938443367243,0.028896876766035907,0.0285554723814129,0.0012160235620714548,0.2653102868547042,0.2786816209554672,0.07286998803440078,0.29601239164670307,0.306736022233963,0.08693500666160271,151.57481892903647,144.65738677978516,17.677185810997067
|
||||
world_model,11,0.6485095024108887,0.6484979391098022,0.0010626469813368768,0.49655348310867947,0.497021347284317,0.001266720269831806,0.027986621794601235,0.0283142095431685,0.0014381596463725929,0.028554730272541382,0.0282180113717913,0.001261046423724686,0.2656061711410681,0.27861447632312775,0.0724425896382347,0.2983488763372103,0.3087051510810852,0.08704499152188096,152.09464009602866,145.23464965820312,17.371997042122384
|
||||
world_model,12,0.6487005750338236,0.6486321687698364,0.0011483430551174447,0.4799659624695778,0.4799284487962723,0.0011460827761285992,0.027675257685283772,0.0280890986323356,0.001465454961205039,0.028225833394875093,0.02795036416500805,0.001305939201105885,0.2657000695665677,0.27834632992744446,0.07200838643377949,0.300434040526549,0.30967356264591217,0.08716417072288124,152.39410273234049,145.94852447509766,17.141799482358955
|
||||
world_model,13,0.648494303226471,0.6484358310699463,0.0009176445414234816,0.4649754464626312,0.4646961838006973,0.000999321777990626,0.02737943595275277,0.027767065912485053,0.0014912519194573664,0.027910940814763266,0.02769669424742455,0.0013499119182058198,0.2655974477529525,0.2773785442113876,0.07156851024254704,0.3022742631534735,0.31037700176239014,0.08729199029583126,152.8587277730306,146.79766082763672,17.113522442558388
|
||||
world_model,14,0.6485446492830912,0.6484565734863281,0.0011414787786547117,0.4514428799351056,0.45134176313877106,0.0011811861322852584,0.027100005031873733,0.0274452036246657,0.0015152038713486004,0.02761096678053335,0.027457768097519798,0.00139233875654494,0.26530343977113563,0.2750456631183624,0.07112420938442479,0.30387554814418155,0.31082054972648615,0.0874278807871635,153.21351877848306,147.2882080078125,17.225110685554455
|
||||
world_model,15,0.6503813068072001,0.6488467454910278,0.005590305180850115,0.43910055110851925,0.4387511909008026,0.001234453424331333,0.0268375556915998,0.0271400455385446,0.001537013081898988,0.027326557785272543,0.027234117500483948,0.0014327302790304803,0.26482279847065604,0.2735224068164825,0.07067673367718211,0.3052436523139476,0.3110090643167496,0.08757113544666946,153.76131184895834,147.7179718017578,17.46510942860899
|
||||
world_model,16,0.6491589943567911,0.6488242149353027,0.0010771974038412528,0.4271226127942403,0.4271545708179474,0.001001734688894921,0.026592772143582456,0.0269307857379317,0.0015564190816792197,0.02705847673738991,0.02702635247260325,0.001470670809665192,0.2641599190731843,0.27222818136215204,0.07022741669880975,0.3063839363555113,0.31094731390476227,0.08772104721514189,153.90526072184244,148.11995697021484,17.562882706210804
|
||||
world_model,17,0.6902184089024862,0.6906381845474243,0.0013380875931285965,0.41592335204283387,0.41592143476009363,0.0009845999576927052,0.019720076117664534,0.01907616015523665,0.0035620886684707186,0.01700767114137606,0.0168560026213526,0.0021860183035076774,0.27048520122965175,0.27897070348262787,0.06957193580384229,0.312608058253924,0.3166610896587372,0.08696072131766021,154.19492848714194,148.2587127685547,17.487616535653025
|
||||
world_model,18,0.6461338003476461,0.6460474729537964,0.0008056922899202477,0.4062443673610687,0.40660956501960754,0.0012427530587896531,0.015541690091292018,0.01532744010910385,0.001093546935662541,0.015338385555272257,0.01556522492319345,0.0007941123640383274,0.2796973027288913,0.28752690553665156,0.0683463157386996,0.3199451826512813,0.32350434362888336,0.0862660843880733,154.35860188802084,147.95199584960938,17.767723675938747
|
||||
world_model,19,0.6497812469800314,0.6494569778442383,0.0014078550290808822,0.39640433341264725,0.3965268135070801,0.0011712740854792618,0.016442485541726108,0.0162350963801145,0.0010810968851237381,0.016338097940509458,0.016583880409598302,0.0007830217472017489,0.28910045449932414,0.2962593287229538,0.06709493562066145,0.3274524187048276,0.33051057159900665,0.08556261303808123,154.5245157877604,148.12006378173828,17.86353325389299
|
||||
world_model,20,0.648950974146525,0.6488519906997681,0.0012082532430800934,0.3871871083974838,0.38719335198402405,0.0010723312344436322,0.017387846329559833,0.0171844791620969,0.0010702055787571733,0.0173806164724131,0.017622238025069202,0.0007765168131957025,0.2987157876292864,0.3051879703998565,0.06581608688386374,0.3351487517356872,0.33769804239273066,0.08484903734500246,154.6196492513021,148.30821228027344,17.954896005715824
|
||||
world_model,21,0.6489707430203756,0.6486940383911133,0.0009786145213117447,0.37926072627305984,0.3793029189109802,0.0008118716765327731,0.01837795351942376,0.018169418908655602,0.0010609390667744665,0.0184672681304315,0.01870529353618615,0.00077459534007226,0.30856582025686896,0.3143342435359955,0.06450808968740399,0.34305467704931897,0.34508660435676575,0.08412405040918434,154.8628044128418,148.40753173828125,17.975609677823403
|
||||
world_model,22,0.6491286158561707,0.6497088670730591,0.0012897763073369823,0.37128257006406784,0.3714573532342911,0.0007601179308585427,0.01941331770891939,0.0191996442154049,0.0010533341342524977,0.019599696155637458,0.019820201210677603,0.0007773415826537102,0.31867463141679764,0.3237210661172867,0.06316925178806289,0.35119232907891273,0.3526976406574249,0.08338622758893043,155.0046043395996,148.49121856689453,17.953136359721523
|
||||
world_model,23,0.6489610075950623,0.6486266851425171,0.0011796369168409263,0.3632835919658343,0.36331480741500854,0.0007294803631298642,0.02049535249049459,0.02027648966759435,0.001047380719717293,0.02078047860413786,0.0209787096828222,0.0007848669657769971,0.32906809200843173,0.33337317407131195,0.061797998266573256,0.3595857582986355,0.3605545312166214,0.0826340264572334,155.14961115519205,148.59539794921875,18.036514072034063
|
||||
world_model,24,0.6489508350690206,0.6489622592926025,0.0009472391203361497,0.35623999188343686,0.3562126159667969,0.0007133035507202395,0.021625615035494122,0.0214014910161495,0.0010430453163636814,0.0220123797965546,0.022208509966731002,0.0007973756702356885,0.3397740001479785,0.34333427250385284,0.06039284289837429,0.36826123173038167,0.3686828762292862,0.0818657917388344,155.20575205485025,148.7312774658203,18.08891986821344
|
||||
world_model,25,0.649098813533783,0.6490762233734131,0.0009850570057039713,0.3488379865884781,0.3489244282245636,0.0009582123483651416,0.02280687059586242,0.02257737237960095,0.0010402843224081996,0.02329945812622701,0.02350009419023985,0.0008151463035684991,0.3508225046098232,0.3547394126653671,0.058952505041632394,0.37724748253822327,0.3771107494831085,0.08107969559353233,155.28844706217447,148.78974151611328,18.053214145681235
|
||||
world_model,26,0.649264395236969,0.6495307683944702,0.0009841352344902093,0.3423101454973221,0.34243158996105194,0.0008677367118854139,0.024041560323287994,0.02378404047340145,0.0010390400978677991,0.024645518045872408,0.024800175800919498,0.0008385473845274945,0.36224598437547684,0.3665399402379989,0.05747597103108828,0.38657595838109654,0.3858690708875656,0.0802737448359068,155.43714141845703,148.8924560546875,18.069685469115537
|
||||
world_model,27,0.6490117311477661,0.6491039991378784,0.0009180147812159935,0.3355511948466301,0.3359566777944565,0.0009283883631124975,0.0253331976321836,0.0250413846224546,0.00103924189663892,0.02605558807651198,0.02616167999804015,0.0008680646109698975,0.3740796248118083,0.37877257168292994,0.0559625898027211,0.396281269689401,0.3949918001890182,0.07944569090644138,155.60523732503256,149.06940460205078,18.19822876709291
|
||||
world_model,28,0.6488009095191956,0.6490105390548706,0.0008985511369547991,0.32908701896667475,0.3290126174688339,0.0008898392841509119,0.026685679020980943,0.026357585564255652,0.0010408377901676032,0.027535251341760093,0.027589451521635,0.0009043049718404901,0.3863615468144417,0.39147704839706415,0.05441227265456318,0.40640166650215787,0.4045168906450271,0.07859303246012316,155.83525975545248,149.3768081665039,18.297555895882677
|
||||
world_model,29,0.6490469972292582,0.6488032341003418,0.0012223705372024756,0.32306149601936335,0.3229593485593796,0.0008021013465894548,0.028103823307901576,0.0277370242401957,0.0010437424763545876,0.02909123726810015,0.02908933907747265,0.0009480332551046836,0.3991330911715825,0.404696449637413,0.052825580266288405,0.41697938243548066,0.4144862294197082,0.07771292992726132,155.9245351155599,149.49427032470703,18.32812250040924
|
||||
world_model,30,0.6489383776982626,0.6490721702575684,0.001270681783575693,0.3165743847688039,0.3165538161993027,0.0006721602835012807,0.029592097736895043,0.0291836820542812,0.0010479053274503073,0.030730173457413856,0.03069631848484275,0.001000161316899561,0.41243897130091983,0.4159705936908722,0.05120414017220304,0.42806107302506763,0.4253910928964615,0.07680214558886195,156.0686378479004,149.5014419555664,18.397500399489648
|
||||
world_model,31,0.649011492729187,0.6491503715515137,0.0007632629869474801,0.3117322027683258,0.31151123344898224,0.0006889911061793844,0.031156771505872347,0.0307045821100473,0.0010532835063782183,0.032460870376477595,0.032393397763371454,0.0010618647679513768,0.42632775008678436,0.4276518225669861,0.0495507279088696,0.43969866385062534,0.4373197704553604,0.07585689166033316,151.71453221638998,144.8206024169922,19.189977813451225
|
||||
world_model,32,0.6491714119911194,0.6491349935531616,0.0008551328492056782,0.3041180595755577,0.3043544441461563,0.0006222867274709416,0.032804178384443064,0.03234085068106645,0.0010598551651772252,0.03429262712597842,0.0342050883919,0.0011345353283591516,0.44085188458363217,0.439901202917099,0.04786984403028884,0.4519496833284696,0.4498383998870849,0.07487283080376095,147.70125452677408,140.5782470703125,19.95775047727067
|
||||
world_model,33,0.6903192202250162,0.6904057264328003,0.0011357927995093886,0.29633151739835734,0.29643701016902924,0.0006992626865026322,0.03866703932483987,0.03825965896248815,0.0014633996739785973,0.0387427366028229,0.0388353001326322,0.001120948299745727,0.45698244621356326,0.45413823425769806,0.045902539624205076,0.46580654631058377,0.46476736664772034,0.07360792354000033,143.8141949971517,136.63449096679688,20.856315211048138
|
||||
world_model,34,0.6466759641965231,0.6464483737945557,0.0013616989038753584,0.28794874747594196,0.2879951298236847,0.0009049003576444508,0.04041007223228608,0.04003204032778735,0.0012348599935771525,0.04100187309086318,0.0411672387272119,0.0012415810087259822,0.47500642637411755,0.4707838445901871,0.04388219233917373,0.4805922855933507,0.4806467145681381,0.07229783622358198,140.08556683858237,132.86626434326172,21.726234834034795
|
||||
world_model,35,0.6497439543406168,0.6494580507278442,0.0013082579172591262,0.27945300688346225,0.27932099997997284,0.0007895253900921363,0.04265956487506623,0.04239237867295735,0.0012675653515461524,0.04344460430244601,0.04364380985498425,0.0013587862170400923,0.49410368502140045,0.48854087293148035,0.04185828748367882,0.49638089785973233,0.497529000043869,0.07090819863458532,136.55412419637045,129.24029541015625,22.55665208884782
|
||||
world_model,36,0.6488204598426819,0.6489658355712891,0.0012436928456191453,0.27050091077884036,0.2705090343952179,0.0009504550945770834,0.04505944500366843,0.044926481321454,0.0013073868246201855,0.04607265504697955,0.046299085021018954,0.0014995521792108937,0.5143717204531034,0.5074685513973236,0.03985562694995787,0.5132880757252375,0.5155194997787476,0.06942559989088151,133.34380785624185,125.98228073120117,23.333300473815324
|
||||
world_model,37,0.6491541862487793,0.648848295211792,0.0010359590325231037,0.2614413996537526,0.261577844619751,0.0009904821256014112,0.04762446383635199,0.0475793313235044,0.0013572369516316439,0.048909123055636834,0.04916731454432005,0.0016690761962753825,0.5359122306108475,0.5276851058006287,0.03790636608260007,0.531442811091741,0.5347330272197723,0.06783307184728549,130.33688926696777,122.82318496704102,24.20945713672105
|
||||
world_model,38,0.6491276820500692,0.6487230062484741,0.0010994195446382348,0.2519279979169368,0.25196653604507446,0.0008773070781942895,0.050371374624470826,0.05042176134884355,0.001421565994779868,0.05198125727474686,0.0522660873830318,0.001873967707559685,0.5588286221027374,0.5497776865959167,0.03604962447887044,0.5509883960088094,0.5534822344779968,0.06610905411065814,127.5686206817627,119.90104293823242,25.034545487480194
|
||||
world_model,39,0.6490227977434794,0.6487346887588501,0.0011820583857604205,0.2427268562217553,0.24306385219097135,0.0009867090489834105,0.0533179737006624,0.0533631909638643,0.001507041687517843,0.0553201790899038,0.05553860962390895,0.002122620269310898,0.5832212964693705,0.5741990804672241,0.03432972209190998,0.572081503768762,0.5737611651420593,0.0642258263625544,125.19105656941731,117.41272735595703,25.79500864760396
|
||||
world_model,40,0.6490520040194193,0.6488109827041626,0.0011385194417777042,0.2331013518075148,0.23302167654037476,0.0009797359894027963,0.05648429691791529,0.05643739551305765,0.001623383186557563,0.05896277787784731,0.0590913742780685,0.002425819635364102,0.6091809719800949,0.6001964509487152,0.03279056829707706,0.5948907012740771,0.594754546880722,0.06214773795406585,123.06557909647624,115.15131378173828,26.60811998464829
|
||||
world_model,41,0.6489298343658447,0.6489653587341309,0.0009063221869948447,0.22279209643602368,0.22288956493139261,0.0007824717163886116,0.05988793602834139,0.0597201902419328,0.0017840724508413168,0.06294793200989561,0.06295485794544214,0.0027972420546849147,0.6367762585481008,0.6278445720672607,0.031465930639792916,0.6195898801088333,0.617666482925415,0.05982941284808955,121.19770812988281,113.08219146728516,27.395871556434575
|
||||
world_model,42,0.648797074953715,0.6487178802490234,0.0009368041015927379,0.21248563006520269,0.21229787170886988,0.0008795406277727646,0.06354915661116436,0.06344264373183245,0.002007149774530192,0.06732285240044192,0.067222312092781,0.0032545589776235883,0.6660379419724146,0.65718212723732,0.03036436954183074,0.646348829070727,0.6452349424362183,0.05721340787234705,119.80103874206543,111.59805679321289,28.055719121682994
|
||||
world_model,43,0.6491683125495911,0.6491426229476929,0.0007469720609162173,0.20217725882927573,0.20197816193103785,0.0008399802061227642,0.06748717961211993,0.06731496751308436,0.0023154473855465773,0.07214062102138992,0.07216089591383931,0.0038204272817312828,0.6969350030024847,0.6881873607635498,0.02945169245826669,0.6753138999144236,0.6766949892044067,0.054229393027645394,118.78497950236003,110.35774230957031,28.68525575882022
|
||||
world_model,44,0.6494040091832479,0.6494855880737305,0.0010359478281064217,0.19214666510621703,0.1922644600272178,0.0007610963654095876,0.07171689594785367,0.07154588028788561,0.0027364283544903736,0.07745794393122192,0.07764084264636034,0.0045236394580404765,0.7293391625086466,0.7207424640655518,0.028636364031996757,0.7065738886594772,0.7082453966140747,0.050795297608429345,118.14281590779622,109.5744400024414,29.2382387830551
|
||||
world_model,45,0.6487818559010824,0.6487129926681519,0.0007203027315130543,0.18159669016798333,0.1818160191178321,0.0010856963757372394,0.07625077292323108,0.07644005492329589,0.003301917510636113,0.08333814578751719,0.08374003320932386,0.0054006934466382175,0.762978861729304,0.7545866668224335,0.027765925217361258,0.7401040941476822,0.7423292100429535,0.046824120773713625,117.93346405029297,109.28660583496094,29.687481070539846
|
||||
world_model,46,0.6491621335347494,0.6492551565170288,0.0016299844029395514,0.17109566678603486,0.1711810231208801,0.0009215341168261223,0.08109801573057963,0.08167634159326545,0.004047545432076955,0.08985031892855956,0.09054707363247864,0.006497177345735201,0.7973789870738983,0.7895320653915405,0.026642499448631736,0.7756762802600861,0.7777323722839355,0.04224163136277028,118.31329282124837,109.45958709716797,30.02209968193841
|
||||
world_model,47,0.6491200923919678,0.6489801406860352,0.0007274405630206561,0.16068924466768897,0.16082833707332606,0.000785682042874515,0.08627545585234954,0.08647322654724116,0.005011966266753729,0.09707952539126075,0.09810339659452436,0.007869595462499096,0.8317903429269791,0.824207067489624,0.025062460393225464,0.8127216349045435,0.8136756420135498,0.03702228607870067,119.09826787312825,110.03147888183594,30.377758769293028
|
||||
world_model,48,0.6488430698712667,0.6487436294555664,0.0010591260457850698,0.14935908466577527,0.14956878125667572,0.000961196130535412,0.09188664890825743,0.0915692783892154,0.0062398504287049334,0.1052123568952083,0.1059201397001743,0.00959372370534774,0.8651317209005356,0.8577805757522583,0.022882813180281583,0.8501527607440948,0.8513826727867126,0.03124837270899063,120.29247665405273,111.17752838134766,30.60189759873281
|
||||
world_model,49,0.6502533753712972,0.6487191915512085,0.005652290933375154,0.13671897724270818,0.1370303109288215,0.0008689037792078331,0.09861374273896212,0.0976134948432445,0.007821297839316671,0.11510945484042164,0.1156349554657936,0.011827566868761831,0.8960387160380682,0.889247715473175,0.02009571999848892,0.8862406214078268,0.8887085616588593,0.025173513611559083,122.02946217854817,112.84016799926758,30.660716858510842
|
||||
world_model,50,0.6902120113372803,0.6901887655258179,0.0014671621714473406,0.11206146764258539,0.11222546175122255,0.001271127655786762,0.17954272404313085,0.17114224284887308,0.02140102226145793,0.22359795992573098,0.23111304640769953,0.032723428837004846,0.9394823163747787,0.9359177947044373,0.015293447190672426,0.9421776831150055,0.9448480308055878,0.0164331494813403,122.94697570800781,113.86204528808594,30.462515942754568
|
||||
|
@@ -0,0 +1,13 @@
|
||||
sample_id,scene,round_id,policy_pass_total_time_s,world_model_pass_total_time_s,round_total_time_s,latent_init_dist_to_prev_round,action_drift_vs_prev_round,psnr_full50
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,0,33.27191972732544,33.306596755981445,135.68116331100464,,,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,1,33.25992965698242,33.23532581329346,135.61867904663086,234.67388916015625,0.2519038915634155,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,2,33.208592891693115,33.263012170791626,135.39373064041138,198.16380310058594,0.28882336616516113,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,3,33.247267961502075,33.34622359275818,135.60927200317383,226.92098999023438,0.27082139253616333,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,4,33.26002907752991,33.27640676498413,135.6314880847931,180.04525756835938,0.3300052881240845,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,5,33.23884105682373,33.252143144607544,135.5209562778473,162.83668518066406,0.4239448308944702,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,6,33.20919632911682,33.26835608482361,135.48084831237793,182.2317657470703,0.3475591540336609,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,7,33.306631326675415,33.29884696006775,135.67350029945374,182.1435546875,0.28143781423568726,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,8,33.32944416999817,33.29748320579529,135.73489499092102,193.277099609375,0.2475208044052124,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,9,33.323079109191895,33.35875916481018,135.86020469665527,146.23037719726562,0.37486177682876587,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,10,33.279372215270996,33.286338806152344,135.6593713760376,190.27996826171875,0.4420778751373291,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,11,33.308907985687256,33.343159198760986,135.83946990966797,190.4908905029297,0.2765989899635315,
|
||||
|
@@ -0,0 +1,3 @@
|
||||
sample_id,scene,pass_type,pass_total_time_s,action_first_stable_step,state_first_stable_step,latent_first_stable_step,action_vs_full50_90pct_step,action_vs_full50_95pct_step,oracle_budget_action,oracle_budget_state,oracle_budget_latent,latent_init_dist_to_prev_round,action_drift_vs_prev_round,round_total_time_s,policy_pass_total_time_s,world_model_pass_total_time_s,psnr_full50
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,policy,33.27026762564977,,,,49.083333333333336,50.0,47.833333333333336,48.583333333333336,,189.75402554598722,0.3214141076261347,135.64196491241455,33.27026762564977,33.29438763856888,
|
||||
unitree_z1_stackbox-vid5-fs4,unitree_z1_stackbox,world_model,33.29438763856888,,,,49.5,50.0,48.0,48.583333333333336,,189.75402554598722,0.3214141076261347,135.64196491241455,33.27026762564977,33.29438763856888,
|
||||
|
1201
unitree_z1_stackbox/case1/output/sparse_4/inference/stepwise_log.csv
Normal file
1201
unitree_z1_stackbox/case1/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