早停特征验证,早停不通
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
# DDIM Analysis Report
|
||||
|
||||
## Analysis Config
|
||||
|
||||
- Stability threshold: None
|
||||
- Stability window: 3
|
||||
- Mid-step window: 15-35
|
||||
|
||||
## Dataset Overview
|
||||
|
||||
- Unique samples: 1
|
||||
- Step rows: 1200
|
||||
- Sample rows: 2
|
||||
- Round rows: 12
|
||||
- Scenes: unitree_z1_stackbox
|
||||
- Pass types: policy, world_model
|
||||
|
||||
## Five Directions
|
||||
|
||||
### Original Early Stop
|
||||
|
||||
- `latent_first_stable_step_policy`: mean=nan, median=nan, p90=nan, p95=nan
|
||||
- `latent_first_stable_step_world_model`: mean=nan, median=nan, p90=nan, p95=nan
|
||||
- `latent_l2_vs_full50`: mean=108.9841, median=130.6214, p90=143.4688, p95=148.5245
|
||||
|
||||
### 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=47.7500, median=47.7500, p90=47.7500, p95=47.7500
|
||||
- `share_action_first_stable_before_latent`: nan
|
||||
- `share_action_95pct_before_latent`: nan
|
||||
|
||||
### Direction D: Cross-Step Similarity
|
||||
|
||||
- `latent_delta_mid_steps`: mean=0.3534, median=0.3492, p90=0.4171, p95=0.4277
|
||||
- `action_delta_mid_steps`: mean=0.0270, median=0.0257, p90=0.0404, p95=0.0430
|
||||
- `state_delta_mid_steps`: mean=0.0270, median=0.0257, p90=0.0411, p95=0.0435
|
||||
|
||||
### Direction A: Budget Heterogeneity
|
||||
|
||||
- `oracle_budget_action`: mean=47.7500, median=47.7500, p90=47.7500, p95=47.7500
|
||||
- `oracle_budget_state`: mean=48.5000, median=48.5000, p90=48.5000, p95=48.5000
|
||||
- `oracle_budget_action_by_scene`:
|
||||
- `unitree_z1_stackbox`: mean=47.7500, median=47.7500, std=0.0000
|
||||
|
||||
### Direction B: Round Reuse
|
||||
|
||||
- `latent_init_dist_to_prev_round`: mean=188.4148, median=183.0132, p90=228.7367, p95=240.9799
|
||||
- `action_drift_vs_prev_round`: mean=0.3301, median=0.3282, p90=0.4390, p95=0.4419
|
||||
- `round_total_time_s`: mean=148.3125, median=149.7411, p90=151.6385, p95=151.9462
|
||||
- `policy_pass_total_time_s`: mean=72.5091, median=73.5843, p90=74.4852, p95=74.5998
|
||||
- `world_model_pass_total_time_s`: mean=72.6520, median=73.4872, p90=74.0394, p95=74.2212
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 248 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
@@ -0,0 +1,4 @@
|
||||
scene,pass_type,pass_total_time_s,pass_total_time_s,pass_total_time_s,action_first_stable_step,action_first_stable_step,action_first_stable_step,state_first_stable_step,state_first_stable_step,state_first_stable_step,latent_first_stable_step,latent_first_stable_step,latent_first_stable_step,action_vs_full50_90pct_step,action_vs_full50_90pct_step,action_vs_full50_90pct_step,action_vs_full50_95pct_step,action_vs_full50_95pct_step,action_vs_full50_95pct_step,oracle_budget_action,oracle_budget_action,oracle_budget_action,oracle_budget_state,oracle_budget_state,oracle_budget_state,round_total_time_s,round_total_time_s,round_total_time_s,policy_pass_total_time_s,policy_pass_total_time_s,policy_pass_total_time_s,world_model_pass_total_time_s,world_model_pass_total_time_s,world_model_pass_total_time_s,latent_init_dist_to_prev_round,latent_init_dist_to_prev_round,latent_init_dist_to_prev_round,action_drift_vs_prev_round,action_drift_vs_prev_round,action_drift_vs_prev_round
|
||||
,,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std,mean,median,std
|
||||
unitree_z1_stackbox,policy,72.50910377502441,72.50910377502441,,,,,,,,,,,46.083333333333336,46.083333333333336,,47.75,47.75,,47.75,47.75,,48.41666666666666,48.41666666666666,,148.3124695221583,148.3124695221583,,72.50910377502441,72.50910377502441,,72.65196190277736,72.65196190277736,,188.4147616299716,188.4147616299716,,0.330077669837258,0.330077669837258,
|
||||
unitree_z1_stackbox,world_model,72.65196190277736,72.65196190277736,,,,,,,,,,,46.25,46.25,,47.833333333333336,47.833333333333336,,47.833333333333336,47.833333333333336,,48.5,48.5,,148.3124695221583,148.3124695221583,,72.50910377502441,72.50910377502441,,72.65196190277736,72.65196190277736,,188.4147616299716,188.4147616299716,,0.330077669837258,0.330077669837258,
|
||||
|
@@ -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.4781360626220703,1.4615380764007568,0.07181678085821787,1.4142964879671733,1.4146206378936768,0.002655820923639153,0.08711652023096873,0.08603744953870765,0.014849535841595981,0.06651096418499942,0.0666060149669647,0.008695967467842012,0.2532116708656152,0.26565346121788025,0.06435783066118438,0.2548287895818551,0.2203674837946891,0.0977821658373327,146.3313357035319,146.24555206298828,6.730673405288784
|
||||
policy,2,1.4226765235265095,1.4610294103622437,0.09360910085084989,1.021755983432134,1.0220426321029663,0.001748137433882535,0.052670503345628526,0.0531421806663274,0.004717516919514135,0.04108810424804681,0.0396241974085569,0.004497815860996005,0.24221416438619292,0.25679090619087214,0.0640689278267316,0.2501778863370418,0.21886434406042093,0.09648907606950068,146.2038599650065,145.32494354248047,6.808511432549634
|
||||
policy,3,1.4147165616353352,1.459059476852417,0.1109253902772675,0.8506069630384445,0.8506180047988892,0.0009444500700040356,0.03308074455708259,0.0332350451499223,0.0033232299593766584,0.02635324715326226,0.0263882344588637,0.002997037888044754,0.23846699173251787,0.2530238553881645,0.06415987518526316,0.2512447548409303,0.2214794978499412,0.09562533551216915,145.75264612833658,144.1556396484375,6.62034766422528
|
||||
policy,4,1.4178047180175781,1.4576001167297363,0.10006113466104201,0.7504849632581075,0.7508159279823303,0.002091832486165815,0.021985828100393155,0.02122996374964705,0.0028031409874496632,0.017272943165153216,0.017603706568479448,0.0017762025513290488,0.24034255867203072,0.2526712864637375,0.06445342777723248,0.25548073773582775,0.22624416649341578,0.09498476047243208,145.69952392578125,144.32859802246094,6.548037874440905
|
||||
policy,5,1.4047880172729492,1.4583518505096436,0.10561651451731305,0.6826351930697759,0.6821120977401733,0.0017980326966143968,0.016041566850617483,0.015905799344181952,0.0017143070289965534,0.012849649492030291,0.01287951553240415,0.0008753411954765202,0.24579810102780655,0.25671468675136566,0.06466342910696436,0.2614551559090614,0.2327245473861694,0.09429176209656737,144.83146031697592,143.83132934570312,5.878658721127663
|
||||
policy,6,1.4236698150634766,1.461113691329956,0.08744616897987144,0.6329339196284612,0.6331084370613098,0.0013630247098699883,0.013490661978721575,0.0134344501420855,0.0009730245461937632,0.01093255728483195,0.01086783502250905,0.0008592005206478113,0.2529127908249696,0.2632035166025162,0.06467671967975139,0.2681344722708066,0.23991823196411124,0.09348248600744534,143.59982935587564,141.76433563232422,5.790139642237563
|
||||
policy,7,1.4476114710172017,1.4624617099761963,0.03607715539451908,0.5942087719837824,0.5937083959579468,0.00105243109727757,0.012717634517078575,0.01261116005480285,0.0008956328827015681,0.010233886074274718,0.01002787565812465,0.0009844455408947507,0.2610180303454399,0.27121564745903015,0.06454107620497564,0.2751822061836719,0.2474366873502731,0.09254320741810249,142.8690185546875,141.3448486328125,5.752030354095578
|
||||
policy,8,1.4251636664072673,1.4584685564041138,0.0672625174404797,0.5636019309361776,0.5635042786598206,0.001540083459689418,0.012367969301218725,0.0123166078701615,0.0009775605218379998,0.010136088589206284,0.00987571664154525,0.0010735902321558565,0.2695339694619178,0.27962468564510345,0.06421827566993613,0.28243631000320113,0.25513084977865214,0.09143419279219674,141.74180221557617,141.21021270751953,4.863790010560674
|
||||
policy,9,1.4369414448738098,1.459248661994934,0.07521354808051331,0.5372851739327112,0.5372678637504578,0.0011596604104907367,0.012015561573207332,0.0119444746524095,0.0010778155173946035,0.010120792547240808,0.00983942393213505,0.0011369957875000923,0.2780364875992139,0.28808328509330744,0.06385612254302113,0.2896581416328748,0.2627333551645279,0.0902277538848405,140.5891545613607,139.1053009033203,4.352020783889854
|
||||
policy,10,1.4268325964609783,1.4593534469604492,0.08151069529951156,0.5157710760831833,0.5156843364238739,0.0006428667255564785,0.012019531878953132,0.01197806838899845,0.00113426489189833,0.010153588528434383,0.0098624327220022,0.0011761055298043566,0.28669349849224085,0.29666146636009216,0.06330405021271236,0.2967670348783334,0.27024833858013153,0.08898655189997422,139.48211288452148,138.54566192626953,4.003221352434773
|
||||
policy,11,1.4180062810579936,1.4599149227142334,0.1026032125605062,0.49656445533037186,0.49626654386520386,0.0013459695171978477,0.012242887324343074,0.012303692754358001,0.001151154988589686,0.010867811196173185,0.01058199303224675,0.001187644010929037,0.29547526687383646,0.3052614033222198,0.06255089715861341,0.30400468036532396,0.27792446315288544,0.08766655997774044,138.96053822835287,138.10167694091797,3.6294296308733847
|
||||
policy,12,1.4198636809984844,1.461746096611023,0.09675316116218695,0.480303260187308,0.4801673889160156,0.0008409432194122494,0.012507396982982692,0.01249665394425385,0.0012086730076043435,0.011628281402712016,0.0113718472421169,0.001201296906386265,0.3044056271513303,0.3138096034526825,0.0616543345146764,0.3114584125578403,0.2858728766441345,0.08626001428982921,137.76059595743814,137.85712432861328,3.5794749907008905
|
||||
policy,13,1.4170125524202983,1.4591139554977417,0.10354120788631536,0.4640759602189064,0.46414001286029816,0.0008551158886571788,0.013140804988021601,0.01310306647792455,0.0011781466338876305,0.012136792841677825,0.011902462225407352,0.0011843772390451243,0.31354724491635955,0.32246921956539154,0.060691585126268446,0.3189263728757699,0.2938565611839294,0.0848066916118353,137.21778996785483,137.0510482788086,3.667454040476916
|
||||
policy,14,1.4035322666168213,1.461170792579651,0.1089601671853353,0.4510251233975093,0.4507808685302734,0.0009260661788710742,0.014044195879250716,0.01394067751243705,0.0011274039378310861,0.013077389836932176,0.0128671079874038,0.0011283924069988257,0.32288552944858867,0.3313257247209549,0.05976299774865371,0.3265634477138519,0.3019508570432663,0.08332737903802043,136.15876388549805,136.0338134765625,3.3804428033239704
|
||||
policy,15,1.4012686610221863,1.459230661392212,0.10382585987254207,0.43898795793453854,0.4388795346021652,0.0006983014420172777,0.014726902435844092,0.014554396737366849,0.0011315207662091714,0.013789381599053692,0.01361688366159795,0.0010896416506993869,0.33244289457798,0.34033067524433136,0.05877692102570215,0.3343078854183356,0.31009364128112793,0.08182806280782791,135.64569473266602,135.43162536621094,3.158886962702626
|
||||
policy,16,1.4134167234102886,1.4617873430252075,0.09394753194112036,0.4267946506539981,0.426824688911438,0.0006511033650642808,0.015548002518092558,0.0152965481393039,0.001129096422836277,0.014907231088727676,0.01476723980158565,0.001036538253609211,0.3422224149107933,0.3494469672441482,0.05770707088213371,0.34222574904561043,0.31824275851249695,0.08032142799396402,135.04858779907227,134.94913482666016,3.24827603338763
|
||||
policy,17,1.4202983180681865,1.463218092918396,0.10293422351826516,0.4160349443554878,0.4160916209220886,0.000907695771467797,0.016366952642177485,0.01600238215178245,0.0011333848785593772,0.01595652491475141,0.01589812897145745,0.0010277435874545453,0.35218823452790576,0.3587146252393722,0.056628461776299224,0.3504365123808384,0.32691590487957,0.0787646456838698,134.57604853312174,134.7151870727539,2.879746485282966
|
||||
policy,18,1.4235759576161702,1.4608906507492065,0.09055067566173036,0.4062802121043205,0.4061827212572098,0.0011552711545508407,0.017109358993669325,0.016633957624435397,0.0011571414759123958,0.016744510037824466,0.016658997163176502,0.001000215591599522,0.3624160687128703,0.3680703938007355,0.055448122353192665,0.3587329188982646,0.3356786370277405,0.07720384577578646,133.91151555379233,133.91065216064453,2.607398577118279
|
||||
policy,19,1.4259433348973591,1.4590229988098145,0.08276676590957344,0.39682793865601224,0.39647147059440613,0.0010405300210958,0.018594375501076333,0.0181009788066148,0.0010761628632965324,0.017971585970371923,0.01791932247579095,0.00099539299634273,0.37293026099602383,0.3778472989797592,0.05437570572066006,0.36733417958021164,0.3447427004575729,0.07559573375225033,133.59984079996744,133.52175903320312,2.613339856752517
|
||||
policy,20,1.4251498381296794,1.4582713842391968,0.07899707243071366,0.3876243904232979,0.3873464912176132,0.0010133625895914016,0.019453984374801267,0.01886166445910925,0.0011494344100751398,0.018807867076247875,0.0188187528401613,0.000955909838176562,0.3837158108750978,0.3877843022346496,0.05318154104551369,0.37605535984039307,0.35443076491355896,0.07398515808516663,132.94675954182944,132.87828063964844,2.2965981751717974
|
||||
policy,21,1.437597970167796,1.4606568813323975,0.06735232015120654,0.37901216993729275,0.37937782704830164,0.0011517828406985306,0.020449313800781906,0.01987997535616155,0.001197294901974706,0.020353925724824206,0.02040012832731005,0.000960827642574204,0.394869531194369,0.3979790508747101,0.05186380440773144,0.38522302856047946,0.3661189675331116,0.07235389668517785,132.41075134277344,132.10411834716797,2.1639513758379323
|
||||
policy,22,1.4092497030893962,1.46062433719635,0.095837632592704,0.3712514191865921,0.3711720108985901,0.000650297432338672,0.021769741705308304,0.02124023810029025,0.0011488733783894677,0.021639417856931634,0.0216640662401914,0.0009208860216210394,0.40637144943078357,0.4085723459720611,0.05059530913076011,0.39469917118549347,0.37813936173915863,0.070750551153413,132.05330022176108,131.78015899658203,2.1697258781601785
|
||||
policy,23,1.426300863424937,1.4557127952575684,0.06745488809342925,0.3637062907218933,0.36358234286308283,0.0009274997813573172,0.02308016006524359,0.02259439602494235,0.001120331536302827,0.022867856702456824,0.02287452854216095,0.0009192870500997524,0.4182355950276057,0.4195873439311981,0.04937019722416682,0.40450872480869293,0.39060124754905695,0.0691460410684931,131.65142567952475,131.52277374267578,2.0220404523194113
|
||||
policy,24,1.444358229637146,1.4586329460144043,0.03239220509890591,0.3567158083120982,0.35664452612400055,0.0008110850693988414,0.0240432474141319,0.02349467203021045,0.0012052124252229072,0.024271404525885932,0.0242868550121784,0.0009140361276818095,0.43051083385944366,0.4308211952447891,0.04796601483923258,0.4147446428736051,0.40358696877956385,0.06754786626810591,131.26820119222006,131.32037353515625,1.8662399064519688
|
||||
policy,25,1.4163572192192078,1.4618899822235107,0.10889617263299874,0.34973331292470294,0.34975768625736237,0.000890543591172535,0.025351842710127383,0.02488056942820545,0.001204863430075822,0.025769463119407438,0.025744682177901247,0.0008918005360421667,0.44325583676497143,0.44195960462093353,0.04645185249570921,0.4254521032174428,0.4170347601175308,0.06594577011192454,130.86188507080078,130.99784088134766,1.7404887112174476
|
||||
policy,26,1.4161670406659443,1.4628815650939941,0.11200326215897942,0.34265009065469104,0.34256708621978754,0.0007118275313979932,0.026858798693865493,0.026500881649553748,0.0011462253395370509,0.027071253707011498,0.027048425748944248,0.000871948426869739,0.45648985852797824,0.4533250033855438,0.04498549271000578,0.4365722710887591,0.4312857091426849,0.0643558377194233,130.67361704508463,130.83936309814453,1.5851654037038603
|
||||
policy,27,1.3981992204984028,1.4567011594772339,0.09893891665233308,0.33613307029008865,0.33634477853775024,0.0009628381392293821,0.028369017100582483,0.0280629228800535,0.0011331538660075407,0.02874391914034878,0.02868808712810275,0.0008725287580587386,0.4702724094192187,0.46559110283851624,0.04353234983309833,0.44822634756565094,0.44703489542007446,0.06277079120078563,130.46852366129556,130.61290740966797,1.4644169143779986
|
||||
policy,28,1.381934662659963,1.4583061933517456,0.11852526619063751,0.32982973257700604,0.32969215512275696,0.000974147152371984,0.0299222343601286,0.029707461595535202,0.001136076496003168,0.030327841018636958,0.030155872926115948,0.0008762819074660433,0.4846296062072118,0.47927553951740265,0.04203937610595973,0.46040721982717514,0.4633459150791168,0.061206911634121106,130.2632319132487,130.34037017822266,1.3632586439837902
|
||||
policy,29,1.3977730671564739,1.4589993953704834,0.10787709864706842,0.3236579373478889,0.3237767815589905,0.000938090919061262,0.03144701756536957,0.031264358200132805,0.0012276400591126895,0.032006262956807974,0.03171996772289275,0.0008635092228403927,0.4998071665565173,0.4940102696418762,0.040251532361998646,0.4731428350011508,0.4803353548049927,0.059670352644106375,129.9369010925293,130.04112243652344,1.3876733019499923
|
||||
policy,30,1.4180044929186504,1.4611108303070068,0.10453222222629092,0.3175130138794581,0.31764887273311615,0.0009384583379369148,0.033329807842771175,0.0333496257662773,0.0011678454749256657,0.034163097230096605,0.033866938203573144,0.0009125219752375109,0.5156134863694509,0.5095933675765991,0.03868217989309364,0.4867500389615695,0.4965546131134033,0.05814511417016558,129.7654323577881,129.9145278930664,1.3629936466251211
|
||||
policy,31,1.409839669863383,1.4590213298797607,0.09395805822439234,0.3124272152781486,0.31269875168800354,0.0006753302918158021,0.035030074728031914,0.03512520715594285,0.0012141810510688507,0.036062409169971894,0.0357657000422477,0.0009367814735780527,0.5321836769580841,0.5259307026863098,0.03693969944897152,0.5010533457001051,0.511436253786087,0.056650448129808045,123.58935228983562,123.73647689819336,1.3615513899025256
|
||||
policy,32,1.3986428777376811,1.4594618082046509,0.10873361978991307,0.3048928727706273,0.30484727025032043,0.0009466670074954602,0.03741795755922791,0.0376889519393444,0.001143082181506512,0.037561400793492745,0.0373140759766101,0.0009771589202132382,0.5496572951475779,0.5433358550071716,0.03532901902186715,0.5159919758637747,0.5268953740596771,0.05524690394801091,117.57707277933757,117.81959533691406,1.3086770664543643
|
||||
policy,33,1.408890922864278,1.460329294204712,0.10794937514298739,0.2967188780506452,0.2969699651002884,0.0007985739609642158,0.038901415653526734,0.03907314687967295,0.0013083247173243731,0.04001953359693285,0.039739903062582,0.0010498426832398079,0.568154901266098,0.5615096092224121,0.0334362067532649,0.5319799731175104,0.5434302389621735,0.05387725155038074,111.64348157246907,111.91263961791992,1.2457987081982465
|
||||
policy,34,1.4235185186068218,1.4606770277023315,0.08765855693875485,0.2885580832759539,0.28845848143100733,0.0010169488388853027,0.041347521046797384,0.04161010123789305,0.0012905610395034792,0.04239962715655562,0.0421267598867416,0.0011235020304710013,0.5876775979995728,0.580767959356308,0.03163904298520167,0.5489678432544073,0.560937762260437,0.05264263789341788,105.64044952392578,105.90522766113281,1.2508755159027154
|
||||
policy,35,1.435498317082723,1.4578781127929688,0.07262121294852832,0.27992730091015494,0.28008659183979034,0.0007431755554153184,0.0438477645317713,0.04421155527234075,0.0013059072453959829,0.044835027928153616,0.044679528102278654,0.0012451504218446376,0.60827108224233,0.6024373471736908,0.029979664817591567,0.5670270050565401,0.5761328637599945,0.05149217569679096,99.65119298299153,99.86334228515624,1.2113159342804307
|
||||
policy,36,1.4121619860331218,1.4584178924560547,0.08995972180347568,0.27130555113156635,0.2715393900871277,0.0008596386822450044,0.04640964232385154,0.0468552336096763,0.001389197359807033,0.048411215034623895,0.048370458185672704,0.0014765951524434008,0.6300436109304428,0.6254403293132782,0.028384687586089027,0.5866691991686821,0.5924391150474548,0.050432936424150296,93.72273254394531,93.95329284667969,1.191812359493303
|
||||
policy,37,1.4194405873616536,1.4584225416183472,0.09513302121522585,0.26213768621285755,0.2620231509208679,0.0007542491438494107,0.048814801809688356,0.0490865241736173,0.0015357126368773972,0.050272783574958596,0.05020172894001,0.0016362961549497269,0.6531025419632593,0.6489993631839752,0.026792544416469645,0.6071329166491827,0.6095902621746063,0.04946452860150052,87.7355187733968,87.83219146728516,1.1682769811190112
|
||||
policy,38,1.4399514396985371,1.4582232236862183,0.06685247050028499,0.2528178046147029,0.2526378184556961,0.0009314995808008827,0.051567475621898916,0.05178004875779145,0.0016657203454724765,0.05463106806079542,0.05446006357669825,0.002036643553702514,0.6774670432011286,0.6713815331459045,0.02536272143663966,0.6296406586964926,0.6301748752593994,0.04859099695230182,81.75686200459798,81.87954711914062,1.1604746138263529
|
||||
policy,39,1.4305088520050049,1.4605097770690918,0.07879385061606632,0.24324277291695273,0.24333947896957395,0.0006945828108527632,0.05463458752880488,0.05490175075829025,0.0018501984887247809,0.057737854930261734,0.057597689330577795,0.0023835491929421614,0.7031645079453787,0.696758508682251,0.024206802890961873,0.6535629828770956,0.653831422328949,0.047761538295495905,75.86193211873372,75.9334831237793,1.1269153270663863
|
||||
policy,40,1.4156449834505718,1.4593015909194946,0.10347175788550594,0.23359997446338332,0.23384018987417216,0.0010787924282638151,0.058030628909667294,0.05798608250916,0.002093833569263115,0.0602255339423815,0.060088956728577544,0.002763662264620524,0.7303073952595392,0.7269164621829987,0.02332526525189055,0.67864557603995,0.6790850162506104,0.046850945484370125,70.00064468383789,69.99341201782227,1.0872600673426924
|
||||
policy,41,1.4157938559850056,1.459862470626831,0.09435127683840137,0.22323331733544663,0.22285030782222745,0.000859051974367278,0.06343476598461466,0.0634513422846794,0.0025914569699120975,0.06565276222924386,0.0652438141405582,0.0034456748727946093,0.7592518925666809,0.7579568326473236,0.0225344709081469,0.7061114360888799,0.7086764276027679,0.0458243151520239,64.15671730041504,64.21561431884766,1.0447228059750389
|
||||
policy,42,1.4285185138384502,1.461390495300293,0.07718147197763556,0.21355514476696646,0.2137022987008094,0.0009596965610958157,0.0662082411969701,0.0662092566490173,0.0029525412425425845,0.06985252102216082,0.0695365518331527,0.0041720437402353,0.7892037381728491,0.7897058427333832,0.021854125148604707,0.7353827605644861,0.740037351846695,0.04447069023814393,58.30001354217529,58.365211486816406,0.9997987747616193
|
||||
policy,43,1.4424630999565125,1.4628183841705322,0.06724856968256814,0.2030496758719285,0.2028768807649612,0.0011308543490512577,0.07019709174831704,0.07038467377424235,0.003548267984205407,0.07527179208894565,0.075044747442007,0.005195065253592226,0.8201002379258474,0.8233940005302429,0.021040426237395823,0.7667678048213323,0.7734040915966034,0.04257059571098055,52.49645805358887,52.586774826049805,1.0044334684016953
|
||||
policy,44,1.4560436606407166,1.4618077278137207,0.021432815133896877,0.19280739873647687,0.19292283058166504,0.0009669901520770557,0.07400630849103128,0.07434194162487981,0.004285928903890251,0.08156565949320789,0.08160374686121935,0.006447011765532677,0.8513372540473938,0.854762077331543,0.019878982492774755,0.800331915418307,0.8084072768688202,0.039991217380253,46.685743967692055,46.75422668457031,0.9883477899706089
|
||||
policy,45,1.4204111496607463,1.45838463306427,0.08992044325906672,0.1823206432163715,0.1822525486350059,0.0012395838237371731,0.07882683910429474,0.07886430621147156,0.005330193293218309,0.08699029870331283,0.08758325502276415,0.007829297369439396,0.8826653112967809,0.8856680393218994,0.018077926129872055,0.8353164941072464,0.842244029045105,0.03646795271033441,40.94109058380127,40.97993850708008,0.9312684389589564
|
||||
policy,46,1.399420162041982,1.458788514137268,0.11105561883099298,0.17189364756147063,0.17205380648374552,0.0009219072137340676,0.08320556581020351,0.08267426863312716,0.0066323162399618265,0.09569528015951312,0.0970342569053173,0.010079902852867157,0.9128866543372472,0.9153377115726471,0.01546608402424034,0.8721721917390823,0.8763531744480133,0.031592540428454004,35.12005933125814,35.20241737365723,0.8897683349679514
|
||||
policy,47,1.4033182462056477,1.4579825401306152,0.10422316850558577,0.16129077474276218,0.16128489375114435,0.001018088715129822,0.09040208595494426,0.08968270942568776,0.008497786252364874,0.10707519389688964,0.10917501896619795,0.013180166084943323,0.9417618463436762,0.943635106086731,0.011911205350398303,0.9102469185988108,0.9122354388237,0.02504022689827737,29.196923573811848,29.172375679016113,0.753779996185945
|
||||
policy,48,1.4063080549240112,1.4615670442581177,0.11671982835268006,0.15017804130911824,0.15005530416965485,0.0008883503881138146,0.09827813381950055,0.0974338240921497,0.010886186531401935,0.12063833946983016,0.1225698962807655,0.017565255695998625,0.9675940622886022,0.9688231348991394,0.0075828026856976745,0.9473654925823212,0.9474750459194183,0.016723987892215502,22.93179162343343,22.8565092086792,0.6221538773940791
|
||||
policy,49,1.4051330089569092,1.4575649499893188,0.10409623118829003,0.13727240140239394,0.13735773414373395,0.0010852621227955496,0.11033626956244304,0.1089743040502071,0.01447562721036154,0.13486251980066297,0.1361616253852844,0.023146098112425507,0.988351489106814,0.9888648092746735,0.00307270216189896,0.9790250509977341,0.9790219068527222,0.007728898896027582,15.889913082122803,15.843602657318115,0.4207739854874362
|
||||
policy,50,1.3980345527331035,1.4580085277557373,0.11041661620888127,0.1127788765976826,0.11259712651371954,0.0012921858863997654,0.1562533235798279,0.15373352915048594,0.02362716296909376,0.20898258561889327,0.20881841331720347,0.044238622104847525,0.9999999602635702,0.9999999701976776,1.0271554434015768e-07,1.0000000049670537,1.0,5.937844040540695e-08,0.0,0.0,0.0
|
||||
world_model,1,1.4533925453821819,1.461777925491333,0.02336960337066872,1.4129687746365864,1.414147675037384,0.0032933901078059393,0.08070295055707292,0.08118164539337155,0.010454953354977689,0.051081586008270535,0.0509083047509193,0.007912989094944173,0.2193622185538212,0.21757182478904719,0.07949864760982812,0.25159889211257297,0.250441774725914,0.06240950450610134,147.15155410766602,143.9678497314453,8.376567748493638
|
||||
world_model,2,1.4396146138509114,1.4582419395446777,0.06813142144519203,1.0209116141001384,1.0209931135177612,0.0014683212731614783,0.05020998542507485,0.0488581713289022,0.005032600520025006,0.03331811539828774,0.033294871449470506,0.0038917760574468767,0.20897626752654708,0.20785780251026148,0.07857201181316913,0.24897778282562888,0.24419354647397995,0.06191632690049717,147.20400365193686,143.8400421142578,8.997135747723478
|
||||
world_model,3,1.4381603598594666,1.4599841833114624,0.0738807229558838,0.8507331510384878,0.8506110310554504,0.0017382311753220694,0.03146396360049641,0.03020402230322355,0.003836290709259894,0.02226023205245529,0.0224543828517198,0.00189456788826931,0.20495133784910038,0.2047512382268905,0.07742449228044769,0.2512527120610078,0.2450791299343109,0.06149078006539828,146.69976170857748,144.0539093017578,8.305269411920746
|
||||
world_model,4,1.414153556029002,1.4615588188171387,0.10372899715040015,0.7503705968459448,0.7507732510566711,0.0019771100788795997,0.0205619366218646,0.020273560658097198,0.0027308458049704874,0.015756429173052266,0.015789498575031702,0.0011541876756866742,0.2061776978274186,0.20703715085983276,0.07673839145994392,0.25626328463355696,0.24957270175218577,0.06099560393348481,146.51680501302084,145.96379852294922,7.838355433372457
|
||||
world_model,5,1.4155749082565308,1.458800196647644,0.1008107816963765,0.6829914599657059,0.6830780506134033,0.001883620169518522,0.01544583464662229,0.01570929214358325,0.0014227566172704672,0.012555573058004142,0.012606845237314649,0.0010543449812430241,0.21127574394146598,0.2131353691220283,0.07626135727223399,0.2626426182687282,0.25580947846174235,0.060297689728145865,145.85484186808267,145.40126037597656,7.361370632992232
|
||||
world_model,6,1.4079981843630474,1.4614639282226562,0.10121914363995313,0.6333321779966354,0.6331908702850342,0.002103036591282695,0.013670838360364182,0.0137178441509604,0.0010122303891244115,0.01101913807603215,0.0111501044593751,0.0009947128018882906,0.21823835124572113,0.2207611724734306,0.0760175459834994,0.26948110635081923,0.262234553694725,0.05946826275872519,145.0130411783854,144.59197998046875,6.9536996666551545
|
||||
world_model,7,1.4271799524625142,1.459917664527893,0.07583395282143575,0.5943466822306315,0.5949320197105408,0.0018649372082227699,0.012897509771088708,0.0128633519634604,0.0010400331103328022,0.01029480613457655,0.01025992631912225,0.0010130017923084993,0.2263289814194043,0.22918527573347086,0.07582452854637255,0.276517325391372,0.26862969994544983,0.05860358502662837,144.23547744750977,142.67964935302734,6.776913194385489
|
||||
world_model,8,1.431926965713501,1.4594535827636719,0.06744760096215313,0.563463474313418,0.5632290840148926,0.0017948003914120948,0.012396345303083409,0.0122545887716114,0.0009256500837896662,0.010147732139254559,0.0100790802389383,0.0011373574185958506,0.23484206385910508,0.23753976076841354,0.07564184411808113,0.28362881516416866,0.2759163975715637,0.0576542286641207,144.18588256835938,143.3123779296875,6.7273099454356275
|
||||
world_model,9,1.4179279804229736,1.4603266716003418,0.10095468573479485,0.5374817897876104,0.537643700838089,0.0022024926367130745,0.012074544560164166,0.01187684945762155,0.0008849660465908172,0.010216149191061593,0.00996713433414695,0.001232865373065691,0.24343020779391125,0.24577274173498148,0.07538317920613968,0.29075210914015764,0.2832399010658264,0.05665745063195236,142.0523910522461,141.92173767089844,5.926907195688929
|
||||
world_model,10,1.418602744738261,1.459524154663086,0.09054109381905114,0.5162295003732046,0.5162076950073242,0.0010728422421953235,0.012111056673650892,0.0118008749559521,0.0009015193644747404,0.01032973274899021,0.010324773844331451,0.0012054302688852458,0.2521264062573512,0.25408732891082764,0.07505138206902054,0.2978647289176782,0.29040558636188507,0.05566342817848057,140.94559605916342,140.8613739013672,4.952437029925309
|
||||
world_model,11,1.4190661907196045,1.458388328552246,0.09536129916176096,0.49652264018853504,0.49654321372509,0.0005868546604093758,0.012421254379053859,0.012061195913702201,0.0009376938200572637,0.011058027778441665,0.011134271509945351,0.0011480290438585536,0.26102626696228975,0.2623855024576187,0.07454250811743172,0.3050393710533778,0.29756394028663635,0.05465811833117792,140.04212061564127,140.6932830810547,4.832693357180842
|
||||
world_model,12,1.4346390962600708,1.4619899988174438,0.07435816838208892,0.47918491065502167,0.47931154072284693,0.0013802810277959805,0.012687257568662317,0.01239322917535895,0.0009458882068847281,0.011752502527087883,0.01181674562394615,0.0011258855981153126,0.2700656515856584,0.270744264125824,0.07388316962698159,0.31232047577699024,0.30483298003673553,0.05364841844341491,138.6077028910319,138.56050872802734,4.33077952641585
|
||||
world_model,13,1.4425008296966553,1.4634236097335815,0.06989995376794177,0.46406805763641995,0.46407695114612574,0.001050598636421304,0.013248961729307916,0.01293544983491295,0.0009910300230212682,0.012254850162814017,0.0122767821885645,0.0010959697868531423,0.27929024770855904,0.2792863994836807,0.0731497683370386,0.3196038181583087,0.31215086579322815,0.05262296767986421,138.3816706339518,138.41822814941406,4.0896661141563335
|
||||
world_model,14,1.4446210265159607,1.4612187147140503,0.04829447809478959,0.45082033922274906,0.4508969932794571,0.0010204813745441066,0.014178292049715865,0.01384253939613695,0.0010029611314019058,0.013182919550066141,0.0131385875865817,0.0010422531205873345,0.2887859841187795,0.2881366163492203,0.07234505791117912,0.32704498370488483,0.3196345567703247,0.051596015824239706,137.03701782226562,136.5382537841797,3.9568827482881335
|
||||
world_model,15,1.4455903967221577,1.4578397274017334,0.022384689030206358,0.4383048787713051,0.4384105056524277,0.000875349141995048,0.014857547668119225,0.01458384096622465,0.0010381978821222522,0.013900688383728217,0.01383753865957255,0.000990617715826097,0.2984656356275081,0.29716813564300537,0.07146029199748631,0.33460497111082077,0.3272408992052078,0.05061286894599234,136.14864222208658,135.80512237548828,3.7614753020415983
|
||||
world_model,16,1.4206860462824504,1.458859205245972,0.09404372725947728,0.4263244743148486,0.42653961479663843,0.0010172944142417773,0.015714538904527783,0.01547745615243905,0.0011007295071798553,0.015046631994967618,0.0149563746526837,0.0009387192375879094,0.30842631310224533,0.30630138516426086,0.0703674638264169,0.342431478202343,0.33512902259826655,0.04965038210801977,135.38895161946616,135.66502380371094,3.356935370946581
|
||||
world_model,17,1.417686661084493,1.4604671001434326,0.10115759943473707,0.41577133536338806,0.41589148342609406,0.001065721169207735,0.016558375830451593,0.0163311548531055,0.0011348136137389001,0.016091600526124183,0.015959360636770697,0.0009231288063164697,0.3186226586500803,0.31558758020401,0.06916628793958032,0.3505460148056348,0.3431919664144516,0.04866134128670901,134.75587717692056,134.02130889892578,3.1759047960208076
|
||||
world_model,18,1.4130877653757732,1.4583747386932373,0.10023189900758922,0.40561680247386295,0.40563535690307617,0.000999261113071154,0.01732524554245169,0.017140774987637948,0.0011355919803639621,0.0168992838201423,0.01672485098242755,0.0008575458210250439,0.3290742933750152,0.32506509125232697,0.06786054669199977,0.3587815811236699,0.35138304531574244,0.04770793174107045,134.32138951619467,133.6734619140625,3.465586188921939
|
||||
world_model,19,1.3902300596237183,1.4600744247436523,0.10322675172848018,0.3962302505970001,0.3965656459331512,0.0007300323389372221,0.01884017108629141,0.018775577656924648,0.0011098410668109932,0.018143872885654323,0.01794158481061455,0.0008240996763050365,0.33988997836907703,0.33499339222908014,0.06658357626020354,0.36736247440179187,0.3586633205413818,0.046745609398794394,133.93562952677408,133.57913970947266,3.132494128317171
|
||||
world_model,20,1.4175198674201965,1.4603252410888672,0.0856684476210944,0.3871224919954936,0.38722001016139984,0.0009348377721636145,0.019703416774670243,0.019675463438034002,0.0011393056752083,0.018986953888088416,0.0188494818285107,0.0007666587194694433,0.35097260649005574,0.3451608419418335,0.06522856493865427,0.37614477177460987,0.3654504865407944,0.04584697117736473,133.31868362426758,133.1776123046875,2.7780680630000276
|
||||
world_model,21,1.4418458541234334,1.4607491493225098,0.06088457849969693,0.3792758608857791,0.379398837685585,0.000760290231080574,0.020721395965665527,0.0206972481682896,0.001197857293566021,0.020488401719679392,0.0202821465209126,0.0007581954069290079,0.362398957212766,0.3555487394332886,0.06377963120556253,0.38532961905002594,0.372593343257904,0.04498106671846201,132.87950642903647,132.4226837158203,2.6609805167044414
|
||||
world_model,22,1.4613072872161865,1.4628416299819946,0.0034149363414279262,0.3711881910761197,0.3712049275636673,0.0012653715206849036,0.022091029056658315,0.022064303047955,0.001177924385762314,0.021735556889325335,0.021524971351027447,0.0007284833809197158,0.37417637556791306,0.3664073348045349,0.062382253749014974,0.39479392270247143,0.38016375899314875,0.044195458814116115,132.4303067525228,131.96385192871094,2.552668481042335
|
||||
world_model,23,1.429535170396169,1.45900297164917,0.06129385798534885,0.36353849619627,0.3634960651397705,0.0009798030042418953,0.02342726833497479,0.023443716578185503,0.0011777105933199106,0.02294753010695175,0.02280731592327355,0.0006989372042599143,0.3863937283555667,0.37778578698635096,0.06098025991154517,0.40458417187134427,0.39262694120407104,0.04351691509033353,132.14769999186197,131.79102325439453,2.48758112092225
|
||||
world_model,24,1.389732579390208,1.458253026008606,0.1045939478439394,0.35605867952108383,0.3559747040271759,0.000933175049065162,0.02444469587256506,0.024446852505207,0.0012502430961146066,0.024350912465403426,0.024226414039731,0.0006795603068751977,0.399086058139801,0.3893414735794067,0.059333355953885475,0.41479437053203577,0.4064637422561645,0.04292922144597832,131.71113459269205,131.4471664428711,2.213667547635054
|
||||
world_model,25,1.3718810280164082,1.4581577777862549,0.11401466316596362,0.34905272473891574,0.3487667888402939,0.0008215890906961736,0.025806770970423967,0.02581775002181525,0.0012892204801591943,0.0258256557087103,0.0257084257900714,0.0006615042878152798,0.4123278856277466,0.4026752114295959,0.057535591642353376,0.42540950576464337,0.4208024889230728,0.04242117039062633,131.1974105834961,130.8712921142578,1.9902288647399777
|
||||
world_model,26,1.381341536839803,1.4582209587097168,0.12086044374930509,0.3422257627050082,0.3423927128314972,0.0007389228604612776,0.027352198803176426,0.027425106614828047,0.00125411719019061,0.027144336452086706,0.0270166508853435,0.0006270903670050722,0.42608368396759033,0.41746193170547485,0.05574122015493183,0.43645094335079193,0.43558382987976074,0.042016568272052406,131.07578913370767,130.76246643066406,1.8037024813534488
|
||||
world_model,27,1.4387933214505513,1.4635536670684814,0.0679272226008988,0.33549419045448303,0.3348930925130844,0.0011388555350766783,0.028947412036359258,0.0290938997641205,0.0013055522504937173,0.028845329613735232,0.0287749050185084,0.0006227023402360683,0.44046639402707416,0.43289807438850403,0.0539202213827453,0.44804227848847705,0.449881836771965,0.04171697061660625,130.8024444580078,130.37776947021484,1.6836364817386182
|
||||
world_model,28,1.4334970315297444,1.4631922245025635,0.0795139898451462,0.32971427092949546,0.32951290905475616,0.0007209826159019986,0.03052780249466495,0.0306934919208288,0.0013039965648914723,0.030435079863915786,0.03037134371697895,0.0006314570568486347,0.45544641961654025,0.4490617513656616,0.05209366928905441,0.4601954097549121,0.46282391250133514,0.041529191237687016,130.6687800089518,130.16346740722656,1.6399811204954744
|
||||
world_model,29,1.4317913452784221,1.462573528289795,0.07303740526692315,0.323148434360822,0.3232393115758896,0.0010835545403777077,0.03206337507193282,0.03219572827219955,0.0013800245371465105,0.03213608389099434,0.0321700386703014,0.0006572724099407175,0.4712622215350469,0.46388560533523554,0.05007289433250793,0.4729691296815872,0.4763970971107483,0.041495968951774265,130.28232765197754,129.84121704101562,1.5775011174089444
|
||||
world_model,30,1.442339301109314,1.458134651184082,0.05135244076820204,0.3167305812239647,0.31648942828178406,0.0008854163040478843,0.03401390121628835,0.034258654341101605,0.0013878025994449206,0.034281386993825394,0.0343471448868513,0.0007181738336615835,0.48784547795852023,0.47890891134738917,0.048138351192378574,0.4866001183787982,0.49089518189430237,0.041586739895538634,130.00177001953125,129.54344177246094,1.4542147743844611
|
||||
world_model,31,1.4348223805427551,1.4580434560775757,0.07449864830627831,0.31187864392995834,0.3118658512830734,0.0008320492397481388,0.03574309870600697,0.03607472032308575,0.0014301047079672334,0.03618062101304526,0.0363664980977773,0.0008122622066173969,0.5052218536535898,0.494672030210495,0.046140750086693536,0.5009367987513542,0.5061728656291962,0.041800259562921716,123.84995333353679,123.41864013671875,1.4279089914189704
|
||||
world_model,32,1.3988302151362102,1.4576611518859863,0.10729223842648986,0.30435667932033533,0.30438970029354095,0.000869365436314477,0.03821388445794578,0.03863400965929025,0.001432013639864088,0.03766090702265497,0.03780401870608325,0.000878338869927948,0.523608535528183,0.5116283595561981,0.0442260456376471,0.5159145171443621,0.5234351754188538,0.04216885460747783,117.89822514851888,117.53601837158203,1.320837476656148
|
||||
world_model,33,1.4282535314559937,1.459426999092102,0.06955108790733655,0.2963858072956403,0.2965841144323349,0.0009310240128663637,0.03971039876341816,0.040167680010199505,0.0015638975483263293,0.04013028989235555,0.0401822999119758,0.001016652143117004,0.5429513454437256,0.5292593836784363,0.04210548772691547,0.5319144477446874,0.5420273244380951,0.04268478116150443,111.95115280151367,111.63021087646484,1.2435140108487466
|
||||
world_model,34,1.4436910351117451,1.4628301858901978,0.05471621661904896,0.2879347205162048,0.2879502475261688,0.0010704136587226995,0.042213362020750794,0.04274077713489525,0.0015594937950355323,0.04250456299632783,0.042361069470643956,0.0011520059142808715,0.5634041527907053,0.548242449760437,0.04009756126637714,0.548871248960495,0.5613690614700317,0.04340527376329695,105.90560404459636,105.66857528686523,1.2126753165012274
|
||||
world_model,35,1.4611755013465881,1.4614216089248657,0.004092138002794793,0.2795865659912427,0.2794643342494964,0.0007824357892496129,0.04477922897785897,0.04539585486054415,0.0016296481368469286,0.044889667692283745,0.04471045359969135,0.0013475809312679685,0.585013727347056,0.5712403059005737,0.03816347771988007,0.5668668250242869,0.5808209776878357,0.044228716459148824,99.95358085632324,99.69697189331055,1.1621838681008607
|
||||
world_model,36,1.4579586585362752,1.4638943672180176,0.014139374871268788,0.270948459704717,0.27086065709590906,0.000983527162229915,0.04744177684187884,0.04800009913742535,0.0017391570086564866,0.048471042265494625,0.0482940506190061,0.0016437500380069084,0.6079216748476028,0.5957158505916595,0.03627113768943613,0.5864502837260565,0.6018246412277222,0.04517352061804074,94.00563367207845,93.7629508972168,1.124014074251847
|
||||
world_model,37,1.4339422980944316,1.4636309146881104,0.08404884240265262,0.2618991211056709,0.2619090676307678,0.0008006050308956825,0.049936586990952464,0.05038364604115485,0.0019149234655085744,0.05031551637997226,0.050050368532538345,0.00189388951106978,0.6321922242641449,0.6219102740287781,0.03434831350201216,0.6067853172620138,0.6235508024692535,0.046161197941116845,87.99370384216309,87.81389236450195,1.1478843518894963
|
||||
world_model,38,1.36817733446757,1.4089529514312744,0.11159962984324552,0.25286982705195743,0.25277063250541687,0.0007738450305468386,0.05275027981648837,0.05314554274082175,0.002095406961174799,0.054703154290715796,0.05453699640929695,0.002302328944859451,0.6578525205453237,0.6498229503631592,0.032518545301796105,0.6291835159063339,0.6471395194530487,0.047136594751959186,82.04260381062825,82.0048828125,1.1018606066300318
|
||||
world_model,39,1.346301019191742,1.3946452140808105,0.1254525704939868,0.2430584629376729,0.2428948730230331,0.0011509665755961532,0.055913531531890194,0.056174032390117604,0.0022765016576608097,0.057771594263613175,0.057722378522157655,0.0027212217894743208,0.6849551051855087,0.6793763637542725,0.030887730547321704,0.6530061811208725,0.6699582040309906,0.04800105664592377,76.17742983500163,76.25931549072266,1.029505899266879
|
||||
world_model,40,1.3802971243858337,1.4581224918365479,0.12245827377993562,0.23316052059332526,0.23301009088754648,0.0012032970468783203,0.05935340933501714,0.05949453823268405,0.0025208181566882485,0.06016994733363385,0.060343274846672956,0.0032060442118300838,0.7135866483052572,0.71054807305336,0.029422096367853538,0.677904928723971,0.6928146183490753,0.04866183666102066,70.31199391682942,70.33174514770508,0.9759335841726381
|
||||
world_model,41,1.4032540718714397,1.458265781402588,0.10516134801590594,0.223319253573815,0.22332181781530375,0.0011144804200864573,0.06498056463897224,0.0649594664573669,0.002992862851305257,0.06560403356949485,0.06595649570226665,0.003964404280303663,0.7442370106776556,0.7433033883571625,0.027980227918382696,0.7053270240624746,0.7180675864219666,0.04899993940331763,64.47863515218098,64.51564025878906,0.9478514626737637
|
||||
world_model,42,1.4379292130470276,1.4633039236068726,0.07530946347784306,0.21322927623987195,0.2134105265140533,0.0010338801258789657,0.06777868947635089,0.0679121948778629,0.0033882409740144596,0.0697863021244605,0.07039140164852135,0.004772362490716172,0.775930052002271,0.778441309928894,0.026535711822516964,0.7344683259725571,0.7449654936790466,0.04881861672703986,58.58932971954346,58.63310623168945,0.8991862251329755
|
||||
world_model,43,1.426585058371226,1.4628379344940186,0.08278333084281457,0.20286938672264412,0.20287518948316569,0.0011548967727398455,0.07189039078851536,0.07180123403668401,0.0040266323921936695,0.0751958402494589,0.07605804130434984,0.00594201721564961,0.8086681465307871,0.8134322166442871,0.024974029300921057,0.7657524794340134,0.7720715999603271,0.04778625286927563,52.77729479471842,52.70939636230469,0.8750702280263296
|
||||
world_model,44,1.4388798872629802,1.4598695039749146,0.07090603247022927,0.19268494099378583,0.19245372712612152,0.0010068670350045813,0.07581278433402373,0.0752079114317894,0.0047689362160107255,0.08146793581545349,0.08258367329835885,0.007382538855407231,0.8418805698553721,0.8471586406230927,0.023152743100745273,0.7991637885570526,0.8011415600776672,0.0456957568701264,46.9555279413859,47.00542640686035,0.7962965209549047
|
||||
world_model,45,1.4126293460528057,1.4611600637435913,0.09947770852364198,0.18218383441368735,0.18205358833074564,0.0010323556195906164,0.08079533092677589,0.0789932459592819,0.00578697493551824,0.08677873760461802,0.08815212547779075,0.00901869085697491,0.8752753883600235,0.8809409141540527,0.020754483792728862,0.8340505361557007,0.8330194652080536,0.042241606159689284,41.15834395090739,41.296464920043945,0.7461948715523269
|
||||
world_model,46,1.4074287215868633,1.460649013519287,0.10832431314044892,0.17164038494229314,0.1713947132229805,0.0009815502174125473,0.08546852258344485,0.08329080417752265,0.007023254510162587,0.09551888083418207,0.09717138111591335,0.01145088244443712,0.9075939754645029,0.9122102558612823,0.017620392536132318,0.8709724992513657,0.8706559538841248,0.03690393480531023,35.3676176071167,35.53082084655762,0.7184372471098592
|
||||
world_model,47,1.4162389834721882,1.4596360921859741,0.10095972362738748,0.1609339316685994,0.16091413050889963,0.0009868837223505876,0.09280780330300327,0.09102331101894376,0.008903920401425902,0.10687540285289283,0.10868267714977259,0.014792245383738344,0.9384221931298574,0.941839039325714,0.013517175016454813,0.9093004961808523,0.9096786975860596,0.02926927650328625,29.46851857503255,29.592190742492676,0.6329374148184259
|
||||
world_model,48,1.4188902179400127,1.4600586891174316,0.09703648147414042,0.1498397700488567,0.1498678848147392,0.0009869854704706615,0.10062806929151213,0.09919239208102225,0.011330081948169477,0.12028274560968077,0.1220605038106441,0.019437971781104263,0.9658618718385696,0.967761367559433,0.008627660655317159,0.9468125998973846,0.9475338757038116,0.019485745752079356,23.23629363377889,23.352867126464844,0.5608015761970383
|
||||
world_model,49,1.4257193406422932,1.459227204322815,0.07976074097840388,0.13712993636727328,0.13703507930040354,0.0007546937194460478,0.1126051284372806,0.11130952835083,0.015042800435618304,0.13427212461829183,0.1356058120727539,0.025407981066653526,0.9877608567476273,0.9884132444858552,0.003554149261275243,0.9788712610801061,0.97951540350914,0.008881827143395317,16.115930398305256,16.265664100646973,0.39574295460598746
|
||||
world_model,50,1.4361504713694255,1.460615634918213,0.0636015507866525,0.11243025958538051,0.1122768968343734,0.001123745547764945,0.1590880801280339,0.15785057097673416,0.025205074988167573,0.20723549897472063,0.2078270614147186,0.04727484126158931,0.9999999701976776,0.9999999701976776,9.338253166412447e-08,1.0000000149011612,1.0,8.47712855294204e-08,0.0,0.0,0.0
|
||||
|
Reference in New Issue
Block a user