早停特征验证,早停不通

This commit is contained in:
qhy
2026-03-15 12:41:53 +08:00
parent db9cc5766d
commit 7e45eba18b
227 changed files with 24579 additions and 163 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_z1_dual_arm_stackbox_v2
- 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.7316, median=137.9685, p90=170.7073, p95=174.8611
### 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.9091, median=46.9091, p90=46.9091, p95=46.9091
- `share_action_first_stable_before_latent`: nan
- `share_action_95pct_before_latent`: nan
### Direction D: Cross-Step Similarity
- `latent_delta_mid_steps`: mean=0.3546, median=0.3504, p90=0.4174, p95=0.4281
- `action_delta_mid_steps`: mean=0.0290, median=0.0278, p90=0.0416, p95=0.0443
- `state_delta_mid_steps`: mean=0.0284, median=0.0273, p90=0.0412, p95=0.0436
### Direction A: Budget Heterogeneity
- `oracle_budget_action`: mean=46.9091, median=46.9091, p90=46.9091, p95=46.9091
- `oracle_budget_state`: mean=47.4545, median=47.4545, p90=47.4545, p95=47.4545
- `oracle_budget_action_by_scene`:
- `unitree_z1_dual_arm_stackbox_v2`: mean=46.9091, median=46.9091, std=0.0000
### Direction B: Round Reuse
- `latent_init_dist_to_prev_round`: mean=226.1883, median=228.6719, p90=242.4288, p95=254.4791
- `action_drift_vs_prev_round`: mean=0.4891, median=0.4721, p90=0.7176, p95=0.7504
- `round_total_time_s`: mean=151.4209, median=151.3084, p90=152.7427, p95=152.7865
- `policy_pass_total_time_s`: mean=74.2822, median=74.3371, p90=74.8492, p95=75.0346
- `world_model_pass_total_time_s`: mean=74.2352, median=74.1869, p90=74.7183, p95=74.7818

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 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_z1_dual_arm_stackbox_v2,policy,74.28224678473039,74.28224678473039,,,,,,,,,,,45.0,45.0,,46.90909090909091,46.90909090909091,,46.90909090909091,46.90909090909091,,47.45454545454545,47.45454545454545,,151.42088755694303,151.42088755694303,,74.28224678473039,74.28224678473039,,74.23518200354142,74.23518200354142,,226.18833923339844,226.18833923339844,,0.4891243100166321,0.4891243100166321,
unitree_z1_dual_arm_stackbox_v2,world_model,74.23518200354142,74.23518200354142,,,,,,,,,,,45.0,45.0,,46.90909090909091,46.90909090909091,,46.90909090909091,46.90909090909091,,47.45454545454545,47.45454545454545,,151.42088755694303,151.42088755694303,,74.28224678473039,74.28224678473039,,74.23518200354142,74.23518200354142,,226.18833923339844,226.18833923339844,,0.4891243100166321,0.4891243100166321,
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_z1_dual_arm_stackbox_v2 policy 74.28224678473039 74.28224678473039 45.0 45.0 46.90909090909091 46.90909090909091 46.90909090909091 46.90909090909091 47.45454545454545 47.45454545454545 151.42088755694303 151.42088755694303 74.28224678473039 74.28224678473039 74.23518200354142 74.23518200354142 226.18833923339844 226.18833923339844 0.4891243100166321 0.4891243100166321
4 unitree_z1_dual_arm_stackbox_v2 world_model 74.23518200354142 74.23518200354142 45.0 45.0 46.90909090909091 46.90909090909091 46.90909090909091 46.90909090909091 47.45454545454545 47.45454545454545 151.42088755694303 151.42088755694303 74.28224678473039 74.28224678473039 74.23518200354142 74.23518200354142 226.18833923339844 226.18833923339844 0.4891243100166321 0.4891243100166321

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,1.47646164894104,1.4689061641693115,0.08634988497650335,1.4148822480982,1.4147194623947144,0.001804577691083763,0.09450994025577195,0.0880387276411056,0.022217526648696088,0.0685126341202042,0.0712629929184913,0.011366128293100441,0.13476168838414274,0.1188802272081375,0.06484736004181901,0.14780120263722807,0.1521160453557968,0.08118179661593942,175.65621254660866,175.22914123535156,8.217291339349584
policy,2,1.467832088470459,1.4682929515838623,0.0027671353680702227,1.02174973487854,1.022091507911682,0.00183255490080639,0.05280288241126316,0.0542178116738796,0.005594421887253088,0.0411855280399322,0.0415074750781059,0.005102728392737789,0.12823555957187302,0.1107386797666549,0.06575929940974334,0.1443064116280187,0.1484450250864029,0.07983115806164429,175.25243308327416,174.8599090576172,7.822547030570331
policy,3,1.4664818807081743,1.4684994220733645,0.005441568146809531,0.8505913723598827,0.8505545854568481,0.000991814010326539,0.03297554345970799,0.0318200625479221,0.005050651333965386,0.0261507913131605,0.0257095154374837,0.0032725679760382694,0.1271419799463315,0.1090961173176765,0.06634317803918781,0.1466428579931909,0.1493417024612426,0.07844664438308153,174.35090359774503,174.3831329345703,7.3466636856053285
policy,4,1.444993344220248,1.4658081531524658,0.07068932824130264,0.7504866177385504,0.7511322498321533,0.002195333011156468,0.021709320220080264,0.0213986374437809,0.0036032216674990593,0.01799276505004271,0.0176459588110446,0.002442974428315006,0.12990217452699485,0.112203873693943,0.06656303835472638,0.15246242081577122,0.153391808271408,0.07719497643172965,172.8238983154297,173.01510620117188,6.528003434135109
policy,5,1.446390910582109,1.468280792236328,0.07365399371227808,0.6826243075457487,0.6820064783096313,0.0018913641352622788,0.015856202522462007,0.0154727548360824,0.0017192902567260587,0.014225134372033809,0.0142634473741054,0.0015524665464216204,0.13530941917137662,0.1181631609797477,0.06657782171428453,0.15999769317832857,0.1598319411277771,0.07602968547878713,171.49018304998225,170.82147216796875,6.801755728444957
policy,6,1.4436091292988171,1.469249248504639,0.07321690634438564,0.6330569603226401,0.6331402063369751,0.0013460501600940417,0.0141272124072367,0.0134556312114,0.0015257718077347257,0.012735463255508318,0.012619387358427,0.0014784210332197596,0.14222674782980568,0.1258675456047058,0.06655916136605709,0.16821715709837995,0.1683260202407837,0.07487911967466422,170.43214416503906,169.41400146484375,5.901468000078783
policy,7,1.439929723739624,1.466686487197876,0.0714789381870483,0.5942741198973223,0.5937131643295288,0.001104100132110993,0.0138450328429991,0.0134394709020853,0.0016090638179121104,0.012399271977218664,0.0122136082500219,0.0015278015280181959,0.15011727200313044,0.1343825459480285,0.06678355707544685,0.17697790874676267,0.1768937855958938,0.07386655733081804,169.15041559392756,168.83348083496094,6.61986424062071
policy,8,1.4467876607721502,1.4683303833007812,0.0725032420629621,0.5634982856837186,0.5633264183998108,0.0015833492288699583,0.0137762476436116,0.013134085573256,0.00146742917277468,0.012482275593687144,0.0123118143528699,0.0015847194625555011,0.15902316976677283,0.1438814997673034,0.06701956580958408,0.1861563690684058,0.1852089762687683,0.07299887049951254,166.64010481400922,167.2899627685547,6.359494822317214
policy,9,1.4457679445093328,1.468824863433838,0.06934232289963789,0.5372691479596224,0.5369301438331604,0.0011993249461233044,0.013809218156066765,0.0135033298283815,0.0013859716467642545,0.0127020037140358,0.012585999444127,0.0015786639589182073,0.16837644035165955,0.1537893116474151,0.06729923630104133,0.1956375017762184,0.193702682852745,0.07215808870646906,165.3118466463956,164.907958984375,5.211481450561983
policy,10,1.4577868201515891,1.4685194492340088,0.03295581317521818,0.5158415328372609,0.5157645344734192,0.0006770415312683317,0.01403891100463539,0.0141568211838603,0.001384039090468978,0.012912569313564036,0.012666487134993,0.001531451062069297,0.17815736071629956,0.1642252802848816,0.06775212916225011,0.20536993714896112,0.2029463201761245,0.07138571644356455,162.82722056995738,163.39776611328125,5.410870785256525
policy,11,1.4525166424837979,1.4690957069396973,0.057630408319437026,0.4967529231851751,0.4963931739330292,0.0012736506083598073,0.014394324780865119,0.014249456115067,0.001424246574426374,0.013699463822624845,0.0134420162066817,0.001443457077126615,0.18835735727440223,0.1749105155467987,0.06819239592174747,0.2154917473142797,0.2131432294845581,0.0706858621543363,161.1207733154297,161.28663635253906,5.623968197217105
policy,12,1.4574585177681663,1.4681799411773682,0.027604343987794162,0.4803606786511161,0.4801031053066253,0.0008848723503629868,0.014939444224265446,0.0148685304448008,0.0015215878105282951,0.014404353262348573,0.0140286637470126,0.0014373744111315233,0.19907963953234928,0.1860945224761963,0.06861141698294579,0.22587674517523154,0.2234527319669723,0.06997746715373923,159.0433113791726,158.79518127441406,5.554935855942525
policy,13,1.462820898402821,1.468055009841919,0.01580246058904629,0.4641093313694,0.4638954997062683,0.0009732686173107329,0.015618225390260837,0.0155678046867251,0.0014691982730908799,0.014904919334433246,0.0144691914319992,0.0014930470991534714,0.21009877391836856,0.1978577971458435,0.06920592571928008,0.23644973473115397,0.2339136749505996,0.06919961487743427,157.83950666947797,157.39476013183594,5.846909817977668
policy,14,1.4679089026017622,1.4685955047607422,0.005006274419082307,0.45110117305408826,0.4509145319461822,0.0010253191853814934,0.016521456651389536,0.0164877250790596,0.0014592098366238296,0.015761772763322655,0.0153612280264496,0.0014493457031598859,0.2215088842944665,0.2098602950572967,0.06995851470915179,0.2472782974893396,0.2443602681159973,0.0684754080156197,155.7943309437145,155.13243103027344,5.527669516284143
policy,15,1.4697694128209895,1.4697461128234863,0.0010178450705710439,0.4392208700830286,0.4393053352832794,0.0006219757549730748,0.017237395302138483,0.0170676559209823,0.0014028714358967987,0.01631511409174308,0.0159793999046087,0.0014348197726985821,0.2333724038167433,0.2224232256412506,0.07065907570167587,0.25833153724670405,0.2549301385879516,0.06772160707815807,154.28040383078834,153.54998779296875,5.108956105839058
policy,16,1.4665832953019575,1.469435691833496,0.00590935821346529,0.42701001871715893,0.4270752370357513,0.0007407058467456652,0.017992724071849427,0.0180243123322725,0.0013596322349690474,0.01732901568439869,0.0169678330421447,0.0013553953734271496,0.2456480318849737,0.2353698909282684,0.07135244055728308,0.2697336456992409,0.2659236788749695,0.06699368377845183,152.80138605291194,151.53871154785156,5.754757773390769
policy,17,1.462669849395752,1.4675545692443848,0.012061540983738154,0.4163567234169353,0.4165662229061126,0.000982870970818369,0.018839270723136934,0.0187256652861833,0.0014066443670255522,0.018243379721587325,0.0178984887897968,0.0013450389291333486,0.25835879282517865,0.2486387491226196,0.07208978151716174,0.28142106126655225,0.2768403887748718,0.066283347393939,151.03245405717328,149.9741668701172,5.556625521348757
policy,18,1.4682926481420344,1.4688820838928225,0.0017632992281666569,0.40672971443696454,0.4063774049282074,0.0011947968565531578,0.019656091251156502,0.0194161348044872,0.0014555881107857353,0.018925479697910173,0.0186923965811729,0.0013418010556312866,0.2714356983249837,0.2624709010124206,0.07288313732342026,0.2933679670095444,0.2877570390701294,0.06554336812794076,149.65024358575994,148.74241638183594,5.523869071862876
policy,19,1.4660236835479736,1.4674415588378906,0.005503108332425343,0.39729912172664295,0.3968853056430816,0.0011564870348942566,0.02111454765227703,0.0211226604878902,0.001325584365270812,0.02006105350499799,0.019919604063034,0.0013245141405480824,0.285015350038355,0.2772531807422638,0.07404221023858891,0.3057593120770021,0.2993038296699524,0.06481667355798774,147.86776733398438,147.07839965820312,5.136558851787545
policy,20,1.4585596864873713,1.4686143398284912,0.02565250783564835,0.3881725885651328,0.3878726363182068,0.0011104399905595007,0.02192694626071231,0.0218947436660528,0.0013966862471965261,0.020848100158301228,0.0207154434174299,0.0013970621797993357,0.2990053783763538,0.2924231588840484,0.07512895751054707,0.3184601962566375,0.3109783828258514,0.06397089164204653,146.28839111328125,146.09466552734375,5.005149211920575
policy,21,1.4444349679079922,1.4649178981781006,0.04722132191825997,0.3796893466602672,0.3799227476119995,0.0011501480313776994,0.02284340899098998,0.0229941569268703,0.0013583874389637824,0.022291477769613207,0.0219556558877229,0.0013888933951082738,0.31351417980410834,0.3081364333629608,0.07608380263773788,0.33171390132470563,0.3234441876411438,0.06308660269158667,145.05901406028053,144.5037384033203,5.039354906004702
policy,22,1.4418857531114058,1.467743158340454,0.08266951213276186,0.3719618943604556,0.3718276917934418,0.00074082908118074,0.024189636619253548,0.0244618523865938,0.0013607201201144147,0.023410080000758136,0.0231720637530088,0.001451132030254703,0.32869999788024207,0.3246840238571167,0.07694854931013687,0.3453983488408002,0.3362805247306824,0.06210064185926443,143.64000355113637,143.0118865966797,5.029362442543289
policy,23,1.4466262080452659,1.4682676792144775,0.05649145692040901,0.3644534701650793,0.3644361793994903,0.0009133924201527813,0.025551479140465863,0.0259265974164009,0.0013551256310315224,0.02449639497155489,0.0244980044662952,0.0014574794935684479,0.3443245860663327,0.3420892059803009,0.0780761537576321,0.35948690230196173,0.3495607376098633,0.061056014825786584,142.3589491410689,141.25607299804688,4.805502102555494
policy,24,1.4637354503978381,1.4661874771118164,0.007511538294632419,0.3575738045302304,0.3574537336826324,0.0006692720495515166,0.02644201249561521,0.0267987139523029,0.0014426513347807013,0.02577577802267937,0.0259154587984085,0.0014393247812145254,0.360600396990776,0.3600333929061889,0.07888069090714363,0.3740640336816961,0.3633147776126861,0.060024231459841794,141.08561983975497,139.82484436035156,4.4752588999316005
policy,25,1.4450287818908691,1.4674010276794434,0.07193932540803848,0.35082066059112543,0.3508886098861694,0.0007600142233476137,0.027660469270565247,0.0279829539358615,0.001444517062809643,0.027190703729336862,0.0273068379610776,0.0014869317466545396,0.3775236498225819,0.3785862624645233,0.07944349474219009,0.38917218284173444,0.3816552758216858,0.05897977098984932,139.57570023970172,138.53253173828125,4.2530944130902215
policy,26,1.4461089697751133,1.4676597118377686,0.07318827184529013,0.3437827364964919,0.3436159491539001,0.0007398948174883252,0.029112479903481172,0.0294460877776145,0.0014664017041846945,0.02839291095733638,0.0285972543060779,0.0015821395959615158,0.395202173428102,0.3978922069072723,0.07999868463806545,0.4048285755244168,0.401092529296875,0.05784336433099406,138.46213045987216,137.39968872070312,3.9976723359590824
policy,27,1.4466821063648572,1.4668328762054443,0.05423516642800682,0.3373086506670171,0.3373482227325439,0.0010919294039025275,0.03059165078130632,0.030979061499238,0.0015132432320765004,0.029915123500607176,0.0301480256021022,0.0015768851727769092,0.41354596614837646,0.4180463552474975,0.08045999345327753,0.4210111823948947,0.4191211462020874,0.05669233228412996,137.39167369495738,136.74728393554688,3.779150744337837
policy,28,1.4468705437400124,1.468097448348999,0.0633098251684144,0.3311144817959178,0.3308351635932922,0.0011555627718560825,0.03205621902915559,0.0323525704443454,0.001489929353905387,0.0313622289421883,0.031619593501091,0.0015464352194396941,0.43263514746319165,0.439000129699707,0.08090767877222835,0.4379532689397985,0.4329596757888794,0.05558858951750495,136.4796739058061,136.23248291015625,3.7819021368789163
policy,29,1.445528268814087,1.4681715965270996,0.07057877975380185,0.32503602992404584,0.3247097432613373,0.0011855877845535327,0.033425622027028645,0.0337183214724063,0.0017064237554354172,0.032906225459142124,0.0328938327729702,0.0015802319665374944,0.452666003595699,0.4606848359107971,0.08094766633453414,0.4557016139680689,0.4475267827510834,0.054495889341851816,135.40481567382812,135.26705932617188,3.6197965013169546
policy,30,1.4528987190940164,1.4675228595733645,0.04366980404959013,0.31900779496539716,0.318930059671402,0.000976665414386698,0.03531423583626742,0.0356911346316337,0.001819364202378597,0.03487581454894755,0.0347103215754032,0.0016302970598915838,0.47370389103889465,0.483665406703949,0.08099589400660775,0.47448910637335345,0.4646564126014709,0.0533703568054002,134.4821541526101,134.53904724121094,3.3970137081196508
policy,31,1.458480423147028,1.467083215713501,0.036289992525615405,0.314031801440499,0.3139313459396362,0.0006815744985295319,0.03689334033565084,0.0372128821909427,0.0020538727164811765,0.03660164739597924,0.0365152582526207,0.0017433791558871328,0.4957179698077115,0.507300615310669,0.08062555582528658,0.49425439672036603,0.4857043325901031,0.05224160629061166,128.00149258700284,128.06497192382812,3.347806943578547
policy,32,1.4686316143382678,1.4690301418304443,0.0019937622817244767,0.3066191862929951,0.3062668740749359,0.0010142974379151878,0.039172261276028325,0.0394048057496547,0.002207980285496331,0.03798081488771868,0.0379601530730724,0.001905151808700987,0.518800827589902,0.5319807529449463,0.08015323898628814,0.5149537324905396,0.5096538066864014,0.051146882540164966,121.59016141024503,121.67535400390624,3.1811119855673593
policy,33,1.4667473923076282,1.4686996936798096,0.00558817228564425,0.29873124577782373,0.2989267110824585,0.0006658118331833718,0.04052018441937184,0.040530290454626,0.0027946759450244805,0.04007768089121034,0.0399287454783916,0.001931451724478019,0.5430841066620566,0.5572393536567688,0.0785818389563099,0.5366244966333563,0.5314170122146606,0.05005547313858765,115.12338187477805,115.17471313476562,3.0245394297449417
policy,34,1.4560314308513294,1.4688575267791748,0.040694016769673595,0.2909080982208252,0.2909592688083648,0.0012056053142426566,0.042811947790059125,0.0427178815007209,0.003030799692845756,0.042124327272176694,0.041772287338972,0.0019756407269923,0.568669701164419,0.583809494972229,0.07669309041931957,0.5593600923364813,0.5548360347747803,0.04897339555512364,108.66589702259411,108.59799194335938,2.9627464260549483
policy,35,1.442343083294955,1.4677321910858154,0.06087341536276575,0.2825355123389851,0.2825507819652557,0.0006653488132837124,0.04515249146656552,0.0448771864175796,0.0033232194469664995,0.04426607354120769,0.0439429022371768,0.0019949325744453733,0.5955451645634391,0.6115361452102661,0.07439657732407022,0.5833065780726346,0.5801281929016113,0.04790285792664081,102.22050961581144,102.36333465576172,2.8972317837699997
policy,36,1.4558393955230713,1.4681768417358398,0.03517436016405097,0.274155237457969,0.2743351757526397,0.0008842575663784054,0.047533785077658514,0.0473136529326438,0.0036405456849745287,0.047541809691624165,0.0474869087338447,0.002141803107825513,0.6236943629654971,0.6403921246528625,0.07167109555566505,0.6087524023923007,0.6074222922325134,0.04673126148634489,95.84771936590022,95.91961669921876,2.9134650963548423
policy,37,1.4614309614354914,1.468973159790039,0.019602341693537383,0.2652892903848128,0.2651573717594147,0.0008027546467752145,0.04967490685257039,0.0492282658815383,0.0043745769194168905,0.048919893462549505,0.0490846410393714,0.0022731229328651213,0.6531595533544367,0.6699144840240479,0.06805120923484095,0.6351803812113676,0.6355704665184021,0.04561274042654674,89.33326790549539,89.39326477050781,2.775375341793148
policy,38,1.4431342861869119,1.466087818145752,0.06536431252105881,0.2561976747079329,0.2559505105018616,0.0010091060656454885,0.052134359424764416,0.05152403190732,0.004998787941775565,0.05270251767201852,0.0531220212578773,0.0024682078545439435,0.6837837858633562,0.7001996040344238,0.06382592429566201,0.6633734811436046,0.6649496555328369,0.04418670348503354,82.81899122758345,82.95722198486328,2.6935257414039855
policy,39,1.4201187653975054,1.464948654174805,0.10127575627273366,0.24684313752434467,0.2465432435274124,0.001065504233699239,0.054763251068917156,0.0541928149759769,0.005281763407040405,0.0551640696146271,0.0558857731521129,0.0027334172510065117,0.7154321399602023,0.7313392162322998,0.05926770381384765,0.6927970214323564,0.6953394412994385,0.042615760079280446,76.48494443026456,76.71294403076172,2.561741235959128
policy,40,1.4221855943853206,1.4677252769470217,0.09476450857172083,0.2374115694652904,0.2374751269817352,0.0011294324315757381,0.05762230096892873,0.0568450391292572,0.005639462849763851,0.05705111101269717,0.0578511133790016,0.0030346652933523808,0.7480380264195529,0.7632297277450562,0.05425991026155184,0.7231448021802035,0.7284500002861023,0.04095766609348058,69.97144941850142,70.020263671875,2.4607345150210453
policy,41,1.44536846334284,1.4687933921813965,0.0770598648063574,0.2270353653214194,0.2269207537174224,0.0010451708611898909,0.06250244954770255,0.0614755190908908,0.005964343041661174,0.06142061813311139,0.0614638999104499,0.0035848229497089695,0.7819729284806685,0.7916790843009949,0.04877999451725289,0.755226807160811,0.7620126008987427,0.03868447963124518,63.48476132479581,63.31279373168945,2.333675820585961
policy,42,1.4633174809542568,1.4687035083770752,0.017215396953726834,0.21754851666363798,0.2172284871339798,0.0010790788256301175,0.06441199474714016,0.0631298571825027,0.006626432552506755,0.06456920877099034,0.065352663397789,0.004121844024622568,0.8158152049238031,0.822081446647644,0.042807683822286384,0.7882361899722706,0.7969011068344116,0.03603419086971683,56.948326804421164,56.738319396972656,2.252158821336619
policy,43,1.4665559205141934,1.4678809642791748,0.0036572267538636694,0.20710445534099228,0.2073269635438919,0.0011500743881381172,0.06727209721099243,0.0663021877408027,0.007184991241367796,0.06856912543827832,0.0693756118416786,0.004717021393485081,0.8492238250645724,0.8547013998031616,0.036459580020039475,0.8219849033789202,0.831356406211853,0.03284431271919341,50.53729317405007,50.40180969238281,2.1316214332881427
policy,44,1.4508843421936035,1.4681053161621094,0.038592201078256116,0.19702837683937763,0.1967902928590774,0.0010318657167525964,0.06971735134720798,0.0690366402268409,0.007761892110091057,0.07295115359804843,0.0735244005918502,0.0055806764622566216,0.8813432238318704,0.885912299156189,0.029974913324640223,0.8560007485476407,0.8654612302780151,0.028966932055665442,44.03153748945756,43.89166641235352,1.9765899462525562
policy,45,1.4440574645996094,1.4680964946746826,0.05501537593226404,0.18662751804698594,0.1865080446004867,0.0011213645685899036,0.07295296544378448,0.0720062553882598,0.008469891999090201,0.07620983977209433,0.0765101015567779,0.0063545647843346615,0.9117088913917542,0.9162108302116394,0.02334041539776135,0.8889994675462897,0.8979058265686035,0.024498913990411545,37.63535759665749,37.65498733520508,1.9351976962441935
policy,46,1.4505460045554421,1.468390941619873,0.03997192982144692,0.17629455300894645,0.1759991198778152,0.0011304736321554715,0.07529106363654132,0.0740623697638511,0.00900868091924611,0.08166307007724584,0.0800873637199401,0.007671979978169194,0.939013806256381,0.9429343342781068,0.016927178874876464,0.9207526391202753,0.9282480478286744,0.019116468691202423,31.188838438554242,31.04093360900879,1.8230549677001286
policy,47,1.4368782260201194,1.464073657989502,0.06926368959572216,0.16593312675302674,0.1657008528709411,0.001044062765549971,0.07931237870996645,0.0779450014233589,0.009799825504244429,0.08814844963225447,0.085439957678318,0.00937437162132839,0.9627794189886614,0.9656230807304382,0.010872879509252014,0.9499998471953652,0.9555037617683412,0.013138223076678274,24.845564755526457,24.69780921936035,1.7007552887438517
policy,48,1.4530832984230735,1.4681837558746338,0.05098103854835526,0.15525153550234705,0.1547194272279739,0.0011117554190589636,0.08239669759165152,0.0803624019026756,0.010797537260275393,0.09409644861112937,0.0902447402477264,0.011296020787896141,0.9815769683231007,0.9825154542922974,0.005645037061644992,0.9744642105969515,0.9776243567466736,0.00724166757969307,18.513247056440875,18.460111618041992,1.4758007187768898
policy,49,1.4678986072540283,1.4690651893615725,0.005951538832095747,0.14362245391715656,0.1433776468038559,0.0012430931154590792,0.08559685268185352,0.0829646587371826,0.012231128918894418,0.09714404154907569,0.0919420942664146,0.012959244698188243,0.9943043914708224,0.9947813749313354,0.0018066657069324775,0.9914819489825856,0.9926143884658812,0.0026011981008715406,12.213733239607377,12.23997974395752,1.0975709265258395
policy,50,1.4665764461864124,1.4690415859222412,0.00618620505355714,0.12296903268857431,0.1219823285937309,0.002185093301245383,0.10599709573117165,0.1040426790714263,0.016601045099068023,0.12969346209005872,0.1240031495690345,0.019974125895124612,1.0,1.0,1.0323827320383655e-07,1.0000000433488325,1.0,9.268822806518352e-08,0.0,0.0,0.0
world_model,1,1.4506063678047874,1.4694604873657229,0.05882300691170143,1.413289807059548,1.4142149686813354,0.0032524123609687142,0.08667179264805527,0.089193545281887,0.015013624175581669,0.05246095359325405,0.0468397438526153,0.012054863390575835,0.11582706191323017,0.1310672461986541,0.04001975184178741,0.11470906368710775,0.109487235546112,0.060282319639605085,176.55911671031606,174.92137145996094,5.132199599309815
world_model,2,1.4348851333964954,1.467005491256714,0.08186672118210833,1.0209272449666804,1.02131450176239,0.0015345710602815705,0.05071322416717352,0.0504446886479854,0.005377880042238066,0.033328982070088345,0.0306615773588418,0.005599262411122026,0.1097830615260384,0.1220327094197273,0.038916655038570856,0.11277576163411136,0.1062819808721542,0.06020871805762262,175.8730565851385,174.2227325439453,5.081180829260286
world_model,3,1.4355955557389692,1.4668865203857422,0.07838651718026941,0.8507188396020369,0.8503845930099487,0.0018096336498958931,0.03144187615676355,0.0309231374412775,0.003726568319706114,0.021871765228834973,0.0215561408549547,0.0029939380407831614,0.10882225497202436,0.1191762164235115,0.038244822303434796,0.11599498953331597,0.1115065813064575,0.06013552237816069,175.78831759366122,174.4775848388672,4.825541990909005
world_model,4,1.468341892415827,1.469196081161499,0.0034105207899328524,0.7501611709594727,0.7506858110427856,0.001916903210025895,0.020889211784709535,0.0198861490935087,0.002590902647588415,0.01628688468851822,0.0162857193499803,0.0015064924906066839,0.11187513545155521,0.1192775517702102,0.03799367481177229,0.12236200577833432,0.1198432520031929,0.05991548779638093,173.57265957919034,172.13922119140625,4.863491544408112
world_model,5,1.4546315670013428,1.4691317081451416,0.037617632486075844,0.6832677992907438,0.683397650718689,0.001709002137466794,0.016220779666169072,0.016006700694561,0.0016059245171311453,0.013858493756164153,0.0140324803069233,0.0010118051261246036,0.11769847504117269,0.121984414756298,0.03805949940925274,0.13021935725753953,0.1293561905622482,0.05976587478539656,172.04824967817828,172.37826538085938,5.503745310073969
world_model,6,1.4450995055111973,1.4688081741333008,0.0777873473824773,0.633411093191667,0.6337174773216248,0.0022133398464343305,0.01463170315731649,0.0148132871836423,0.001292919223824385,0.012871187010949246,0.0128488838672637,0.001130090628091926,0.12504774298180227,0.1263691335916519,0.03834417764129074,0.13867852836847303,0.1392033994197845,0.05957675111792005,170.6814200661399,171.56658935546875,4.152360836112118
world_model,7,1.4465636556798762,1.4676172733306885,0.0665592066209289,0.5946147333491932,0.5951452255249023,0.0017690399341089322,0.014171356843276391,0.0139477849006652,0.0012701151991430886,0.012645622038028437,0.0123449033126235,0.0013279770258152982,0.13332393291321662,0.133904680609703,0.03868615167232553,0.14771474559198722,0.1487614661455154,0.059367488969149666,168.67465071244672,167.73179626464844,4.535606876437592
world_model,8,1.4648816802284934,1.4676580429077148,0.010200272212339122,0.56369379975579,0.5634113550186157,0.001764558429541211,0.013952441428872609,0.0137070352211594,0.0012929741865670837,0.012681169858710272,0.0124984784051775,0.0014050153614231058,0.14238499782302158,0.1422263383865356,0.03914782137119308,0.15710455314679575,0.1585796475410461,0.05909844011000709,165.74743791060015,164.48814392089844,6.185019287458397
world_model,9,1.4643315835432573,1.4686970710754397,0.0084458811914011,0.5376304062930021,0.5377911925315857,0.0022828100401709166,0.013872342099520237,0.013554522767663,0.0014717500208217763,0.012967777269130355,0.0128913782536983,0.0014404745621846673,0.15200521119616245,0.1509650349617004,0.03965812115067375,0.1668848320841789,0.168740227818489,0.058721640763653216,162.99499234286222,161.46580505371094,5.68307834245551
world_model,10,1.4664243784817783,1.4688079357147217,0.0055555766462541244,0.5163842981511896,0.5162665843963623,0.0010223660949628792,0.014043182896619455,0.01383713260293,0.0013407307044709718,0.013216921128332565,0.0132371392101049,0.0014240747051524616,0.16220359436490314,0.1619786918163299,0.04003745331956848,0.1767904392697594,0.1790675371885299,0.05829069249007225,160.89707253196022,159.1186981201172,5.7640542785867055
world_model,11,1.4581464420665393,1.4666030406951904,0.021897318452219715,0.49656906723976135,0.4966952204704284,0.0005700842947284129,0.014389836314049591,0.0143897701054811,0.0012715911165498176,0.014027706008743101,0.0140941552817821,0.0013267245546815308,0.17278110032731833,0.173447236418724,0.04046059888895782,0.1871297501704909,0.1898877620697021,0.057812856711559626,159.0564755526456,158.28451538085938,5.678898284244933
world_model,12,1.4505303556268865,1.4687068462371826,0.0400261798305403,0.47912342981858685,0.4792401194572449,0.0014042102510426263,0.014812841164794782,0.0148390103131532,0.0012797103778684107,0.01461511105298991,0.014751429669559,0.0012638268643437377,0.18372389945116907,0.1852316856384277,0.040861498295382374,0.19775074788115238,0.2010683268308639,0.057280145768100095,157.35550620339134,155.7310791015625,5.654694877962221
world_model,13,1.4529529268091375,1.468189716339111,0.04827709021180468,0.4640701169317419,0.4641628563404083,0.0009489943176819748,0.0155222109434279,0.0153367621824145,0.0012714703568598607,0.015026944689452608,0.0154558550566434,0.0012748725825535722,0.19507289271463044,0.1973659396171569,0.041451836985985334,0.20850615745240988,0.2126594930887222,0.056823938686793404,156.15690196644175,153.86614990234375,6.425916134250864
world_model,14,1.4680012572895398,1.4692869186401367,0.004426992200523051,0.4509593329646371,0.4510668814182281,0.0010743972120093714,0.016384028490971394,0.0161695312708616,0.0012208118490813383,0.01588510679589071,0.0163634922355413,0.0012454138325126264,0.20676539431918747,0.2080381661653518,0.04224233256253102,0.21960460733283646,0.2245339602231979,0.05631987016767146,154.06103238192472,152.31024169921875,5.889838206412095
world_model,15,1.4647746953097256,1.4655704498291016,0.005538144133490192,0.43841829625043,0.4383781850337982,0.0008787155502361319,0.01713506640358399,0.0169222671538591,0.0012909303777907536,0.016545664942399965,0.0170178059488534,0.0012661528735823833,0.2187655920332128,0.2189154922962188,0.043099246235187585,0.2309836149215698,0.2354372143745422,0.05579297058097699,152.73710909756747,150.70657348632812,6.500245632772561
world_model,16,1.439160325310447,1.4652214050292969,0.08072956025475445,0.42655837535858154,0.4265068471431732,0.0009689033938064162,0.01787532019344239,0.0176555477082729,0.0012230105159013246,0.0175209860740737,0.0179260242730379,0.0012102220967933073,0.23110848936167627,0.2295417785644531,0.043968625192985375,0.24268829009749668,0.2457684874534607,0.05525146125604833,150.6371113170277,148.86524963378906,5.9628574650344515
world_model,17,1.4357085444710471,1.4673218727111816,0.06920201831401238,0.4159493202512914,0.4161994755268097,0.0009106002360827134,0.018725236200473474,0.0185015574097633,0.0011690926976358693,0.018371469256552756,0.0186544507741928,0.001161887580119771,0.24380546266382386,0.2404471188783645,0.04481764949652648,0.2546589862216603,0.2564587593078613,0.05468509531654959,149.3184578635476,147.57135009765625,6.372450832969466
world_model,18,1.4459545612335205,1.4682140350341797,0.0709945151738176,0.4060219201174649,0.4060248136520386,0.0010080836055540673,0.01945733499120578,0.0192631874233484,0.0010760162883683548,0.018984262408180616,0.019150286912918,0.0011031741184846114,0.2569112953814593,0.2516568601131439,0.04551607999318129,0.2667825113643299,0.2674197554588318,0.05416716823108001,147.69517794522372,146.32630920410156,5.858738398805866
world_model,19,1.4395487308502197,1.467125415802002,0.06846672807107199,0.3967792906544425,0.3971031606197357,0.0008280759377492918,0.021008361300284155,0.0208844244480133,0.0009539154516714707,0.020173836330121157,0.0203136429190635,0.0010957098948580297,0.2706616520881652,0.2639481127262115,0.046252132606642356,0.2793706641955809,0.2789323329925537,0.053590045800074745,145.95862232555044,144.14833068847656,5.598266286308222
world_model,20,1.4428838816556064,1.4671225547790527,0.05362826043651155,0.38777516375888477,0.3878118693828583,0.0009569344364847995,0.02175507118756115,0.021925201639533,0.0009172354443870803,0.02089256149801337,0.0209920573979616,0.0011057889306809112,0.2847322049466046,0.2768158912658691,0.04705574726496641,0.29219390180977906,0.2910576164722442,0.0529744810441495,144.50205854936078,143.1470489501953,5.267681465792124
world_model,21,1.4514403343200684,1.46832537651062,0.04181209367505421,0.379991970279,0.3801652193069458,0.0008206024303240636,0.022723894904960237,0.0231003332883119,0.0009529596427806234,0.02236288227140899,0.0223231427371501,0.001142895184225757,0.2993518804961985,0.2897321581840515,0.04790151931695884,0.30564800446683704,0.3040772080421448,0.052306785496526134,143.20843228426847,142.1398162841797,4.965832200991759
world_model,22,1.446170156652277,1.4688198566436768,0.05659633795003717,0.37195854566314,0.3718893527984619,0.0014158113434807435,0.024085343900051938,0.0243717953562736,0.0009307511739809692,0.023567597466436253,0.0234583150595426,0.0011905015051806864,0.31450980766253034,0.3032957017421722,0.048761090424299595,0.3195361467924985,0.3177678883075714,0.05161888264263522,141.77289789373225,140.17276000976562,4.883863224351827
world_model,23,1.460839249870994,1.468693494796753,0.03185449758443156,0.36439270864833484,0.3641628921031952,0.001118564891888492,0.025431402366269687,0.0255421474575996,0.0008227844298971674,0.024680679494684336,0.0247019510716199,0.0012086257912627932,0.33025466718456964,0.3174523711204529,0.049549573564768,0.3338466327298771,0.3320105969905853,0.050991165863530113,140.4843222878196,138.78439331054688,4.75378379749467
world_model,24,1.4437658136541194,1.4679956436157229,0.07619542212443789,0.35712118311361835,0.3569609522819519,0.0008750208796055786,0.026352605020457994,0.0262671131640672,0.0008439686765805514,0.026021344417875417,0.0261045675724744,0.001220496864804418,0.3465653319250453,0.3336494565010071,0.05024999904980376,0.34868062626231794,0.3467088937759399,0.050342019963087556,139.39012839577416,137.74246215820312,4.6158662991046455
world_model,25,1.4332926273345947,1.4683821201324463,0.08075454581193021,0.35034256089817395,0.3499549627304077,0.0008985230873926556,0.027625420554117663,0.0274312738329172,0.0008412100127113283,0.027437144721096162,0.0277741029858589,0.0012114170116873785,0.36365349997173657,0.3518674671649933,0.05112071549498889,0.36417325789278204,0.3619623482227325,0.04963657613329674,138.20034928755328,136.5064239501953,4.341822327333809
world_model,26,1.467962915247137,1.4693145751953125,0.004156574236727731,0.34353724122047424,0.3435704112052917,0.0008177180494051589,0.0291764614256945,0.028954142704606,0.0009018367507026802,0.0286408188668164,0.0287160538136959,0.0012912215130975577,0.3815858337012204,0.3711105287075043,0.0518738149931735,0.3802389719269492,0.380054235458374,0.04895624351769881,137.4458701393821,135.73439025878906,4.175321431115732
world_model,27,1.46713341366161,1.4684038162231443,0.004168968172229812,0.3370430794629184,0.3366939425468445,0.0013677803751358773,0.030693789436058508,0.0303225237876176,0.0009836020438794147,0.03022181666032828,0.0301584359258413,0.0012739245731862568,0.4003347293897109,0.3914098739624023,0.052535056502719654,0.3970766934481534,0.3992747366428375,0.048309105671724105,136.35373063520953,134.49388122558594,4.011987266487688
world_model,28,1.4675240950150923,1.4685916900634766,0.003777917204282278,0.33128139918500726,0.3311040699481964,0.0006764589866569548,0.0322140307927673,0.0317113846540451,0.0010489238196196057,0.03171790882267729,0.0318499132990837,0.001248944177144984,0.41987336765636096,0.4125663638114929,0.05312295376075076,0.4146615808660334,0.4193171262741089,0.04769491816933296,135.33146944912997,133.70120239257812,3.725719484500575
world_model,29,1.4684152386405251,1.471076726913452,0.010765910909568657,0.32496673410589044,0.3248983025550842,0.0009008545602776195,0.03360387276519425,0.0331239178776741,0.001129478281614325,0.0332236445762894,0.0332248993217945,0.0012739074464340348,0.4403400990096005,0.4344407021999359,0.05359807076667113,0.4330111552368511,0.4403714835643768,0.04709527413436846,134.218637639826,132.58370971679688,3.433564903511008
world_model,30,1.4577287543903699,1.4681265354156494,0.02712814826685475,0.3186773359775543,0.3185576200485229,0.0008872334361391595,0.03554380414160811,0.0350922234356403,0.001217202101434657,0.03522550483996214,0.0350118316709995,0.0012487958347441178,0.4619401286948811,0.4573736190795898,0.05394192210138573,0.45232536034150556,0.4594049751758575,0.04641820336322717,133.30890586159447,131.92970275878906,3.081935623873548
world_model,31,1.4444497498598965,1.468674659729004,0.08360888533887678,0.3140240609645843,0.3142227232456207,0.0008753353181246919,0.03719323196194384,0.036958459764719,0.0014224649934492942,0.03694515133445909,0.0366952195763587,0.0012836742156001567,0.4844488637013869,0.4809796512126922,0.054077470535164936,0.4726098532026464,0.478793054819107,0.045734602475497106,126.80063559792258,125.64871978759766,3.020929904319186
world_model,32,1.4457014474001797,1.4683432579040527,0.07142989494650528,0.30652239918708796,0.3063457310199737,0.0008173332321810967,0.03960485722530968,0.039669893682003,0.0015567707668452343,0.03831578181548547,0.0378680266439914,0.0013426798641371907,0.5083335069092837,0.5061023235321045,0.054010877815737726,0.4937515881928531,0.4990316927433014,0.04493800661629547,120.38515333695845,119.36255645751952,2.9564411517479607
world_model,33,1.4488205909729004,1.4693093299865725,0.057310593176208575,0.2987834729931571,0.2991299033164978,0.0009664060265054778,0.04088417135856364,0.0409269444644451,0.0018515417741130202,0.04055449298836965,0.0399026945233345,0.0013964462047711128,0.5331620953299783,0.5327597260475159,0.05367386966622927,0.5160063884475015,0.5201792120933533,0.04404110482146444,114.04144633900036,113.2551727294922,2.839020358226566
world_model,34,1.4380350546403364,1.468796730041504,0.0654263564457417,0.290658566084775,0.290692001581192,0.0010798575665720643,0.043285353278571866,0.0435276925563812,0.0020824146467824764,0.04264869744127441,0.0417793691158294,0.0014391276645169071,0.5593536821278658,0.5616251826286316,0.05301669555684478,0.5394487326795404,0.5414999127388,0.04309409447115935,107.55789600719105,106.73837280273438,2.7497354248801282
world_model,35,1.4418087005615234,1.4684181213378906,0.08619276557415564,0.2826220474459908,0.2827067077159881,0.0009580896923255406,0.045692836357788584,0.0462325736880302,0.0023794523080275525,0.044790296730670025,0.0441373698413372,0.0014945068934108848,0.5869094621051442,0.5901097059249878,0.05203600646235872,0.5641751262274656,0.5661946535110474,0.042026599227969495,101.19951629638672,100.11336517333984,2.7052182181327624
world_model,36,1.4546381343494763,1.4666907787322998,0.02986256916253525,0.27425172383135016,0.2744838297367096,0.0010834539601695945,0.048150517723777035,0.0484530441462993,0.0027126245785914723,0.04821057549931782,0.0479382239282131,0.0016321114062450483,0.6157934340563688,0.6175295114517212,0.0506511601605756,0.5907007293267683,0.592077374458313,0.04091340286660215,94.76319469105114,93.71746063232422,2.704824652651335
world_model,37,1.4661129387942227,1.4680914878845217,0.005253266863037674,0.2653790333054282,0.2656422555446625,0.0009043768576629312,0.0500720959495414,0.0501003228127956,0.0030366979640925116,0.049536895006895024,0.0495740063488483,0.0017381668793842548,0.6456245888363231,0.6476123332977295,0.04892907580227353,0.6180990771813826,0.6182554364204407,0.03978165575607668,88.20881860906428,87.39295959472656,2.63210199280809
world_model,38,1.4680314497514204,1.4693727493286133,0.0029078693275486254,0.2564845356074246,0.2568132579326629,0.0011641515620185163,0.05250206149437207,0.0522605665028095,0.0033841752359459,0.053532696583054255,0.0539579913020134,0.0019274516149948807,0.6765517809174277,0.6788747310638428,0.04683476321250851,0.6476461020382968,0.6467817425727844,0.038390541275601583,81.69134244051847,80.9322280883789,2.5724670375321135
world_model,39,1.466521848331798,1.4677495956420898,0.004370644382565733,0.24683586440303104,0.247232049703598,0.0010558742335542272,0.05527484349229115,0.0550793819129467,0.0037856690307811933,0.056063674051653196,0.0566850155591964,0.0021910615820070396,0.7086352218281139,0.7113959789276123,0.04424036659539852,0.6784791567108848,0.6763848662376404,0.036735939706098196,75.25421142578125,74.3909683227539,2.4958689576172124
world_model,40,1.4656626311215488,1.468216896057129,0.008094625719901227,0.23714911124923008,0.2375716269016266,0.0012984703715641446,0.05819763649593695,0.0580393373966217,0.004169549037637724,0.05796179649504743,0.0585017129778862,0.002537342557119854,0.7417558594183489,0.7449128031730652,0.04113134902005747,0.7101274999705228,0.7068566679954529,0.03499964623068352,68.81868466463956,67.85173797607422,2.4252407325686596
world_model,41,1.4657376246018843,1.4683499336242676,0.008476276939689106,0.227502091364427,0.2279461920261383,0.0011728246685595123,0.06339088962836693,0.0631133913993835,0.004800832367813677,0.06263037025928493,0.0626027062535286,0.0029461774727978975,0.7765740643848072,0.7790505290031433,0.03726340596118692,0.743860358541662,0.7396740913391113,0.03279285525422583,62.42207856611772,61.5762825012207,2.3831662328993044
world_model,42,1.4678402597253972,1.469064474105835,0.004465139299180413,0.21746944568373935,0.2177585065364837,0.001244870820629068,0.06497555971145624,0.0647070184350013,0.005200539842419017,0.06578913601962,0.0653391405940055,0.003432843351139411,0.8109070387753573,0.8121354579925537,0.03307890894514463,0.7783809683539651,0.7740507125854492,0.03024816733000485,55.87849981134588,55.1705436706543,2.346919915565937
world_model,43,1.4443720687519421,1.4672737121582031,0.07129610996229563,0.20718322965231806,0.2071883231401443,0.0010477648781601647,0.06796628101305525,0.0676652193069458,0.005759638856910739,0.06987402621995314,0.0696400925517082,0.004106299223593772,0.844946796243841,0.8451690673828125,0.0283845681568534,0.8137255961244757,0.8136218190193176,0.027299422612671598,49.48209762573242,48.66407012939453,2.2153266019775124
world_model,44,1.4514106837185947,1.4658203125,0.03134589434588584,0.19712146168405356,0.1974535137414932,0.0010965085516072232,0.07049675963141698,0.070372886955738,0.0062194444203750275,0.07427283782850609,0.0745405182242393,0.004877326217333199,0.8777332414280284,0.8771377205848694,0.02341329713269667,0.8492452935738997,0.8528174161911011,0.023894531367096784,43.04621540416371,42.34357833862305,2.1423519221689604
world_model,45,1.4500575282356956,1.468209743499756,0.03962898484577625,0.18668674338947638,0.1864484846591949,0.000968462070283578,0.07391363009810444,0.074265718460083,0.006761380028273703,0.07751981914043424,0.0780320093035698,0.005603117166053573,0.9088689955798063,0.9077378511428832,0.018278231326962303,0.8836815519766374,0.8890122771263123,0.02010793897251243,36.62808470292525,35.90607833862305,1.9816009704235606
world_model,46,1.4556613835421475,1.4670789241790771,0.035387331694331954,0.17640998688611115,0.1763234585523605,0.0011111885624149112,0.07635975493626157,0.0768783092498779,0.007174778722147219,0.08317135884003203,0.0839361026883125,0.006669729143125133,0.9369614882902666,0.9365039467811584,0.013301165850118243,0.9168761806054548,0.921261727809906,0.015705120640892318,30.258521686900746,29.551759719848636,1.9012416733578965
world_model,47,1.456791964444247,1.4691858291625977,0.03723410531144053,0.1658857559615915,0.1660345494747162,0.0011104922755886984,0.0807388682257045,0.0819627493619918,0.008086050017690315,0.08989417349750341,0.0894843637943267,0.008286024433008592,0.9615512056784197,0.9613606929779052,0.008474755240633411,0.9474832469766791,0.9502413868904114,0.010815034381875793,24.009561365300957,23.342449188232425,1.751108712748188
world_model,48,1.461487184871327,1.4687750339508057,0.017448188906749217,0.15535629202019083,0.1552065461874008,0.0010916877109525527,0.08411335132338779,0.0864922404289245,0.008777709081607417,0.09620924903587857,0.0950576514005661,0.009889021284496107,0.9810501662167636,0.9806734323501588,0.004379013264114649,0.9731585545973345,0.9743982553482056,0.005997294545112445,17.87169213728471,17.042600631713867,1.5925881351925588
world_model,49,1.439285776831887,1.4686064720153809,0.08111193982246229,0.14401469176465811,0.1437372714281082,0.0010861799849853691,0.08727464418519622,0.0875521078705787,0.009703750657657223,0.09939324449409134,0.0972060933709144,0.010858755528870934,0.9941954775290056,0.9940271973609924,0.001403210363609152,0.9910382736812938,0.9913399815559388,0.002196394265410126,11.759381814436479,11.203801155090332,1.1617892420887215
world_model,50,1.4507160837000066,1.4670040607452393,0.04265229057449347,0.1237343075600537,0.1239204481244087,0.0020395720706350385,0.10715137557549906,0.1092424690723419,0.013189761603098305,0.1331728331067345,0.1313295215368271,0.016344083089854574,1.0000000270930203,1.0,1.0782885953654517e-07,0.9999999945813959,1.0,7.277893323773814e-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 1.47646164894104 1.4689061641693115 0.08634988497650335 1.4148822480982 1.4147194623947144 0.001804577691083763 0.09450994025577195 0.0880387276411056 0.022217526648696088 0.0685126341202042 0.0712629929184913 0.011366128293100441 0.13476168838414274 0.1188802272081375 0.06484736004181901 0.14780120263722807 0.1521160453557968 0.08118179661593942 175.65621254660866 175.22914123535156 8.217291339349584
4 policy 2 1.467832088470459 1.4682929515838623 0.0027671353680702227 1.02174973487854 1.022091507911682 0.00183255490080639 0.05280288241126316 0.0542178116738796 0.005594421887253088 0.0411855280399322 0.0415074750781059 0.005102728392737789 0.12823555957187302 0.1107386797666549 0.06575929940974334 0.1443064116280187 0.1484450250864029 0.07983115806164429 175.25243308327416 174.8599090576172 7.822547030570331
5 policy 3 1.4664818807081743 1.4684994220733645 0.005441568146809531 0.8505913723598827 0.8505545854568481 0.000991814010326539 0.03297554345970799 0.0318200625479221 0.005050651333965386 0.0261507913131605 0.0257095154374837 0.0032725679760382694 0.1271419799463315 0.1090961173176765 0.06634317803918781 0.1466428579931909 0.1493417024612426 0.07844664438308153 174.35090359774503 174.3831329345703 7.3466636856053285
6 policy 4 1.444993344220248 1.4658081531524658 0.07068932824130264 0.7504866177385504 0.7511322498321533 0.002195333011156468 0.021709320220080264 0.0213986374437809 0.0036032216674990593 0.01799276505004271 0.0176459588110446 0.002442974428315006 0.12990217452699485 0.112203873693943 0.06656303835472638 0.15246242081577122 0.153391808271408 0.07719497643172965 172.8238983154297 173.01510620117188 6.528003434135109
7 policy 5 1.446390910582109 1.468280792236328 0.07365399371227808 0.6826243075457487 0.6820064783096313 0.0018913641352622788 0.015856202522462007 0.0154727548360824 0.0017192902567260587 0.014225134372033809 0.0142634473741054 0.0015524665464216204 0.13530941917137662 0.1181631609797477 0.06657782171428453 0.15999769317832857 0.1598319411277771 0.07602968547878713 171.49018304998225 170.82147216796875 6.801755728444957
8 policy 6 1.4436091292988171 1.469249248504639 0.07321690634438564 0.6330569603226401 0.6331402063369751 0.0013460501600940417 0.0141272124072367 0.0134556312114 0.0015257718077347257 0.012735463255508318 0.012619387358427 0.0014784210332197596 0.14222674782980568 0.1258675456047058 0.06655916136605709 0.16821715709837995 0.1683260202407837 0.07487911967466422 170.43214416503906 169.41400146484375 5.901468000078783
9 policy 7 1.439929723739624 1.466686487197876 0.0714789381870483 0.5942741198973223 0.5937131643295288 0.001104100132110993 0.0138450328429991 0.0134394709020853 0.0016090638179121104 0.012399271977218664 0.0122136082500219 0.0015278015280181959 0.15011727200313044 0.1343825459480285 0.06678355707544685 0.17697790874676267 0.1768937855958938 0.07386655733081804 169.15041559392756 168.83348083496094 6.61986424062071
10 policy 8 1.4467876607721502 1.4683303833007812 0.0725032420629621 0.5634982856837186 0.5633264183998108 0.0015833492288699583 0.0137762476436116 0.013134085573256 0.00146742917277468 0.012482275593687144 0.0123118143528699 0.0015847194625555011 0.15902316976677283 0.1438814997673034 0.06701956580958408 0.1861563690684058 0.1852089762687683 0.07299887049951254 166.64010481400922 167.2899627685547 6.359494822317214
11 policy 9 1.4457679445093328 1.468824863433838 0.06934232289963789 0.5372691479596224 0.5369301438331604 0.0011993249461233044 0.013809218156066765 0.0135033298283815 0.0013859716467642545 0.0127020037140358 0.012585999444127 0.0015786639589182073 0.16837644035165955 0.1537893116474151 0.06729923630104133 0.1956375017762184 0.193702682852745 0.07215808870646906 165.3118466463956 164.907958984375 5.211481450561983
12 policy 10 1.4577868201515891 1.4685194492340088 0.03295581317521818 0.5158415328372609 0.5157645344734192 0.0006770415312683317 0.01403891100463539 0.0141568211838603 0.001384039090468978 0.012912569313564036 0.012666487134993 0.001531451062069297 0.17815736071629956 0.1642252802848816 0.06775212916225011 0.20536993714896112 0.2029463201761245 0.07138571644356455 162.82722056995738 163.39776611328125 5.410870785256525
13 policy 11 1.4525166424837979 1.4690957069396973 0.057630408319437026 0.4967529231851751 0.4963931739330292 0.0012736506083598073 0.014394324780865119 0.014249456115067 0.001424246574426374 0.013699463822624845 0.0134420162066817 0.001443457077126615 0.18835735727440223 0.1749105155467987 0.06819239592174747 0.2154917473142797 0.2131432294845581 0.0706858621543363 161.1207733154297 161.28663635253906 5.623968197217105
14 policy 12 1.4574585177681663 1.4681799411773682 0.027604343987794162 0.4803606786511161 0.4801031053066253 0.0008848723503629868 0.014939444224265446 0.0148685304448008 0.0015215878105282951 0.014404353262348573 0.0140286637470126 0.0014373744111315233 0.19907963953234928 0.1860945224761963 0.06861141698294579 0.22587674517523154 0.2234527319669723 0.06997746715373923 159.0433113791726 158.79518127441406 5.554935855942525
15 policy 13 1.462820898402821 1.468055009841919 0.01580246058904629 0.4641093313694 0.4638954997062683 0.0009732686173107329 0.015618225390260837 0.0155678046867251 0.0014691982730908799 0.014904919334433246 0.0144691914319992 0.0014930470991534714 0.21009877391836856 0.1978577971458435 0.06920592571928008 0.23644973473115397 0.2339136749505996 0.06919961487743427 157.83950666947797 157.39476013183594 5.846909817977668
16 policy 14 1.4679089026017622 1.4685955047607422 0.005006274419082307 0.45110117305408826 0.4509145319461822 0.0010253191853814934 0.016521456651389536 0.0164877250790596 0.0014592098366238296 0.015761772763322655 0.0153612280264496 0.0014493457031598859 0.2215088842944665 0.2098602950572967 0.06995851470915179 0.2472782974893396 0.2443602681159973 0.0684754080156197 155.7943309437145 155.13243103027344 5.527669516284143
17 policy 15 1.4697694128209895 1.4697461128234863 0.0010178450705710439 0.4392208700830286 0.4393053352832794 0.0006219757549730748 0.017237395302138483 0.0170676559209823 0.0014028714358967987 0.01631511409174308 0.0159793999046087 0.0014348197726985821 0.2333724038167433 0.2224232256412506 0.07065907570167587 0.25833153724670405 0.2549301385879516 0.06772160707815807 154.28040383078834 153.54998779296875 5.108956105839058
18 policy 16 1.4665832953019575 1.469435691833496 0.00590935821346529 0.42701001871715893 0.4270752370357513 0.0007407058467456652 0.017992724071849427 0.0180243123322725 0.0013596322349690474 0.01732901568439869 0.0169678330421447 0.0013553953734271496 0.2456480318849737 0.2353698909282684 0.07135244055728308 0.2697336456992409 0.2659236788749695 0.06699368377845183 152.80138605291194 151.53871154785156 5.754757773390769
19 policy 17 1.462669849395752 1.4675545692443848 0.012061540983738154 0.4163567234169353 0.4165662229061126 0.000982870970818369 0.018839270723136934 0.0187256652861833 0.0014066443670255522 0.018243379721587325 0.0178984887897968 0.0013450389291333486 0.25835879282517865 0.2486387491226196 0.07208978151716174 0.28142106126655225 0.2768403887748718 0.066283347393939 151.03245405717328 149.9741668701172 5.556625521348757
20 policy 18 1.4682926481420344 1.4688820838928225 0.0017632992281666569 0.40672971443696454 0.4063774049282074 0.0011947968565531578 0.019656091251156502 0.0194161348044872 0.0014555881107857353 0.018925479697910173 0.0186923965811729 0.0013418010556312866 0.2714356983249837 0.2624709010124206 0.07288313732342026 0.2933679670095444 0.2877570390701294 0.06554336812794076 149.65024358575994 148.74241638183594 5.523869071862876
21 policy 19 1.4660236835479736 1.4674415588378906 0.005503108332425343 0.39729912172664295 0.3968853056430816 0.0011564870348942566 0.02111454765227703 0.0211226604878902 0.001325584365270812 0.02006105350499799 0.019919604063034 0.0013245141405480824 0.285015350038355 0.2772531807422638 0.07404221023858891 0.3057593120770021 0.2993038296699524 0.06481667355798774 147.86776733398438 147.07839965820312 5.136558851787545
22 policy 20 1.4585596864873713 1.4686143398284912 0.02565250783564835 0.3881725885651328 0.3878726363182068 0.0011104399905595007 0.02192694626071231 0.0218947436660528 0.0013966862471965261 0.020848100158301228 0.0207154434174299 0.0013970621797993357 0.2990053783763538 0.2924231588840484 0.07512895751054707 0.3184601962566375 0.3109783828258514 0.06397089164204653 146.28839111328125 146.09466552734375 5.005149211920575
23 policy 21 1.4444349679079922 1.4649178981781006 0.04722132191825997 0.3796893466602672 0.3799227476119995 0.0011501480313776994 0.02284340899098998 0.0229941569268703 0.0013583874389637824 0.022291477769613207 0.0219556558877229 0.0013888933951082738 0.31351417980410834 0.3081364333629608 0.07608380263773788 0.33171390132470563 0.3234441876411438 0.06308660269158667 145.05901406028053 144.5037384033203 5.039354906004702
24 policy 22 1.4418857531114058 1.467743158340454 0.08266951213276186 0.3719618943604556 0.3718276917934418 0.00074082908118074 0.024189636619253548 0.0244618523865938 0.0013607201201144147 0.023410080000758136 0.0231720637530088 0.001451132030254703 0.32869999788024207 0.3246840238571167 0.07694854931013687 0.3453983488408002 0.3362805247306824 0.06210064185926443 143.64000355113637 143.0118865966797 5.029362442543289
25 policy 23 1.4466262080452659 1.4682676792144775 0.05649145692040901 0.3644534701650793 0.3644361793994903 0.0009133924201527813 0.025551479140465863 0.0259265974164009 0.0013551256310315224 0.02449639497155489 0.0244980044662952 0.0014574794935684479 0.3443245860663327 0.3420892059803009 0.0780761537576321 0.35948690230196173 0.3495607376098633 0.061056014825786584 142.3589491410689 141.25607299804688 4.805502102555494
26 policy 24 1.4637354503978381 1.4661874771118164 0.007511538294632419 0.3575738045302304 0.3574537336826324 0.0006692720495515166 0.02644201249561521 0.0267987139523029 0.0014426513347807013 0.02577577802267937 0.0259154587984085 0.0014393247812145254 0.360600396990776 0.3600333929061889 0.07888069090714363 0.3740640336816961 0.3633147776126861 0.060024231459841794 141.08561983975497 139.82484436035156 4.4752588999316005
27 policy 25 1.4450287818908691 1.4674010276794434 0.07193932540803848 0.35082066059112543 0.3508886098861694 0.0007600142233476137 0.027660469270565247 0.0279829539358615 0.001444517062809643 0.027190703729336862 0.0273068379610776 0.0014869317466545396 0.3775236498225819 0.3785862624645233 0.07944349474219009 0.38917218284173444 0.3816552758216858 0.05897977098984932 139.57570023970172 138.53253173828125 4.2530944130902215
28 policy 26 1.4461089697751133 1.4676597118377686 0.07318827184529013 0.3437827364964919 0.3436159491539001 0.0007398948174883252 0.029112479903481172 0.0294460877776145 0.0014664017041846945 0.02839291095733638 0.0285972543060779 0.0015821395959615158 0.395202173428102 0.3978922069072723 0.07999868463806545 0.4048285755244168 0.401092529296875 0.05784336433099406 138.46213045987216 137.39968872070312 3.9976723359590824
29 policy 27 1.4466821063648572 1.4668328762054443 0.05423516642800682 0.3373086506670171 0.3373482227325439 0.0010919294039025275 0.03059165078130632 0.030979061499238 0.0015132432320765004 0.029915123500607176 0.0301480256021022 0.0015768851727769092 0.41354596614837646 0.4180463552474975 0.08045999345327753 0.4210111823948947 0.4191211462020874 0.05669233228412996 137.39167369495738 136.74728393554688 3.779150744337837
30 policy 28 1.4468705437400124 1.468097448348999 0.0633098251684144 0.3311144817959178 0.3308351635932922 0.0011555627718560825 0.03205621902915559 0.0323525704443454 0.001489929353905387 0.0313622289421883 0.031619593501091 0.0015464352194396941 0.43263514746319165 0.439000129699707 0.08090767877222835 0.4379532689397985 0.4329596757888794 0.05558858951750495 136.4796739058061 136.23248291015625 3.7819021368789163
31 policy 29 1.445528268814087 1.4681715965270996 0.07057877975380185 0.32503602992404584 0.3247097432613373 0.0011855877845535327 0.033425622027028645 0.0337183214724063 0.0017064237554354172 0.032906225459142124 0.0328938327729702 0.0015802319665374944 0.452666003595699 0.4606848359107971 0.08094766633453414 0.4557016139680689 0.4475267827510834 0.054495889341851816 135.40481567382812 135.26705932617188 3.6197965013169546
32 policy 30 1.4528987190940164 1.4675228595733645 0.04366980404959013 0.31900779496539716 0.318930059671402 0.000976665414386698 0.03531423583626742 0.0356911346316337 0.001819364202378597 0.03487581454894755 0.0347103215754032 0.0016302970598915838 0.47370389103889465 0.483665406703949 0.08099589400660775 0.47448910637335345 0.4646564126014709 0.0533703568054002 134.4821541526101 134.53904724121094 3.3970137081196508
33 policy 31 1.458480423147028 1.467083215713501 0.036289992525615405 0.314031801440499 0.3139313459396362 0.0006815744985295319 0.03689334033565084 0.0372128821909427 0.0020538727164811765 0.03660164739597924 0.0365152582526207 0.0017433791558871328 0.4957179698077115 0.507300615310669 0.08062555582528658 0.49425439672036603 0.4857043325901031 0.05224160629061166 128.00149258700284 128.06497192382812 3.347806943578547
34 policy 32 1.4686316143382678 1.4690301418304443 0.0019937622817244767 0.3066191862929951 0.3062668740749359 0.0010142974379151878 0.039172261276028325 0.0394048057496547 0.002207980285496331 0.03798081488771868 0.0379601530730724 0.001905151808700987 0.518800827589902 0.5319807529449463 0.08015323898628814 0.5149537324905396 0.5096538066864014 0.051146882540164966 121.59016141024503 121.67535400390624 3.1811119855673593
35 policy 33 1.4667473923076282 1.4686996936798096 0.00558817228564425 0.29873124577782373 0.2989267110824585 0.0006658118331833718 0.04052018441937184 0.040530290454626 0.0027946759450244805 0.04007768089121034 0.0399287454783916 0.001931451724478019 0.5430841066620566 0.5572393536567688 0.0785818389563099 0.5366244966333563 0.5314170122146606 0.05005547313858765 115.12338187477805 115.17471313476562 3.0245394297449417
36 policy 34 1.4560314308513294 1.4688575267791748 0.040694016769673595 0.2909080982208252 0.2909592688083648 0.0012056053142426566 0.042811947790059125 0.0427178815007209 0.003030799692845756 0.042124327272176694 0.041772287338972 0.0019756407269923 0.568669701164419 0.583809494972229 0.07669309041931957 0.5593600923364813 0.5548360347747803 0.04897339555512364 108.66589702259411 108.59799194335938 2.9627464260549483
37 policy 35 1.442343083294955 1.4677321910858154 0.06087341536276575 0.2825355123389851 0.2825507819652557 0.0006653488132837124 0.04515249146656552 0.0448771864175796 0.0033232194469664995 0.04426607354120769 0.0439429022371768 0.0019949325744453733 0.5955451645634391 0.6115361452102661 0.07439657732407022 0.5833065780726346 0.5801281929016113 0.04790285792664081 102.22050961581144 102.36333465576172 2.8972317837699997
38 policy 36 1.4558393955230713 1.4681768417358398 0.03517436016405097 0.274155237457969 0.2743351757526397 0.0008842575663784054 0.047533785077658514 0.0473136529326438 0.0036405456849745287 0.047541809691624165 0.0474869087338447 0.002141803107825513 0.6236943629654971 0.6403921246528625 0.07167109555566505 0.6087524023923007 0.6074222922325134 0.04673126148634489 95.84771936590022 95.91961669921876 2.9134650963548423
39 policy 37 1.4614309614354914 1.468973159790039 0.019602341693537383 0.2652892903848128 0.2651573717594147 0.0008027546467752145 0.04967490685257039 0.0492282658815383 0.0043745769194168905 0.048919893462549505 0.0490846410393714 0.0022731229328651213 0.6531595533544367 0.6699144840240479 0.06805120923484095 0.6351803812113676 0.6355704665184021 0.04561274042654674 89.33326790549539 89.39326477050781 2.775375341793148
40 policy 38 1.4431342861869119 1.466087818145752 0.06536431252105881 0.2561976747079329 0.2559505105018616 0.0010091060656454885 0.052134359424764416 0.05152403190732 0.004998787941775565 0.05270251767201852 0.0531220212578773 0.0024682078545439435 0.6837837858633562 0.7001996040344238 0.06382592429566201 0.6633734811436046 0.6649496555328369 0.04418670348503354 82.81899122758345 82.95722198486328 2.6935257414039855
41 policy 39 1.4201187653975054 1.464948654174805 0.10127575627273366 0.24684313752434467 0.2465432435274124 0.001065504233699239 0.054763251068917156 0.0541928149759769 0.005281763407040405 0.0551640696146271 0.0558857731521129 0.0027334172510065117 0.7154321399602023 0.7313392162322998 0.05926770381384765 0.6927970214323564 0.6953394412994385 0.042615760079280446 76.48494443026456 76.71294403076172 2.561741235959128
42 policy 40 1.4221855943853206 1.4677252769470217 0.09476450857172083 0.2374115694652904 0.2374751269817352 0.0011294324315757381 0.05762230096892873 0.0568450391292572 0.005639462849763851 0.05705111101269717 0.0578511133790016 0.0030346652933523808 0.7480380264195529 0.7632297277450562 0.05425991026155184 0.7231448021802035 0.7284500002861023 0.04095766609348058 69.97144941850142 70.020263671875 2.4607345150210453
43 policy 41 1.44536846334284 1.4687933921813965 0.0770598648063574 0.2270353653214194 0.2269207537174224 0.0010451708611898909 0.06250244954770255 0.0614755190908908 0.005964343041661174 0.06142061813311139 0.0614638999104499 0.0035848229497089695 0.7819729284806685 0.7916790843009949 0.04877999451725289 0.755226807160811 0.7620126008987427 0.03868447963124518 63.48476132479581 63.31279373168945 2.333675820585961
44 policy 42 1.4633174809542568 1.4687035083770752 0.017215396953726834 0.21754851666363798 0.2172284871339798 0.0010790788256301175 0.06441199474714016 0.0631298571825027 0.006626432552506755 0.06456920877099034 0.065352663397789 0.004121844024622568 0.8158152049238031 0.822081446647644 0.042807683822286384 0.7882361899722706 0.7969011068344116 0.03603419086971683 56.948326804421164 56.738319396972656 2.252158821336619
45 policy 43 1.4665559205141934 1.4678809642791748 0.0036572267538636694 0.20710445534099228 0.2073269635438919 0.0011500743881381172 0.06727209721099243 0.0663021877408027 0.007184991241367796 0.06856912543827832 0.0693756118416786 0.004717021393485081 0.8492238250645724 0.8547013998031616 0.036459580020039475 0.8219849033789202 0.831356406211853 0.03284431271919341 50.53729317405007 50.40180969238281 2.1316214332881427
46 policy 44 1.4508843421936035 1.4681053161621094 0.038592201078256116 0.19702837683937763 0.1967902928590774 0.0010318657167525964 0.06971735134720798 0.0690366402268409 0.007761892110091057 0.07295115359804843 0.0735244005918502 0.0055806764622566216 0.8813432238318704 0.885912299156189 0.029974913324640223 0.8560007485476407 0.8654612302780151 0.028966932055665442 44.03153748945756 43.89166641235352 1.9765899462525562
47 policy 45 1.4440574645996094 1.4680964946746826 0.05501537593226404 0.18662751804698594 0.1865080446004867 0.0011213645685899036 0.07295296544378448 0.0720062553882598 0.008469891999090201 0.07620983977209433 0.0765101015567779 0.0063545647843346615 0.9117088913917542 0.9162108302116394 0.02334041539776135 0.8889994675462897 0.8979058265686035 0.024498913990411545 37.63535759665749 37.65498733520508 1.9351976962441935
48 policy 46 1.4505460045554421 1.468390941619873 0.03997192982144692 0.17629455300894645 0.1759991198778152 0.0011304736321554715 0.07529106363654132 0.0740623697638511 0.00900868091924611 0.08166307007724584 0.0800873637199401 0.007671979978169194 0.939013806256381 0.9429343342781068 0.016927178874876464 0.9207526391202753 0.9282480478286744 0.019116468691202423 31.188838438554242 31.04093360900879 1.8230549677001286
49 policy 47 1.4368782260201194 1.464073657989502 0.06926368959572216 0.16593312675302674 0.1657008528709411 0.001044062765549971 0.07931237870996645 0.0779450014233589 0.009799825504244429 0.08814844963225447 0.085439957678318 0.00937437162132839 0.9627794189886614 0.9656230807304382 0.010872879509252014 0.9499998471953652 0.9555037617683412 0.013138223076678274 24.845564755526457 24.69780921936035 1.7007552887438517
50 policy 48 1.4530832984230735 1.4681837558746338 0.05098103854835526 0.15525153550234705 0.1547194272279739 0.0011117554190589636 0.08239669759165152 0.0803624019026756 0.010797537260275393 0.09409644861112937 0.0902447402477264 0.011296020787896141 0.9815769683231007 0.9825154542922974 0.005645037061644992 0.9744642105969515 0.9776243567466736 0.00724166757969307 18.513247056440875 18.460111618041992 1.4758007187768898
51 policy 49 1.4678986072540283 1.4690651893615725 0.005951538832095747 0.14362245391715656 0.1433776468038559 0.0012430931154590792 0.08559685268185352 0.0829646587371826 0.012231128918894418 0.09714404154907569 0.0919420942664146 0.012959244698188243 0.9943043914708224 0.9947813749313354 0.0018066657069324775 0.9914819489825856 0.9926143884658812 0.0026011981008715406 12.213733239607377 12.23997974395752 1.0975709265258395
52 policy 50 1.4665764461864124 1.4690415859222412 0.00618620505355714 0.12296903268857431 0.1219823285937309 0.002185093301245383 0.10599709573117165 0.1040426790714263 0.016601045099068023 0.12969346209005872 0.1240031495690345 0.019974125895124612 1.0 1.0 1.0323827320383655e-07 1.0000000433488325 1.0 9.268822806518352e-08 0.0 0.0 0.0
53 world_model 1 1.4506063678047874 1.4694604873657229 0.05882300691170143 1.413289807059548 1.4142149686813354 0.0032524123609687142 0.08667179264805527 0.089193545281887 0.015013624175581669 0.05246095359325405 0.0468397438526153 0.012054863390575835 0.11582706191323017 0.1310672461986541 0.04001975184178741 0.11470906368710775 0.109487235546112 0.060282319639605085 176.55911671031606 174.92137145996094 5.132199599309815
54 world_model 2 1.4348851333964954 1.467005491256714 0.08186672118210833 1.0209272449666804 1.02131450176239 0.0015345710602815705 0.05071322416717352 0.0504446886479854 0.005377880042238066 0.033328982070088345 0.0306615773588418 0.005599262411122026 0.1097830615260384 0.1220327094197273 0.038916655038570856 0.11277576163411136 0.1062819808721542 0.06020871805762262 175.8730565851385 174.2227325439453 5.081180829260286
55 world_model 3 1.4355955557389692 1.4668865203857422 0.07838651718026941 0.8507188396020369 0.8503845930099487 0.0018096336498958931 0.03144187615676355 0.0309231374412775 0.003726568319706114 0.021871765228834973 0.0215561408549547 0.0029939380407831614 0.10882225497202436 0.1191762164235115 0.038244822303434796 0.11599498953331597 0.1115065813064575 0.06013552237816069 175.78831759366122 174.4775848388672 4.825541990909005
56 world_model 4 1.468341892415827 1.469196081161499 0.0034105207899328524 0.7501611709594727 0.7506858110427856 0.001916903210025895 0.020889211784709535 0.0198861490935087 0.002590902647588415 0.01628688468851822 0.0162857193499803 0.0015064924906066839 0.11187513545155521 0.1192775517702102 0.03799367481177229 0.12236200577833432 0.1198432520031929 0.05991548779638093 173.57265957919034 172.13922119140625 4.863491544408112
57 world_model 5 1.4546315670013428 1.4691317081451416 0.037617632486075844 0.6832677992907438 0.683397650718689 0.001709002137466794 0.016220779666169072 0.016006700694561 0.0016059245171311453 0.013858493756164153 0.0140324803069233 0.0010118051261246036 0.11769847504117269 0.121984414756298 0.03805949940925274 0.13021935725753953 0.1293561905622482 0.05976587478539656 172.04824967817828 172.37826538085938 5.503745310073969
58 world_model 6 1.4450995055111973 1.4688081741333008 0.0777873473824773 0.633411093191667 0.6337174773216248 0.0022133398464343305 0.01463170315731649 0.0148132871836423 0.001292919223824385 0.012871187010949246 0.0128488838672637 0.001130090628091926 0.12504774298180227 0.1263691335916519 0.03834417764129074 0.13867852836847303 0.1392033994197845 0.05957675111792005 170.6814200661399 171.56658935546875 4.152360836112118
59 world_model 7 1.4465636556798762 1.4676172733306885 0.0665592066209289 0.5946147333491932 0.5951452255249023 0.0017690399341089322 0.014171356843276391 0.0139477849006652 0.0012701151991430886 0.012645622038028437 0.0123449033126235 0.0013279770258152982 0.13332393291321662 0.133904680609703 0.03868615167232553 0.14771474559198722 0.1487614661455154 0.059367488969149666 168.67465071244672 167.73179626464844 4.535606876437592
60 world_model 8 1.4648816802284934 1.4676580429077148 0.010200272212339122 0.56369379975579 0.5634113550186157 0.001764558429541211 0.013952441428872609 0.0137070352211594 0.0012929741865670837 0.012681169858710272 0.0124984784051775 0.0014050153614231058 0.14238499782302158 0.1422263383865356 0.03914782137119308 0.15710455314679575 0.1585796475410461 0.05909844011000709 165.74743791060015 164.48814392089844 6.185019287458397
61 world_model 9 1.4643315835432573 1.4686970710754397 0.0084458811914011 0.5376304062930021 0.5377911925315857 0.0022828100401709166 0.013872342099520237 0.013554522767663 0.0014717500208217763 0.012967777269130355 0.0128913782536983 0.0014404745621846673 0.15200521119616245 0.1509650349617004 0.03965812115067375 0.1668848320841789 0.168740227818489 0.058721640763653216 162.99499234286222 161.46580505371094 5.68307834245551
62 world_model 10 1.4664243784817783 1.4688079357147217 0.0055555766462541244 0.5163842981511896 0.5162665843963623 0.0010223660949628792 0.014043182896619455 0.01383713260293 0.0013407307044709718 0.013216921128332565 0.0132371392101049 0.0014240747051524616 0.16220359436490314 0.1619786918163299 0.04003745331956848 0.1767904392697594 0.1790675371885299 0.05829069249007225 160.89707253196022 159.1186981201172 5.7640542785867055
63 world_model 11 1.4581464420665393 1.4666030406951904 0.021897318452219715 0.49656906723976135 0.4966952204704284 0.0005700842947284129 0.014389836314049591 0.0143897701054811 0.0012715911165498176 0.014027706008743101 0.0140941552817821 0.0013267245546815308 0.17278110032731833 0.173447236418724 0.04046059888895782 0.1871297501704909 0.1898877620697021 0.057812856711559626 159.0564755526456 158.28451538085938 5.678898284244933
64 world_model 12 1.4505303556268865 1.4687068462371826 0.0400261798305403 0.47912342981858685 0.4792401194572449 0.0014042102510426263 0.014812841164794782 0.0148390103131532 0.0012797103778684107 0.01461511105298991 0.014751429669559 0.0012638268643437377 0.18372389945116907 0.1852316856384277 0.040861498295382374 0.19775074788115238 0.2010683268308639 0.057280145768100095 157.35550620339134 155.7310791015625 5.654694877962221
65 world_model 13 1.4529529268091375 1.468189716339111 0.04827709021180468 0.4640701169317419 0.4641628563404083 0.0009489943176819748 0.0155222109434279 0.0153367621824145 0.0012714703568598607 0.015026944689452608 0.0154558550566434 0.0012748725825535722 0.19507289271463044 0.1973659396171569 0.041451836985985334 0.20850615745240988 0.2126594930887222 0.056823938686793404 156.15690196644175 153.86614990234375 6.425916134250864
66 world_model 14 1.4680012572895398 1.4692869186401367 0.004426992200523051 0.4509593329646371 0.4510668814182281 0.0010743972120093714 0.016384028490971394 0.0161695312708616 0.0012208118490813383 0.01588510679589071 0.0163634922355413 0.0012454138325126264 0.20676539431918747 0.2080381661653518 0.04224233256253102 0.21960460733283646 0.2245339602231979 0.05631987016767146 154.06103238192472 152.31024169921875 5.889838206412095
67 world_model 15 1.4647746953097256 1.4655704498291016 0.005538144133490192 0.43841829625043 0.4383781850337982 0.0008787155502361319 0.01713506640358399 0.0169222671538591 0.0012909303777907536 0.016545664942399965 0.0170178059488534 0.0012661528735823833 0.2187655920332128 0.2189154922962188 0.043099246235187585 0.2309836149215698 0.2354372143745422 0.05579297058097699 152.73710909756747 150.70657348632812 6.500245632772561
68 world_model 16 1.439160325310447 1.4652214050292969 0.08072956025475445 0.42655837535858154 0.4265068471431732 0.0009689033938064162 0.01787532019344239 0.0176555477082729 0.0012230105159013246 0.0175209860740737 0.0179260242730379 0.0012102220967933073 0.23110848936167627 0.2295417785644531 0.043968625192985375 0.24268829009749668 0.2457684874534607 0.05525146125604833 150.6371113170277 148.86524963378906 5.9628574650344515
69 world_model 17 1.4357085444710471 1.4673218727111816 0.06920201831401238 0.4159493202512914 0.4161994755268097 0.0009106002360827134 0.018725236200473474 0.0185015574097633 0.0011690926976358693 0.018371469256552756 0.0186544507741928 0.001161887580119771 0.24380546266382386 0.2404471188783645 0.04481764949652648 0.2546589862216603 0.2564587593078613 0.05468509531654959 149.3184578635476 147.57135009765625 6.372450832969466
70 world_model 18 1.4459545612335205 1.4682140350341797 0.0709945151738176 0.4060219201174649 0.4060248136520386 0.0010080836055540673 0.01945733499120578 0.0192631874233484 0.0010760162883683548 0.018984262408180616 0.019150286912918 0.0011031741184846114 0.2569112953814593 0.2516568601131439 0.04551607999318129 0.2667825113643299 0.2674197554588318 0.05416716823108001 147.69517794522372 146.32630920410156 5.858738398805866
71 world_model 19 1.4395487308502197 1.467125415802002 0.06846672807107199 0.3967792906544425 0.3971031606197357 0.0008280759377492918 0.021008361300284155 0.0208844244480133 0.0009539154516714707 0.020173836330121157 0.0203136429190635 0.0010957098948580297 0.2706616520881652 0.2639481127262115 0.046252132606642356 0.2793706641955809 0.2789323329925537 0.053590045800074745 145.95862232555044 144.14833068847656 5.598266286308222
72 world_model 20 1.4428838816556064 1.4671225547790527 0.05362826043651155 0.38777516375888477 0.3878118693828583 0.0009569344364847995 0.02175507118756115 0.021925201639533 0.0009172354443870803 0.02089256149801337 0.0209920573979616 0.0011057889306809112 0.2847322049466046 0.2768158912658691 0.04705574726496641 0.29219390180977906 0.2910576164722442 0.0529744810441495 144.50205854936078 143.1470489501953 5.267681465792124
73 world_model 21 1.4514403343200684 1.46832537651062 0.04181209367505421 0.379991970279 0.3801652193069458 0.0008206024303240636 0.022723894904960237 0.0231003332883119 0.0009529596427806234 0.02236288227140899 0.0223231427371501 0.001142895184225757 0.2993518804961985 0.2897321581840515 0.04790151931695884 0.30564800446683704 0.3040772080421448 0.052306785496526134 143.20843228426847 142.1398162841797 4.965832200991759
74 world_model 22 1.446170156652277 1.4688198566436768 0.05659633795003717 0.37195854566314 0.3718893527984619 0.0014158113434807435 0.024085343900051938 0.0243717953562736 0.0009307511739809692 0.023567597466436253 0.0234583150595426 0.0011905015051806864 0.31450980766253034 0.3032957017421722 0.048761090424299595 0.3195361467924985 0.3177678883075714 0.05161888264263522 141.77289789373225 140.17276000976562 4.883863224351827
75 world_model 23 1.460839249870994 1.468693494796753 0.03185449758443156 0.36439270864833484 0.3641628921031952 0.001118564891888492 0.025431402366269687 0.0255421474575996 0.0008227844298971674 0.024680679494684336 0.0247019510716199 0.0012086257912627932 0.33025466718456964 0.3174523711204529 0.049549573564768 0.3338466327298771 0.3320105969905853 0.050991165863530113 140.4843222878196 138.78439331054688 4.75378379749467
76 world_model 24 1.4437658136541194 1.4679956436157229 0.07619542212443789 0.35712118311361835 0.3569609522819519 0.0008750208796055786 0.026352605020457994 0.0262671131640672 0.0008439686765805514 0.026021344417875417 0.0261045675724744 0.001220496864804418 0.3465653319250453 0.3336494565010071 0.05024999904980376 0.34868062626231794 0.3467088937759399 0.050342019963087556 139.39012839577416 137.74246215820312 4.6158662991046455
77 world_model 25 1.4332926273345947 1.4683821201324463 0.08075454581193021 0.35034256089817395 0.3499549627304077 0.0008985230873926556 0.027625420554117663 0.0274312738329172 0.0008412100127113283 0.027437144721096162 0.0277741029858589 0.0012114170116873785 0.36365349997173657 0.3518674671649933 0.05112071549498889 0.36417325789278204 0.3619623482227325 0.04963657613329674 138.20034928755328 136.5064239501953 4.341822327333809
78 world_model 26 1.467962915247137 1.4693145751953125 0.004156574236727731 0.34353724122047424 0.3435704112052917 0.0008177180494051589 0.0291764614256945 0.028954142704606 0.0009018367507026802 0.0286408188668164 0.0287160538136959 0.0012912215130975577 0.3815858337012204 0.3711105287075043 0.0518738149931735 0.3802389719269492 0.380054235458374 0.04895624351769881 137.4458701393821 135.73439025878906 4.175321431115732
79 world_model 27 1.46713341366161 1.4684038162231443 0.004168968172229812 0.3370430794629184 0.3366939425468445 0.0013677803751358773 0.030693789436058508 0.0303225237876176 0.0009836020438794147 0.03022181666032828 0.0301584359258413 0.0012739245731862568 0.4003347293897109 0.3914098739624023 0.052535056502719654 0.3970766934481534 0.3992747366428375 0.048309105671724105 136.35373063520953 134.49388122558594 4.011987266487688
80 world_model 28 1.4675240950150923 1.4685916900634766 0.003777917204282278 0.33128139918500726 0.3311040699481964 0.0006764589866569548 0.0322140307927673 0.0317113846540451 0.0010489238196196057 0.03171790882267729 0.0318499132990837 0.001248944177144984 0.41987336765636096 0.4125663638114929 0.05312295376075076 0.4146615808660334 0.4193171262741089 0.04769491816933296 135.33146944912997 133.70120239257812 3.725719484500575
81 world_model 29 1.4684152386405251 1.471076726913452 0.010765910909568657 0.32496673410589044 0.3248983025550842 0.0009008545602776195 0.03360387276519425 0.0331239178776741 0.001129478281614325 0.0332236445762894 0.0332248993217945 0.0012739074464340348 0.4403400990096005 0.4344407021999359 0.05359807076667113 0.4330111552368511 0.4403714835643768 0.04709527413436846 134.218637639826 132.58370971679688 3.433564903511008
82 world_model 30 1.4577287543903699 1.4681265354156494 0.02712814826685475 0.3186773359775543 0.3185576200485229 0.0008872334361391595 0.03554380414160811 0.0350922234356403 0.001217202101434657 0.03522550483996214 0.0350118316709995 0.0012487958347441178 0.4619401286948811 0.4573736190795898 0.05394192210138573 0.45232536034150556 0.4594049751758575 0.04641820336322717 133.30890586159447 131.92970275878906 3.081935623873548
83 world_model 31 1.4444497498598965 1.468674659729004 0.08360888533887678 0.3140240609645843 0.3142227232456207 0.0008753353181246919 0.03719323196194384 0.036958459764719 0.0014224649934492942 0.03694515133445909 0.0366952195763587 0.0012836742156001567 0.4844488637013869 0.4809796512126922 0.054077470535164936 0.4726098532026464 0.478793054819107 0.045734602475497106 126.80063559792258 125.64871978759766 3.020929904319186
84 world_model 32 1.4457014474001797 1.4683432579040527 0.07142989494650528 0.30652239918708796 0.3063457310199737 0.0008173332321810967 0.03960485722530968 0.039669893682003 0.0015567707668452343 0.03831578181548547 0.0378680266439914 0.0013426798641371907 0.5083335069092837 0.5061023235321045 0.054010877815737726 0.4937515881928531 0.4990316927433014 0.04493800661629547 120.38515333695845 119.36255645751952 2.9564411517479607
85 world_model 33 1.4488205909729004 1.4693093299865725 0.057310593176208575 0.2987834729931571 0.2991299033164978 0.0009664060265054778 0.04088417135856364 0.0409269444644451 0.0018515417741130202 0.04055449298836965 0.0399026945233345 0.0013964462047711128 0.5331620953299783 0.5327597260475159 0.05367386966622927 0.5160063884475015 0.5201792120933533 0.04404110482146444 114.04144633900036 113.2551727294922 2.839020358226566
86 world_model 34 1.4380350546403364 1.468796730041504 0.0654263564457417 0.290658566084775 0.290692001581192 0.0010798575665720643 0.043285353278571866 0.0435276925563812 0.0020824146467824764 0.04264869744127441 0.0417793691158294 0.0014391276645169071 0.5593536821278658 0.5616251826286316 0.05301669555684478 0.5394487326795404 0.5414999127388 0.04309409447115935 107.55789600719105 106.73837280273438 2.7497354248801282
87 world_model 35 1.4418087005615234 1.4684181213378906 0.08619276557415564 0.2826220474459908 0.2827067077159881 0.0009580896923255406 0.045692836357788584 0.0462325736880302 0.0023794523080275525 0.044790296730670025 0.0441373698413372 0.0014945068934108848 0.5869094621051442 0.5901097059249878 0.05203600646235872 0.5641751262274656 0.5661946535110474 0.042026599227969495 101.19951629638672 100.11336517333984 2.7052182181327624
88 world_model 36 1.4546381343494763 1.4666907787322998 0.02986256916253525 0.27425172383135016 0.2744838297367096 0.0010834539601695945 0.048150517723777035 0.0484530441462993 0.0027126245785914723 0.04821057549931782 0.0479382239282131 0.0016321114062450483 0.6157934340563688 0.6175295114517212 0.0506511601605756 0.5907007293267683 0.592077374458313 0.04091340286660215 94.76319469105114 93.71746063232422 2.704824652651335
89 world_model 37 1.4661129387942227 1.4680914878845217 0.005253266863037674 0.2653790333054282 0.2656422555446625 0.0009043768576629312 0.0500720959495414 0.0501003228127956 0.0030366979640925116 0.049536895006895024 0.0495740063488483 0.0017381668793842548 0.6456245888363231 0.6476123332977295 0.04892907580227353 0.6180990771813826 0.6182554364204407 0.03978165575607668 88.20881860906428 87.39295959472656 2.63210199280809
90 world_model 38 1.4680314497514204 1.4693727493286133 0.0029078693275486254 0.2564845356074246 0.2568132579326629 0.0011641515620185163 0.05250206149437207 0.0522605665028095 0.0033841752359459 0.053532696583054255 0.0539579913020134 0.0019274516149948807 0.6765517809174277 0.6788747310638428 0.04683476321250851 0.6476461020382968 0.6467817425727844 0.038390541275601583 81.69134244051847 80.9322280883789 2.5724670375321135
91 world_model 39 1.466521848331798 1.4677495956420898 0.004370644382565733 0.24683586440303104 0.247232049703598 0.0010558742335542272 0.05527484349229115 0.0550793819129467 0.0037856690307811933 0.056063674051653196 0.0566850155591964 0.0021910615820070396 0.7086352218281139 0.7113959789276123 0.04424036659539852 0.6784791567108848 0.6763848662376404 0.036735939706098196 75.25421142578125 74.3909683227539 2.4958689576172124
92 world_model 40 1.4656626311215488 1.468216896057129 0.008094625719901227 0.23714911124923008 0.2375716269016266 0.0012984703715641446 0.05819763649593695 0.0580393373966217 0.004169549037637724 0.05796179649504743 0.0585017129778862 0.002537342557119854 0.7417558594183489 0.7449128031730652 0.04113134902005747 0.7101274999705228 0.7068566679954529 0.03499964623068352 68.81868466463956 67.85173797607422 2.4252407325686596
93 world_model 41 1.4657376246018843 1.4683499336242676 0.008476276939689106 0.227502091364427 0.2279461920261383 0.0011728246685595123 0.06339088962836693 0.0631133913993835 0.004800832367813677 0.06263037025928493 0.0626027062535286 0.0029461774727978975 0.7765740643848072 0.7790505290031433 0.03726340596118692 0.743860358541662 0.7396740913391113 0.03279285525422583 62.42207856611772 61.5762825012207 2.3831662328993044
94 world_model 42 1.4678402597253972 1.469064474105835 0.004465139299180413 0.21746944568373935 0.2177585065364837 0.001244870820629068 0.06497555971145624 0.0647070184350013 0.005200539842419017 0.06578913601962 0.0653391405940055 0.003432843351139411 0.8109070387753573 0.8121354579925537 0.03307890894514463 0.7783809683539651 0.7740507125854492 0.03024816733000485 55.87849981134588 55.1705436706543 2.346919915565937
95 world_model 43 1.4443720687519421 1.4672737121582031 0.07129610996229563 0.20718322965231806 0.2071883231401443 0.0010477648781601647 0.06796628101305525 0.0676652193069458 0.005759638856910739 0.06987402621995314 0.0696400925517082 0.004106299223593772 0.844946796243841 0.8451690673828125 0.0283845681568534 0.8137255961244757 0.8136218190193176 0.027299422612671598 49.48209762573242 48.66407012939453 2.2153266019775124
96 world_model 44 1.4514106837185947 1.4658203125 0.03134589434588584 0.19712146168405356 0.1974535137414932 0.0010965085516072232 0.07049675963141698 0.070372886955738 0.0062194444203750275 0.07427283782850609 0.0745405182242393 0.004877326217333199 0.8777332414280284 0.8771377205848694 0.02341329713269667 0.8492452935738997 0.8528174161911011 0.023894531367096784 43.04621540416371 42.34357833862305 2.1423519221689604
97 world_model 45 1.4500575282356956 1.468209743499756 0.03962898484577625 0.18668674338947638 0.1864484846591949 0.000968462070283578 0.07391363009810444 0.074265718460083 0.006761380028273703 0.07751981914043424 0.0780320093035698 0.005603117166053573 0.9088689955798063 0.9077378511428832 0.018278231326962303 0.8836815519766374 0.8890122771263123 0.02010793897251243 36.62808470292525 35.90607833862305 1.9816009704235606
98 world_model 46 1.4556613835421475 1.4670789241790771 0.035387331694331954 0.17640998688611115 0.1763234585523605 0.0011111885624149112 0.07635975493626157 0.0768783092498779 0.007174778722147219 0.08317135884003203 0.0839361026883125 0.006669729143125133 0.9369614882902666 0.9365039467811584 0.013301165850118243 0.9168761806054548 0.921261727809906 0.015705120640892318 30.258521686900746 29.551759719848636 1.9012416733578965
99 world_model 47 1.456791964444247 1.4691858291625977 0.03723410531144053 0.1658857559615915 0.1660345494747162 0.0011104922755886984 0.0807388682257045 0.0819627493619918 0.008086050017690315 0.08989417349750341 0.0894843637943267 0.008286024433008592 0.9615512056784197 0.9613606929779052 0.008474755240633411 0.9474832469766791 0.9502413868904114 0.010815034381875793 24.009561365300957 23.342449188232425 1.751108712748188
100 world_model 48 1.461487184871327 1.4687750339508057 0.017448188906749217 0.15535629202019083 0.1552065461874008 0.0010916877109525527 0.08411335132338779 0.0864922404289245 0.008777709081607417 0.09620924903587857 0.0950576514005661 0.009889021284496107 0.9810501662167636 0.9806734323501588 0.004379013264114649 0.9731585545973345 0.9743982553482056 0.005997294545112445 17.87169213728471 17.042600631713867 1.5925881351925588
101 world_model 49 1.439285776831887 1.4686064720153809 0.08111193982246229 0.14401469176465811 0.1437372714281082 0.0010861799849853691 0.08727464418519622 0.0875521078705787 0.009703750657657223 0.09939324449409134 0.0972060933709144 0.010858755528870934 0.9941954775290056 0.9940271973609924 0.001403210363609152 0.9910382736812938 0.9913399815559388 0.002196394265410126 11.759381814436479 11.203801155090332 1.1617892420887215
102 world_model 50 1.4507160837000066 1.4670040607452393 0.04265229057449347 0.1237343075600537 0.1239204481244087 0.0020395720706350385 0.10715137557549906 0.1092424690723419 0.013189761603098305 0.1331728331067345 0.1313295215368271 0.016344083089854574 1.0000000270930203 1.0 1.0782885953654517e-07 0.9999999945813959 1.0 7.277893323773814e-08 0.0 0.0 0.0

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_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,0,75.2199866771698,74.7182936668396,152.74269771575928,,,
unitree_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,1,74.00130152702332,74.17535519599915,151.2454628944397,235.9279327392578,0.7103498876094818,
unitree_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,2,74.39367580413818,74.10200953483582,150.5736916065216,266.5294189453125,0.7832576632499695,
unitree_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,3,74.19195032119751,74.18692517280579,151.52474284172058,225.79745483398438,0.6490676701068878,
unitree_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,4,73.94189381599426,73.354647397995,150.4540731906891,239.75100708007812,0.4762617349624634,
unitree_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,5,74.84601140022278,74.37709164619446,151.15113830566406,198.6431427001953,0.46798014640808105,
unitree_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,6,73.28874897956848,74.32376432418823,150.74406003952026,233.21444702148438,0.4405097961425781,
unitree_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,7,74.37222957611084,73.9946346282959,151.4945991039276,213.9320526123047,0.37685537338256836,
unitree_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,8,73.66262292861938,74.50963377952576,151.30839157104492,231.5462646484375,0.49975353479385376,
unitree_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,9,74.33709526062012,73.99943161010742,151.56067204475403,205.0883331298828,0.29087895154953003,
unitree_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,10,74.84919834136963,74.84521508216858,152.83023381233215,211.45333862304688,0.19632834196090698,
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_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 0 75.2199866771698 74.7182936668396 152.74269771575928
3 unitree_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 1 74.00130152702332 74.17535519599915 151.2454628944397 235.9279327392578 0.7103498876094818
4 unitree_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 2 74.39367580413818 74.10200953483582 150.5736916065216 266.5294189453125 0.7832576632499695
5 unitree_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 3 74.19195032119751 74.18692517280579 151.52474284172058 225.79745483398438 0.6490676701068878
6 unitree_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 4 73.94189381599426 73.354647397995 150.4540731906891 239.75100708007812 0.4762617349624634
7 unitree_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 5 74.84601140022278 74.37709164619446 151.15113830566406 198.6431427001953 0.46798014640808105
8 unitree_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 6 73.28874897956848 74.32376432418823 150.74406003952026 233.21444702148438 0.4405097961425781
9 unitree_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 7 74.37222957611084 73.9946346282959 151.4945991039276 213.9320526123047 0.37685537338256836
10 unitree_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 8 73.66262292861938 74.50963377952576 151.30839157104492 231.5462646484375 0.49975353479385376
11 unitree_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 9 74.33709526062012 73.99943161010742 151.56067204475403 205.0883331298828 0.29087895154953003
12 unitree_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 10 74.84919834136963 74.84521508216858 152.83023381233215 211.45333862304688 0.19632834196090698

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_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,policy,74.28224678473039,,,,45.0,46.90909090909091,46.90909090909091,47.45454545454545,,226.18833923339844,0.4891243100166321,151.42088755694303,74.28224678473039,74.23518200354142,
unitree_z1_dual_arm_stackbox_v2-vid15-fs4,unitree_z1_dual_arm_stackbox_v2,world_model,74.23518200354142,,,,45.0,46.90909090909091,46.90909090909091,47.45454545454545,,226.18833923339844,0.4891243100166321,151.42088755694303,74.28224678473039,74.23518200354142,
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_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 policy 74.28224678473039 45.0 46.90909090909091 46.90909090909091 47.45454545454545 226.18833923339844 0.4891243100166321 151.42088755694303 74.28224678473039 74.23518200354142
3 unitree_z1_dual_arm_stackbox_v2-vid15-fs4 unitree_z1_dual_arm_stackbox_v2 world_model 74.23518200354142 45.0 46.90909090909091 46.90909090909091 47.45454545454545 226.18833923339844 0.4891243100166321 151.42088755694303 74.28224678473039 74.23518200354142

File diff suppressed because it is too large Load Diff

View File

@@ -20,5 +20,7 @@ dataset="unitree_z1_dual_arm_stackbox_v2"
--n_iter 11 \
--timestep_spacing 'uniform_trailing' \
--guidance_rescale 0.7 \
--perframe_ae
--perframe_ae \
--analysis_log_metrics \
--analysis_reference_steps 50
} 2>&1 | tee "${res_dir}/output.log"