video_backbone剖析

This commit is contained in:
qhy
2026-03-16 10:30:54 +08:00
parent 7e45eba18b
commit 8ca159d375
282 changed files with 174952 additions and 1350 deletions

View File

@@ -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: 1100
- Sample rows: 2
- Round rows: 11
- Scenes: unitree_g1_pack_camera
- 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=118.1510, median=137.4783, p90=165.7335, p95=172.5465
### 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=46.7273, median=46.7273, p90=46.7273, p95=46.7273
- `share_action_first_stable_before_latent`: nan
- `share_action_95pct_before_latent`: nan
### Direction D: Cross-Step Similarity
- `latent_delta_mid_steps`: mean=0.3528, median=0.3487, p90=0.4164, p95=0.4276
- `action_delta_mid_steps`: mean=0.0317, median=0.0304, p90=0.0455, p95=0.0480
- `state_delta_mid_steps`: mean=0.0317, median=0.0308, p90=0.0444, p95=0.0465
### Direction A: Budget Heterogeneity
- `oracle_budget_action`: mean=46.7273, median=46.7273, p90=46.7273, p95=46.7273
- `oracle_budget_state`: mean=46.8182, median=46.8182, p90=46.8182, p95=46.8182
- `oracle_budget_action_by_scene`:
- `unitree_g1_pack_camera`: mean=46.7273, median=46.7273, std=0.0000
### Direction B: Round Reuse
- `latent_init_dist_to_prev_round`: mean=226.9825, median=228.4588, p90=251.2165, p95=255.6648
- `action_drift_vs_prev_round`: mean=0.2812, median=0.1662, p90=0.6238, p95=0.6602
- `round_total_time_s`: mean=559.6007, median=588.8439, p90=625.1090, p95=625.4309
- `policy_pass_total_time_s`: mean=231.2165, median=252.6857, p90=269.4816, p95=270.8949
- `world_model_pass_total_time_s`: mean=239.7890, median=256.9119, p90=265.6770, p95=268.7066

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@@ -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_g1_pack_camera,policy,231.21650622107765,231.21650622107765,,,,,,,,,,,44.90909090909091,44.90909090909091,,46.72727272727273,46.72727272727273,,46.72727272727273,46.72727272727273,,46.54545454545455,46.54545454545455,,559.6006835373965,559.6006835373965,,231.21650622107765,231.21650622107765,,239.78899411721665,239.78899411721665,,226.98248596191405,226.98248596191405,,0.2811613976955414,0.2811613976955414,
unitree_g1_pack_camera,world_model,239.78899411721665,239.78899411721665,,,,,,,,,,,45.18181818181818,45.18181818181818,,46.90909090909091,46.90909090909091,,46.90909090909091,46.90909090909091,,46.81818181818182,46.81818181818182,,559.6006835373965,559.6006835373965,,231.21650622107765,231.21650622107765,,239.78899411721665,239.78899411721665,,226.98248596191405,226.98248596191405,,0.2811613976955414,0.2811613976955414,
1 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
2 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
3 unitree_g1_pack_camera policy 231.21650622107765 231.21650622107765 44.90909090909091 44.90909090909091 46.72727272727273 46.72727272727273 46.72727272727273 46.72727272727273 46.54545454545455 46.54545454545455 559.6006835373965 559.6006835373965 231.21650622107765 231.21650622107765 239.78899411721665 239.78899411721665 226.98248596191405 226.98248596191405 0.2811613976955414 0.2811613976955414
4 unitree_g1_pack_camera world_model 239.78899411721665 239.78899411721665 45.18181818181818 45.18181818181818 46.90909090909091 46.90909090909091 46.90909090909091 46.90909090909091 46.81818181818182 46.81818181818182 559.6006835373965 559.6006835373965 231.21650622107765 231.21650622107765 239.78899411721665 239.78899411721665 226.98248596191405 226.98248596191405 0.2811613976955414 0.2811613976955414

View File

@@ -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,2.380662376230413,2.44140100479126,0.541582686726123,1.4142944487658413,1.4138203859329224,0.0021484383984422544,0.03989342092113057,0.0394162014126777,0.005337447312609944,0.03817017190158364,0.0320768542587757,0.019583009653493806,0.05996392396363342,0.052498735487461,0.060609924998752535,0.011052970520474692,0.0090840049088001,0.06042950452013075,170.6597373268821,169.39004516601562,11.4294487197575
policy,2,4.017352884465998,4.391762018203735,1.1861475768626526,1.0213339003649624,1.0217310190200806,0.0024567828937138454,0.030183969742872463,0.0292389243841171,0.003662848656161182,0.024038863114335264,0.0234161801636219,0.0032601327954641397,0.05937811004167251,0.0544382371008396,0.060633432820552245,0.012036324648017217,0.0120233483612537,0.06094917187960682,170.7233359596946,170.29335021972656,11.105094617742372
policy,3,4.122266856106845,4.671510457992554,1.2492590505795216,0.8495142514055426,0.8491835594177246,0.0019042913048274144,0.024150980805808797,0.0233028475195169,0.003964547134585321,0.018858069130642793,0.017807736992836,0.003598174444944763,0.062450069764798305,0.0594579800963401,0.06071553439145037,0.016193428500132116,0.0185147151350975,0.06139902092154736,169.90216341885653,168.07110595703125,11.037017541704445
policy,4,4.412413705479015,5.128522157669067,1.3165137220462457,0.7499381845647638,0.7500395774841309,0.0020271416241545914,0.020568183030594437,0.0197155363857746,0.0039035814396075276,0.015956267629834684,0.0148289687931537,0.003215750250852455,0.06775069778615776,0.0672371089458465,0.06082244383055722,0.02261141416701403,0.0265998505055904,0.061885995271197446,169.1625615900213,167.7893829345703,10.199674945051715
policy,5,4.495447418906472,5.103692531585693,1.3613295706748316,0.6822635748169639,0.6824440956115723,0.001260418909258719,0.016741364432329427,0.0162334702908992,0.0016007561725265203,0.014321604574268464,0.0139080937951803,0.002077126750241558,0.07432248680429021,0.0766021013259887,0.06090986389856854,0.030568414621732418,0.0359245762228965,0.06248923823081076,168.0842548717152,167.58656311035156,9.961248376480912
policy,6,4.286584984172475,4.554376840591431,1.1852548776190672,0.6324766224080866,0.6318691968917847,0.0013462505728320158,0.0152664176103743,0.0151082212105393,0.0012230947816413758,0.0133105415681546,0.0132776191458106,0.001395284315979568,0.08171069994568822,0.0861552059650421,0.06093303013960668,0.03943565123799172,0.0461441427469253,0.0630760748117669,166.63392639160156,168.35958862304688,8.833516870372689
policy,7,4.33748459815979,4.564946174621582,1.3863692798168286,0.5942527489228682,0.5944616198539734,0.001976783762122132,0.015312190421602893,0.014985267072916,0.001638173799170164,0.013621900823305909,0.0135518694296479,0.0014665356533676765,0.08973098343068898,0.0958151817321777,0.06098438272106316,0.04919455475597217,0.0572784952819347,0.06355077318461783,164.18314014781606,166.34677124023438,8.027096309427666
policy,8,4.2186902436343106,4.780451536178589,1.288645832478222,0.5637131929397583,0.5641032457351685,0.0016790883821424748,0.01538657388565212,0.0147423753514885,0.0020803765192660517,0.014508365992117965,0.0140916323289275,0.0019343280256098468,0.0983921946449713,0.1056336611509323,0.06111284151095299,0.059545462824065545,0.0688173174858093,0.06396367833187915,161.15547596324575,162.53857421875,8.137841060967315
policy,9,4.398435310883955,5.180230379104614,1.367872184846212,0.5373825810172341,0.5370771884918213,0.0015751094289736469,0.015588559464297474,0.0149363698437809,0.0019265773400665184,0.015275996263054236,0.0148359052836894,0.0021276673255401514,0.10758543488654217,0.1149793863296508,0.061177656636853754,0.07046273240650239,0.0792663246393203,0.06435803388848475,159.6385928067294,159.92527770996094,7.355049739101368
policy,10,4.302034052935514,4.888946056365967,1.301449561747903,0.5159985748204318,0.5161250233650208,0.0012208308458228404,0.01593946022066199,0.0153064019978046,0.0016648655269842138,0.015570431439713945,0.0154294883832335,0.0018166444651003101,0.1174858405508778,0.1241016089916229,0.06124378948636174,0.08186532387679271,0.0882695466279983,0.06464688150998767,157.74214727228338,159.52822875976562,7.073231212176352
policy,11,4.684148419987071,4.939994812011719,1.311870601643832,0.4964247400110418,0.4963581264019012,0.0012304745974528017,0.016346391883086037,0.0157323274761438,0.0015686726710732641,0.01614864246750416,0.0162970796227455,0.0012376304884104874,0.12802722914652387,0.1336388289928436,0.06122053806175511,0.09390998733314598,0.0979098603129386,0.06482495719280756,156.2006503018466,158.3176727294922,7.154127702149413
policy,12,4.273145047101107,4.645156145095825,1.280781645333917,0.47990024902603845,0.4801351130008697,0.0008996742908775868,0.01697711375626647,0.0164263267070055,0.0020890049500293033,0.016950679942965455,0.017149893566966,0.0012110977727178523,0.13884338228539983,0.1413344293832779,0.06111893801009356,0.10661732625554904,0.108055755496025,0.06491854826714606,154.99168395996094,157.00245666503906,6.528156021503922
policy,13,4.542992071671919,4.677780628204346,1.2000430615357585,0.4645597745071758,0.4644330441951751,0.0008753421523488961,0.01768296347423029,0.0171443223953247,0.001987090977898355,0.017695946195586107,0.0177832972258329,0.0012745236916806028,0.150162476030263,0.1499108970165252,0.06101038890091935,0.11986099031161174,0.1185173690319061,0.06496030007081756,152.89650656960228,154.0669403076172,6.78964832353932
policy,14,4.361114566976374,4.165746450424194,1.4476579026619352,0.4507998688654466,0.4507092833518982,0.001148390947731996,0.018548831682313527,0.0180491916835308,0.0018748463598881049,0.01874042657965959,0.0187033209949731,0.0013111508043958716,0.16187893463806668,0.1586249023675918,0.06102617630306333,0.1336405202746391,0.1349441856145858,0.06499711722733852,151.06254716352984,151.5512237548828,6.397771345287218
policy,15,4.34663013978438,4.718540668487549,1.3759562390189437,0.437546814029867,0.4371760189533233,0.0013334699989280738,0.019253784113309545,0.018957681953907,0.001517591044523947,0.019470439038493364,0.0194622557610273,0.0013085747503791035,0.17409252443096854,0.1679667830467224,0.06099290289328309,0.1478756215762008,0.1518889218568802,0.06506348480913784,149.530517578125,148.61514282226562,6.578709363317128
policy,16,4.851059805263173,5.363605499267578,1.546863468789342,0.4263095936991952,0.4265479445457458,0.0007359383716435437,0.019992871209979,0.0196767337620258,0.0013134368477212236,0.020573206923224653,0.0207148194313049,0.0012400297638149643,0.18697640977122562,0.1784685254096985,0.06100492366568693,0.16268579661846158,0.169473722577095,0.06507147085861935,147.874980579723,148.01016235351562,6.066549560034442
policy,17,4.611436583779075,4.841576099395752,1.5418576205612777,0.415495211427862,0.4153204560279846,0.0010887353063793632,0.02091397328132928,0.0205698162317276,0.0012625873576255988,0.02161299335685638,0.0217533241957426,0.0012046574690941386,0.20022738386284217,0.1919917166233062,0.06117531480525082,0.1780587170611728,0.187808945775032,0.06503634882526531,146.553242076527,145.9924774169922,5.604666616949082
policy,18,4.650238860737193,4.870306015014648,1.246547673549721,0.40552167188037525,0.4056895673274994,0.0008204037957580346,0.021648015149614983,0.0213276743888854,0.001105919888648144,0.022350997240705873,0.022369222715497,0.0012364848723696578,0.21419291469183832,0.2076755315065384,0.06136309946111001,0.19381767037239941,0.2064991593360901,0.06497108980450088,144.86958035555753,144.37498474121094,4.9296349802721116
policy,19,4.245500629598444,4.738556623458862,1.4302690861917486,0.39656902985139325,0.3964414298534393,0.0007120039526937954,0.02304079028015782,0.0227679833769798,0.001277709554205896,0.023567383431575453,0.0235518626868724,0.0012767681038816216,0.22836149416186588,0.223897099494934,0.061481838091152805,0.21018501574342896,0.2259309291839599,0.06488431766960985,143.78720647638494,143.2709503173828,4.586066345176296
policy,20,4.444193341515281,5.092517137527466,1.3926681132622294,0.3868722753091292,0.3866529464721679,0.0009725648801149819,0.023886837573213946,0.0235368832945823,0.0011709715856123278,0.024389537220651406,0.0243271104991436,0.001341701289877731,0.24327235465699973,0.2406058758497238,0.061617539000575365,0.2270290580662814,0.2460137903690338,0.0648149842712134,142.74720486727628,141.80227661132812,4.577040859157341
policy,21,4.386648980053988,5.009429693222046,1.363857340237241,0.37908863479440863,0.3790760338306427,0.0010430826405804427,0.024882349439642612,0.0245757140219211,0.0011766313773369761,0.02588456293398679,0.0258131921291351,0.0013265805314550527,0.2588122649626298,0.2577861249446869,0.06179225291083729,0.24465590173547913,0.2668616771697998,0.06471350337039469,141.845703125,141.22067260742188,4.3996323181232615
policy,22,4.319781476801092,5.048331022262573,1.3802578345556755,0.37081768025051454,0.3709299266338348,0.0007739942996079611,0.026193853806365554,0.0259468480944633,0.001213840728079604,0.027134262025356237,0.0271316897124052,0.0013551035476557995,0.2749268060380762,0.2756619751453399,0.0619689739555047,0.26295746862888336,0.2885586619377136,0.06458037662957057,141.11494168368253,140.4208526611328,4.335681809792902
policy,23,4.593331185254184,5.236274242401123,1.3275380820338754,0.36260494047945196,0.3623712360858917,0.0008190675532954606,0.027484248984943702,0.0273963455110788,0.0012314467330793088,0.0283150161531838,0.0283326767385005,0.0013392103433690942,0.29147974469444965,0.2930734753608703,0.06216866563161143,0.2819277468052777,0.3109440803527832,0.06441482173019429,140.2742392800071,139.86187744140625,3.8695717251843704
policy,24,5.0160212950273,5.633982181549072,1.492315421534178,0.35600360686128785,0.356194794178009,0.0006575709755798822,0.0287465236403725,0.0285717919468879,0.0011884048444063399,0.029680302027951546,0.0295587237924337,0.001357358438982101,0.30927984551949933,0.3099324107170105,0.062333690068765955,0.3016752830960534,0.3331969976425171,0.06424982576074391,139.4898126775568,138.93145751953125,3.637206712630539
policy,25,4.802242950959639,5.09297776222229,1.3332438475330286,0.34881880337541754,0.3490033745765686,0.0004511000411320036,0.030162663283673164,0.0299511235207319,0.0013024558069855982,0.031122536313804662,0.0308958888053894,0.0013711095591744343,0.3281232199885628,0.3276771306991577,0.062287652184931354,0.32224926758896216,0.3552346229553222,0.06401714833319155,138.64874545010653,138.25657653808594,3.3541121994740877
policy,26,4.813915404406461,5.1604905128479,1.1356238785527322,0.3419828631661155,0.3421078026294708,0.0006603708735225903,0.031617173925042104,0.0314201898872852,0.001375520649966228,0.03240807676179838,0.0323491431772708,0.0013898252291039697,0.3475651768120852,0.3457567393779754,0.06225008594074336,0.3436255766586824,0.3781275153160095,0.06375825453650781,138.031757701527,137.58840942382812,3.224431057876386
policy,27,4.368636651472612,5.008497953414917,1.4205146555464678,0.3357629613442854,0.3356943130493164,0.0005567016840524652,0.033215382559732914,0.0330285131931304,0.0014825439021736776,0.033993283456022046,0.0340738892555236,0.0014185863282812853,0.3679606941613284,0.3648787438869476,0.062030980628245386,0.36594438552856445,0.4017867147922516,0.06342569804765069,137.51301297274503,137.48892211914062,3.0607299682352593
policy,28,4.534430287101052,5.133967638015747,1.2592549284773933,0.3289194350892847,0.3289177119731903,0.0009514299831212895,0.03470892154357646,0.0344643704593181,0.0016119507708267208,0.0355001884427937,0.0356693007051944,0.0015011545571736915,0.389326583255421,0.3848195374011993,0.06166297511632919,0.3892082165588032,0.4227328896522522,0.0629848693283037,136.92720725319603,136.971923828125,2.862472807497929
policy,29,4.757577462629839,5.214699029922485,1.4943077191607803,0.3225756910714236,0.3228643238544464,0.0007955021505878752,0.036326250569386875,0.0359343774616718,0.001641171756995819,0.037107751112092566,0.0370557308197021,0.0015285782395413731,0.4120210382071408,0.4059362411499023,0.06098504919378585,0.41347925771366467,0.4414198100566864,0.06246565938610993,136.25204745205966,136.38461303710938,2.6919436675587547
policy,30,4.811137936332009,5.319025993347168,1.2077632932875766,0.31666511297225947,0.3164407610893249,0.0008908328901844494,0.03817518834363325,0.0378871411085128,0.0018152697028262664,0.039139174263585645,0.0388884581625461,0.001619654966819521,0.4356038109822707,0.4277892112731933,0.059973987597738226,0.4389731938188726,0.4612630009651184,0.06177581463242909,135.7519170587713,135.8135986328125,2.5421817759608922
policy,31,4.821598464792425,4.899641036987305,1.174137722004987,0.31148783727125684,0.31135293841362,0.0008010109738308051,0.03998917883092703,0.0396871455013752,0.001846099564326508,0.040883624418215275,0.0404579415917396,0.0017520350856787925,0.4605525921691548,0.4511896073818207,0.059013804263764374,0.46558957208286633,0.4820389151573181,0.06095196863453568,129.45022929798472,129.62844848632812,2.4053850154855088
policy,32,4.955651326612993,5.39706826210022,1.2825437333065932,0.3037239990451119,0.3038488030433655,0.000680703131185027,0.042273248122496984,0.0420779772102832,0.0022244315296006717,0.04210943525487721,0.0415312461555004,0.00184747315730652,0.4862545918334614,0.4754481911659241,0.05786149206172697,0.49304402416402643,0.5036220550537109,0.06006459167840216,123.248159235174,123.44611358642578,2.3607473037271953
policy,33,4.807590267874978,5.503448247909546,1.3443983246439242,0.29539818926291034,0.2954290807247162,0.0009959418129323152,0.044100029902024655,0.0439146384596824,0.0020702669828953917,0.04420756447044283,0.0435491278767585,0.002017416341566527,0.5141065716743469,0.5016157627105713,0.0563753291378469,0.5217923305251382,0.5264453887939453,0.05899675911506213,117.10901295055042,117.23194885253906,2.2315259467821296
policy,34,4.7405454895713115,5.256289958953857,1.2211906211637598,0.2871642383662137,0.2869498133659363,0.0006625785506041712,0.04620384932918979,0.04602075740695,0.0022970677126611916,0.04621206630359991,0.0454258099198341,0.0021619731984360035,0.5429608009078286,0.5289064645767212,0.05478619910668787,0.5517389503392306,0.5505180358886719,0.057724558223585146,110.83411754261364,110.73796844482422,2.200723821196813
policy,35,4.8246071988886055,5.152066946029663,1.2825231190302535,0.27888934991576453,0.2787675559520721,0.0012822400997129888,0.048534341156482655,0.0482332669198513,0.0025636847857765177,0.04813042994249947,0.0470250733196735,0.002351723157774234,0.5730243271047418,0.5573737621307373,0.0530125314964134,0.5827630975029685,0.5757917165756226,0.05619385664163848,104.62270008433948,104.51995086669922,2.027768465321225
policy,36,4.955069346861406,5.519265413284302,1.4112487180624358,0.2696909362619573,0.2693997919559479,0.0009001476887071999,0.05106754025275054,0.0508812889456748,0.0027335473449138187,0.05120867219838225,0.049693826586008,0.0027298500319434603,0.6044634580612183,0.5874694585800171,0.05098130040112226,0.6154280250722711,0.6068510413169861,0.05411261369600538,98.42063002152877,98.2171401977539,1.9906164929381902
policy,37,4.7650146484375,5.186834096908569,1.1140044477965456,0.2604475834152915,0.2602835297584533,0.0008038996565517731,0.05369132994250813,0.0540202967822551,0.002894223687384794,0.05217225036837835,0.0510293580591678,0.0028366312470402633,0.6378475048325278,0.6202614903450012,0.04843071763634275,0.6483965136788108,0.6398486495018005,0.05194550207698849,92.09824579412287,91.82431030273438,1.9734453453669998
policy,38,4.874200235713612,5.024654150009155,1.1381593685369071,0.25149029493331904,0.2513195872306824,0.0009999253181738436,0.05606721443208777,0.0564273372292518,0.003150326134148752,0.05569560893557284,0.0549632795155048,0.0033310480765264645,0.6723501844839617,0.6554672718048096,0.04544466049797355,0.6829756715080955,0.67472904920578,0.04906886327274817,85.82743141867898,85.60066223144531,1.949808032265999
policy,39,5.009584708647295,5.174219369888306,1.1811262947862227,0.2418465966528112,0.2418252974748611,0.0011894211721312255,0.05897240035913201,0.0599682740867137,0.0035627918259868614,0.057560757479884365,0.056814718991518,0.0036230940232781232,0.7081743532961066,0.693757176399231,0.04185765902640528,0.7179932756857439,0.7099788188934326,0.045863835499359754,79.74040499600497,79.55411529541016,1.8624035978132791
policy,40,4.877714525569569,5.219934463500977,1.100921844524881,0.23208030922846357,0.2319167107343673,0.0010777016060087526,0.06177945435047145,0.0631598606705665,0.003970350155229003,0.05858897519382558,0.0576555244624614,0.0038750994858483614,0.7447838945822283,0.7327991724014282,0.037776759442364506,0.7526359937407754,0.7446768283843994,0.04242795424530628,73.57139726118608,73.59123229980469,1.8349843884243335
policy,41,4.727325331081044,5.006701946258545,0.9767662652194806,0.22194951908154917,0.2221188247203827,0.0011349956232010491,0.06619690697301514,0.0673195272684097,0.004520878959155858,0.06222958524118765,0.0614445284008979,0.004446536758516849,0.7820957357233221,0.7713624238967896,0.03331132059053609,0.7880134853449735,0.780337929725647,0.038255944571623984,67.40430866588245,67.43851470947266,1.8184118098596465
policy,42,4.908030076460405,5.077185153961182,1.0845275540646921,0.2116578952832655,0.2118271738290786,0.0009935721008423222,0.06785158677534618,0.0696453228592872,0.005022372922747044,0.06408537958155974,0.0632410869002342,0.004852935947155101,0.8190687840635126,0.810761570930481,0.02837859787820384,0.8226447213779796,0.8165727853775024,0.033784786994660934,61.1750207380815,61.23821258544922,1.812018700250013
policy,43,5.032526037909768,5.348829984664917,1.1547953853614703,0.2016072327440435,0.2017250955104828,0.0009877936454333511,0.0702517838640646,0.0720702409744262,0.0055376944314737145,0.06653266433965072,0.0660029575228691,0.005435586443460142,0.8550188812342557,0.8492221832275391,0.023237661327779543,0.8562712994488803,0.8535821437835693,0.028920346573870794,55.039310455322266,55.25835418701172,1.8328126169931669
policy,44,5.191218549554998,5.621124267578125,1.1814409204807697,0.19093608449805863,0.1909235715866089,0.0010272308029926958,0.07197818126190789,0.0738246589899063,0.005937746732717742,0.0691897594793276,0.0687492340803146,0.006006961402072175,0.8887581066651777,0.8849911689758301,0.018218433451395198,0.8883262385021556,0.888175904750824,0.023745739886244205,48.825135317715734,49.09001159667969,1.8135309985521677
policy,45,5.060894250869751,5.413084506988525,1.1282336199333933,0.18100758845155884,0.1809582114219665,0.000994496786733235,0.0741657221859151,0.0763023570179939,0.006249535501236141,0.07021897353909229,0.0698379352688789,0.006413494683002127,0.9195944450118325,0.9165513515472412,0.013476723387178011,0.9173889756202698,0.918834149837494,0.018640412691943952,42.60464859008789,42.85799407958984,1.7372615030798464
policy,46,4.9386608383872295,5.266998529434204,1.1007331048217883,0.17041375420310279,0.1700872927904129,0.0009691128268017833,0.07481189004399556,0.0770504847168922,0.006435596031731268,0.07305758988315404,0.0734641626477241,0.0071789160712951335,0.9461199370297518,0.9451377391815186,0.009283734379430057,0.9434904727068815,0.945602536201477,0.013536202933917541,36.28016489202326,36.45746612548828,1.584704067163711
policy,47,5.085831121964888,5.24397873878479,1.1576885103106176,0.15976025164127347,0.1599758714437484,0.0010365037037389582,0.07713298093188889,0.079283133149147,0.0065933765163542915,0.07653772424567824,0.0777846649289131,0.00818926604621114,0.968178781596097,0.96835196018219,0.005699818499982981,0.9658823013305664,0.9679090976715088,0.008673177641887535,29.784864252263848,29.960580825805664,1.4092411426303904
policy,48,4.80556828325445,5.23617434501648,1.1935121350035067,0.14887292276729233,0.1490814387798309,0.0010870975155640246,0.07835294170813122,0.0803812071681022,0.006787764937893993,0.07915468243035399,0.0796021074056625,0.009175547367602887,0.9847689650275491,0.9852114915847778,0.0028689876643410027,0.9832953810691833,0.9847090244293212,0.004521617006090728,23.075346513227984,23.132247924804688,1.1988878437284138
policy,49,4.8093796860088,5.022816181182861,1.1513628995112177,0.13655048066919495,0.1363487988710403,0.0013178552769897666,0.07985884222117333,0.0809646174311637,0.007252202439408063,0.07915049723603504,0.0787261649966239,0.009794229849653861,0.9954712336713617,0.9956791400909424,0.0009023152689976716,0.9946055195548318,0.9952359795570374,0.001580523210549921,15.612876371903853,15.678373336791992,0.8141453611561115
policy,50,4.954349777915261,5.356104135513306,1.203074507735412,0.11318790506232865,0.1128654554486274,0.0018904817665993832,0.09636235440319231,0.0955251827836036,0.009557327116620527,0.10407706011425359,0.1008240580558776,0.014747060602726911,0.9999999349767511,0.9999999403953552,9.777540358224394e-08,0.9999999945813959,1.0,7.750687618660017e-08,0.0,0.0,0.0
world_model,1,2.4772726622494785,2.6260852813720703,0.4633811981794726,1.4124032692475752,1.412093997001648,0.002457663891915528,0.04069613157348195,0.0417177006602287,0.00375100830758644,0.031324904750693876,0.0296769831329584,0.004123942941606412,0.030547814274376098,0.0170293115079402,0.07325087245379798,0.03789447662843895,0.0133213605731725,0.07681115888595182,168.9413493763317,167.04258728027344,8.870859674138815
world_model,2,4.588764840906316,4.935030698776245,1.1437340301634655,1.022136471488259,1.0221750736236572,0.0019465726925450286,0.029069267044013147,0.0288726761937141,0.0026851660834261897,0.025301381268284493,0.0228177830576896,0.006132891700030667,0.030541637404398473,0.0147097278386354,0.07415092426376077,0.03911464381963011,0.0134562943130731,0.07769090991148832,168.9006805419922,166.25335693359375,8.813890422183835
world_model,3,4.814267006787387,5.164716720581055,1.080139639616605,0.8511152809316461,0.8514657020568848,0.0020225865131282376,0.021794746545228057,0.0215661283582448,0.002482135518973717,0.019999342885884317,0.0183340515941381,0.004875596783062964,0.033488688651811,0.0179222803562879,0.07526511375664556,0.04335922510786488,0.0175474118441343,0.07784427391511073,168.27509654651988,167.83848571777344,8.496368107474087
world_model,4,4.837730776179921,5.266719579696655,1.1864552167442637,0.7505818063562567,0.7506167888641357,0.0017866412140438678,0.018212452700192228,0.0180761832743883,0.001783864170658293,0.01678404423662203,0.0164924133569002,0.002028387959830416,0.03834511407397009,0.0240975469350814,0.07616942533630729,0.04979974776506422,0.0252106338739395,0.0775102112272449,167.7500887784091,167.43145751953125,8.250289902982816
world_model,5,4.933083707636053,4.993900060653687,1.1563012493193514,0.6825656890869141,0.682481586933136,0.0016335568798638764,0.0163001893088221,0.0162542387843132,0.0014766742245574285,0.015678072686899747,0.0150940055027604,0.0023224130829244925,0.0445173049176281,0.0316356867551803,0.0769019204121999,0.057512312026863716,0.0350181758403778,0.07694999404317358,166.15844171697444,166.4280242919922,8.916397026186825
world_model,6,4.6008995663036,4.707776308059692,1.1297094701275836,0.6334039460528981,0.6324781179428101,0.002084275834032274,0.015360233289274262,0.0155090689659118,0.001334267749440454,0.0143509342081167,0.0138716101646423,0.0023948690410499794,0.05152712863954631,0.0399010330438613,0.0774343300964602,0.06599576771259305,0.0457124225795269,0.07626917998525844,164.33296342329547,166.19485473632812,8.341476358254052
world_model,7,5.032595699483698,5.253226518630981,1.1371081874540119,0.5949551625685259,0.5946858525276184,0.0014701912777972256,0.015421443872831037,0.0152621762827038,0.0014150637585943749,0.014295721257274735,0.0133011536672711,0.0025565200064464485,0.0589852597225796,0.0486289113759994,0.07800423922193517,0.07520853897387327,0.0570916235446929,0.07549901931392759,162.1347226229581,162.78929138183594,8.436401152756197
world_model,8,5.090328910134056,5.4763147830963135,1.210936623228668,0.5634629401293668,0.5636498332023621,0.0014825157663435667,0.015587496825239827,0.0154073508456349,0.0014829289325611116,0.014804785901849882,0.014084218069911,0.002187404825633583,0.06707560287957841,0.0576387904584407,0.07855575463840891,0.08502513593570747,0.0690293461084365,0.07463214613858797,160.50648498535156,160.97909545898438,8.741872924310313
world_model,9,5.037052739750255,5.324824571609497,1.1248074097885892,0.5372636101462624,0.537748396396637,0.0011631932501631852,0.015483319082043338,0.0150259742513298,0.0014763234848261821,0.015057365071367084,0.0147182513028383,0.0015073305287420077,0.07574839475141328,0.0672002136707305,0.07902963580955878,0.09545684775168244,0.0814889371395111,0.07373243647889993,158.46505598588422,157.92214965820312,8.22491356028657
world_model,10,4.6527089205655185,4.874844074249268,1.203397904154107,0.5154841433871876,0.5150421261787415,0.0012415871970163442,0.01559340953826899,0.0152573743835091,0.0014127163758630731,0.0151289512657306,0.0150147480890154,0.0018122397128643656,0.08522028442133554,0.0774843543767929,0.07943486863408895,0.10654258677227926,0.0943956971168518,0.07284864729965178,156.2073516845703,156.52951049804688,7.366497223582135
world_model,11,5.050711675123735,5.32934045791626,1.1142941572340692,0.49662127819928253,0.4963216781616211,0.0012074165231440778,0.0159081922505389,0.0153419086709618,0.00135108146682072,0.015862169844860333,0.0160740502178668,0.0013647432992026996,0.09527192213995889,0.0881689488887786,0.07978880333793494,0.11835134537382558,0.1078644543886184,0.07214613331265148,154.1974764737216,154.14584350585938,6.802427454241447
world_model,12,5.0107127969915215,5.480522871017456,1.1911792164117039,0.4795596193183552,0.4793055653572082,0.0013786704369920522,0.016203014857389654,0.0158650558441877,0.0013214168189378426,0.01663460506295611,0.0166973024606704,0.0013492486214416047,0.10588396255942904,0.0990850180387497,0.08022048983078035,0.13087093186649404,0.1217457428574562,0.07151675554585432,152.3022225119851,152.15127563476562,6.132136723108185
world_model,13,5.121617663990367,5.587911128997803,1.1588778707119036,0.4639504741538655,0.4640955328941345,0.0010126082662225784,0.016975870186632273,0.0165792852640151,0.0013585680898495578,0.0173192407766526,0.0173036605119705,0.0014320493770926806,0.1169683555649085,0.1104472950100898,0.08082887464580593,0.1438616314394907,0.1359855234622955,0.07085395524109815,150.74200439453125,149.87294006347656,6.057937901769739
world_model,14,4.920238083059138,5.18118953704834,1.222186028696898,0.45046493681994354,0.4501868784427643,0.0013117565086260697,0.0180127969519658,0.0177614279091358,0.0014429405306807363,0.018324904821135718,0.0184523686766624,0.001485379376591726,0.12842326340350232,0.121901050209999,0.0815451242657217,0.1574339414523406,0.1507323086261749,0.07016672039432788,149.08225042169744,147.71583557128906,5.942993849851055
world_model,15,4.9171084057201035,4.98837423324585,1.218442546664169,0.4382816634394906,0.4385071396827698,0.0009232861629472268,0.018824361434037,0.0185197480022907,0.0012385880106404196,0.01901468888602469,0.019109645858407,0.0014832487086463976,0.1405601281334053,0.1337485760450363,0.08204180289071585,0.17137388715689827,0.1657336205244064,0.06951096162254558,147.807504827326,146.6032257080078,6.1300975607326205
world_model,16,4.939292734319514,5.021778345108032,1.14165544182925,0.4266241030259566,0.4266462028026581,0.0010287450573323613,0.019778944213281916,0.0194871183484792,0.0012541059782059973,0.020121345465833444,0.0202668253332376,0.0014965586771063747,0.15327224457128477,0.1461504697799682,0.08236093603202554,0.1858679889277978,0.1813174337148666,0.06881955687597428,146.4139043634588,145.67523193359375,5.961963773465782
world_model,17,4.962915702299639,5.230148792266846,1.103332875925909,0.41554778543385584,0.4155460894107818,0.0006550268582073158,0.020688755776394466,0.020557090640068,0.0012749980794489607,0.02116495607928792,0.0211744960397481,0.001563105795299829,0.1666191812943328,0.1599164605140686,0.08259432062206087,0.20088511840863657,0.1957357227802276,0.0681005123769131,145.5342351740057,145.08901977539062,5.79038353965572
world_model,18,4.892659382386641,5.2655930519104,1.187008359547742,0.4060117385604165,0.4060111343860626,0.0003950187417536812,0.02144301276315337,0.0215845629572868,0.0012847020327515191,0.021855192936279497,0.0218735728412866,0.0015090120661513118,0.1807078509168191,0.1745617836713791,0.08270701176574037,0.21622793105515561,0.2094273716211319,0.0674174988395342,144.09886863014916,144.51260375976562,5.348353112718343
world_model,19,4.723549409346147,4.97363018989563,1.3150893446755383,0.39582287723367865,0.395850658416748,0.0008982450620106717,0.022741166536103544,0.0224764291197061,0.001204178363978115,0.023033933714032118,0.0230550020933151,0.0015407086278670186,0.19484091787175695,0.1894541382789611,0.0829718936467968,0.23217284340750083,0.2259703874588012,0.06676109659281883,143.02939813787287,143.82711791992188,5.198856994175708
world_model,20,5.034282099116933,5.2240519523620605,1.1525268411209983,0.3870746059851213,0.3869898319244385,0.00045280298162217594,0.023740503259680447,0.0236174017190933,0.0014024631780584255,0.023808748884634492,0.0238881148397922,0.0015444328298981852,0.20978705381805243,0.2045099735260009,0.08293436792353304,0.24852788990194144,0.243560642004013,0.06610120788822259,142.30528259277344,142.91085815429688,5.155826396009903
world_model,21,5.135964306918058,5.472920656204224,1.136127446329099,0.37906705791299994,0.3787281513214111,0.000839016301694403,0.024921110577203972,0.0247568525373935,0.0016157658619052233,0.02526675249365239,0.0253008734434843,0.001581960175408436,0.22530335594307294,0.2196742296218872,0.08291130003278482,0.26561422510580585,0.2619453966617584,0.06541789990761261,141.47780123623934,141.8600311279297,5.07521546938977
world_model,22,4.9428016705946485,5.354492902755737,1.1880017753040124,0.37078800255602057,0.370766818523407,0.0007952269942321572,0.026379755952141447,0.0260683856904506,0.001608699397474075,0.026498705318028226,0.0265805963426828,0.0015889499278207253,0.24132458459247239,0.2353464663028717,0.08278060910096924,0.2833121811801737,0.2807280719280243,0.06469473103505267,140.6860448663885,140.71827697753906,4.908735311316538
world_model,23,4.979956366799095,5.276267051696777,1.1844509064966688,0.36288704655387183,0.3627218306064605,0.0009210684202446669,0.027785677632147576,0.0273771472275257,0.0017094181332869616,0.02766189334744752,0.027649188414216,0.0016235942930448684,0.2578049627217379,0.2514077425003052,0.08288921968578288,0.30163155360655347,0.3000853657722473,0.06390466456204294,139.83792252974078,139.9789276123047,4.602857860632147
world_model,24,5.071351874958385,5.461961269378662,1.2186496996922964,0.35558476773175324,0.3553908467292785,0.0008089210319027462,0.0289607630534605,0.0289991367608308,0.0017401378516227097,0.028945115479555947,0.0289651826024055,0.0017105791036972579,0.2755074636502699,0.2689995169639587,0.08267489373037475,0.32066073878244916,0.3202436566352844,0.06304429517504696,138.9628351384943,139.2001953125,4.38988801424008
world_model,25,4.815841197967529,5.36384129524231,1.1803513068896276,0.3483759408647364,0.3485066592693329,0.0004712920337327591,0.03038015860048203,0.0305563770234584,0.001813130000992769,0.03033043020828199,0.0303567294031381,0.001753163978961418,0.294265634634278,0.2879073917865753,0.08236780614028984,0.3404816009781577,0.3412869572639465,0.06217648227010578,138.23024541681463,138.46278381347656,4.020007337395506
world_model,26,4.914045117118142,5.384947538375855,1.2953615314855789,0.341809405521913,0.3418368101119995,0.001040485883566752,0.03190619667822661,0.0319111868739128,0.0018373233874340912,0.0315490691837939,0.0316865593194961,0.0018062918340623847,0.3136223310774022,0.3075994849205017,0.08221572378161891,0.3609896275130185,0.3630464076995849,0.06120919487150544,137.63728748668325,137.95166015625,3.7660400014420854
world_model,27,5.035937612706965,5.112766265869141,1.1776955482888005,0.3348960036581212,0.3350080847740173,0.0010042699521963787,0.03358456509357143,0.0338612310588359,0.0018424645990354372,0.03311696902594778,0.033239722251892,0.00185993216681556,0.3340018201958049,0.3287181556224823,0.08207020455081274,0.38235821507193823,0.3857570886611938,0.060164366329054295,137.04050237482244,137.14755249023438,3.6928644816480074
world_model,28,5.028671459718184,5.133925676345825,1.2780196537896702,0.3288316401568326,0.3287160396575928,0.0008137902281180491,0.03513622859662224,0.0352833829820156,0.0018635662554352319,0.034590359607880726,0.0345665700733661,0.0019439252571908927,0.3554344908757643,0.3516155779361725,0.08188443873935997,0.40458517453887244,0.4087463617324829,0.059039967961300815,136.5198322642933,136.48324584960938,3.536415509648704
world_model,29,4.91842380436984,5.1893510818481445,1.2134013344677785,0.32263135639103974,0.3227916359901428,0.0009935641271685452,0.036820090968500446,0.0372705310583114,0.0019157351612340244,0.036167550832033116,0.0361042059957981,0.002025591504346536,0.37831414423205634,0.3759738206863403,0.08141903265836435,0.42779106172648346,0.4324239790439605,0.057834882034773265,135.82081742720172,135.85202026367188,3.467110970663888
world_model,30,5.106633403084495,5.491691827774048,1.1821930558051839,0.31670329787514423,0.3169687986373901,0.0009193396285672977,0.03874675557017321,0.0392829775810241,0.0018682288904286538,0.03820227391340511,0.0380441211163997,0.0020682663124523444,0.40214644236998126,0.4016953706741333,0.08103820997950145,0.45220245014537463,0.457308679819107,0.056545307334280336,135.26103626598012,135.26927185058594,3.2359504699223396
world_model,31,4.811611674048684,5.094662427902222,1.2265523022586147,0.31152299588376825,0.3114700615406036,0.0008357155000593058,0.04072053391825064,0.0415845997631549,0.0020991201837283263,0.03996928510340772,0.0398033000528812,0.00216472348852389,0.4276374307545749,0.4287772178649902,0.08022330304121951,0.47771289673718537,0.4832184910774231,0.05513682245853667,128.9315095381303,128.96115112304688,3.2572223658946577
world_model,32,4.762716575102373,5.015646457672119,1.0769884621946977,0.30359881845387543,0.3040041029453277,0.0010768252713368152,0.043077714402567205,0.0431665927171707,0.0021949497587082857,0.04126793112267142,0.04104470834136,0.0021892222104031474,0.45416016199372033,0.4549955129623413,0.07940588728119641,0.5040509294379841,0.5104079246520996,0.053690133727726616,122.74886460737748,122.66412353515624,3.1729853752407076
world_model,33,4.4435717409307305,5.0545947551727295,1.3338526071962873,0.2955843399871479,0.2955531477928161,0.0009975414791941542,0.045203314586119175,0.0459014847874641,0.002848557929123764,0.04335263710130341,0.0428242497146129,0.002285311569467592,0.48304073918949475,0.4828449189662933,0.07748654071144045,0.531664948571812,0.5390397310256958,0.05212307182097492,116.5165356722745,116.45047760009766,3.0580948563853863
world_model,34,4.702559015967629,5.232410907745361,1.2673377620690809,0.28740227493372833,0.2875078618526459,0.0008757606989314342,0.047460238364609775,0.0483389236032962,0.002860846428998898,0.045352392237294745,0.0448821485042572,0.002400065646042707,0.5132270048965107,0.5150481462478638,0.07546497986832192,0.560425644571131,0.5687294006347656,0.05037034088334785,110.2532168301669,110.08950805664062,3.031555569151996
world_model,35,4.910938544706865,5.273892164230347,1.3460566282554576,0.278427086093209,0.2782846093177795,0.0007285301242817567,0.04998143796216354,0.0507170930504798,0.0031207586904566918,0.04730376431887797,0.0467439629137516,0.0025374985520163463,0.5449797240170565,0.5481972694396973,0.0730576581284355,0.5902385765855963,0.5992961525917053,0.04839746794681975,104.06160319935192,103.84439086914062,2.9887733642368675
world_model,36,4.783166126771406,5.401458501815796,1.2524155132435961,0.27031036127697333,0.270441472530365,0.0007438008267988205,0.05259096249938006,0.0531465522944927,0.0034521181013809185,0.05041778290813615,0.049702201038599,0.0027646660000093955,0.5781964415853674,0.5825752019882202,0.070176573190219,0.6217330152338202,0.6315561532974243,0.04613660347805826,97.855825250799,97.38742065429688,2.897257229306152
world_model,37,4.648333831266924,4.868606805801392,1.1167099499964384,0.2610315219922499,0.2613421380519867,0.001162534274888696,0.05544891750270666,0.055097758769989,0.004342124592322422,0.051443698054010174,0.0505328029394149,0.002842930712398791,0.6133698387579485,0.61818927526474,0.06623606872776741,0.6535887338898398,0.6638416647911072,0.04381833133245995,91.62903733686967,91.27247619628906,2.7797085168391438
world_model,38,4.811313065615567,5.214028358459473,1.1877347707091497,0.2514737085862593,0.2516121864318847,0.0011393127100485566,0.058026051995429075,0.0572158023715019,0.004787305185333226,0.054949085820804905,0.0541835501790046,0.003164539186418428,0.6497948332266374,0.6550724506378174,0.06173128459177867,0.6870355660265143,0.6976069211959839,0.04100373462208296,85.35032931241122,84.9329605102539,2.704297101404805
world_model,39,4.755873333324086,5.303229808807373,1.3015866943683905,0.2417475269599394,0.2418097257614135,0.001085692574350814,0.06082476878708054,0.059891253709793,0.005241590288301536,0.056810456920753774,0.0561013296246528,0.003367155789979665,0.6875223517417908,0.6931766271591187,0.056661086393873704,0.7209509015083313,0.731539785861969,0.03801295848853494,79.3028134432706,78.83509063720703,2.5676890611057432
world_model,40,4.705951235511086,5.259236574172974,1.489435251731432,0.23207700794393366,0.2323889434337616,0.001143536174678739,0.0636763444001024,0.0626358389854431,0.005689209573549386,0.057808818803592114,0.056958507746458,0.0035600810727225733,0.7261427911845121,0.7318187952041626,0.05095700052681276,0.7545402483506636,0.7646765112876892,0.03492720863993108,73.15307686545633,72.64688110351562,2.509586329263128
world_model,41,4.820034070448442,5.327846050262451,1.551689167113277,0.2219962816346775,0.2217660993337631,0.001177181096158895,0.06845207613977514,0.068399854004383,0.006113041797920698,0.06150785054672845,0.0602356269955635,0.004011159842403013,0.7658631313930858,0.7699307203292847,0.04459192107683944,0.7889649976383556,0.7981904745101929,0.03131238161299526,67.03927924416281,66.38236999511719,2.422610066235947
world_model,42,4.557164083827626,4.842182636260986,1.4215606238357223,0.21196154301816764,0.2120925188064575,0.001219411519846473,0.07018301161852745,0.0699777007102966,0.006765810782613124,0.06337224793705068,0.0618951916694641,0.004293874897947139,0.8053750991821289,0.8089163899421692,0.03756453120551996,0.8227699128064242,0.828944981098175,0.02756786942604826,60.90587477250533,60.21627426147461,2.3750691033590376
world_model,43,4.663249644366178,5.197988986968994,1.417956422526132,0.2016358456828377,0.2016417235136032,0.001053450683586269,0.07287087088281455,0.0729874148964881,0.007378596941464652,0.06596216254613613,0.064142882823944,0.004669454772836036,0.8439325040036981,0.8473471403121948,0.030309773821401938,0.8557801138270985,0.8579816222190857,0.02359073964787324,54.758696122602984,54.26784896850586,2.29666892003246
world_model,44,4.820258552377874,5.26494026184082,1.5170198709945166,0.19141049005768512,0.1915505081415176,0.0011964629266091522,0.07463988864963698,0.0752680376172065,0.007640044738125034,0.06870337338610125,0.067132830619812,0.005154294388421187,0.8801431981000033,0.883827805519104,0.023404964688060834,0.887423499064012,0.8914567828178406,0.019321797589463268,48.52374614368785,48.17716598510742,2.130957419855159
world_model,45,4.499387415972623,4.788283824920654,1.3419896173232597,0.18097485872832209,0.1810730099678039,0.0012238891311396635,0.07691518962383265,0.0774498432874679,0.007923242071444339,0.06993634931065816,0.069240778684616,0.005453774967110755,0.9132918444546786,0.9169639348983764,0.01700426884347143,0.9163225618275729,0.9198532104492188,0.015116529439470276,42.298390821977094,41.86894226074219,1.972031163749938
world_model,46,4.4019012451171875,5.071197748184204,1.4210739727352106,0.17068285969170652,0.170734703540802,0.0011829686732258828,0.07766453854062337,0.0781206339597702,0.008049931328795428,0.07298356057568027,0.0725413635373115,0.005999081411846944,0.9418702288107439,0.944804310798645,0.011446851599551831,0.942465218630704,0.9449551701545716,0.010920732630230372,35.99537832086737,35.60323715209961,1.805010214627391
world_model,47,4.580573667179454,5.063187122344971,1.4524365492833493,0.16013298386877228,0.1601799726486206,0.0012463604673350452,0.08014671910892829,0.07976645976305,0.008229790547892956,0.0767530636353926,0.0762779712677002,0.006654934270326531,0.9656780091199008,0.9678959250450134,0.006814714617034084,0.9650727618824352,0.9667105674743652,0.006947567920552799,29.655807495117188,29.381351470947266,1.595768324661803
world_model,48,4.618325883691961,5.359715700149536,1.6106582234522935,0.14921207590536634,0.1490256339311599,0.001358504700005775,0.08153977312824938,0.080300472676754,0.008343315496332047,0.07976058938286516,0.0791859850287437,0.007278867530684533,0.983601299199191,0.9849081039428712,0.0033031324019620295,0.9828116622838107,0.9837567210197448,0.003584405022767056,22.94083161787553,22.702808380126957,1.3265387811506282
world_model,49,4.722050731832331,5.404139995574951,1.6351713963958396,0.13684691353277723,0.1366293728351593,0.001312416491713735,0.08303084021264852,0.0814526826143264,0.008579099871448144,0.08001114157113158,0.0787350907921791,0.0075299718363697875,0.9951290813359347,0.9953976273536682,0.001001256906550283,0.9944158846681769,0.9947677850723268,0.0012460041280240354,15.543833992697976,15.287129402160645,0.9320664717399902
world_model,50,4.503697070208463,5.038814067840576,1.588140144007771,0.1136427907781167,0.1138119250535965,0.0020374551838318717,0.10040278597311536,0.0975040048360824,0.010874890642858962,0.1058652583848346,0.1022517755627632,0.011154786421497257,0.9999999837441877,1.0,6.0144064315989e-08,0.9999999620697715,1.0,7.666893939616094e-08,0.0,0.0,0.0
1 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
2 mean median std mean median std mean median std mean median std mean median std mean median std mean median std
3 policy 1 2.380662376230413 2.44140100479126 0.541582686726123 1.4142944487658413 1.4138203859329224 0.0021484383984422544 0.03989342092113057 0.0394162014126777 0.005337447312609944 0.03817017190158364 0.0320768542587757 0.019583009653493806 0.05996392396363342 0.052498735487461 0.060609924998752535 0.011052970520474692 0.0090840049088001 0.06042950452013075 170.6597373268821 169.39004516601562 11.4294487197575
4 policy 2 4.017352884465998 4.391762018203735 1.1861475768626526 1.0213339003649624 1.0217310190200806 0.0024567828937138454 0.030183969742872463 0.0292389243841171 0.003662848656161182 0.024038863114335264 0.0234161801636219 0.0032601327954641397 0.05937811004167251 0.0544382371008396 0.060633432820552245 0.012036324648017217 0.0120233483612537 0.06094917187960682 170.7233359596946 170.29335021972656 11.105094617742372
5 policy 3 4.122266856106845 4.671510457992554 1.2492590505795216 0.8495142514055426 0.8491835594177246 0.0019042913048274144 0.024150980805808797 0.0233028475195169 0.003964547134585321 0.018858069130642793 0.017807736992836 0.003598174444944763 0.062450069764798305 0.0594579800963401 0.06071553439145037 0.016193428500132116 0.0185147151350975 0.06139902092154736 169.90216341885653 168.07110595703125 11.037017541704445
6 policy 4 4.412413705479015 5.128522157669067 1.3165137220462457 0.7499381845647638 0.7500395774841309 0.0020271416241545914 0.020568183030594437 0.0197155363857746 0.0039035814396075276 0.015956267629834684 0.0148289687931537 0.003215750250852455 0.06775069778615776 0.0672371089458465 0.06082244383055722 0.02261141416701403 0.0265998505055904 0.061885995271197446 169.1625615900213 167.7893829345703 10.199674945051715
7 policy 5 4.495447418906472 5.103692531585693 1.3613295706748316 0.6822635748169639 0.6824440956115723 0.001260418909258719 0.016741364432329427 0.0162334702908992 0.0016007561725265203 0.014321604574268464 0.0139080937951803 0.002077126750241558 0.07432248680429021 0.0766021013259887 0.06090986389856854 0.030568414621732418 0.0359245762228965 0.06248923823081076 168.0842548717152 167.58656311035156 9.961248376480912
8 policy 6 4.286584984172475 4.554376840591431 1.1852548776190672 0.6324766224080866 0.6318691968917847 0.0013462505728320158 0.0152664176103743 0.0151082212105393 0.0012230947816413758 0.0133105415681546 0.0132776191458106 0.001395284315979568 0.08171069994568822 0.0861552059650421 0.06093303013960668 0.03943565123799172 0.0461441427469253 0.0630760748117669 166.63392639160156 168.35958862304688 8.833516870372689
9 policy 7 4.33748459815979 4.564946174621582 1.3863692798168286 0.5942527489228682 0.5944616198539734 0.001976783762122132 0.015312190421602893 0.014985267072916 0.001638173799170164 0.013621900823305909 0.0135518694296479 0.0014665356533676765 0.08973098343068898 0.0958151817321777 0.06098438272106316 0.04919455475597217 0.0572784952819347 0.06355077318461783 164.18314014781606 166.34677124023438 8.027096309427666
10 policy 8 4.2186902436343106 4.780451536178589 1.288645832478222 0.5637131929397583 0.5641032457351685 0.0016790883821424748 0.01538657388565212 0.0147423753514885 0.0020803765192660517 0.014508365992117965 0.0140916323289275 0.0019343280256098468 0.0983921946449713 0.1056336611509323 0.06111284151095299 0.059545462824065545 0.0688173174858093 0.06396367833187915 161.15547596324575 162.53857421875 8.137841060967315
11 policy 9 4.398435310883955 5.180230379104614 1.367872184846212 0.5373825810172341 0.5370771884918213 0.0015751094289736469 0.015588559464297474 0.0149363698437809 0.0019265773400665184 0.015275996263054236 0.0148359052836894 0.0021276673255401514 0.10758543488654217 0.1149793863296508 0.061177656636853754 0.07046273240650239 0.0792663246393203 0.06435803388848475 159.6385928067294 159.92527770996094 7.355049739101368
12 policy 10 4.302034052935514 4.888946056365967 1.301449561747903 0.5159985748204318 0.5161250233650208 0.0012208308458228404 0.01593946022066199 0.0153064019978046 0.0016648655269842138 0.015570431439713945 0.0154294883832335 0.0018166444651003101 0.1174858405508778 0.1241016089916229 0.06124378948636174 0.08186532387679271 0.0882695466279983 0.06464688150998767 157.74214727228338 159.52822875976562 7.073231212176352
13 policy 11 4.684148419987071 4.939994812011719 1.311870601643832 0.4964247400110418 0.4963581264019012 0.0012304745974528017 0.016346391883086037 0.0157323274761438 0.0015686726710732641 0.01614864246750416 0.0162970796227455 0.0012376304884104874 0.12802722914652387 0.1336388289928436 0.06122053806175511 0.09390998733314598 0.0979098603129386 0.06482495719280756 156.2006503018466 158.3176727294922 7.154127702149413
14 policy 12 4.273145047101107 4.645156145095825 1.280781645333917 0.47990024902603845 0.4801351130008697 0.0008996742908775868 0.01697711375626647 0.0164263267070055 0.0020890049500293033 0.016950679942965455 0.017149893566966 0.0012110977727178523 0.13884338228539983 0.1413344293832779 0.06111893801009356 0.10661732625554904 0.108055755496025 0.06491854826714606 154.99168395996094 157.00245666503906 6.528156021503922
15 policy 13 4.542992071671919 4.677780628204346 1.2000430615357585 0.4645597745071758 0.4644330441951751 0.0008753421523488961 0.01768296347423029 0.0171443223953247 0.001987090977898355 0.017695946195586107 0.0177832972258329 0.0012745236916806028 0.150162476030263 0.1499108970165252 0.06101038890091935 0.11986099031161174 0.1185173690319061 0.06496030007081756 152.89650656960228 154.0669403076172 6.78964832353932
16 policy 14 4.361114566976374 4.165746450424194 1.4476579026619352 0.4507998688654466 0.4507092833518982 0.001148390947731996 0.018548831682313527 0.0180491916835308 0.0018748463598881049 0.01874042657965959 0.0187033209949731 0.0013111508043958716 0.16187893463806668 0.1586249023675918 0.06102617630306333 0.1336405202746391 0.1349441856145858 0.06499711722733852 151.06254716352984 151.5512237548828 6.397771345287218
17 policy 15 4.34663013978438 4.718540668487549 1.3759562390189437 0.437546814029867 0.4371760189533233 0.0013334699989280738 0.019253784113309545 0.018957681953907 0.001517591044523947 0.019470439038493364 0.0194622557610273 0.0013085747503791035 0.17409252443096854 0.1679667830467224 0.06099290289328309 0.1478756215762008 0.1518889218568802 0.06506348480913784 149.530517578125 148.61514282226562 6.578709363317128
18 policy 16 4.851059805263173 5.363605499267578 1.546863468789342 0.4263095936991952 0.4265479445457458 0.0007359383716435437 0.019992871209979 0.0196767337620258 0.0013134368477212236 0.020573206923224653 0.0207148194313049 0.0012400297638149643 0.18697640977122562 0.1784685254096985 0.06100492366568693 0.16268579661846158 0.169473722577095 0.06507147085861935 147.874980579723 148.01016235351562 6.066549560034442
19 policy 17 4.611436583779075 4.841576099395752 1.5418576205612777 0.415495211427862 0.4153204560279846 0.0010887353063793632 0.02091397328132928 0.0205698162317276 0.0012625873576255988 0.02161299335685638 0.0217533241957426 0.0012046574690941386 0.20022738386284217 0.1919917166233062 0.06117531480525082 0.1780587170611728 0.187808945775032 0.06503634882526531 146.553242076527 145.9924774169922 5.604666616949082
20 policy 18 4.650238860737193 4.870306015014648 1.246547673549721 0.40552167188037525 0.4056895673274994 0.0008204037957580346 0.021648015149614983 0.0213276743888854 0.001105919888648144 0.022350997240705873 0.022369222715497 0.0012364848723696578 0.21419291469183832 0.2076755315065384 0.06136309946111001 0.19381767037239941 0.2064991593360901 0.06497108980450088 144.86958035555753 144.37498474121094 4.9296349802721116
21 policy 19 4.245500629598444 4.738556623458862 1.4302690861917486 0.39656902985139325 0.3964414298534393 0.0007120039526937954 0.02304079028015782 0.0227679833769798 0.001277709554205896 0.023567383431575453 0.0235518626868724 0.0012767681038816216 0.22836149416186588 0.223897099494934 0.061481838091152805 0.21018501574342896 0.2259309291839599 0.06488431766960985 143.78720647638494 143.2709503173828 4.586066345176296
22 policy 20 4.444193341515281 5.092517137527466 1.3926681132622294 0.3868722753091292 0.3866529464721679 0.0009725648801149819 0.023886837573213946 0.0235368832945823 0.0011709715856123278 0.024389537220651406 0.0243271104991436 0.001341701289877731 0.24327235465699973 0.2406058758497238 0.061617539000575365 0.2270290580662814 0.2460137903690338 0.0648149842712134 142.74720486727628 141.80227661132812 4.577040859157341
23 policy 21 4.386648980053988 5.009429693222046 1.363857340237241 0.37908863479440863 0.3790760338306427 0.0010430826405804427 0.024882349439642612 0.0245757140219211 0.0011766313773369761 0.02588456293398679 0.0258131921291351 0.0013265805314550527 0.2588122649626298 0.2577861249446869 0.06179225291083729 0.24465590173547913 0.2668616771697998 0.06471350337039469 141.845703125 141.22067260742188 4.3996323181232615
24 policy 22 4.319781476801092 5.048331022262573 1.3802578345556755 0.37081768025051454 0.3709299266338348 0.0007739942996079611 0.026193853806365554 0.0259468480944633 0.001213840728079604 0.027134262025356237 0.0271316897124052 0.0013551035476557995 0.2749268060380762 0.2756619751453399 0.0619689739555047 0.26295746862888336 0.2885586619377136 0.06458037662957057 141.11494168368253 140.4208526611328 4.335681809792902
25 policy 23 4.593331185254184 5.236274242401123 1.3275380820338754 0.36260494047945196 0.3623712360858917 0.0008190675532954606 0.027484248984943702 0.0273963455110788 0.0012314467330793088 0.0283150161531838 0.0283326767385005 0.0013392103433690942 0.29147974469444965 0.2930734753608703 0.06216866563161143 0.2819277468052777 0.3109440803527832 0.06441482173019429 140.2742392800071 139.86187744140625 3.8695717251843704
26 policy 24 5.0160212950273 5.633982181549072 1.492315421534178 0.35600360686128785 0.356194794178009 0.0006575709755798822 0.0287465236403725 0.0285717919468879 0.0011884048444063399 0.029680302027951546 0.0295587237924337 0.001357358438982101 0.30927984551949933 0.3099324107170105 0.062333690068765955 0.3016752830960534 0.3331969976425171 0.06424982576074391 139.4898126775568 138.93145751953125 3.637206712630539
27 policy 25 4.802242950959639 5.09297776222229 1.3332438475330286 0.34881880337541754 0.3490033745765686 0.0004511000411320036 0.030162663283673164 0.0299511235207319 0.0013024558069855982 0.031122536313804662 0.0308958888053894 0.0013711095591744343 0.3281232199885628 0.3276771306991577 0.062287652184931354 0.32224926758896216 0.3552346229553222 0.06401714833319155 138.64874545010653 138.25657653808594 3.3541121994740877
28 policy 26 4.813915404406461 5.1604905128479 1.1356238785527322 0.3419828631661155 0.3421078026294708 0.0006603708735225903 0.031617173925042104 0.0314201898872852 0.001375520649966228 0.03240807676179838 0.0323491431772708 0.0013898252291039697 0.3475651768120852 0.3457567393779754 0.06225008594074336 0.3436255766586824 0.3781275153160095 0.06375825453650781 138.031757701527 137.58840942382812 3.224431057876386
29 policy 27 4.368636651472612 5.008497953414917 1.4205146555464678 0.3357629613442854 0.3356943130493164 0.0005567016840524652 0.033215382559732914 0.0330285131931304 0.0014825439021736776 0.033993283456022046 0.0340738892555236 0.0014185863282812853 0.3679606941613284 0.3648787438869476 0.062030980628245386 0.36594438552856445 0.4017867147922516 0.06342569804765069 137.51301297274503 137.48892211914062 3.0607299682352593
30 policy 28 4.534430287101052 5.133967638015747 1.2592549284773933 0.3289194350892847 0.3289177119731903 0.0009514299831212895 0.03470892154357646 0.0344643704593181 0.0016119507708267208 0.0355001884427937 0.0356693007051944 0.0015011545571736915 0.389326583255421 0.3848195374011993 0.06166297511632919 0.3892082165588032 0.4227328896522522 0.0629848693283037 136.92720725319603 136.971923828125 2.862472807497929
31 policy 29 4.757577462629839 5.214699029922485 1.4943077191607803 0.3225756910714236 0.3228643238544464 0.0007955021505878752 0.036326250569386875 0.0359343774616718 0.001641171756995819 0.037107751112092566 0.0370557308197021 0.0015285782395413731 0.4120210382071408 0.4059362411499023 0.06098504919378585 0.41347925771366467 0.4414198100566864 0.06246565938610993 136.25204745205966 136.38461303710938 2.6919436675587547
32 policy 30 4.811137936332009 5.319025993347168 1.2077632932875766 0.31666511297225947 0.3164407610893249 0.0008908328901844494 0.03817518834363325 0.0378871411085128 0.0018152697028262664 0.039139174263585645 0.0388884581625461 0.001619654966819521 0.4356038109822707 0.4277892112731933 0.059973987597738226 0.4389731938188726 0.4612630009651184 0.06177581463242909 135.7519170587713 135.8135986328125 2.5421817759608922
33 policy 31 4.821598464792425 4.899641036987305 1.174137722004987 0.31148783727125684 0.31135293841362 0.0008010109738308051 0.03998917883092703 0.0396871455013752 0.001846099564326508 0.040883624418215275 0.0404579415917396 0.0017520350856787925 0.4605525921691548 0.4511896073818207 0.059013804263764374 0.46558957208286633 0.4820389151573181 0.06095196863453568 129.45022929798472 129.62844848632812 2.4053850154855088
34 policy 32 4.955651326612993 5.39706826210022 1.2825437333065932 0.3037239990451119 0.3038488030433655 0.000680703131185027 0.042273248122496984 0.0420779772102832 0.0022244315296006717 0.04210943525487721 0.0415312461555004 0.00184747315730652 0.4862545918334614 0.4754481911659241 0.05786149206172697 0.49304402416402643 0.5036220550537109 0.06006459167840216 123.248159235174 123.44611358642578 2.3607473037271953
35 policy 33 4.807590267874978 5.503448247909546 1.3443983246439242 0.29539818926291034 0.2954290807247162 0.0009959418129323152 0.044100029902024655 0.0439146384596824 0.0020702669828953917 0.04420756447044283 0.0435491278767585 0.002017416341566527 0.5141065716743469 0.5016157627105713 0.0563753291378469 0.5217923305251382 0.5264453887939453 0.05899675911506213 117.10901295055042 117.23194885253906 2.2315259467821296
36 policy 34 4.7405454895713115 5.256289958953857 1.2211906211637598 0.2871642383662137 0.2869498133659363 0.0006625785506041712 0.04620384932918979 0.04602075740695 0.0022970677126611916 0.04621206630359991 0.0454258099198341 0.0021619731984360035 0.5429608009078286 0.5289064645767212 0.05478619910668787 0.5517389503392306 0.5505180358886719 0.057724558223585146 110.83411754261364 110.73796844482422 2.200723821196813
37 policy 35 4.8246071988886055 5.152066946029663 1.2825231190302535 0.27888934991576453 0.2787675559520721 0.0012822400997129888 0.048534341156482655 0.0482332669198513 0.0025636847857765177 0.04813042994249947 0.0470250733196735 0.002351723157774234 0.5730243271047418 0.5573737621307373 0.0530125314964134 0.5827630975029685 0.5757917165756226 0.05619385664163848 104.62270008433948 104.51995086669922 2.027768465321225
38 policy 36 4.955069346861406 5.519265413284302 1.4112487180624358 0.2696909362619573 0.2693997919559479 0.0009001476887071999 0.05106754025275054 0.0508812889456748 0.0027335473449138187 0.05120867219838225 0.049693826586008 0.0027298500319434603 0.6044634580612183 0.5874694585800171 0.05098130040112226 0.6154280250722711 0.6068510413169861 0.05411261369600538 98.42063002152877 98.2171401977539 1.9906164929381902
39 policy 37 4.7650146484375 5.186834096908569 1.1140044477965456 0.2604475834152915 0.2602835297584533 0.0008038996565517731 0.05369132994250813 0.0540202967822551 0.002894223687384794 0.05217225036837835 0.0510293580591678 0.0028366312470402633 0.6378475048325278 0.6202614903450012 0.04843071763634275 0.6483965136788108 0.6398486495018005 0.05194550207698849 92.09824579412287 91.82431030273438 1.9734453453669998
40 policy 38 4.874200235713612 5.024654150009155 1.1381593685369071 0.25149029493331904 0.2513195872306824 0.0009999253181738436 0.05606721443208777 0.0564273372292518 0.003150326134148752 0.05569560893557284 0.0549632795155048 0.0033310480765264645 0.6723501844839617 0.6554672718048096 0.04544466049797355 0.6829756715080955 0.67472904920578 0.04906886327274817 85.82743141867898 85.60066223144531 1.949808032265999
41 policy 39 5.009584708647295 5.174219369888306 1.1811262947862227 0.2418465966528112 0.2418252974748611 0.0011894211721312255 0.05897240035913201 0.0599682740867137 0.0035627918259868614 0.057560757479884365 0.056814718991518 0.0036230940232781232 0.7081743532961066 0.693757176399231 0.04185765902640528 0.7179932756857439 0.7099788188934326 0.045863835499359754 79.74040499600497 79.55411529541016 1.8624035978132791
42 policy 40 4.877714525569569 5.219934463500977 1.100921844524881 0.23208030922846357 0.2319167107343673 0.0010777016060087526 0.06177945435047145 0.0631598606705665 0.003970350155229003 0.05858897519382558 0.0576555244624614 0.0038750994858483614 0.7447838945822283 0.7327991724014282 0.037776759442364506 0.7526359937407754 0.7446768283843994 0.04242795424530628 73.57139726118608 73.59123229980469 1.8349843884243335
43 policy 41 4.727325331081044 5.006701946258545 0.9767662652194806 0.22194951908154917 0.2221188247203827 0.0011349956232010491 0.06619690697301514 0.0673195272684097 0.004520878959155858 0.06222958524118765 0.0614445284008979 0.004446536758516849 0.7820957357233221 0.7713624238967896 0.03331132059053609 0.7880134853449735 0.780337929725647 0.038255944571623984 67.40430866588245 67.43851470947266 1.8184118098596465
44 policy 42 4.908030076460405 5.077185153961182 1.0845275540646921 0.2116578952832655 0.2118271738290786 0.0009935721008423222 0.06785158677534618 0.0696453228592872 0.005022372922747044 0.06408537958155974 0.0632410869002342 0.004852935947155101 0.8190687840635126 0.810761570930481 0.02837859787820384 0.8226447213779796 0.8165727853775024 0.033784786994660934 61.1750207380815 61.23821258544922 1.812018700250013
45 policy 43 5.032526037909768 5.348829984664917 1.1547953853614703 0.2016072327440435 0.2017250955104828 0.0009877936454333511 0.0702517838640646 0.0720702409744262 0.0055376944314737145 0.06653266433965072 0.0660029575228691 0.005435586443460142 0.8550188812342557 0.8492221832275391 0.023237661327779543 0.8562712994488803 0.8535821437835693 0.028920346573870794 55.039310455322266 55.25835418701172 1.8328126169931669
46 policy 44 5.191218549554998 5.621124267578125 1.1814409204807697 0.19093608449805863 0.1909235715866089 0.0010272308029926958 0.07197818126190789 0.0738246589899063 0.005937746732717742 0.0691897594793276 0.0687492340803146 0.006006961402072175 0.8887581066651777 0.8849911689758301 0.018218433451395198 0.8883262385021556 0.888175904750824 0.023745739886244205 48.825135317715734 49.09001159667969 1.8135309985521677
47 policy 45 5.060894250869751 5.413084506988525 1.1282336199333933 0.18100758845155884 0.1809582114219665 0.000994496786733235 0.0741657221859151 0.0763023570179939 0.006249535501236141 0.07021897353909229 0.0698379352688789 0.006413494683002127 0.9195944450118325 0.9165513515472412 0.013476723387178011 0.9173889756202698 0.918834149837494 0.018640412691943952 42.60464859008789 42.85799407958984 1.7372615030798464
48 policy 46 4.9386608383872295 5.266998529434204 1.1007331048217883 0.17041375420310279 0.1700872927904129 0.0009691128268017833 0.07481189004399556 0.0770504847168922 0.006435596031731268 0.07305758988315404 0.0734641626477241 0.0071789160712951335 0.9461199370297518 0.9451377391815186 0.009283734379430057 0.9434904727068815 0.945602536201477 0.013536202933917541 36.28016489202326 36.45746612548828 1.584704067163711
49 policy 47 5.085831121964888 5.24397873878479 1.1576885103106176 0.15976025164127347 0.1599758714437484 0.0010365037037389582 0.07713298093188889 0.079283133149147 0.0065933765163542915 0.07653772424567824 0.0777846649289131 0.00818926604621114 0.968178781596097 0.96835196018219 0.005699818499982981 0.9658823013305664 0.9679090976715088 0.008673177641887535 29.784864252263848 29.960580825805664 1.4092411426303904
50 policy 48 4.80556828325445 5.23617434501648 1.1935121350035067 0.14887292276729233 0.1490814387798309 0.0010870975155640246 0.07835294170813122 0.0803812071681022 0.006787764937893993 0.07915468243035399 0.0796021074056625 0.009175547367602887 0.9847689650275491 0.9852114915847778 0.0028689876643410027 0.9832953810691833 0.9847090244293212 0.004521617006090728 23.075346513227984 23.132247924804688 1.1988878437284138
51 policy 49 4.8093796860088 5.022816181182861 1.1513628995112177 0.13655048066919495 0.1363487988710403 0.0013178552769897666 0.07985884222117333 0.0809646174311637 0.007252202439408063 0.07915049723603504 0.0787261649966239 0.009794229849653861 0.9954712336713617 0.9956791400909424 0.0009023152689976716 0.9946055195548318 0.9952359795570374 0.001580523210549921 15.612876371903853 15.678373336791992 0.8141453611561115
52 policy 50 4.954349777915261 5.356104135513306 1.203074507735412 0.11318790506232865 0.1128654554486274 0.0018904817665993832 0.09636235440319231 0.0955251827836036 0.009557327116620527 0.10407706011425359 0.1008240580558776 0.014747060602726911 0.9999999349767511 0.9999999403953552 9.777540358224394e-08 0.9999999945813959 1.0 7.750687618660017e-08 0.0 0.0 0.0
53 world_model 1 2.4772726622494785 2.6260852813720703 0.4633811981794726 1.4124032692475752 1.412093997001648 0.002457663891915528 0.04069613157348195 0.0417177006602287 0.00375100830758644 0.031324904750693876 0.0296769831329584 0.004123942941606412 0.030547814274376098 0.0170293115079402 0.07325087245379798 0.03789447662843895 0.0133213605731725 0.07681115888595182 168.9413493763317 167.04258728027344 8.870859674138815
54 world_model 2 4.588764840906316 4.935030698776245 1.1437340301634655 1.022136471488259 1.0221750736236572 0.0019465726925450286 0.029069267044013147 0.0288726761937141 0.0026851660834261897 0.025301381268284493 0.0228177830576896 0.006132891700030667 0.030541637404398473 0.0147097278386354 0.07415092426376077 0.03911464381963011 0.0134562943130731 0.07769090991148832 168.9006805419922 166.25335693359375 8.813890422183835
55 world_model 3 4.814267006787387 5.164716720581055 1.080139639616605 0.8511152809316461 0.8514657020568848 0.0020225865131282376 0.021794746545228057 0.0215661283582448 0.002482135518973717 0.019999342885884317 0.0183340515941381 0.004875596783062964 0.033488688651811 0.0179222803562879 0.07526511375664556 0.04335922510786488 0.0175474118441343 0.07784427391511073 168.27509654651988 167.83848571777344 8.496368107474087
56 world_model 4 4.837730776179921 5.266719579696655 1.1864552167442637 0.7505818063562567 0.7506167888641357 0.0017866412140438678 0.018212452700192228 0.0180761832743883 0.001783864170658293 0.01678404423662203 0.0164924133569002 0.002028387959830416 0.03834511407397009 0.0240975469350814 0.07616942533630729 0.04979974776506422 0.0252106338739395 0.0775102112272449 167.7500887784091 167.43145751953125 8.250289902982816
57 world_model 5 4.933083707636053 4.993900060653687 1.1563012493193514 0.6825656890869141 0.682481586933136 0.0016335568798638764 0.0163001893088221 0.0162542387843132 0.0014766742245574285 0.015678072686899747 0.0150940055027604 0.0023224130829244925 0.0445173049176281 0.0316356867551803 0.0769019204121999 0.057512312026863716 0.0350181758403778 0.07694999404317358 166.15844171697444 166.4280242919922 8.916397026186825
58 world_model 6 4.6008995663036 4.707776308059692 1.1297094701275836 0.6334039460528981 0.6324781179428101 0.002084275834032274 0.015360233289274262 0.0155090689659118 0.001334267749440454 0.0143509342081167 0.0138716101646423 0.0023948690410499794 0.05152712863954631 0.0399010330438613 0.0774343300964602 0.06599576771259305 0.0457124225795269 0.07626917998525844 164.33296342329547 166.19485473632812 8.341476358254052
59 world_model 7 5.032595699483698 5.253226518630981 1.1371081874540119 0.5949551625685259 0.5946858525276184 0.0014701912777972256 0.015421443872831037 0.0152621762827038 0.0014150637585943749 0.014295721257274735 0.0133011536672711 0.0025565200064464485 0.0589852597225796 0.0486289113759994 0.07800423922193517 0.07520853897387327 0.0570916235446929 0.07549901931392759 162.1347226229581 162.78929138183594 8.436401152756197
60 world_model 8 5.090328910134056 5.4763147830963135 1.210936623228668 0.5634629401293668 0.5636498332023621 0.0014825157663435667 0.015587496825239827 0.0154073508456349 0.0014829289325611116 0.014804785901849882 0.014084218069911 0.002187404825633583 0.06707560287957841 0.0576387904584407 0.07855575463840891 0.08502513593570747 0.0690293461084365 0.07463214613858797 160.50648498535156 160.97909545898438 8.741872924310313
61 world_model 9 5.037052739750255 5.324824571609497 1.1248074097885892 0.5372636101462624 0.537748396396637 0.0011631932501631852 0.015483319082043338 0.0150259742513298 0.0014763234848261821 0.015057365071367084 0.0147182513028383 0.0015073305287420077 0.07574839475141328 0.0672002136707305 0.07902963580955878 0.09545684775168244 0.0814889371395111 0.07373243647889993 158.46505598588422 157.92214965820312 8.22491356028657
62 world_model 10 4.6527089205655185 4.874844074249268 1.203397904154107 0.5154841433871876 0.5150421261787415 0.0012415871970163442 0.01559340953826899 0.0152573743835091 0.0014127163758630731 0.0151289512657306 0.0150147480890154 0.0018122397128643656 0.08522028442133554 0.0774843543767929 0.07943486863408895 0.10654258677227926 0.0943956971168518 0.07284864729965178 156.2073516845703 156.52951049804688 7.366497223582135
63 world_model 11 5.050711675123735 5.32934045791626 1.1142941572340692 0.49662127819928253 0.4963216781616211 0.0012074165231440778 0.0159081922505389 0.0153419086709618 0.00135108146682072 0.015862169844860333 0.0160740502178668 0.0013647432992026996 0.09527192213995889 0.0881689488887786 0.07978880333793494 0.11835134537382558 0.1078644543886184 0.07214613331265148 154.1974764737216 154.14584350585938 6.802427454241447
64 world_model 12 5.0107127969915215 5.480522871017456 1.1911792164117039 0.4795596193183552 0.4793055653572082 0.0013786704369920522 0.016203014857389654 0.0158650558441877 0.0013214168189378426 0.01663460506295611 0.0166973024606704 0.0013492486214416047 0.10588396255942904 0.0990850180387497 0.08022048983078035 0.13087093186649404 0.1217457428574562 0.07151675554585432 152.3022225119851 152.15127563476562 6.132136723108185
65 world_model 13 5.121617663990367 5.587911128997803 1.1588778707119036 0.4639504741538655 0.4640955328941345 0.0010126082662225784 0.016975870186632273 0.0165792852640151 0.0013585680898495578 0.0173192407766526 0.0173036605119705 0.0014320493770926806 0.1169683555649085 0.1104472950100898 0.08082887464580593 0.1438616314394907 0.1359855234622955 0.07085395524109815 150.74200439453125 149.87294006347656 6.057937901769739
66 world_model 14 4.920238083059138 5.18118953704834 1.222186028696898 0.45046493681994354 0.4501868784427643 0.0013117565086260697 0.0180127969519658 0.0177614279091358 0.0014429405306807363 0.018324904821135718 0.0184523686766624 0.001485379376591726 0.12842326340350232 0.121901050209999 0.0815451242657217 0.1574339414523406 0.1507323086261749 0.07016672039432788 149.08225042169744 147.71583557128906 5.942993849851055
67 world_model 15 4.9171084057201035 4.98837423324585 1.218442546664169 0.4382816634394906 0.4385071396827698 0.0009232861629472268 0.018824361434037 0.0185197480022907 0.0012385880106404196 0.01901468888602469 0.019109645858407 0.0014832487086463976 0.1405601281334053 0.1337485760450363 0.08204180289071585 0.17137388715689827 0.1657336205244064 0.06951096162254558 147.807504827326 146.6032257080078 6.1300975607326205
68 world_model 16 4.939292734319514 5.021778345108032 1.14165544182925 0.4266241030259566 0.4266462028026581 0.0010287450573323613 0.019778944213281916 0.0194871183484792 0.0012541059782059973 0.020121345465833444 0.0202668253332376 0.0014965586771063747 0.15327224457128477 0.1461504697799682 0.08236093603202554 0.1858679889277978 0.1813174337148666 0.06881955687597428 146.4139043634588 145.67523193359375 5.961963773465782
69 world_model 17 4.962915702299639 5.230148792266846 1.103332875925909 0.41554778543385584 0.4155460894107818 0.0006550268582073158 0.020688755776394466 0.020557090640068 0.0012749980794489607 0.02116495607928792 0.0211744960397481 0.001563105795299829 0.1666191812943328 0.1599164605140686 0.08259432062206087 0.20088511840863657 0.1957357227802276 0.0681005123769131 145.5342351740057 145.08901977539062 5.79038353965572
70 world_model 18 4.892659382386641 5.2655930519104 1.187008359547742 0.4060117385604165 0.4060111343860626 0.0003950187417536812 0.02144301276315337 0.0215845629572868 0.0012847020327515191 0.021855192936279497 0.0218735728412866 0.0015090120661513118 0.1807078509168191 0.1745617836713791 0.08270701176574037 0.21622793105515561 0.2094273716211319 0.0674174988395342 144.09886863014916 144.51260375976562 5.348353112718343
71 world_model 19 4.723549409346147 4.97363018989563 1.3150893446755383 0.39582287723367865 0.395850658416748 0.0008982450620106717 0.022741166536103544 0.0224764291197061 0.001204178363978115 0.023033933714032118 0.0230550020933151 0.0015407086278670186 0.19484091787175695 0.1894541382789611 0.0829718936467968 0.23217284340750083 0.2259703874588012 0.06676109659281883 143.02939813787287 143.82711791992188 5.198856994175708
72 world_model 20 5.034282099116933 5.2240519523620605 1.1525268411209983 0.3870746059851213 0.3869898319244385 0.00045280298162217594 0.023740503259680447 0.0236174017190933 0.0014024631780584255 0.023808748884634492 0.0238881148397922 0.0015444328298981852 0.20978705381805243 0.2045099735260009 0.08293436792353304 0.24852788990194144 0.243560642004013 0.06610120788822259 142.30528259277344 142.91085815429688 5.155826396009903
73 world_model 21 5.135964306918058 5.472920656204224 1.136127446329099 0.37906705791299994 0.3787281513214111 0.000839016301694403 0.024921110577203972 0.0247568525373935 0.0016157658619052233 0.02526675249365239 0.0253008734434843 0.001581960175408436 0.22530335594307294 0.2196742296218872 0.08291130003278482 0.26561422510580585 0.2619453966617584 0.06541789990761261 141.47780123623934 141.8600311279297 5.07521546938977
74 world_model 22 4.9428016705946485 5.354492902755737 1.1880017753040124 0.37078800255602057 0.370766818523407 0.0007952269942321572 0.026379755952141447 0.0260683856904506 0.001608699397474075 0.026498705318028226 0.0265805963426828 0.0015889499278207253 0.24132458459247239 0.2353464663028717 0.08278060910096924 0.2833121811801737 0.2807280719280243 0.06469473103505267 140.6860448663885 140.71827697753906 4.908735311316538
75 world_model 23 4.979956366799095 5.276267051696777 1.1844509064966688 0.36288704655387183 0.3627218306064605 0.0009210684202446669 0.027785677632147576 0.0273771472275257 0.0017094181332869616 0.02766189334744752 0.027649188414216 0.0016235942930448684 0.2578049627217379 0.2514077425003052 0.08288921968578288 0.30163155360655347 0.3000853657722473 0.06390466456204294 139.83792252974078 139.9789276123047 4.602857860632147
76 world_model 24 5.071351874958385 5.461961269378662 1.2186496996922964 0.35558476773175324 0.3553908467292785 0.0008089210319027462 0.0289607630534605 0.0289991367608308 0.0017401378516227097 0.028945115479555947 0.0289651826024055 0.0017105791036972579 0.2755074636502699 0.2689995169639587 0.08267489373037475 0.32066073878244916 0.3202436566352844 0.06304429517504696 138.9628351384943 139.2001953125 4.38988801424008
77 world_model 25 4.815841197967529 5.36384129524231 1.1803513068896276 0.3483759408647364 0.3485066592693329 0.0004712920337327591 0.03038015860048203 0.0305563770234584 0.001813130000992769 0.03033043020828199 0.0303567294031381 0.001753163978961418 0.294265634634278 0.2879073917865753 0.08236780614028984 0.3404816009781577 0.3412869572639465 0.06217648227010578 138.23024541681463 138.46278381347656 4.020007337395506
78 world_model 26 4.914045117118142 5.384947538375855 1.2953615314855789 0.341809405521913 0.3418368101119995 0.001040485883566752 0.03190619667822661 0.0319111868739128 0.0018373233874340912 0.0315490691837939 0.0316865593194961 0.0018062918340623847 0.3136223310774022 0.3075994849205017 0.08221572378161891 0.3609896275130185 0.3630464076995849 0.06120919487150544 137.63728748668325 137.95166015625 3.7660400014420854
79 world_model 27 5.035937612706965 5.112766265869141 1.1776955482888005 0.3348960036581212 0.3350080847740173 0.0010042699521963787 0.03358456509357143 0.0338612310588359 0.0018424645990354372 0.03311696902594778 0.033239722251892 0.00185993216681556 0.3340018201958049 0.3287181556224823 0.08207020455081274 0.38235821507193823 0.3857570886611938 0.060164366329054295 137.04050237482244 137.14755249023438 3.6928644816480074
80 world_model 28 5.028671459718184 5.133925676345825 1.2780196537896702 0.3288316401568326 0.3287160396575928 0.0008137902281180491 0.03513622859662224 0.0352833829820156 0.0018635662554352319 0.034590359607880726 0.0345665700733661 0.0019439252571908927 0.3554344908757643 0.3516155779361725 0.08188443873935997 0.40458517453887244 0.4087463617324829 0.059039967961300815 136.5198322642933 136.48324584960938 3.536415509648704
81 world_model 29 4.91842380436984 5.1893510818481445 1.2134013344677785 0.32263135639103974 0.3227916359901428 0.0009935641271685452 0.036820090968500446 0.0372705310583114 0.0019157351612340244 0.036167550832033116 0.0361042059957981 0.002025591504346536 0.37831414423205634 0.3759738206863403 0.08141903265836435 0.42779106172648346 0.4324239790439605 0.057834882034773265 135.82081742720172 135.85202026367188 3.467110970663888
82 world_model 30 5.106633403084495 5.491691827774048 1.1821930558051839 0.31670329787514423 0.3169687986373901 0.0009193396285672977 0.03874675557017321 0.0392829775810241 0.0018682288904286538 0.03820227391340511 0.0380441211163997 0.0020682663124523444 0.40214644236998126 0.4016953706741333 0.08103820997950145 0.45220245014537463 0.457308679819107 0.056545307334280336 135.26103626598012 135.26927185058594 3.2359504699223396
83 world_model 31 4.811611674048684 5.094662427902222 1.2265523022586147 0.31152299588376825 0.3114700615406036 0.0008357155000593058 0.04072053391825064 0.0415845997631549 0.0020991201837283263 0.03996928510340772 0.0398033000528812 0.00216472348852389 0.4276374307545749 0.4287772178649902 0.08022330304121951 0.47771289673718537 0.4832184910774231 0.05513682245853667 128.9315095381303 128.96115112304688 3.2572223658946577
84 world_model 32 4.762716575102373 5.015646457672119 1.0769884621946977 0.30359881845387543 0.3040041029453277 0.0010768252713368152 0.043077714402567205 0.0431665927171707 0.0021949497587082857 0.04126793112267142 0.04104470834136 0.0021892222104031474 0.45416016199372033 0.4549955129623413 0.07940588728119641 0.5040509294379841 0.5104079246520996 0.053690133727726616 122.74886460737748 122.66412353515624 3.1729853752407076
85 world_model 33 4.4435717409307305 5.0545947551727295 1.3338526071962873 0.2955843399871479 0.2955531477928161 0.0009975414791941542 0.045203314586119175 0.0459014847874641 0.002848557929123764 0.04335263710130341 0.0428242497146129 0.002285311569467592 0.48304073918949475 0.4828449189662933 0.07748654071144045 0.531664948571812 0.5390397310256958 0.05212307182097492 116.5165356722745 116.45047760009766 3.0580948563853863
86 world_model 34 4.702559015967629 5.232410907745361 1.2673377620690809 0.28740227493372833 0.2875078618526459 0.0008757606989314342 0.047460238364609775 0.0483389236032962 0.002860846428998898 0.045352392237294745 0.0448821485042572 0.002400065646042707 0.5132270048965107 0.5150481462478638 0.07546497986832192 0.560425644571131 0.5687294006347656 0.05037034088334785 110.2532168301669 110.08950805664062 3.031555569151996
87 world_model 35 4.910938544706865 5.273892164230347 1.3460566282554576 0.278427086093209 0.2782846093177795 0.0007285301242817567 0.04998143796216354 0.0507170930504798 0.0031207586904566918 0.04730376431887797 0.0467439629137516 0.0025374985520163463 0.5449797240170565 0.5481972694396973 0.0730576581284355 0.5902385765855963 0.5992961525917053 0.04839746794681975 104.06160319935192 103.84439086914062 2.9887733642368675
88 world_model 36 4.783166126771406 5.401458501815796 1.2524155132435961 0.27031036127697333 0.270441472530365 0.0007438008267988205 0.05259096249938006 0.0531465522944927 0.0034521181013809185 0.05041778290813615 0.049702201038599 0.0027646660000093955 0.5781964415853674 0.5825752019882202 0.070176573190219 0.6217330152338202 0.6315561532974243 0.04613660347805826 97.855825250799 97.38742065429688 2.897257229306152
89 world_model 37 4.648333831266924 4.868606805801392 1.1167099499964384 0.2610315219922499 0.2613421380519867 0.001162534274888696 0.05544891750270666 0.055097758769989 0.004342124592322422 0.051443698054010174 0.0505328029394149 0.002842930712398791 0.6133698387579485 0.61818927526474 0.06623606872776741 0.6535887338898398 0.6638416647911072 0.04381833133245995 91.62903733686967 91.27247619628906 2.7797085168391438
90 world_model 38 4.811313065615567 5.214028358459473 1.1877347707091497 0.2514737085862593 0.2516121864318847 0.0011393127100485566 0.058026051995429075 0.0572158023715019 0.004787305185333226 0.054949085820804905 0.0541835501790046 0.003164539186418428 0.6497948332266374 0.6550724506378174 0.06173128459177867 0.6870355660265143 0.6976069211959839 0.04100373462208296 85.35032931241122 84.9329605102539 2.704297101404805
91 world_model 39 4.755873333324086 5.303229808807373 1.3015866943683905 0.2417475269599394 0.2418097257614135 0.001085692574350814 0.06082476878708054 0.059891253709793 0.005241590288301536 0.056810456920753774 0.0561013296246528 0.003367155789979665 0.6875223517417908 0.6931766271591187 0.056661086393873704 0.7209509015083313 0.731539785861969 0.03801295848853494 79.3028134432706 78.83509063720703 2.5676890611057432
92 world_model 40 4.705951235511086 5.259236574172974 1.489435251731432 0.23207700794393366 0.2323889434337616 0.001143536174678739 0.0636763444001024 0.0626358389854431 0.005689209573549386 0.057808818803592114 0.056958507746458 0.0035600810727225733 0.7261427911845121 0.7318187952041626 0.05095700052681276 0.7545402483506636 0.7646765112876892 0.03492720863993108 73.15307686545633 72.64688110351562 2.509586329263128
93 world_model 41 4.820034070448442 5.327846050262451 1.551689167113277 0.2219962816346775 0.2217660993337631 0.001177181096158895 0.06845207613977514 0.068399854004383 0.006113041797920698 0.06150785054672845 0.0602356269955635 0.004011159842403013 0.7658631313930858 0.7699307203292847 0.04459192107683944 0.7889649976383556 0.7981904745101929 0.03131238161299526 67.03927924416281 66.38236999511719 2.422610066235947
94 world_model 42 4.557164083827626 4.842182636260986 1.4215606238357223 0.21196154301816764 0.2120925188064575 0.001219411519846473 0.07018301161852745 0.0699777007102966 0.006765810782613124 0.06337224793705068 0.0618951916694641 0.004293874897947139 0.8053750991821289 0.8089163899421692 0.03756453120551996 0.8227699128064242 0.828944981098175 0.02756786942604826 60.90587477250533 60.21627426147461 2.3750691033590376
95 world_model 43 4.663249644366178 5.197988986968994 1.417956422526132 0.2016358456828377 0.2016417235136032 0.001053450683586269 0.07287087088281455 0.0729874148964881 0.007378596941464652 0.06596216254613613 0.064142882823944 0.004669454772836036 0.8439325040036981 0.8473471403121948 0.030309773821401938 0.8557801138270985 0.8579816222190857 0.02359073964787324 54.758696122602984 54.26784896850586 2.29666892003246
96 world_model 44 4.820258552377874 5.26494026184082 1.5170198709945166 0.19141049005768512 0.1915505081415176 0.0011964629266091522 0.07463988864963698 0.0752680376172065 0.007640044738125034 0.06870337338610125 0.067132830619812 0.005154294388421187 0.8801431981000033 0.883827805519104 0.023404964688060834 0.887423499064012 0.8914567828178406 0.019321797589463268 48.52374614368785 48.17716598510742 2.130957419855159
97 world_model 45 4.499387415972623 4.788283824920654 1.3419896173232597 0.18097485872832209 0.1810730099678039 0.0012238891311396635 0.07691518962383265 0.0774498432874679 0.007923242071444339 0.06993634931065816 0.069240778684616 0.005453774967110755 0.9132918444546786 0.9169639348983764 0.01700426884347143 0.9163225618275729 0.9198532104492188 0.015116529439470276 42.298390821977094 41.86894226074219 1.972031163749938
98 world_model 46 4.4019012451171875 5.071197748184204 1.4210739727352106 0.17068285969170652 0.170734703540802 0.0011829686732258828 0.07766453854062337 0.0781206339597702 0.008049931328795428 0.07298356057568027 0.0725413635373115 0.005999081411846944 0.9418702288107439 0.944804310798645 0.011446851599551831 0.942465218630704 0.9449551701545716 0.010920732630230372 35.99537832086737 35.60323715209961 1.805010214627391
99 world_model 47 4.580573667179454 5.063187122344971 1.4524365492833493 0.16013298386877228 0.1601799726486206 0.0012463604673350452 0.08014671910892829 0.07976645976305 0.008229790547892956 0.0767530636353926 0.0762779712677002 0.006654934270326531 0.9656780091199008 0.9678959250450134 0.006814714617034084 0.9650727618824352 0.9667105674743652 0.006947567920552799 29.655807495117188 29.381351470947266 1.595768324661803
100 world_model 48 4.618325883691961 5.359715700149536 1.6106582234522935 0.14921207590536634 0.1490256339311599 0.001358504700005775 0.08153977312824938 0.080300472676754 0.008343315496332047 0.07976058938286516 0.0791859850287437 0.007278867530684533 0.983601299199191 0.9849081039428712 0.0033031324019620295 0.9828116622838107 0.9837567210197448 0.003584405022767056 22.94083161787553 22.702808380126957 1.3265387811506282
101 world_model 49 4.722050731832331 5.404139995574951 1.6351713963958396 0.13684691353277723 0.1366293728351593 0.001312416491713735 0.08303084021264852 0.0814526826143264 0.008579099871448144 0.08001114157113158 0.0787350907921791 0.0075299718363697875 0.9951290813359347 0.9953976273536682 0.001001256906550283 0.9944158846681769 0.9947677850723268 0.0012460041280240354 15.543833992697976 15.287129402160645 0.9320664717399902
102 world_model 50 4.503697070208463 5.038814067840576 1.588140144007771 0.1136427907781167 0.1138119250535965 0.0020374551838318717 0.10040278597311536 0.0975040048360824 0.010874890642858962 0.1058652583848346 0.1022517755627632 0.011154786421497257 0.9999999837441877 1.0 6.0144064315989e-08 0.9999999620697715 1.0 7.666893939616094e-08 0.0 0.0 0.0

View File

@@ -0,0 +1,30 @@
# Backbone Block Profiling Report
## Dataset Overview
- Rows: 27500
- Blocks: 25
- Steps: 1-50
- Pass types: policy, world_model
## Block Timing
- `forward_time_ms`: mean=29.5324, median=33.0049, p90=53.1777
## Stability
- `rel_l2_delta_vs_prev`: mean=0.144351, median=0.122058, p90=0.238142
- `cosine_vs_prev`: mean=0.986104, median=0.993058, p90=0.998209
## Top Cache Candidates
- `output_5` (output_blocks): tail_rel_l2=0.047653, mean_forward_time_ms=40.3060
- `output_4` (output_blocks): tail_rel_l2=0.055735, mean_forward_time_ms=38.0808
- `output_3` (output_blocks): tail_rel_l2=0.059179, mean_forward_time_ms=38.4340
- `output_2` (output_blocks): tail_rel_l2=0.059520, mean_forward_time_ms=4.2037
- `output_1` (output_blocks): tail_rel_l2=0.069876, mean_forward_time_ms=3.3372
- `output_0` (output_blocks): tail_rel_l2=0.071423, mean_forward_time_ms=3.4297
- `output_6` (output_blocks): tail_rel_l2=0.074268, mean_forward_time_ms=40.6642
- `middle` (middle_block): tail_rel_l2=0.075425, mean_forward_time_ms=24.7022
- `input_7` (input_blocks): tail_rel_l2=0.075788, mean_forward_time_ms=38.4152
- `input_11` (input_blocks): tail_rel_l2=0.077308, mean_forward_time_ms=2.5828

View File

@@ -0,0 +1,26 @@
block_stage,block_name,block_index,mean_forward_time_ms,mean_rel_l2_delta_vs_prev,mean_cosine_vs_prev,mean_l2_delta_vs_full50,mean_cosine_vs_full50,mid_mean_rel_l2_delta_vs_prev,mid_mean_cosine_vs_prev,mid_mean_forward_time_ms,tail_mean_rel_l2_delta_vs_prev,tail_mean_cosine_vs_prev,tail_mean_forward_time_ms
output_blocks,output_5,5,40.30600001104176,0.07424595491729107,0.9978543047228196,14992.717945223721,0.8542837543921037,0.06805019055642345,0.9986008080569181,40.302541466768496,0.047652576457370366,0.9999622111970728,40.72485751133751
output_blocks,output_4,4,38.080781668593936,0.08642426159765035,0.9958082048260436,2957.2041925881126,0.8080604154684327,0.08421756147338452,0.996300181398144,38.20055009478711,0.05573495308106591,0.9985793325034055,38.91625686294653
output_blocks,output_3,3,38.43397183640098,0.09250370155612145,0.9952302734904918,3060.3711755371096,0.8026768178289587,0.09244359002420392,0.9955291416479911,38.81973216463348,0.0591791972179304,0.9983712329105897,38.9416516631503
output_blocks,output_2,2,4.203701027753678,0.09137489838812475,0.9953451827859613,3606.0498737404564,0.7830393203822049,0.08808990133305386,0.995942129459216,4.195578110069682,0.059519522687928206,0.9983943538232283,4.28258259780705
output_blocks,output_1,1,3.3372188554230062,0.10800083809236755,0.9934082725163073,1412.8108868963068,0.7369476676529104,0.107915337459543,0.9937602771825088,3.3771630963189647,0.06987590529024597,0.9975565972653302,3.3194192304191263
output_blocks,output_0,0,3.429651934738186,0.11093722168763955,0.993079345279368,1640.254585723877,0.7372313263470476,0.11102681995663803,0.9934070663792747,3.589113329605752,0.07142288469794118,0.9974490214477886,3.3163734690540214
output_blocks,output_6,6,40.6641822964461,0.09676676388684802,0.9951365732748566,7144.494426935369,0.8271069422635166,0.08897464989293442,0.996182621170432,41.026938741913796,0.07426767603240225,0.9976629585027694,40.46990792690353
middle_block,middle,0,24.702236674387347,0.11546830409975349,0.992583174265382,2010.486007787531,0.7406484127044678,0.1174934316281374,0.9926540745801223,24.89245473407209,0.07542458674447099,0.9971520776098425,24.817648800936613
input_blocks,input_7,7,38.41519514437426,0.10886899768573562,0.9936545515546993,1603.4049312106047,0.8162635827064514,0.11071356224678292,0.9936723225302511,38.47269122428321,0.07578794385560529,0.997268594936891,38.89047441030429
input_blocks,input_11,11,2.5827501180835744,0.11662656739907049,0.9924228371074337,1722.0765785217286,0.7539892436970363,0.11981556909682942,0.9923575057353808,2.6117673756562785,0.07730753370984031,0.997005215829069,2.569907778789374
input_blocks,input_10,10,2.72361038337377,0.11654036492800443,0.992433423401031,1607.604853695956,0.7628968893668868,0.12067004609288587,0.9922557594456198,2.6563743292656423,0.07742048667913129,0.9969992900436575,2.8803871330720456
input_blocks,input_9,9,0.743831817314706,0.11526945793175296,0.9926486552756881,1536.432679124312,0.7748632244901223,0.11962514901251499,0.9924179907743033,0.7319237524845126,0.07781377817419437,0.9969735102220015,0.7902192989025604
input_blocks,input_8,8,38.62152510364963,0.12054014859067924,0.9921188446276705,1432.7270319019665,0.7689293622428721,0.12640916643204622,0.9916752894203384,38.860303962611276,0.08097956512462004,0.9968675247647546,38.43976048837331
output_blocks,output_8,8,42.76750654659488,0.1041652080542468,0.9972895507688646,13048.933399103338,0.8096005897088484,0.08988681350112988,0.9990433824784828,43.00354546020654,0.08253373083743178,1.000350392406637,42.880791404538535
input_blocks,input_5,5,42.64259841631759,0.0933007191182399,0.9968145641745353,1739.4882183283025,0.8823152181235226,0.09050172304500745,0.9971030238386872,42.54317751609886,0.08911182880401607,0.9969788096167824,43.56268527282571
output_blocks,output_7,7,40.16711385920644,0.11893464999484214,0.9925614916106102,4740.665635986328,0.7864092644778164,0.10539288993005624,0.9945139388243357,40.24617651223459,0.09765800244428892,0.9955882240425457,40.67105716306039
input_blocks,input_6,6,0.595384887419641,0.13015179072743438,0.9910717374871525,1809.7961725408381,0.8091255191239444,0.12847564540384132,0.991497116687494,0.6085407196491699,0.09858578338541762,0.995211638103832,0.6194137735292315
output_blocks,output_9,9,48.49497906059366,0.16689521762678924,0.9861997717054966,6137.993441606001,0.7435040426796133,0.14370292125197198,0.9905036210497736,48.337520912563775,0.15144165066832843,0.989499507708983,48.45326270442456
input_blocks,input_4,4,43.2311917447739,0.1817058995504326,0.9832322480837798,2011.190616011186,0.7216005914861505,0.16583138326932856,0.9864331201299444,43.43364972548632,0.15901249613274224,0.9877330124378204,43.76259167805653
output_blocks,output_10,10,48.60783339351077,0.19811972225143645,0.9799721469352771,4502.460150035511,0.6995518704977902,0.17081736489420843,0.9862495191169508,48.90580477850165,0.175770029425621,0.9854899059642445,48.58748410743746
input_blocks,input_0,0,30.3599044511264,0.36612097531944127,0.9117056313134965,1307.8138972611862,0.5234270588918166,0.32535993975478333,0.9471129615069468,30.35658905665628,0.1798567053269256,0.9853965935381976,30.3359796801074
input_blocks,input_3,3,0.6927925035018813,0.22364106857267954,0.9736635546737346,2157.1204280783913,0.6818592004342513,0.1956160919361816,0.9808968563616534,0.6883892591526627,0.19636715982447966,0.9810252604159442,0.7262287428602576
input_blocks,input_1,1,58.22319687090137,0.25090528344510876,0.9659175354164916,1829.0903750887785,0.6146969364989887,0.2160034192266402,0.9781726463274523,58.35200590484683,0.2002870954573154,0.9814362926916642,58.548310157758266
input_blocks,input_2,2,57.37443873701109,0.2518176541478824,0.9677503171458094,2288.248785289418,0.6070540508086031,0.21795401306121379,0.9776382349528275,57.39882213438486,0.23765106031840494,0.9729208079251376,57.36874400384047
output_blocks,output_11,11,48.90883109235967,0.16944817667878845,0.9847041587440335,18168.413182705965,0.46862712654200467,0.1436156316527298,0.9913680543115129,48.581788756832225,0.2646951804784211,0.9647044910625978,49.03405244165862
1 block_stage block_name block_index mean_forward_time_ms mean_rel_l2_delta_vs_prev mean_cosine_vs_prev mean_l2_delta_vs_full50 mean_cosine_vs_full50 mid_mean_rel_l2_delta_vs_prev mid_mean_cosine_vs_prev mid_mean_forward_time_ms tail_mean_rel_l2_delta_vs_prev tail_mean_cosine_vs_prev tail_mean_forward_time_ms
2 output_blocks output_5 5 40.30600001104176 0.07424595491729107 0.9978543047228196 14992.717945223721 0.8542837543921037 0.06805019055642345 0.9986008080569181 40.302541466768496 0.047652576457370366 0.9999622111970728 40.72485751133751
3 output_blocks output_4 4 38.080781668593936 0.08642426159765035 0.9958082048260436 2957.2041925881126 0.8080604154684327 0.08421756147338452 0.996300181398144 38.20055009478711 0.05573495308106591 0.9985793325034055 38.91625686294653
4 output_blocks output_3 3 38.43397183640098 0.09250370155612145 0.9952302734904918 3060.3711755371096 0.8026768178289587 0.09244359002420392 0.9955291416479911 38.81973216463348 0.0591791972179304 0.9983712329105897 38.9416516631503
5 output_blocks output_2 2 4.203701027753678 0.09137489838812475 0.9953451827859613 3606.0498737404564 0.7830393203822049 0.08808990133305386 0.995942129459216 4.195578110069682 0.059519522687928206 0.9983943538232283 4.28258259780705
6 output_blocks output_1 1 3.3372188554230062 0.10800083809236755 0.9934082725163073 1412.8108868963068 0.7369476676529104 0.107915337459543 0.9937602771825088 3.3771630963189647 0.06987590529024597 0.9975565972653302 3.3194192304191263
7 output_blocks output_0 0 3.429651934738186 0.11093722168763955 0.993079345279368 1640.254585723877 0.7372313263470476 0.11102681995663803 0.9934070663792747 3.589113329605752 0.07142288469794118 0.9974490214477886 3.3163734690540214
8 output_blocks output_6 6 40.6641822964461 0.09676676388684802 0.9951365732748566 7144.494426935369 0.8271069422635166 0.08897464989293442 0.996182621170432 41.026938741913796 0.07426767603240225 0.9976629585027694 40.46990792690353
9 middle_block middle 0 24.702236674387347 0.11546830409975349 0.992583174265382 2010.486007787531 0.7406484127044678 0.1174934316281374 0.9926540745801223 24.89245473407209 0.07542458674447099 0.9971520776098425 24.817648800936613
10 input_blocks input_7 7 38.41519514437426 0.10886899768573562 0.9936545515546993 1603.4049312106047 0.8162635827064514 0.11071356224678292 0.9936723225302511 38.47269122428321 0.07578794385560529 0.997268594936891 38.89047441030429
11 input_blocks input_11 11 2.5827501180835744 0.11662656739907049 0.9924228371074337 1722.0765785217286 0.7539892436970363 0.11981556909682942 0.9923575057353808 2.6117673756562785 0.07730753370984031 0.997005215829069 2.569907778789374
12 input_blocks input_10 10 2.72361038337377 0.11654036492800443 0.992433423401031 1607.604853695956 0.7628968893668868 0.12067004609288587 0.9922557594456198 2.6563743292656423 0.07742048667913129 0.9969992900436575 2.8803871330720456
13 input_blocks input_9 9 0.743831817314706 0.11526945793175296 0.9926486552756881 1536.432679124312 0.7748632244901223 0.11962514901251499 0.9924179907743033 0.7319237524845126 0.07781377817419437 0.9969735102220015 0.7902192989025604
14 input_blocks input_8 8 38.62152510364963 0.12054014859067924 0.9921188446276705 1432.7270319019665 0.7689293622428721 0.12640916643204622 0.9916752894203384 38.860303962611276 0.08097956512462004 0.9968675247647546 38.43976048837331
15 output_blocks output_8 8 42.76750654659488 0.1041652080542468 0.9972895507688646 13048.933399103338 0.8096005897088484 0.08988681350112988 0.9990433824784828 43.00354546020654 0.08253373083743178 1.000350392406637 42.880791404538535
16 input_blocks input_5 5 42.64259841631759 0.0933007191182399 0.9968145641745353 1739.4882183283025 0.8823152181235226 0.09050172304500745 0.9971030238386872 42.54317751609886 0.08911182880401607 0.9969788096167824 43.56268527282571
17 output_blocks output_7 7 40.16711385920644 0.11893464999484214 0.9925614916106102 4740.665635986328 0.7864092644778164 0.10539288993005624 0.9945139388243357 40.24617651223459 0.09765800244428892 0.9955882240425457 40.67105716306039
18 input_blocks input_6 6 0.595384887419641 0.13015179072743438 0.9910717374871525 1809.7961725408381 0.8091255191239444 0.12847564540384132 0.991497116687494 0.6085407196491699 0.09858578338541762 0.995211638103832 0.6194137735292315
19 output_blocks output_9 9 48.49497906059366 0.16689521762678924 0.9861997717054966 6137.993441606001 0.7435040426796133 0.14370292125197198 0.9905036210497736 48.337520912563775 0.15144165066832843 0.989499507708983 48.45326270442456
20 input_blocks input_4 4 43.2311917447739 0.1817058995504326 0.9832322480837798 2011.190616011186 0.7216005914861505 0.16583138326932856 0.9864331201299444 43.43364972548632 0.15901249613274224 0.9877330124378204 43.76259167805653
21 output_blocks output_10 10 48.60783339351077 0.19811972225143645 0.9799721469352771 4502.460150035511 0.6995518704977902 0.17081736489420843 0.9862495191169508 48.90580477850165 0.175770029425621 0.9854899059642445 48.58748410743746
22 input_blocks input_0 0 30.3599044511264 0.36612097531944127 0.9117056313134965 1307.8138972611862 0.5234270588918166 0.32535993975478333 0.9471129615069468 30.35658905665628 0.1798567053269256 0.9853965935381976 30.3359796801074
23 input_blocks input_3 3 0.6927925035018813 0.22364106857267954 0.9736635546737346 2157.1204280783913 0.6818592004342513 0.1956160919361816 0.9808968563616534 0.6883892591526627 0.19636715982447966 0.9810252604159442 0.7262287428602576
24 input_blocks input_1 1 58.22319687090137 0.25090528344510876 0.9659175354164916 1829.0903750887785 0.6146969364989887 0.2160034192266402 0.9781726463274523 58.35200590484683 0.2002870954573154 0.9814362926916642 58.548310157758266
25 input_blocks input_2 2 57.37443873701109 0.2518176541478824 0.9677503171458094 2288.248785289418 0.6070540508086031 0.21795401306121379 0.9776382349528275 57.39882213438486 0.23765106031840494 0.9729208079251376 57.36874400384047
26 output_blocks output_11 11 48.90883109235967 0.16944817667878845 0.9847041587440335 18168.413182705965 0.46862712654200467 0.1436156316527298 0.9913680543115129 48.581788756832225 0.2646951804784211 0.9647044910625978 49.03405244165862

View File

@@ -0,0 +1,10 @@
window,block_stage,mean_forward_time_ms,mean_rel_l2_delta_vs_prev,mean_cosine_vs_prev,mean_l2_delta_vs_full50,mean_cosine_vs_full50
all,input_blocks,26.35053501482065,0.17295741061803846,0.9794528250217935,1753.749547254389,0.7264184064892205
all,middle_block,24.702236674387347,0.11546830409975349,0.992583174265382,2010.486007787531,0.7406484127044678
all,output_blocks,33.116814298555255,0.11815138456101215,0.9922157730550109,6784.364074673508,0.754753261520104
mid,input_blocks,26.392852913381326,0.16141464238150463,0.9851027356425749,1838.957427945488,0.7266639219583543
mid,middle_block,24.89245473407209,0.1174934316281374,0.9926540745801223,2007.7355251559964,0.773752135631842
mid,output_blocks,33.21553778536967,0.10784447266052313,0.9942833950896284,6864.791992176491,0.7592755320816587
tail,input_blocks,26.541225201534953,0.12918178639939107,0.9904847125438127,880.7333542390303,0.9334695872032281
tail,middle_block,24.817648800936613,0.07542458674447099,0.9971520776098425,731.289155925404,0.9663700651038777
tail,output_blocks,33.29980809022813,0.10081260910991462,0.9936340190695994,3178.3527087298307,0.9287726470466816
1 window block_stage mean_forward_time_ms mean_rel_l2_delta_vs_prev mean_cosine_vs_prev mean_l2_delta_vs_full50 mean_cosine_vs_full50
2 all input_blocks 26.35053501482065 0.17295741061803846 0.9794528250217935 1753.749547254389 0.7264184064892205
3 all middle_block 24.702236674387347 0.11546830409975349 0.992583174265382 2010.486007787531 0.7406484127044678
4 all output_blocks 33.116814298555255 0.11815138456101215 0.9922157730550109 6784.364074673508 0.754753261520104
5 mid input_blocks 26.392852913381326 0.16141464238150463 0.9851027356425749 1838.957427945488 0.7266639219583543
6 mid middle_block 24.89245473407209 0.1174934316281374 0.9926540745801223 2007.7355251559964 0.773752135631842
7 mid output_blocks 33.21553778536967 0.10784447266052313 0.9942833950896284 6864.791992176491 0.7592755320816587
8 tail input_blocks 26.541225201534953 0.12918178639939107 0.9904847125438127 880.7333542390303 0.9334695872032281
9 tail middle_block 24.817648800936613 0.07542458674447099 0.9971520776098425 731.289155925404 0.9663700651038777
10 tail output_blocks 33.29980809022813 0.10081260910991462 0.9936340190695994 3178.3527087298307 0.9287726470466816

View File

@@ -0,0 +1,12 @@
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_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,0,272.30813097953796,258.77083349227905,625.7526919841766,,,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,1,186.9196274280548,263.2243719100952,540.1022210121155,221.82896423339844,0.33534055948257446,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,2,244.72048449516296,254.23945784568787,588.8439288139343,235.9840545654297,0.1256718635559082,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,3,263.5875928401947,254.7561550140381,607.7824947834015,199.4680633544922,0.18907040357589722,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,4,217.18552041053772,256.91192841529846,562.6434659957886,260.11322021484375,0.6156945526599884,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,5,252.68572807312012,261.74088191986084,602.5384485721588,190.06353759765625,0.43064773082733154,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,6,255.90784645080566,249.05019426345825,593.9222755432129,228.24305725097656,0.09470903873443604,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,7,226.4355342388153,271.73611545562744,585.1254336833954,228.67453002929688,0.14335262775421143,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,8,269.48164653778076,265.67703223228455,625.1090137958527,250.22793579101562,0.6966221630573273,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,9,259.6198160648346,210.60337662696838,558.2484686374664,248.954345703125,0.14137792587280273,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,10,94.52964091300964,90.96858811378479,265.539076089859,206.26715087890625,0.03912711143493652,
1 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
2 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 0 272.30813097953796 258.77083349227905 625.7526919841766
3 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 1 186.9196274280548 263.2243719100952 540.1022210121155 221.82896423339844 0.33534055948257446
4 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 2 244.72048449516296 254.23945784568787 588.8439288139343 235.9840545654297 0.1256718635559082
5 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 3 263.5875928401947 254.7561550140381 607.7824947834015 199.4680633544922 0.18907040357589722
6 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 4 217.18552041053772 256.91192841529846 562.6434659957886 260.11322021484375 0.6156945526599884
7 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 5 252.68572807312012 261.74088191986084 602.5384485721588 190.06353759765625 0.43064773082733154
8 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 6 255.90784645080566 249.05019426345825 593.9222755432129 228.24305725097656 0.09470903873443604
9 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 7 226.4355342388153 271.73611545562744 585.1254336833954 228.67453002929688 0.14335262775421143
10 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 8 269.48164653778076 265.67703223228455 625.1090137958527 250.22793579101562 0.6966221630573273
11 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 9 259.6198160648346 210.60337662696838 558.2484686374664 248.954345703125 0.14137792587280273
12 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 10 94.52964091300964 90.96858811378479 265.539076089859 206.26715087890625 0.03912711143493652

View File

@@ -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_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,policy,231.21650622107765,,,,44.90909090909091,46.72727272727273,46.72727272727273,46.54545454545455,,226.98248596191405,0.2811613976955414,559.6006835373965,231.21650622107765,239.78899411721662,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,world_model,239.78899411721662,,,,45.18181818181818,46.90909090909091,46.90909090909091,46.81818181818182,,226.98248596191405,0.2811613976955414,559.6006835373965,231.21650622107765,239.78899411721662,
1 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
2 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera policy 231.21650622107765 44.90909090909091 46.72727272727273 46.72727272727273 46.54545454545455 226.98248596191405 0.2811613976955414 559.6006835373965 231.21650622107765 239.78899411721662
3 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera world_model 239.78899411721662 45.18181818181818 46.90909090909091 46.90909090909091 46.81818181818182 226.98248596191405 0.2811613976955414 559.6006835373965 231.21650622107765 239.78899411721662

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,12 @@
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_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,0,34.73047733306885,34.12665319442749,143.00190567970276,,,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,1,34.77882504463196,35.024171590805054,142.87922620773315,238.14430236816406,0.34216785430908203,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,2,34.65710210800171,34.31918025016785,141.75025510787964,244.6288299560547,0.10849124193191528,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,3,34.64808392524719,34.763160705566406,142.0598931312561,250.288330078125,0.4585834741592407,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,4,34.43521761894226,34.34122323989868,141.00554966926575,224.81471252441406,0.6429577469825745,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,5,34.357038497924805,34.85403919219971,141.1495542526245,195.2209014892578,0.1021263599395752,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,6,35.0233428478241,34.67922353744507,144.0218186378479,226.24966430664062,0.08848029375076294,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,7,34.45149564743042,34.6253707408905,143.35860419273376,245.75660705566406,0.17197155952453613,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,8,34.7300283908844,34.399852991104126,143.3491985797882,238.90292358398438,0.6555709540843964,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,9,34.11410880088806,34.445759534835815,142.07709193229675,226.96424865722656,0.0632086992263794,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,10,34.794456481933594,34.530436992645264,141.20812225341797,223.38699340820312,0.012062489986419678,
1 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
2 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 0 34.73047733306885 34.12665319442749 143.00190567970276
3 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 1 34.77882504463196 35.024171590805054 142.87922620773315 238.14430236816406 0.34216785430908203
4 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 2 34.65710210800171 34.31918025016785 141.75025510787964 244.6288299560547 0.10849124193191528
5 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 3 34.64808392524719 34.763160705566406 142.0598931312561 250.288330078125 0.4585834741592407
6 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 4 34.43521761894226 34.34122323989868 141.00554966926575 224.81471252441406 0.6429577469825745
7 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 5 34.357038497924805 34.85403919219971 141.1495542526245 195.2209014892578 0.1021263599395752
8 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 6 35.0233428478241 34.67922353744507 144.0218186378479 226.24966430664062 0.08848029375076294
9 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 7 34.45149564743042 34.6253707408905 143.35860419273376 245.75660705566406 0.17197155952453613
10 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 8 34.7300283908844 34.399852991104126 143.3491985797882 238.90292358398438 0.6555709540843964
11 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 9 34.11410880088806 34.445759534835815 142.07709193229675 226.96424865722656 0.0632086992263794
12 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera 10 34.794456481933594 34.530436992645264 141.20812225341797 223.38699340820312 0.012062489986419678

View File

@@ -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_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,policy,34.610925154252485,,,,45.54545454545455,47.45454545454545,46.72727272727273,46.72727272727273,,231.43575134277344,0.26456206738948823,142.35101996768606,34.610925154252485,34.555370179089635,
unitree_g1_pack_camera-vid100-fs6,unitree_g1_pack_camera,world_model,34.555370179089635,,,,45.90909090909091,48.0,46.90909090909091,46.72727272727273,,231.43575134277344,0.26456206738948823,142.35101996768606,34.610925154252485,34.555370179089635,
1 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
2 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera policy 34.610925154252485 45.54545454545455 47.45454545454545 46.72727272727273 46.72727272727273 231.43575134277344 0.26456206738948823 142.35101996768606 34.610925154252485 34.555370179089635
3 unitree_g1_pack_camera-vid100-fs6 unitree_g1_pack_camera world_model 34.555370179089635 45.90909090909091 48.0 46.90909090909091 46.72727272727273 231.43575134277344 0.26456206738948823 142.35101996768606 34.610925154252485 34.555370179089635

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
CUDA_VISIBLE_DEVICES="${CUDA_VISIBLE_DEVICES:-1}" \
bash "${repo_root}/scripts/run_world_model_backbone_profile_case.sh" \
"unitree_g1_pack_camera/case3" \
"unitree_g1_pack_camera" \
"6" \
"11"

View File

@@ -2,11 +2,11 @@ res_dir="unitree_g1_pack_camera/case3"
dataset="unitree_g1_pack_camera"
{
time CUDA_VISIBLE_DEVICES=0 python3 scripts/evaluation/world_model_interaction.py \
time CUDA_VISIBLE_DEVICES=0 "${PYTHON_BIN:-python}" scripts/evaluation/world_model_interaction.py \
--seed 123 \
--ckpt_path ckpts/unifolm_wma_dual.ckpt \
--config configs/inference/world_model_interaction.yaml \
--savedir "${res_dir}/output" \
--savedir "${res_dir}/output/sparse_8" \
--bs 1 --height 320 --width 512 \
--unconditional_guidance_scale 1.0 \
--ddim_steps 50 \
@@ -22,5 +22,8 @@ dataset="unitree_g1_pack_camera"
--guidance_rescale 0.7 \
--perframe_ae \
--analysis_log_metrics \
--analysis_reference_steps 50
--analysis_reference_steps 50 \
--head_schedule_steps 0 7 14 21 28 35 42 49 \
--head_skip_mode reuse_prediction \
--head_log_steps 40 43 46 47 48 49
} 2>&1 | tee "${res_dir}/output.log"