Datasets:

ArXiv:
License:
becktepe commited on
Commit
98d7539
·
verified ·
1 Parent(s): 2917066

Add files using upload-large-folder tool

Browse files
Files changed (48) hide show
  1. PD-RBC/RBC2D-easy-v0/0/overrides.yaml +2 -0
  2. PD-RBC/RBC2D-easy-v0/2/config.yaml +13 -0
  3. PD-RBC/RBC2D-easy-v0/3/config.yaml +13 -0
  4. PD-RBC/RBC2D-hard-v0/1/hydra.yaml +161 -0
  5. PD-RBC/RBC2D-hard-v0/1/test_eval_episode_0.csv +201 -0
  6. PD-RBC/RBC2D-hard-v0/2/hydra.yaml +161 -0
  7. PD-RBC/RBC2D-hard-v0/3/config.yaml +13 -0
  8. PD-RBC/RBC2D-hard-v0/3/hydra.yaml +161 -0
  9. PD-RBC/RBC2D-hard-v0/3/overrides.yaml +3 -0
  10. PD-RBC/RBC2D-hard-v0/4/hydra.yaml +161 -0
  11. PD-RBC/RBC2D-hard-v0/4/overrides.yaml +3 -0
  12. PD-RBC/RBC2D-hard-v0/4/test_eval_episode_0.csv +201 -0
  13. PD-RBC/RBC2D-medium-v0/0/overrides.yaml +3 -0
  14. PD-RBC/RBC2D-medium-v0/0/test_eval_episode_0.csv +201 -0
  15. PD-RBC/RBC2D-medium-v0/1/test_eval_episode_0.csv +201 -0
  16. PD-RBC/RBC2D-medium-v0/2/config.yaml +13 -0
  17. PD-RBC/RBC2D-medium-v0/2/overrides.yaml +3 -0
  18. PD-RBC/RBC2D-medium-v0/3/config.yaml +13 -0
  19. PD-RBC/RBC2D-medium-v0/3/hydra.yaml +161 -0
  20. PD-RBC/RBC2D-medium-v0/3/overrides.yaml +3 -0
  21. PD-RBC/RBC2D-medium-v0/4/hydra.yaml +161 -0
  22. PD-RBC/RBC2D-medium-v0/4/overrides.yaml +3 -0
  23. benchmark/Airfoil3D-medium-v0/result.json +1 -1
  24. training/marl/TCFSmall3D-both-easy-v0/TD-MPC/1/config.yaml +47 -0
  25. training/sarl/Airfoil2D-easy-v0/SAC/README.md +78 -0
  26. training/sarl/Airfoil2D-hard-v0/SAC/README.md +78 -0
  27. training/sarl/CylinderJet2D-medium-v0/DPC/0/hydra.yaml +160 -0
  28. training/sarl/CylinderJet2D-medium-v0/DPC/0/overrides.yaml +2 -0
  29. training/sarl/CylinderJet2D-medium-v0/DPC/0/training_log.csv +51 -0
  30. training/sarl/CylinderJet2D-medium-v0/DPC/1/test/test_eval_episode_0.csv +81 -0
  31. training/sarl/CylinderJet2D-medium-v0/DPC/1/test/test_eval_sequences.csv +801 -0
  32. training/sarl/CylinderJet2D-medium-v0/DPC/2/overrides.yaml +2 -0
  33. training/sarl/CylinderJet2D-medium-v0/DPC/2/training_log.csv +51 -0
  34. training/sarl/CylinderJet2D-medium-v0/PPO/README.md +78 -0
  35. training/sarl/CylinderJet2D-medium-v0/SAC/README.md +78 -0
  36. training/sarl/CylinderJet2D-medium-v0/TD-MPC/0/config.yaml +46 -0
  37. training/sarl/CylinderJet2D-medium-v0/TD-MPC/0/hydra.yaml +160 -0
  38. training/sarl/CylinderJet2D-medium-v0/TD-MPC/1/overrides.yaml +2 -0
  39. training/sarl/CylinderJet2D-medium-v0/TD-MPC/2/config.yaml +46 -0
  40. training/sarl/CylinderJet2D-medium-v0/TD-MPC/2/hydra.yaml +160 -0
  41. training/sarl/CylinderJet3D-hard-v0/PPO/README.md +76 -0
  42. training/sarl/CylinderRot2D-easy-v0/SAC/README.md +78 -0
  43. training/sarl/CylinderRot2D-hard-v0/SAC/README.md +78 -0
  44. training/sarl/RBC2D-easy-v0/DPC/1/hydra.yaml +188 -0
  45. training/sarl/RBC2D-easy-v0/PPO/42/hydra.yaml +5 -5
  46. training/sarl/RBC2D-easy-v0/SAC/1/config.yaml +4 -2
  47. training/sarl/RBC2D-easy-v0/TD-MPC/1/training_log.csv +252 -0
  48. training/sarl/RBC2D-easy-v0/TD-MPC/2/hydra.yaml +160 -0
PD-RBC/RBC2D-easy-v0/0/overrides.yaml ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ - env_id=RBC2D-easy-v0
2
+ - seed=0
PD-RBC/RBC2D-easy-v0/2/config.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: RBC2D-easy-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 2
5
+ n_test_episodes: 10
6
+ kp: 970
7
+ kd: 2000
8
+ rl_mode: sarl
9
+ wandb:
10
+ enable: true
11
+ entity: safe-autonomous-systems
12
+ project: jbecktepe-fluidgym
13
+ cluster: {}
PD-RBC/RBC2D-easy-v0/3/config.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: RBC2D-easy-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 3
5
+ n_test_episodes: 10
6
+ kp: 970
7
+ kd: 2000
8
+ rl_mode: sarl
9
+ wandb:
10
+ enable: true
11
+ entity: safe-autonomous-systems
12
+ project: jbecktepe-fluidgym
13
+ cluster: {}
PD-RBC/RBC2D-hard-v0/1/hydra.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/PD-RBC/${env_id}/${seed}
4
+ sweep:
5
+ dir: output/PD-RBC/${env_id}/${seed}
6
+ subdir: ''
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=RBC2D-hard-v0
116
+ - wandb.enable=False
117
+ - seed=1
118
+ job:
119
+ name: run_PD_RBC
120
+ chdir: true
121
+ override_dirname: env_id=RBC2D-hard-v0,seed=1,wandb.enable=False
122
+ id: '1'
123
+ num: 1
124
+ config_name: run_pd_rbc
125
+ env_set: {}
126
+ env_copy: []
127
+ config:
128
+ override_dirname:
129
+ kv_sep: '='
130
+ item_sep: ','
131
+ exclude_keys: []
132
+ runtime:
133
+ version: 1.3.2
134
+ version_base: '1.3'
135
+ cwd: /home/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /home/becktepe/git_projects/FluidGym/runscripts/configs
141
+ schema: file
142
+ provider: main
143
+ - path: hydra_plugins.hydra_colorlog.conf
144
+ schema: pkg
145
+ provider: hydra-colorlog
146
+ - path: ''
147
+ schema: structured
148
+ provider: schema
149
+ output_dir: /home/becktepe/git_projects/FluidGym/output/PD-RBC/RBC2D-hard-v0/1
150
+ choices:
151
+ cluster: local
152
+ hydra/env: default
153
+ hydra/callbacks: null
154
+ hydra/job_logging: default
155
+ hydra/hydra_logging: default
156
+ hydra/hydra_help: default
157
+ hydra/help: default
158
+ hydra/sweeper: basic
159
+ hydra/launcher: basic
160
+ hydra/output: default
161
+ verbose: false
PD-RBC/RBC2D-hard-v0/1/test_eval_episode_0.csv ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,nusselt,step,episode
2
+ -0.061504364013671875,7.304096221923828,0,0
3
+ -0.3133563995361328,7.555948257446289,1,0
4
+ -0.5563616752624512,7.798953533172607,2,0
5
+ -0.7952461242675781,8.037837982177734,3,0
6
+ -0.9876441955566406,8.230236053466797,4,0
7
+ -1.1734991073608398,8.416090965270996,5,0
8
+ -1.2406234741210938,8.48321533203125,6,0
9
+ -0.9401435852050781,8.182735443115234,7,0
10
+ -0.34395647048950195,7.586548328399658,8,0
11
+ 0.14113855361938477,7.1014533042907715,9,0
12
+ 0.31492137908935547,6.927670478820801,10,0
13
+ 0.2362513542175293,7.006340503692627,11,0
14
+ 0.05382061004638672,7.1887712478637695,12,0
15
+ -0.2254014015197754,7.467993259429932,13,0
16
+ -0.746675968170166,7.989267826080322,14,0
17
+ -0.7946949005126953,8.037286758422852,15,0
18
+ 0.10798835754394531,7.134603500366211,16,0
19
+ 0.7300047874450684,6.512587070465088,17,0
20
+ 0.4276566505432129,6.814935207366943,18,0
21
+ 0.20131731033325195,7.041274547576904,19,0
22
+ 0.1448650360107422,7.097726821899414,20,0
23
+ 0.22048377990722656,7.02210807800293,21,0
24
+ 0.3275270462036133,6.915064811706543,22,0
25
+ 0.0841522216796875,7.158439636230469,23,0
26
+ -0.38972997665405273,7.632321834564209,24,0
27
+ -0.7252931594848633,7.9678850173950195,25,0
28
+ -0.4555015563964844,7.698093414306641,26,0
29
+ -0.07807493209838867,7.320666790008545,27,0
30
+ 0.3152484893798828,6.927343368530273,28,0
31
+ 0.6989250183105469,6.543666839599609,29,0
32
+ 0.17215824127197266,7.070433616638184,30,0
33
+ -0.7279539108276367,7.970545768737793,31,0
34
+ -1.3150386810302734,8.55763053894043,32,0
35
+ -0.4531855583190918,7.695777416229248,33,0
36
+ 0.7865748405456543,6.456017017364502,34,0
37
+ 0.8761916160583496,6.366400241851807,35,0
38
+ 0.6913604736328125,6.551231384277344,36,0
39
+ 1.2100539207458496,6.032537937164307,37,0
40
+ 0.765838623046875,6.476753234863281,38,0
41
+ -1.1831340789794922,8.425725936889648,39,0
42
+ -2.3071107864379883,9.549702644348145,40,0
43
+ -1.7921485900878906,9.034740447998047,41,0
44
+ 0.08630847930908203,7.156283378601074,42,0
45
+ 2.143075466156006,5.09951639175415,43,0
46
+ 2.2041497230529785,5.038442134857178,44,0
47
+ 1.3410563468933105,5.901535511016846,45,0
48
+ 0.23711252212524414,7.005479335784912,46,0
49
+ -0.8594093322753906,8.102001190185547,47,0
50
+ -1.1762170791625977,8.418808937072754,48,0
51
+ -0.4307408332824707,7.673332691192627,49,0
52
+ -0.04147148132324219,7.284063339233398,50,0
53
+ -0.434628963470459,7.677220821380615,51,0
54
+ -0.3211355209350586,7.563727378845215,52,0
55
+ 0.3530759811401367,6.8895158767700195,53,0
56
+ 0.9236311912536621,6.318960666656494,54,0
57
+ 0.9416093826293945,6.300982475280762,55,0
58
+ 0.9130358695983887,6.329555988311768,56,0
59
+ 0.8971319198608398,6.345459938049316,57,0
60
+ 0.6192021369934082,6.623389720916748,58,0
61
+ -0.28107261657714844,7.523664474487305,59,0
62
+ -1.4424314498901367,8.685023307800293,60,0
63
+ -1.1321640014648438,8.374755859375,61,0
64
+ 0.6154561042785645,6.627135753631592,62,0
65
+ 1.5092825889587402,5.733309268951416,63,0
66
+ 1.1990809440612793,6.043510913848877,64,0
67
+ 0.6161322593688965,6.62645959854126,65,0
68
+ 0.28303098678588867,6.959560871124268,66,0
69
+ 0.36498355865478516,6.877608299255371,67,0
70
+ 0.310361385345459,6.932230472564697,68,0
71
+ 0.19637727737426758,7.046214580535889,69,0
72
+ 0.44083404541015625,6.8017578125,70,0
73
+ 1.2086262702941895,6.033965587615967,71,0
74
+ 1.0555872917175293,6.187004566192627,72,0
75
+ 0.04989814758300781,7.192693710327148,73,0
76
+ -0.9216670989990234,8.16425895690918,74,0
77
+ -0.9145021438598633,8.15709400177002,75,0
78
+ -0.3721346855163574,7.614726543426514,76,0
79
+ 0.13969182968139648,7.10290002822876,77,0
80
+ 0.3083682060241699,6.934223651885986,78,0
81
+ 0.23178529739379883,7.010806560516357,79,0
82
+ 0.4818296432495117,6.7607622146606445,80,0
83
+ 0.1188039779663086,7.123787879943848,81,0
84
+ -0.3372173309326172,7.579809188842773,82,0
85
+ 0.13077926635742188,7.111812591552734,83,0
86
+ 0.9615697860717773,6.281022071838379,84,0
87
+ 0.4653801918029785,6.777211666107178,85,0
88
+ -0.7584419250488281,8.001033782958984,86,0
89
+ -1.7344865798950195,8.977078437805176,87,0
90
+ -0.9847011566162109,8.227293014526367,88,0
91
+ 0.6283550262451172,6.614236831665039,89,0
92
+ 1.7788896560668945,5.463702201843262,90,0
93
+ 1.8950586318969727,5.347533226013184,91,0
94
+ 1.658693790435791,5.583898067474365,92,0
95
+ 1.9571161270141602,5.285475730895996,93,0
96
+ 0.969658374786377,6.272933483123779,94,0
97
+ -1.120732307434082,8.363324165344238,95,0
98
+ -1.9816932678222656,9.224285125732422,96,0
99
+ -1.7605600357055664,9.003151893615723,97,0
100
+ -0.8905715942382812,8.133163452148438,98,0
101
+ -0.3404412269592285,7.583033084869385,99,0
102
+ 0.20287418365478516,7.039717674255371,100,0
103
+ 0.7220902442932129,6.520501613616943,101,0
104
+ 1.0567102432250977,6.185881614685059,102,0
105
+ 0.8668012619018555,6.375790596008301,103,0
106
+ 0.5716795921325684,6.670912265777588,104,0
107
+ 0.5395212173461914,6.703070640563965,105,0
108
+ 0.8216571807861328,6.420934677124023,106,0
109
+ 0.24776172637939453,6.994830131530762,107,0
110
+ -1.111989974975586,8.354581832885742,108,0
111
+ -0.9060678482055664,8.148659706115723,109,0
112
+ 0.5653700828552246,6.677221775054932,110,0
113
+ 1.3926854133605957,5.8499064445495605,111,0
114
+ 1.0227832794189453,6.219808578491211,112,0
115
+ 0.7652482986450195,6.477343559265137,113,0
116
+ 0.7945284843444824,6.448063373565674,114,0
117
+ 0.653038501739502,6.589553356170654,115,0
118
+ 0.1407942771911621,7.101797580718994,116,0
119
+ -0.2721390724182129,7.514730930328369,117,0
120
+ -0.18581628799438477,7.428408145904541,118,0
121
+ 0.4182257652282715,6.824366092681885,119,0
122
+ 0.6504907608032227,6.592101097106934,120,0
123
+ -0.062447547912597656,7.305039405822754,121,0
124
+ -0.45151519775390625,7.6941070556640625,122,0
125
+ -0.027698516845703125,7.270290374755859,123,0
126
+ 0.5805916786193848,6.6620001792907715,124,0
127
+ 0.4624028205871582,6.780189037322998,125,0
128
+ -0.3524746894836426,7.595066547393799,126,0
129
+ -0.8827171325683594,8.125308990478516,127,0
130
+ -1.0534420013427734,8.29603385925293,128,0
131
+ -0.44830846786499023,7.6909003257751465,129,0
132
+ 0.556760311126709,6.685831546783447,130,0
133
+ 1.2314229011535645,6.011168956756592,131,0
134
+ 1.9443230628967285,5.298268795013428,132,0
135
+ 1.3655624389648438,5.8770294189453125,133,0
136
+ -0.09570169448852539,7.338293552398682,134,0
137
+ -1.2066020965576172,8.449193954467773,135,0
138
+ -0.6829104423522949,7.925502300262451,136,0
139
+ 0.9086108207702637,6.333981037139893,137,0
140
+ 1.3437485694885254,5.898843288421631,138,0
141
+ 1.061671257019043,6.180920600891113,139,0
142
+ 0.49759626388549805,6.744995594024658,140,0
143
+ 0.6523714065551758,6.5902204513549805,141,0
144
+ 1.3731932640075684,5.869398593902588,142,0
145
+ 1.2490034103393555,5.993588447570801,143,0
146
+ 0.6584529876708984,6.584138870239258,144,0
147
+ 0.7898025512695312,6.452789306640625,145,0
148
+ 0.437467098236084,6.805124759674072,146,0
149
+ -0.4741182327270508,7.716710090637207,147,0
150
+ -1.7818365097045898,9.024428367614746,148,0
151
+ -2.3982067108154297,9.640798568725586,149,0
152
+ -0.6376080513000488,7.880199909210205,150,0
153
+ 1.0962395668029785,6.146352291107178,151,0
154
+ 1.0560498237609863,6.18654203414917,152,0
155
+ 0.8851146697998047,6.357477188110352,153,0
156
+ 1.116260051727295,6.126331806182861,154,0
157
+ 0.5565381050109863,6.68605375289917,155,0
158
+ -1.2585411071777344,8.50113296508789,156,0
159
+ -2.2206850051879883,9.463276863098145,157,0
160
+ -1.8151893615722656,9.057781219482422,158,0
161
+ -1.145951271057129,8.388543128967285,159,0
162
+ -0.9887046813964844,8.23129653930664,160,0
163
+ -0.32569074630737305,7.568282604217529,161,0
164
+ 0.5475063323974609,6.695085525512695,162,0
165
+ 0.8032841682434082,6.439307689666748,163,0
166
+ 1.1364712715148926,6.106120586395264,164,0
167
+ 0.9616003036499023,6.280991554260254,165,0
168
+ 0.6772580146789551,6.565333843231201,166,0
169
+ 0.45096921920776367,6.791622638702393,167,0
170
+ -0.31205081939697266,7.554642677307129,168,0
171
+ -1.2180862426757812,8.460678100585938,169,0
172
+ -1.3293704986572266,8.571962356567383,170,0
173
+ -0.8231229782104492,8.065714836120605,171,0
174
+ 0.46067190170288086,6.781919956207275,172,0
175
+ 0.7300324440002441,6.512559413909912,173,0
176
+ 0.18668270111083984,7.055909156799316,174,0
177
+ -0.1903080940246582,7.4328999519348145,175,0
178
+ 0.22966718673706055,7.012924671173096,176,0
179
+ 0.28316164016723633,6.95943021774292,177,0
180
+ 0.1604137420654297,7.082178115844727,178,0
181
+ 0.24813270568847656,6.99445915222168,179,0
182
+ 0.5543689727783203,6.688222885131836,180,0
183
+ 0.19115304946899414,7.051438808441162,181,0
184
+ -0.65325927734375,7.895851135253906,182,0
185
+ -1.2243499755859375,8.466941833496094,183,0
186
+ -1.1712779998779297,8.413869857788086,184,0
187
+ -0.6375761032104492,7.8801679611206055,185,0
188
+ -0.9797191619873047,8.222311019897461,186,0
189
+ -1.1956501007080078,8.438241958618164,187,0
190
+ -0.7383294105529785,7.980921268463135,188,0
191
+ -0.31646013259887695,7.559051990509033,189,0
192
+ 0.7322297096252441,6.510362148284912,190,0
193
+ 1.1462574005126953,6.096334457397461,191,0
194
+ 0.9145956039428711,6.327996253967285,192,0
195
+ 0.9479832649230957,6.2946085929870605,193,0
196
+ 0.8480963706970215,6.394495487213135,194,0
197
+ 0.14287805557250977,7.0997138023376465,195,0
198
+ -0.9332866668701172,8.175878524780273,196,0
199
+ -1.1584930419921875,8.401084899902344,197,0
200
+ 0.30167055130004883,6.940921306610107,198,0
201
+ 1.082545280456543,6.160046577453613,199,0
PD-RBC/RBC2D-hard-v0/2/hydra.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/PD-RBC/${env_id}/${seed}
4
+ sweep:
5
+ dir: output/PD-RBC/${env_id}/${seed}
6
+ subdir: ''
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=RBC2D-hard-v0
116
+ - wandb.enable=False
117
+ - seed=2
118
+ job:
119
+ name: run_PD_RBC
120
+ chdir: true
121
+ override_dirname: env_id=RBC2D-hard-v0,seed=2,wandb.enable=False
122
+ id: '2'
123
+ num: 2
124
+ config_name: run_pd_rbc
125
+ env_set: {}
126
+ env_copy: []
127
+ config:
128
+ override_dirname:
129
+ kv_sep: '='
130
+ item_sep: ','
131
+ exclude_keys: []
132
+ runtime:
133
+ version: 1.3.2
134
+ version_base: '1.3'
135
+ cwd: /home/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /home/becktepe/git_projects/FluidGym/runscripts/configs
141
+ schema: file
142
+ provider: main
143
+ - path: hydra_plugins.hydra_colorlog.conf
144
+ schema: pkg
145
+ provider: hydra-colorlog
146
+ - path: ''
147
+ schema: structured
148
+ provider: schema
149
+ output_dir: /home/becktepe/git_projects/FluidGym/output/PD-RBC/RBC2D-hard-v0/2
150
+ choices:
151
+ cluster: local
152
+ hydra/env: default
153
+ hydra/callbacks: null
154
+ hydra/job_logging: default
155
+ hydra/hydra_logging: default
156
+ hydra/hydra_help: default
157
+ hydra/help: default
158
+ hydra/sweeper: basic
159
+ hydra/launcher: basic
160
+ hydra/output: default
161
+ verbose: false
PD-RBC/RBC2D-hard-v0/3/config.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: RBC2D-hard-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 3
5
+ n_test_episodes: 10
6
+ kp: 970
7
+ kd: 2000
8
+ rl_mode: sarl
9
+ wandb:
10
+ enable: false
11
+ entity: safe-autonomous-systems
12
+ project: jbecktepe-fluidgym
13
+ cluster: {}
PD-RBC/RBC2D-hard-v0/3/hydra.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/PD-RBC/${env_id}/${seed}
4
+ sweep:
5
+ dir: output/PD-RBC/${env_id}/${seed}
6
+ subdir: ''
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=RBC2D-hard-v0
116
+ - wandb.enable=False
117
+ - seed=3
118
+ job:
119
+ name: run_PD_RBC
120
+ chdir: true
121
+ override_dirname: env_id=RBC2D-hard-v0,seed=3,wandb.enable=False
122
+ id: '3'
123
+ num: 3
124
+ config_name: run_pd_rbc
125
+ env_set: {}
126
+ env_copy: []
127
+ config:
128
+ override_dirname:
129
+ kv_sep: '='
130
+ item_sep: ','
131
+ exclude_keys: []
132
+ runtime:
133
+ version: 1.3.2
134
+ version_base: '1.3'
135
+ cwd: /home/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /home/becktepe/git_projects/FluidGym/runscripts/configs
141
+ schema: file
142
+ provider: main
143
+ - path: hydra_plugins.hydra_colorlog.conf
144
+ schema: pkg
145
+ provider: hydra-colorlog
146
+ - path: ''
147
+ schema: structured
148
+ provider: schema
149
+ output_dir: /home/becktepe/git_projects/FluidGym/output/PD-RBC/RBC2D-hard-v0/3
150
+ choices:
151
+ cluster: local
152
+ hydra/env: default
153
+ hydra/callbacks: null
154
+ hydra/job_logging: default
155
+ hydra/hydra_logging: default
156
+ hydra/hydra_help: default
157
+ hydra/help: default
158
+ hydra/sweeper: basic
159
+ hydra/launcher: basic
160
+ hydra/output: default
161
+ verbose: false
PD-RBC/RBC2D-hard-v0/3/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - env_id=RBC2D-hard-v0
2
+ - wandb.enable=False
3
+ - seed=3
PD-RBC/RBC2D-hard-v0/4/hydra.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/PD-RBC/${env_id}/${seed}
4
+ sweep:
5
+ dir: output/PD-RBC/${env_id}/${seed}
6
+ subdir: ''
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=RBC2D-hard-v0
116
+ - wandb.enable=False
117
+ - seed=4
118
+ job:
119
+ name: run_PD_RBC
120
+ chdir: true
121
+ override_dirname: env_id=RBC2D-hard-v0,seed=4,wandb.enable=False
122
+ id: '4'
123
+ num: 4
124
+ config_name: run_pd_rbc
125
+ env_set: {}
126
+ env_copy: []
127
+ config:
128
+ override_dirname:
129
+ kv_sep: '='
130
+ item_sep: ','
131
+ exclude_keys: []
132
+ runtime:
133
+ version: 1.3.2
134
+ version_base: '1.3'
135
+ cwd: /home/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /home/becktepe/git_projects/FluidGym/runscripts/configs
141
+ schema: file
142
+ provider: main
143
+ - path: hydra_plugins.hydra_colorlog.conf
144
+ schema: pkg
145
+ provider: hydra-colorlog
146
+ - path: ''
147
+ schema: structured
148
+ provider: schema
149
+ output_dir: /home/becktepe/git_projects/FluidGym/output/PD-RBC/RBC2D-hard-v0/4
150
+ choices:
151
+ cluster: local
152
+ hydra/env: default
153
+ hydra/callbacks: null
154
+ hydra/job_logging: default
155
+ hydra/hydra_logging: default
156
+ hydra/hydra_help: default
157
+ hydra/help: default
158
+ hydra/sweeper: basic
159
+ hydra/launcher: basic
160
+ hydra/output: default
161
+ verbose: false
PD-RBC/RBC2D-hard-v0/4/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - env_id=RBC2D-hard-v0
2
+ - wandb.enable=False
3
+ - seed=4
PD-RBC/RBC2D-hard-v0/4/test_eval_episode_0.csv ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,nusselt,step,episode
2
+ 3.209059715270996,4.03353214263916,0,0
3
+ 0.14286565780639648,7.09972620010376,1,0
4
+ -4.684991836547852,11.927583694458008,2,0
5
+ -4.38031005859375,11.622901916503906,3,0
6
+ 0.3256697654724121,6.916922092437744,4,0
7
+ 1.5603933334350586,5.682198524475098,5,0
8
+ -2.040591239929199,9.283183097839355,6,0
9
+ -4.098276138305664,11.34086799621582,7,0
10
+ -0.2726864814758301,7.515278339385986,8,0
11
+ 4.012832164764404,3.229759693145752,9,0
12
+ 1.3494305610656738,5.893161296844482,10,0
13
+ -4.107527732849121,11.350119590759277,11,0
14
+ -3.715765953063965,10.958357810974121,12,0
15
+ 0.22608423233032227,7.016507625579834,13,0
16
+ 0.13380670547485352,7.108785152435303,14,0
17
+ -3.64315128326416,10.885743141174316,15,0
18
+ -4.729022026062012,11.971613883972168,16,0
19
+ 0.888695240020752,6.353896617889404,17,0
20
+ 5.180703639984131,2.0618882179260254,18,0
21
+ 1.306276798248291,5.936315059661865,19,0
22
+ -5.169953346252441,12.412545204162598,20,0
23
+ -4.433537483215332,11.676129341125488,21,0
24
+ -0.008240699768066406,7.250832557678223,22,0
25
+ -0.9196281433105469,8.162220001220703,23,0
26
+ -4.431174278259277,11.673766136169434,24,0
27
+ -4.004622459411621,11.247214317321777,25,0
28
+ 1.686929702758789,5.555662155151367,26,0
29
+ 5.128025054931641,2.1145665645599365,27,0
30
+ 2.006716251373291,5.235875606536865,28,0
31
+ -3.0243711471557617,10.266963005065918,29,0
32
+ -1.9938716888427734,9.23646354675293,30,0
33
+ 0.8795108795166016,6.363080978393555,31,0
34
+ -1.310196876525879,8.552788734436035,32,0
35
+ -3.4205188751220703,10.663110733032227,33,0
36
+ -1.4452590942382812,8.687850952148438,34,0
37
+ 1.9882397651672363,5.25435209274292,35,0
38
+ 1.6519169807434082,5.590674877166748,36,0
39
+ -2.1693038940429688,9.411895751953125,37,0
40
+ -3.326756477355957,10.569348335266113,38,0
41
+ 2.0748229026794434,5.167768955230713,39,0
42
+ 4.156184673309326,3.08640718460083,40,0
43
+ 0.24032831192016602,7.00226354598999,41,0
44
+ -2.6722211837768555,9.914813041687012,42,0
45
+ -1.1192970275878906,8.361888885498047,43,0
46
+ 2.472437858581543,4.770153999328613,44,0
47
+ 1.6981430053710938,5.5444488525390625,45,0
48
+ -2.500819206237793,9.74341106414795,46,0
49
+ -4.33011531829834,11.572707176208496,47,0
50
+ -1.2087440490722656,8.451335906982422,48,0
51
+ 2.725705146789551,4.5168867111206055,49,0
52
+ 1.15230131149292,6.090290546417236,50,0
53
+ -2.3349437713623047,9.577535629272461,51,0
54
+ -2.2622556686401367,9.504847526550293,52,0
55
+ 0.769099235534668,6.473492622375488,53,0
56
+ 1.5740761756896973,5.668515682220459,54,0
57
+ -1.4429187774658203,8.685510635375977,55,0
58
+ -3.2241592407226562,10.466751098632812,56,0
59
+ 0.7918257713317871,6.450766086578369,57,0
60
+ 4.159934043884277,3.082658052444458,58,0
61
+ 1.6573123931884766,5.58527946472168,59,0
62
+ -2.2140960693359375,9.456687927246094,60,0
63
+ -1.8668699264526367,9.109461784362793,61,0
64
+ 1.4800095558166504,5.762582302093506,62,0
65
+ 1.9158029556274414,5.326788902282715,63,0
66
+ -1.349081039428711,8.591672897338867,64,0
67
+ -3.6595382690429688,10.902130126953125,65,0
68
+ -1.2540817260742188,8.496673583984375,66,0
69
+ 1.9233675003051758,5.3192243576049805,67,0
70
+ 1.0146760940551758,6.2279157638549805,68,0
71
+ -1.7856922149658203,9.028284072875977,69,0
72
+ -2.527639389038086,9.770231246948242,70,0
73
+ 1.5505471229553223,5.692044734954834,71,0
74
+ 3.9428634643554688,3.2997283935546875,72,0
75
+ -0.32956361770629883,7.572155475616455,73,0
76
+ -4.491045951843262,11.733637809753418,74,0
77
+ -2.3294687271118164,9.572060585021973,75,0
78
+ 1.603971004486084,5.638620853424072,76,0
79
+ 1.767627239227295,5.474964618682861,77,0
80
+ -1.4834537506103516,8.726045608520508,78,0
81
+ -2.6673412322998047,9.909933090209961,79,0
82
+ 0.2601594924926758,6.9824323654174805,80,0
83
+ 2.230196952819824,5.012394905090332,81,0
84
+ -0.502260684967041,7.744852542877197,82,0
85
+ -3.364834785461426,10.607426643371582,83,0
86
+ -0.6439862251281738,7.88657808303833,84,0
87
+ 3.7263681888580322,3.516223669052124,85,0
88
+ 3.02152156829834,4.221070289611816,86,0
89
+ -1.7519073486328125,8.994499206542969,87,0
90
+ -4.784710884094238,12.027302742004395,88,0
91
+ -1.8134784698486328,9.056070327758789,89,0
92
+ 0.901242733001709,6.341349124908447,90,0
93
+ -1.5960636138916016,8.838655471801758,91,0
94
+ -4.515616416931152,11.758208274841309,92,0
95
+ -2.2081422805786133,9.45073413848877,93,0
96
+ 3.6399314403533936,3.6026604175567627,94,0
97
+ 3.430546283721924,3.8120455741882324,95,0
98
+ -0.9295501708984375,8.172142028808594,96,0
99
+ -2.8460235595703125,10.088615417480469,97,0
100
+ -0.0035886764526367188,7.246180534362793,98,0
101
+ 1.5661969184875488,5.676394939422607,99,0
102
+ -2.081014633178711,9.323606491088867,100,0
103
+ -5.331254005432129,12.573845863342285,101,0
104
+ -3.501948356628418,10.744540214538574,102,0
105
+ 1.4560694694519043,5.786522388458252,103,0
106
+ 1.8125958442687988,5.429996013641357,104,0
107
+ -1.7249135971069336,8.96750545501709,105,0
108
+ -4.0009307861328125,11.243522644042969,106,0
109
+ 0.37574005126953125,6.866851806640625,107,0
110
+ 4.341238975524902,2.901352882385254,108,0
111
+ 0.3529834747314453,6.889608383178711,109,0
112
+ -5.275028228759766,12.517620086669922,110,0
113
+ -3.7011022567749023,10.943694114685059,111,0
114
+ 2.7811050415039062,4.46148681640625,112,0
115
+ 3.3291146755218506,3.9134771823883057,113,0
116
+ -1.0806255340576172,8.323217391967773,114,0
117
+ -4.060564994812012,11.303156852722168,115,0
118
+ -1.0199718475341797,8.262563705444336,116,0
119
+ 2.3936963081359863,4.84889554977417,117,0
120
+ 0.8585448265075684,6.384047031402588,118,0
121
+ -1.7728214263916016,9.015413284301758,119,0
122
+ -1.9791450500488281,9.221736907958984,120,0
123
+ 0.03164482116699219,7.210947036743164,121,0
124
+ 0.9837908744812012,6.258800983428955,122,0
125
+ -1.2366828918457031,8.47927474975586,123,0
126
+ -3.200882911682129,10.443474769592285,124,0
127
+ -1.1451196670532227,8.387711524963379,125,0
128
+ 1.3340363502502441,5.908555507659912,126,0
129
+ -0.5590615272521973,7.8016533851623535,127,0
130
+ -3.832469940185547,11.075061798095703,128,0
131
+ -3.088955879211426,10.331547737121582,129,0
132
+ 2.0764737129211426,5.166118144989014,130,0
133
+ 3.6944127082824707,3.5481791496276855,131,0
134
+ -1.287886619567871,8.530478477478027,132,0
135
+ -5.519753456115723,12.762345314025879,133,0
136
+ -1.9519500732421875,9.194541931152344,134,0
137
+ 3.105801582336426,4.1367902755737305,135,0
138
+ 1.0119190216064453,6.230672836303711,136,0
139
+ -3.9758453369140625,11.218437194824219,137,0
140
+ -4.886348724365234,12.12894058227539,138,0
141
+ 0.4399590492248535,6.802632808685303,139,0
142
+ 3.068857192993164,4.173734664916992,140,0
143
+ -1.0172386169433594,8.259830474853516,141,0
144
+ -4.77518367767334,12.017775535583496,142,0
145
+ -1.9989757537841797,9.241567611694336,143,0
146
+ 2.724597930908203,4.517993927001953,144,0
147
+ 1.1257429122924805,6.116848945617676,145,0
148
+ -3.5763092041015625,10.818901062011719,146,0
149
+ -3.977757453918457,11.220349311828613,147,0
150
+ 0.2714571952819824,6.971134662628174,148,0
151
+ 1.0401911735534668,6.2024006843566895,149,0
152
+ -2.8741912841796875,10.116783142089844,150,0
153
+ -4.459394454956055,11.701986312866211,151,0
154
+ 0.47992610931396484,6.762665748596191,152,0
155
+ 4.238711357116699,3.003880500793457,153,0
156
+ 0.3587508201599121,6.883841037750244,154,0
157
+ -5.176552772521973,12.419144630432129,155,0
158
+ -3.9515886306762695,11.194180488586426,156,0
159
+ 0.48053693771362305,6.762054920196533,157,0
160
+ 0.32868194580078125,6.913909912109375,158,0
161
+ -3.6995468139648438,10.942138671875,159,0
162
+ -4.429396629333496,11.671988487243652,160,0
163
+ 1.2604126930236816,5.982179164886475,161,0
164
+ 4.007674694061279,3.234917163848877,162,0
165
+ 0.05968284606933594,7.18290901184082,163,0
166
+ -2.8845911026000977,10.127182960510254,164,0
167
+ -1.2132720947265625,8.455863952636719,165,0
168
+ 2.0788331031799316,5.163758754730225,166,0
169
+ 0.7431368827819824,6.499454975128174,167,0
170
+ -2.8064537048339844,10.04904556274414,168,0
171
+ -3.5752506256103516,10.817842483520508,169,0
172
+ -1.4910221099853516,8.733613967895508,170,0
173
+ -1.6853141784667969,8.927906036376953,171,0
174
+ -3.5475053787231445,10.7900972366333,172,0
175
+ -1.5757341384887695,8.818325996398926,173,0
176
+ 3.0382585525512695,4.204333305358887,174,0
177
+ 3.5162949562072754,3.726296901702881,175,0
178
+ -0.07941865921020508,7.322010517120361,176,0
179
+ -2.861492156982422,10.104084014892578,177,0
180
+ -0.35818958282470703,7.600781440734863,178,0
181
+ 2.0672965049743652,5.175295352935791,179,0
182
+ -1.2958555221557617,8.538447380065918,180,0
183
+ -4.935066223144531,12.177658081054688,181,0
184
+ -3.1225814819335938,10.36517333984375,182,0
185
+ 1.551039218902588,5.691552639007568,183,0
186
+ 1.4560775756835938,5.7865142822265625,184,0
187
+ -1.0721855163574219,8.314777374267578,185,0
188
+ -1.581756591796875,8.824348449707031,186,0
189
+ 1.3703160285949707,5.8722758293151855,187,0
190
+ 2.6917600631713867,4.5508317947387695,188,0
191
+ -0.5102190971374512,7.752810955047607,189,0
192
+ -3.281161308288574,10.52375316619873,190,0
193
+ -1.756185531616211,8.998777389526367,191,0
194
+ 0.8378605842590332,6.404731273651123,192,0
195
+ 0.06415843963623047,7.178433418273926,193,0
196
+ -2.077676773071289,9.320268630981445,194,0
197
+ -2.2714738845825195,9.514065742492676,195,0
198
+ 1.3657488822937012,5.876842975616455,196,0
199
+ 2.0669546127319336,5.175637245178223,197,0
200
+ -1.3275718688964844,8.57016372680664,198,0
201
+ -3.476262092590332,10.718853950500488,199,0
PD-RBC/RBC2D-medium-v0/0/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - wandb.enable=False
2
+ - seed=0
3
+ - env_id=RBC2D-medium-v0
PD-RBC/RBC2D-medium-v0/0/test_eval_episode_0.csv ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,nusselt,step,episode
2
+ -1.0966734886169434,7.525425434112549,0,0
3
+ -1.9692497253417969,8.398001670837402,1,0
4
+ 0.16254663467407227,6.266205310821533,2,0
5
+ 3.0409646034240723,3.387787342071533,3,0
6
+ 2.450669527053833,3.9780824184417725,4,0
7
+ 0.578671932220459,5.8500800132751465,5,0
8
+ 0.20136404037475586,6.22738790512085,6,0
9
+ 1.1217961311340332,5.306955814361572,7,0
10
+ 0.9983944892883301,5.430357456207275,8,0
11
+ -0.9198293685913086,7.348581314086914,9,0
12
+ -1.9169893264770508,8.345741271972656,10,0
13
+ -0.9475240707397461,7.376276016235352,11,0
14
+ -0.2394399642944336,6.668191909790039,12,0
15
+ -1.1769304275512695,7.605682373046875,13,0
16
+ -2.7920713424682617,9.220823287963867,14,0
17
+ -1.8838863372802734,8.312638282775879,15,0
18
+ 2.3785400390625,4.0502119064331055,16,0
19
+ 3.435457229614258,2.9932947158813477,17,0
20
+ 0.682981014251709,5.7457709312438965,18,0
21
+ -1.8491144180297852,8.27786636352539,19,0
22
+ -1.0456576347351074,7.474409580230713,20,0
23
+ 1.4871649742126465,4.941586971282959,21,0
24
+ 1.0332002639770508,5.395551681518555,22,0
25
+ -1.5157856941223145,7.94453763961792,23,0
26
+ -1.9656095504760742,8.39436149597168,24,0
27
+ 0.4674696922302246,5.961282253265381,25,0
28
+ 1.4398698806762695,4.988882064819336,26,0
29
+ -0.3201618194580078,6.748913764953613,27,0
30
+ -2.4957151412963867,8.924467086791992,28,0
31
+ -1.3255023956298828,7.754254341125488,29,0
32
+ 2.3822546005249023,4.046497344970703,30,0
33
+ 2.2411680221557617,4.187583923339844,31,0
34
+ -0.26659679412841797,6.695348739624023,32,0
35
+ -1.0901226997375488,7.518874645233154,33,0
36
+ 0.6631636619567871,5.765588283538818,34,0
37
+ 2.2769007682800293,4.151851177215576,35,0
38
+ 0.5516610145568848,5.877090930938721,36,0
39
+ -1.6076574325561523,8.036409378051758,37,0
40
+ -0.9913105964660645,7.42006254196167,38,0
41
+ 0.4216647148132324,6.007087230682373,39,0
42
+ -0.05862092971801758,6.487372875213623,40,0
43
+ -1.440497875213623,7.8692498207092285,41,0
44
+ -1.397291660308838,7.826043605804443,42,0
45
+ 1.3738536834716797,5.054898262023926,43,0
46
+ 2.942919969558716,3.4858319759368896,44,0
47
+ 1.1777410507202148,5.251010894775391,45,0
48
+ -1.1533784866333008,7.582130432128906,46,0
49
+ -0.8704872131347656,7.299239158630371,47,0
50
+ 0.9731979370117188,5.455554008483887,48,0
51
+ 0.777247428894043,5.6515045166015625,49,0
52
+ -1.0795936584472656,7.508345603942871,50,0
53
+ -1.3106451034545898,7.739397048950195,51,0
54
+ 0.5926351547241211,5.836116790771484,52,0
55
+ 1.4909725189208984,4.937779426574707,53,0
56
+ -0.012065887451171875,6.440817832946777,54,0
57
+ -1.8867931365966797,8.315545082092285,55,0
58
+ -1.2116422653198242,7.64039421081543,56,0
59
+ 2.202625274658203,4.226126670837402,57,0
60
+ 2.84183669090271,3.5869152545928955,58,0
61
+ 0.35334205627441406,6.075409889221191,59,0
62
+ -1.2020273208618164,7.630779266357422,60,0
63
+ 0.5674543380737305,5.861297607421875,61,0
64
+ 2.4452924728393555,3.98345947265625,62,0
65
+ 2.0814404487609863,4.347311496734619,63,0
66
+ -0.3426499366760254,6.771401882171631,64,0
67
+ -2.022913932800293,8.451665878295898,65,0
68
+ -0.4138188362121582,6.842570781707764,66,0
69
+ 0.9031834602355957,5.52556848526001,67,0
70
+ 0.03510713577270508,6.3936448097229,68,0
71
+ -1.2825813293457031,7.711333274841309,69,0
72
+ -1.3516912460327148,7.78044319152832,70,0
73
+ 0.8731288909912109,5.5556230545043945,71,0
74
+ 2.273530960083008,4.155220985412598,72,0
75
+ -0.12200736999511719,6.550759315490723,73,0
76
+ -2.658627510070801,9.087379455566406,74,0
77
+ -1.0821285247802734,7.510880470275879,75,0
78
+ 1.6254243850708008,4.803327560424805,76,0
79
+ 1.59747314453125,4.8312788009643555,77,0
80
+ -0.21721124649047852,6.645963191986084,78,0
81
+ -1.3124055862426758,7.741157531738281,79,0
82
+ -0.017843246459960938,6.446595191955566,80,0
83
+ 1.0777277946472168,5.351024150848389,81,0
84
+ -0.5970268249511719,7.025778770446777,82,0
85
+ -3.203784942626953,9.632536888122559,83,0
86
+ -2.1580915451049805,8.586843490600586,84,0
87
+ 0.7409353256225586,5.687816619873047,85,0
88
+ 1.3062901496887207,5.122461795806885,86,0
89
+ -0.6270666122436523,7.055818557739258,87,0
90
+ -1.6587247848510742,8.08747673034668,88,0
91
+ 0.916841983795166,5.5119099617004395,89,0
92
+ 3.4320058822631836,2.996746063232422,90,0
93
+ 1.7613487243652344,4.667403221130371,91,0
94
+ -1.1735048294067383,7.602256774902344,92,0
95
+ -2.149587631225586,8.578339576721191,93,0
96
+ -0.5385551452636719,6.967307090759277,94,0
97
+ 1.2252321243286133,5.203519821166992,95,0
98
+ -0.2679157257080078,6.696667671203613,96,0
99
+ -1.7037019729614258,8.132453918457031,97,0
100
+ -0.9515848159790039,7.380336761474609,98,0
101
+ 1.1023249626159668,5.326426982879639,99,0
102
+ 0.9552726745605469,5.473479270935059,100,0
103
+ -1.4251031875610352,7.853855133056641,101,0
104
+ -1.7831697463989258,8.211921691894531,102,0
105
+ 0.4977846145629883,5.930967330932617,103,0
106
+ 1.4201793670654297,5.008572578430176,104,0
107
+ 0.030006885528564453,6.398745059967041,105,0
108
+ -1.3926897048950195,7.821441650390625,106,0
109
+ -0.6582541465759277,7.087006092071533,107,0
110
+ 1.0390896797180176,5.389662265777588,108,0
111
+ 0.5867171287536621,5.842034816741943,109,0
112
+ -1.910665512084961,8.339417457580566,110,0
113
+ -3.0049686431884766,9.433720588684082,111,0
114
+ 0.0939493179321289,6.334802627563477,112,0
115
+ 2.071774959564209,4.3569769859313965,113,0
116
+ -0.2262868881225586,6.655038833618164,114,0
117
+ -2.4077749252319336,8.836526870727539,115,0
118
+ -0.33424854278564453,6.76300048828125,116,0
119
+ 3.267073392868042,3.1616785526275635,117,0
120
+ 2.8053910732269287,3.6233608722686768,118,0
121
+ -0.028528690338134766,6.45728063583374,119,0
122
+ -1.0341291427612305,7.462881088256836,120,0
123
+ 0.4918065071105957,5.93694543838501,121,0
124
+ 1.4517507553100586,4.977001190185547,122,0
125
+ -0.2902045249938965,6.718956470489502,123,0
126
+ -2.196664810180664,8.62541675567627,124,0
127
+ -2.2528257369995117,8.681577682495117,125,0
128
+ 0.2639460563659668,6.164805889129639,126,0
129
+ 0.8650913238525391,5.563660621643066,127,0
130
+ -1.3618955612182617,7.790647506713867,128,0
131
+ -2.3369388580322266,8.765690803527832,129,0
132
+ 0.809330940246582,5.619421005249023,130,0
133
+ 3.097994565963745,3.3307573795318604,131,0
134
+ 1.674870491027832,4.753881454467773,132,0
135
+ -0.6189379692077637,7.047689914703369,133,0
136
+ -1.1027050018310547,7.53145694732666,134,0
137
+ 0.5042929649353027,5.924458980560303,135,0
138
+ 0.7682485580444336,5.660503387451172,136,0
139
+ -2.0024843215942383,8.431236267089844,137,0
140
+ -4.0985822677612305,10.527334213256836,138,0
141
+ -1.780167579650879,8.208919525146484,139,0
142
+ 0.44408559799194336,5.984666347503662,140,0
143
+ -0.2590327262878418,6.687784671783447,141,0
144
+ -1.5241575241088867,7.952909469604492,142,0
145
+ -0.865567684173584,7.2943196296691895,143,0
146
+ 2.477785110473633,3.9509668350219727,144,0
147
+ 3.271702766418457,3.1570491790771484,145,0
148
+ 0.832087516784668,5.5966644287109375,146,0
149
+ -1.3976850509643555,7.826436996459961,147,0
150
+ -1.0383968353271484,7.467148780822754,148,0
151
+ 0.7856931686401367,5.643058776855469,149,0
152
+ 0.4578433036804199,5.9709086418151855,150,0
153
+ -1.6543207168579102,8.083072662353516,151,0
154
+ -2.115884780883789,8.544636726379395,152,0
155
+ 0.22858095169067383,6.200170993804932,153,0
156
+ 0.5452799797058105,5.883471965789795,154,0
157
+ -1.1816420555114746,7.61039400100708,155,0
158
+ -1.9673376083374023,8.396089553833008,156,0
159
+ 0.8845572471618652,5.54419469833374,157,0
160
+ 3.5367424488067627,2.8920094966888428,158,0
161
+ 2.2999563217163086,4.128795623779297,159,0
162
+ -0.18132400512695312,6.610075950622559,160,0
163
+ -0.7413172721862793,7.170069217681885,161,0
164
+ 0.81573486328125,5.6130170822143555,162,0
165
+ 1.7771024703979492,4.651649475097656,163,0
166
+ 0.32653284072875977,6.102219104766846,164,0
167
+ -1.7956666946411133,8.224418640136719,165,0
168
+ -1.7410268783569336,8.169778823852539,166,0
169
+ 1.1083216667175293,5.320430278778076,167,0
170
+ 1.7223858833312988,4.706366062164307,168,0
171
+ -0.14696264266967773,6.575714588165283,169,0
172
+ -2.125716209411621,8.554468154907227,170,0
173
+ -1.6534223556518555,8.082174301147461,171,0
174
+ 0.7146706581115723,5.714081287384033,172,0
175
+ 0.9398307800292969,5.488921165466309,173,0
176
+ -1.3500471115112305,7.778799057006836,174,0
177
+ -2.2520532608032227,8.680805206298828,175,0
178
+ -0.23250913619995117,6.661261081695557,176,0
179
+ 2.420872211456299,4.007879734039307,177,0
180
+ 1.606816291809082,4.821935653686523,178,0
181
+ -0.7325053215026855,7.161257266998291,179,0
182
+ -0.6977558135986328,7.126507759094238,180,0
183
+ 1.382615566253662,5.046136379241943,181,0
184
+ 1.4006881713867188,5.028063774108887,182,0
185
+ -0.6380681991577148,7.06682014465332,183,0
186
+ -2.04897403717041,8.477725982666016,184,0
187
+ -0.834528923034668,7.263280868530273,185,0
188
+ 0.7918877601623535,5.636864185333252,186,0
189
+ 0.25447845458984375,6.174273490905762,187,0
190
+ -1.589249610900879,8.018001556396484,188,0
191
+ -1.8979692459106445,8.32672119140625,189,0
192
+ 0.8039021492004395,5.624849796295166,190,0
193
+ 2.413606643676758,4.015145301818848,191,0
194
+ 0.48685789108276367,5.941894054412842,192,0
195
+ -2.9408369064331055,9.369588851928711,193,0
196
+ -2.2943639755249023,8.723115921020508,194,0
197
+ 1.8298463821411133,4.598905563354492,195,0
198
+ 2.3242578506469727,4.104494094848633,196,0
199
+ -0.41117143630981445,6.83992338180542,197,0
200
+ -2.197575569152832,8.626327514648438,198,0
201
+ -0.49629640579223633,6.925048351287842,199,0
PD-RBC/RBC2D-medium-v0/1/test_eval_episode_0.csv ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,nusselt,step,episode
2
+ 0.3421058654785156,6.08664608001709,0,0
3
+ 0.33181142807006836,6.096940517425537,1,0
4
+ 0.4924187660217285,5.936333179473877,2,0
5
+ 0.6468596458435059,5.7818922996521,3,0
6
+ 0.7375702857971191,5.691181659698486,4,0
7
+ 0.752018928527832,5.676733016967773,5,0
8
+ 0.7019085884094238,5.726843357086182,6,0
9
+ 0.5848875045776367,5.843864440917969,7,0
10
+ 0.43125295639038086,5.997498989105225,8,0
11
+ 0.2380390167236328,6.190712928771973,9,0
12
+ -0.05246305465698242,6.481215000152588,10,0
13
+ -0.5664482116699219,6.995200157165527,11,0
14
+ -1.4606842994689941,7.8894362449646,12,0
15
+ -1.4311819076538086,7.859933853149414,13,0
16
+ 0.05405902862548828,6.374692916870117,14,0
17
+ 0.9317111968994141,5.497040748596191,15,0
18
+ 0.9532308578491211,5.475521087646484,16,0
19
+ 0.6172008514404297,5.811551094055176,17,0
20
+ 0.07676506042480469,6.351986885070801,18,0
21
+ -0.5287928581237793,6.957544803619385,19,0
22
+ -0.788245677947998,7.2169976234436035,20,0
23
+ -0.13439416885375977,6.563146114349365,21,0
24
+ 0.8406906127929688,5.588061332702637,22,0
25
+ 1.185896873474121,5.242855072021484,23,0
26
+ 0.3175334930419922,6.111218452453613,24,0
27
+ -0.4532465934753418,6.881998538970947,25,0
28
+ -0.053363800048828125,6.482115745544434,26,0
29
+ 0.7499585151672363,5.678793430328369,27,0
30
+ 1.0511837005615234,5.377568244934082,28,0
31
+ 0.7638707160949707,5.664881229400635,29,0
32
+ 0.6035881042480469,5.825163841247559,30,0
33
+ 0.5412626266479492,5.887489318847656,31,0
34
+ 0.2822422981262207,6.146509647369385,32,0
35
+ 0.13404178619384766,6.294710159301758,33,0
36
+ 0.19353199005126953,6.235219955444336,34,0
37
+ 0.38829755783081055,6.040454387664795,35,0
38
+ 0.4134860038757324,6.015265941619873,36,0
39
+ -0.16938066482543945,6.598132610321045,37,0
40
+ -0.24993896484375,6.6786909103393555,38,0
41
+ 0.32029056549072266,6.108461380004883,39,0
42
+ 0.3391103744506836,6.089641571044922,40,0
43
+ -0.05079507827758789,6.479547023773193,41,0
44
+ -0.0005116462707519531,6.429263591766357,42,0
45
+ 0.34151554107666016,6.087236404418945,43,0
46
+ 0.2970767021179199,6.1316752433776855,44,0
47
+ -0.48304224014282227,6.911794185638428,45,0
48
+ -0.5341911315917969,6.962943077087402,46,0
49
+ 0.35012149810791016,6.078630447387695,47,0
50
+ 1.1063098907470703,5.322442054748535,48,0
51
+ 1.3018803596496582,5.126871585845947,49,0
52
+ 0.6882915496826172,5.740460395812988,50,0
53
+ 0.09765052795410156,6.331101417541504,51,0
54
+ -0.06403207778930664,6.492784023284912,52,0
55
+ 0.4477682113647461,5.980983734130859,53,0
56
+ 1.2049560546875,5.2237958908081055,54,0
57
+ 1.1582269668579102,5.270524978637695,55,0
58
+ 0.5175151824951172,5.911236763000488,56,0
59
+ -0.24975156784057617,6.678503513336182,57,0
60
+ -0.38367414474487305,6.8124260902404785,58,0
61
+ 0.4052114486694336,6.023540496826172,59,0
62
+ 1.0462307929992676,5.382521152496338,60,0
63
+ 1.2797999382019043,5.148952007293701,61,0
64
+ 1.3035082817077637,5.125243663787842,62,0
65
+ 0.799565315246582,5.629186630249023,63,0
66
+ -0.031551361083984375,6.46030330657959,64,0
67
+ -1.275068759918213,7.703820705413818,65,0
68
+ -0.9750609397888184,7.403812885284424,66,0
69
+ 0.41781139373779297,6.0109405517578125,67,0
70
+ 1.1776986122131348,5.251053333282471,68,0
71
+ 1.053318977355957,5.375432968139648,69,0
72
+ 0.61273193359375,5.8160200119018555,70,0
73
+ 0.39315366744995117,6.035598278045654,71,0
74
+ 0.10812664031982422,6.320625305175781,72,0
75
+ 0.17213678359985352,6.256615161895752,73,0
76
+ 0.8260312080383301,5.602720737457275,74,0
77
+ 1.1103806495666504,5.318371295928955,75,0
78
+ 0.7379064559936523,5.690845489501953,76,0
79
+ 0.0500335693359375,6.378718376159668,77,0
80
+ -0.6514534950256348,7.08020544052124,78,0
81
+ -0.39412736892700195,6.822879314422607,79,0
82
+ 0.8242816925048828,5.604470252990723,80,0
83
+ 1.6261391639709473,4.802612781524658,81,0
84
+ 1.3570513725280762,5.071700572967529,82,0
85
+ 0.6230959892272949,5.8056559562683105,83,0
86
+ 0.15270233154296875,6.276049613952637,84,0
87
+ -0.05228471755981445,6.48103666305542,85,0
88
+ 0.004828929901123047,6.423923015594482,86,0
89
+ 0.48969411849975586,5.93905782699585,87,0
90
+ 1.2181425094604492,5.210609436035156,88,0
91
+ 0.9927477836608887,5.436004161834717,89,0
92
+ 0.2896585464477539,6.139093399047852,90,0
93
+ -0.022922039031982422,6.451673984527588,91,0
94
+ -0.035736083984375,6.4644880294799805,92,0
95
+ -0.2100067138671875,6.638758659362793,93,0
96
+ 0.038535118103027344,6.390216827392578,94,0
97
+ 0.5870428085327148,5.841709136962891,95,0
98
+ 0.816556453704834,5.6121954917907715,96,0
99
+ 0.6324362754821777,5.796315670013428,97,0
100
+ 0.21179723739624023,6.216954708099365,98,0
101
+ 0.1567363739013672,6.272015571594238,99,0
102
+ 0.6917886734008789,5.736963272094727,100,0
103
+ 0.9931402206420898,5.435611724853516,101,0
104
+ 0.9801936149597168,5.448558330535889,102,0
105
+ 0.6084599494934082,5.820291996002197,103,0
106
+ 0.38742828369140625,6.041323661804199,104,0
107
+ 0.7243480682373047,5.704403877258301,105,0
108
+ 0.7865633964538574,5.642188549041748,106,0
109
+ 0.23451757431030273,6.194234371185303,107,0
110
+ 0.08727359771728516,6.34147834777832,108,0
111
+ 0.6164979934692383,5.812253952026367,109,0
112
+ 1.276054859161377,5.1526970863342285,110,0
113
+ 1.0493073463439941,5.379444599151611,111,0
114
+ 0.05721426010131836,6.371537685394287,112,0
115
+ -0.6881599426269531,7.116911888122559,113,0
116
+ -0.6824431419372559,7.111195087432861,114,0
117
+ 0.07233095169067383,6.356420993804932,115,0
118
+ 0.8360466957092285,5.592705249786377,116,0
119
+ 1.1371049880981445,5.291646957397461,117,0
120
+ 1.1351666450500488,5.293585300445557,118,0
121
+ 1.0223751068115234,5.406376838684082,119,0
122
+ 0.9278826713562012,5.500869274139404,120,0
123
+ 0.4274101257324219,6.001341819763184,121,0
124
+ -0.1811995506286621,6.609951496124268,122,0
125
+ 0.058068275451660156,6.370683670043945,123,0
126
+ 1.188159465789795,5.2405924797058105,124,0
127
+ 1.2731332778930664,5.155618667602539,125,0
128
+ 0.31057214736938477,6.118179798126221,126,0
129
+ -0.8701834678649902,7.298935413360596,127,0
130
+ -1.348984718322754,7.777736663818359,128,0
131
+ -0.37964439392089844,6.808396339416504,129,0
132
+ 0.46106672286987305,5.967685222625732,130,0
133
+ 0.40742969512939453,6.021322250366211,131,0
134
+ 0.3243837356567383,6.104368209838867,132,0
135
+ 0.5699434280395508,5.858808517456055,133,0
136
+ 0.3916130065917969,6.037138938903809,134,0
137
+ -0.1470036506652832,6.575755596160889,135,0
138
+ 0.22664928436279297,6.2021026611328125,136,0
139
+ 0.7377281188964844,5.691023826599121,137,0
140
+ 0.8632659912109375,5.565485954284668,138,0
141
+ 0.3929004669189453,6.03585147857666,139,0
142
+ -0.318631649017334,6.7473835945129395,140,0
143
+ -0.6294245719909668,7.058176517486572,141,0
144
+ -0.6120181083679199,7.040770053863525,142,0
145
+ 0.1317744255065918,6.296977519989014,143,0
146
+ 0.6256051063537598,5.803146839141846,144,0
147
+ 0.278533935546875,6.1502180099487305,145,0
148
+ 0.08551216125488281,6.343239784240723,146,0
149
+ -0.08687496185302734,6.515626907348633,147,0
150
+ -0.7951326370239258,7.223884582519531,148,0
151
+ -0.636070728302002,7.064822673797607,149,0
152
+ 0.4092092514038086,6.019542694091797,150,0
153
+ 0.7446732521057129,5.684078693389893,151,0
154
+ 0.6113777160644531,5.817374229431152,152,0
155
+ 0.4332737922668457,5.99547815322876,153,0
156
+ 0.021155834197998047,6.407596111297607,154,0
157
+ 0.03200674057006836,6.396745204925537,155,0
158
+ 0.12188720703125,6.3068647384643555,156,0
159
+ 0.4003114700317383,6.028440475463867,157,0
160
+ 0.9752764701843262,5.453475475311279,158,0
161
+ 1.4154753684997559,5.01327657699585,159,0
162
+ 1.5215673446655273,4.907184600830078,160,0
163
+ 0.6682133674621582,5.760538578033447,161,0
164
+ -0.028631210327148438,6.457383155822754,162,0
165
+ -0.20186090469360352,6.630612850189209,163,0
166
+ -0.07154226303100586,6.500294208526611,164,0
167
+ 0.7168998718261719,5.711852073669434,165,0
168
+ 1.1451563835144043,5.283595561981201,166,0
169
+ 0.9410305023193359,5.4877214431762695,167,0
170
+ 0.04781818389892578,6.38093376159668,168,0
171
+ -0.886324405670166,7.3150763511657715,169,0
172
+ -0.9204096794128418,7.349161624908447,170,0
173
+ -0.25968122482299805,6.6884331703186035,171,0
174
+ 0.7222771644592285,5.706474781036377,172,0
175
+ 1.2594523429870605,5.169299602508545,173,0
176
+ 1.188216209411621,5.240535736083984,174,0
177
+ 0.7969307899475098,5.631821155548096,175,0
178
+ 0.21196794509887695,6.2167840003967285,176,0
179
+ -0.32307910919189453,6.7518310546875,177,0
180
+ -0.17863845825195312,6.607390403747559,178,0
181
+ 0.5356569290161133,5.893095016479492,179,0
182
+ 0.9935555458068848,5.435196399688721,180,0
183
+ 0.7867560386657715,5.641995906829834,181,0
184
+ 0.2473607063293457,6.18139123916626,182,0
185
+ -0.34275245666503906,6.7715044021606445,183,0
186
+ -0.7691278457641602,7.197879791259766,184,0
187
+ -0.09363317489624023,6.522385120391846,185,0
188
+ 0.5937767028808594,5.834975242614746,186,0
189
+ 0.3817892074584961,6.046962738037109,187,0
190
+ 0.25714969635009766,6.171602249145508,188,0
191
+ 0.30353546142578125,6.125216484069824,189,0
192
+ 0.09732294082641602,6.3314290046691895,190,0
193
+ 0.058837890625,6.3699140548706055,191,0
194
+ 0.773249626159668,5.6555023193359375,192,0
195
+ 1.107017993927002,5.3217339515686035,193,0
196
+ 1.0168981552124023,5.411853790283203,194,0
197
+ 0.44593095779418945,5.982820987701416,195,0
198
+ -0.10227346420288086,6.531025409698486,196,0
199
+ 0.20076417922973633,6.227987766265869,197,0
200
+ 0.5562601089477539,5.872491836547852,198,0
201
+ 0.9820942878723145,5.446657657623291,199,0
PD-RBC/RBC2D-medium-v0/2/config.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: RBC2D-medium-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 2
5
+ n_test_episodes: 10
6
+ kp: 970
7
+ kd: 2000
8
+ rl_mode: sarl
9
+ wandb:
10
+ enable: false
11
+ entity: safe-autonomous-systems
12
+ project: jbecktepe-fluidgym
13
+ cluster: {}
PD-RBC/RBC2D-medium-v0/2/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - wandb.enable=False
2
+ - seed=2
3
+ - env_id=RBC2D-medium-v0
PD-RBC/RBC2D-medium-v0/3/config.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: RBC2D-medium-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 3
5
+ n_test_episodes: 10
6
+ kp: 970
7
+ kd: 2000
8
+ rl_mode: sarl
9
+ wandb:
10
+ enable: false
11
+ entity: safe-autonomous-systems
12
+ project: jbecktepe-fluidgym
13
+ cluster: {}
PD-RBC/RBC2D-medium-v0/3/hydra.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/PD-RBC/${env_id}/${seed}
4
+ sweep:
5
+ dir: output/PD-RBC/${env_id}/${seed}
6
+ subdir: ''
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - wandb.enable=False
116
+ - seed=3
117
+ - env_id=RBC2D-medium-v0
118
+ job:
119
+ name: run_PD_RBC
120
+ chdir: true
121
+ override_dirname: env_id=RBC2D-medium-v0,seed=3,wandb.enable=False
122
+ id: '3'
123
+ num: 3
124
+ config_name: run_pd_rbc
125
+ env_set: {}
126
+ env_copy: []
127
+ config:
128
+ override_dirname:
129
+ kv_sep: '='
130
+ item_sep: ','
131
+ exclude_keys: []
132
+ runtime:
133
+ version: 1.3.2
134
+ version_base: '1.3'
135
+ cwd: /home/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /home/becktepe/git_projects/FluidGym/runscripts/configs
141
+ schema: file
142
+ provider: main
143
+ - path: hydra_plugins.hydra_colorlog.conf
144
+ schema: pkg
145
+ provider: hydra-colorlog
146
+ - path: ''
147
+ schema: structured
148
+ provider: schema
149
+ output_dir: /home/becktepe/git_projects/FluidGym/output/PD-RBC/RBC2D-medium-v0/3
150
+ choices:
151
+ cluster: local
152
+ hydra/env: default
153
+ hydra/callbacks: null
154
+ hydra/job_logging: default
155
+ hydra/hydra_logging: default
156
+ hydra/hydra_help: default
157
+ hydra/help: default
158
+ hydra/sweeper: basic
159
+ hydra/launcher: basic
160
+ hydra/output: default
161
+ verbose: false
PD-RBC/RBC2D-medium-v0/3/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - wandb.enable=False
2
+ - seed=3
3
+ - env_id=RBC2D-medium-v0
PD-RBC/RBC2D-medium-v0/4/hydra.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/PD-RBC/${env_id}/${seed}
4
+ sweep:
5
+ dir: output/PD-RBC/${env_id}/${seed}
6
+ subdir: ''
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - wandb.enable=False
116
+ - seed=4
117
+ - env_id=RBC2D-medium-v0
118
+ job:
119
+ name: run_PD_RBC
120
+ chdir: true
121
+ override_dirname: env_id=RBC2D-medium-v0,seed=4,wandb.enable=False
122
+ id: '4'
123
+ num: 4
124
+ config_name: run_pd_rbc
125
+ env_set: {}
126
+ env_copy: []
127
+ config:
128
+ override_dirname:
129
+ kv_sep: '='
130
+ item_sep: ','
131
+ exclude_keys: []
132
+ runtime:
133
+ version: 1.3.2
134
+ version_base: '1.3'
135
+ cwd: /home/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /home/becktepe/git_projects/FluidGym/runscripts/configs
141
+ schema: file
142
+ provider: main
143
+ - path: hydra_plugins.hydra_colorlog.conf
144
+ schema: pkg
145
+ provider: hydra-colorlog
146
+ - path: ''
147
+ schema: structured
148
+ provider: schema
149
+ output_dir: /home/becktepe/git_projects/FluidGym/output/PD-RBC/RBC2D-medium-v0/4
150
+ choices:
151
+ cluster: local
152
+ hydra/env: default
153
+ hydra/callbacks: null
154
+ hydra/job_logging: default
155
+ hydra/hydra_logging: default
156
+ hydra/hydra_help: default
157
+ hydra/help: default
158
+ hydra/sweeper: basic
159
+ hydra/launcher: basic
160
+ hydra/output: default
161
+ verbose: false
PD-RBC/RBC2D-medium-v0/4/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - wandb.enable=False
2
+ - seed=4
3
+ - env_id=RBC2D-medium-v0
benchmark/Airfoil3D-medium-v0/result.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
  "iterations": 10,
3
  "steps": 8,
4
- "avg_time_seconds": 481.9495774903568
5
  }
 
1
  {
2
  "iterations": 10,
3
  "steps": 8,
4
+ "avg_time_seconds": 552.0100331731373
5
  }
training/marl/TCFSmall3D-both-easy-v0/TD-MPC/1/config.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: TCFSmall3D-both-easy-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 1
5
+ device: cuda
6
+ rl_mode: marl
7
+ total_timesteps: 50000.0
8
+ n_eval_steps: 1
9
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
10
+ n_eval_episodes: 1
11
+ modality: state
12
+ action_repeat: 1
13
+ train_steps: ${total_timesteps}
14
+ iterations: 6
15
+ num_samples: 512
16
+ num_elites: 64
17
+ mixture_coef: 0.05
18
+ min_std: 0.05
19
+ temperature: 0.5
20
+ momentum: 0.1
21
+ discount: 0.99
22
+ batch_size: 512
23
+ max_buffer_size: ${train_steps}
24
+ horizon: 20
25
+ reward_coef: 0.5
26
+ value_coef: 0.1
27
+ consistency_coef: 2
28
+ rho: 0.5
29
+ kappa: 0.1
30
+ lr: 0.001
31
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
32
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
33
+ per_alpha: 0.6
34
+ per_beta: 0.4
35
+ grad_clip_norm: 10
36
+ seed_steps: 100
37
+ update_freq: 2
38
+ tau: 0.01
39
+ enc_dim: 256
40
+ mlp_dim: 512
41
+ latent_dim: 50
42
+ wandb:
43
+ enable: true
44
+ entity: safe-autonomous-systems
45
+ project: jbecktepe-fluidgym
46
+ cluster: {}
47
+ plan_chunk_size: 256
training/sarl/Airfoil2D-easy-v0/SAC/README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - reinforcement-learning
5
+ - stable-baselines3
6
+ - deep-reinforcement-learning
7
+ - fluidgym
8
+ - active-flow-control
9
+ - fluid-dynamics
10
+ - simulation
11
+ - Airfoil2D-easy-v0
12
+ model-index:
13
+ - name: SAC-Airfoil2D-easy-v0
14
+ results:
15
+ - task:
16
+ type: reinforcement-learning
17
+ name: reinforcement-learning
18
+ dataset:
19
+ name: FluidGym-Airfoil2D-easy-v0
20
+ type: fluidgym
21
+ metrics:
22
+ - type: mean_reward
23
+ value: 1.70
24
+ name: mean_reward
25
+
26
+
27
+ ---
28
+
29
+ # SAC on Airfoil2D-easy-v0 (FluidGym)
30
+
31
+ This repository is part of the **FluidGym** benchmark results. It contains trained Stable Baselines3 agents for the specialized **Airfoil2D-easy-v0** environment.
32
+
33
+ ## Evaluation Results
34
+
35
+ ### Global Performance (Aggregated across 5 seeds)
36
+ **Mean Reward:** 1.70 ± 0.01
37
+
38
+ ### Per-Seed Statistics
39
+ | Run | Mean Reward | Std Dev |
40
+ | --- | --- | --- |
41
+ | Seed 0 | 1.71 | 0.24 |
42
+ | Seed 1 | 1.71 | 0.23 |
43
+ | Seed 2 | 1.69 | 0.23 |
44
+ | Seed 3 | 1.70 | 0.25 |
45
+ | Seed 4 | 1.71 | 0.23 |
46
+
47
+ ## About FluidGym
48
+ FluidGym is a benchmark for reinforcement learning in active flow control.
49
+
50
+ ## Usage
51
+ Each seed is contained in its own subdirectory. You can load a model using:
52
+ ```python
53
+ from stable_baselines3 import SAC
54
+ model = SAC.load("0/ckpt_latest.zip")
55
+ ```
56
+
57
+ **Important:** The models were trained using ```fluidgym==0.0.2```. In order to use
58
+ them with newer versions of FluidGym, you need to wrap the environment with a
59
+ `FlattenObservation` wrapper as shown below:
60
+ ```python
61
+ import fluidgym
62
+ from fluidgym.wrappers import FlattenObservation
63
+ from stable_baselines3 import SAC
64
+
65
+ env = fluidgym.make("Airfoil2D-easy-v0")
66
+ env = FlattenObservation(env)
67
+ model = SAC.load("path_to_model/ckpt_latest.zip")
68
+
69
+ obs, info = env.reset(seed=42)
70
+
71
+ action, _ = model.predict(obs, deterministic=True)
72
+ obs, reward, terminated, truncated, info = env.step(action)
73
+ ```
74
+
75
+ ## References
76
+
77
+ * [Plug-and-Play Benchmarking of Reinforcement Learning Algorithms for Large-Scale Flow Control](http://arxiv.org/abs/2601.15015)
78
+ * [FluidGym GitHub Repository](https://github.com/safe-autonomous-systems/fluidgym)
training/sarl/Airfoil2D-hard-v0/SAC/README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - reinforcement-learning
5
+ - stable-baselines3
6
+ - deep-reinforcement-learning
7
+ - fluidgym
8
+ - active-flow-control
9
+ - fluid-dynamics
10
+ - simulation
11
+ - Airfoil2D-hard-v0
12
+ model-index:
13
+ - name: SAC-Airfoil2D-hard-v0
14
+ results:
15
+ - task:
16
+ type: reinforcement-learning
17
+ name: reinforcement-learning
18
+ dataset:
19
+ name: FluidGym-Airfoil2D-hard-v0
20
+ type: fluidgym
21
+ metrics:
22
+ - type: mean_reward
23
+ value: 2.70
24
+ name: mean_reward
25
+
26
+
27
+ ---
28
+
29
+ # SAC on Airfoil2D-hard-v0 (FluidGym)
30
+
31
+ This repository is part of the **FluidGym** benchmark results. It contains trained Stable Baselines3 agents for the specialized **Airfoil2D-hard-v0** environment.
32
+
33
+ ## Evaluation Results
34
+
35
+ ### Global Performance (Aggregated across 5 seeds)
36
+ **Mean Reward:** 2.70 ± 0.18
37
+
38
+ ### Per-Seed Statistics
39
+ | Run | Mean Reward | Std Dev |
40
+ | --- | --- | --- |
41
+ | Seed 0 | 2.70 | 1.20 |
42
+ | Seed 1 | 2.60 | 0.40 |
43
+ | Seed 2 | 3.03 | 3.25 |
44
+ | Seed 3 | 2.62 | 0.45 |
45
+ | Seed 4 | 2.54 | 0.37 |
46
+
47
+ ## About FluidGym
48
+ FluidGym is a benchmark for reinforcement learning in active flow control.
49
+
50
+ ## Usage
51
+ Each seed is contained in its own subdirectory. You can load a model using:
52
+ ```python
53
+ from stable_baselines3 import SAC
54
+ model = SAC.load("0/ckpt_latest.zip")
55
+ ```
56
+
57
+ **Important:** The models were trained using ```fluidgym==0.0.2```. In order to use
58
+ them with newer versions of FluidGym, you need to wrap the environment with a
59
+ `FlattenObservation` wrapper as shown below:
60
+ ```python
61
+ import fluidgym
62
+ from fluidgym.wrappers import FlattenObservation
63
+ from stable_baselines3 import SAC
64
+
65
+ env = fluidgym.make("Airfoil2D-hard-v0")
66
+ env = FlattenObservation(env)
67
+ model = SAC.load("path_to_model/ckpt_latest.zip")
68
+
69
+ obs, info = env.reset(seed=42)
70
+
71
+ action, _ = model.predict(obs, deterministic=True)
72
+ obs, reward, terminated, truncated, info = env.step(action)
73
+ ```
74
+
75
+ ## References
76
+
77
+ * [Plug-and-Play Benchmarking of Reinforcement Learning Algorithms for Large-Scale Flow Control](http://arxiv.org/abs/2601.15015)
78
+ * [FluidGym GitHub Repository](https://github.com/safe-autonomous-systems/fluidgym)
training/sarl/CylinderJet2D-medium-v0/DPC/0/hydra.yaml ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/training/${rl_mode}/${env_id}/DPC/${seed}
4
+ sweep:
5
+ dir: output/training/${rl_mode}/${env_id}/DPC/${seed}
6
+ subdir: ''
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: RUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=RUN
114
+ task:
115
+ - env_id=CylinderJet2D-medium-v0
116
+ - seed=0
117
+ job:
118
+ name: run_dpc
119
+ chdir: true
120
+ override_dirname: env_id=CylinderJet2D-medium-v0,seed=0
121
+ id: ???
122
+ num: ???
123
+ config_name: run_dpc
124
+ env_set: {}
125
+ env_copy: []
126
+ config:
127
+ override_dirname:
128
+ kv_sep: '='
129
+ item_sep: ','
130
+ exclude_keys: []
131
+ runtime:
132
+ version: 1.3.2
133
+ version_base: '1.3'
134
+ cwd: /home/becktepe/git_projects/FluidGym
135
+ config_sources:
136
+ - path: hydra.conf
137
+ schema: pkg
138
+ provider: hydra
139
+ - path: /home/becktepe/git_projects/FluidGym/runscripts/configs
140
+ schema: file
141
+ provider: main
142
+ - path: hydra_plugins.hydra_colorlog.conf
143
+ schema: pkg
144
+ provider: hydra-colorlog
145
+ - path: ''
146
+ schema: structured
147
+ provider: schema
148
+ output_dir: /home/becktepe/git_projects/FluidGym/output/training/sarl/CylinderJet2D-medium-v0/DPC/0
149
+ choices:
150
+ cluster: local
151
+ hydra/env: default
152
+ hydra/callbacks: null
153
+ hydra/job_logging: default
154
+ hydra/hydra_logging: default
155
+ hydra/hydra_help: default
156
+ hydra/help: default
157
+ hydra/sweeper: basic
158
+ hydra/launcher: basic
159
+ hydra/output: default
160
+ verbose: false
training/sarl/CylinderJet2D-medium-v0/DPC/0/overrides.yaml ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ - env_id=CylinderJet2D-medium-v0
2
+ - seed=0
training/sarl/CylinderJet2D-medium-v0/DPC/0/training_log.csv ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ train/drag,train/lift,train/mean_reward,train/loss,step
2
+ 3.1337747037410737,0.7834126781672239,-1.6620901107788086,66.48360443115234,40
3
+ 2.9309104472398757,1.101566000058665,-1.143996810913086,45.75987243652344,80
4
+ 2.7568966925144194,-0.2867558368947357,-0.6229322910308838,24.91729164123535,120
5
+ 2.5908843755722044,-0.5099403777392582,-0.453446102142334,18.13784408569336,160
6
+ 2.6887672364711763,-2.7421737730503084,-2.234212112426758,89.36848449707031,200
7
+ 2.7187827944755556,-2.692747840285301,-2.1961742401123048,87.84696960449219,240
8
+ 2.647346097230911,-2.5901299566030502,-2.045615577697754,81.82462310791016,280
9
+ 2.5537309467792513,-2.2329127088189127,-1.1612645149230958,46.45058059692383,320
10
+ 2.738328093290329,-0.7212764923460782,-0.45323028564453127,18.12921142578125,360
11
+ 2.9578916013240812,0.25053160577081146,-1.2306833267211914,49.227333068847656,400
12
+ 2.480256724357605,1.335366203635931,-1.2158860206604003,48.635440826416016,440
13
+ 2.427675274014473,1.2645108685363085,-0.7553983211517334,30.215932846069336,480
14
+ 2.3989691197872163,1.5470651149749757,-1.3093892097473145,52.37556838989258,520
15
+ 2.37017280459404,1.445173950889148,-0.7254214286804199,29.016857147216797,560
16
+ 2.484809237718582,1.0112965201959014,-0.8502703666687011,34.01081466674805,600
17
+ 2.502031606435776,0.9122495455667377,-0.6931911468505859,27.727645874023438,640
18
+ 2.6425590097904204,-0.007860932312905789,-0.7789314270019532,31.157257080078125,680
19
+ 2.6876912713050842,0.11843381235376,-1.0564510345458984,42.25804138183594,720
20
+ 2.6902789056301115,-0.7491106206551195,-0.8922544479370117,35.69017791748047,760
21
+ 2.6824211895465853,-0.8968922692816704,-0.9830255508422852,39.321022033691406,800
22
+ 2.676175892353058,-1.4575168414972723,-1.0067155838012696,40.26862335205078,840
23
+ 2.6217057913541795,-1.5073503307532519,-0.956492805480957,38.25971221923828,880
24
+ 2.711717337369919,-1.5110479025170207,-1.0548913955688477,42.195655822753906,920
25
+ 2.6714335560798643,-1.3563537869602442,-0.7433493614196778,29.73397445678711,960
26
+ 2.7784464359283447,-0.8375310094794258,-0.7280608177185058,29.122432708740234,1000
27
+ 2.69718277156353,-0.5774595185066573,-0.5037713527679444,20.150854110717773,1040
28
+ 2.8232412934303284,0.16594462469220161,-0.6581799983978271,26.327199935913086,1080
29
+ 2.7121455311775207,0.18058008474763482,-0.38968231678009035,15.587292671203613,1120
30
+ 2.777469611167908,0.37922751931473614,-0.6331109046936035,25.32443618774414,1160
31
+ 2.668680250644684,0.19526545298285783,-0.3048945426940918,12.195781707763672,1200
32
+ 2.7472981572151185,-0.302259211987257,-0.4967442512512207,19.869770050048828,1240
33
+ 2.595643225312233,-0.5307611139491201,-0.34895663261413573,13.95826530456543,1280
34
+ 2.563711714744568,-1.1324375232681632,-0.641547679901123,25.661907196044922,1320
35
+ 2.4718808829784393,-1.1519599438644945,-0.5041180610656738,20.164722442626953,1360
36
+ 2.5115659117698668,-1.3303410404740135,-0.7098275661468506,28.393102645874023,1400
37
+ 2.451642018556595,-1.1207479122749646,-0.37614529132843016,15.045811653137207,1440
38
+ 2.6251172840595247,-0.8724630640819668,-0.46185979843139646,18.47439193725586,1480
39
+ 2.509169116616249,-0.6600635588169098,-0.2044121503829956,8.176486015319824,1520
40
+ 2.719088298082352,-0.09454593528062105,-0.3653325080871582,14.613300323486328,1560
41
+ 2.722804641723633,0.1714161781128496,-0.19355363845825196,7.742145538330078,1600
42
+ 2.899690937995911,-0.05878536130767316,-0.44968886375427247,17.9875545501709,1640
43
+ 3.1025992572307586,0.14326290265889838,-0.8798148155212402,35.19259262084961,1680
44
+ 2.567733085155487,-1.5511918917298317,-0.9511749267578125,38.0469970703125,1720
45
+ 2.404517021775246,-1.6221339873969556,-0.7685199737548828,30.740798950195312,1760
46
+ 2.471644914150238,-1.914721828699112,-1.2143561363220214,48.57424545288086,1800
47
+ 2.3853318482637405,-1.7732060078531504,-0.7649880409240722,30.59952163696289,1840
48
+ 2.4499445796012878,-1.605971113871783,-0.8899553298950196,35.59821319580078,1880
49
+ 2.439298817515373,-1.063701707252767,-0.15320448875427245,6.128179550170898,1920
50
+ 2.580736535787582,-0.4524151553399861,-0.30857210159301757,12.342884063720703,1960
51
+ 2.4855830132961274,-0.07134194041136652,-0.09615404605865478,3.8461618423461914,2000
training/sarl/CylinderJet2D-medium-v0/DPC/1/test/test_eval_episode_0.csv ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ step,reward,action_0,drag,lift,episode
2
+ 0,-1.567767858505249,-0.7221500277519226,2.992918014526367,1.7271513938903809,0
3
+ 1,-0.5830832123756409,-0.5801879167556763,2.826049327850342,0.9093354344367981,0
4
+ 2,0.3187812566757202,-0.31169819831848145,2.5760982036590576,0.2574220895767212,0
5
+ 3,0.3395143449306488,0.1311807483434677,2.604252338409424,-0.2085348665714264,0
6
+ 4,-0.45075523853302,0.5081884264945984,2.92690372467041,-0.6761530637741089,0
7
+ 5,-0.05587318539619446,0.5819532871246338,2.8457891941070557,-0.3623855412006378,0
8
+ 6,0.08138202130794525,0.47849753499031067,2.9495222568511963,-0.12139727175235748,0
9
+ 7,0.15882456302642822,0.10179957002401352,2.71803879737854,0.27543818950653076,0
10
+ 8,-0.5081783533096313,-0.41749852895736694,2.870466947555542,0.7900129556655884,0
11
+ 9,-0.44232892990112305,-0.6515218019485474,2.836721658706665,0.757908821105957,0
12
+ 10,-0.3690606355667114,-0.6747650504112244,2.785350799560547,0.7360113859176636,0
13
+ 11,-0.1241462230682373,-0.5350604057312012,2.6755359172821045,0.6009118556976318,0
14
+ 12,0.14913645386695862,-0.14413297176361084,2.6550326347351074,0.348132461309433,0
15
+ 13,0.28933238983154297,0.33353036642074585,2.7587194442749023,0.10424972325563431,0
16
+ 14,0.127130389213562,0.5427125096321106,2.938265323638916,-0.086905837059021,0
17
+ 15,0.027903571724891663,0.5612702369689941,2.964799642562866,0.15959833562374115,0
18
+ 16,-0.13595685362815857,0.3784423768520355,2.9455788135528564,0.34267958998680115,0
19
+ 17,-0.43978244066238403,-0.19525106251239777,2.919384717941284,0.6726992726325989,0
20
+ 18,-0.8632527589797974,-0.6230220794677734,2.98282527923584,1.0327290296554565,0
21
+ 19,-0.5695151090621948,-0.7256278991699219,2.9652886390686035,0.7565280199050903,0
22
+ 20,-0.38071417808532715,-0.6677602529525757,2.8760926723480225,0.6569230556488037,0
23
+ 21,-0.0708722472190857,-0.3876968324184418,2.7725579738616943,0.4506158232688904,0
24
+ 22,0.16748668253421783,0.1281677633523941,2.7654008865356445,0.21941398084163666,0
25
+ 23,0.18973308801651,0.4743320941925049,2.92319393157959,0.03937453776597977,0
26
+ 24,-0.0757957398891449,0.5634526014328003,2.986745595932007,0.24135169386863708,0
27
+ 25,-0.29983633756637573,0.4930661618709564,3.0329339504241943,0.4192039370536804,0
28
+ 26,-0.5030246376991272,0.09122336655855179,2.998574733734131,0.6567514538764954,0
29
+ 27,-1.004526972770691,-0.4968785345554352,3.019510507583618,1.1373180150985718,0
30
+ 28,-0.6807944774627686,-0.707469642162323,2.9986538887023926,0.834442138671875,0
31
+ 29,-0.5351880192756653,-0.7272953987121582,2.947100877761841,0.7403886914253235,0
32
+ 30,-0.2258009910583496,-0.5644326210021973,2.823056936264038,0.5550456047058105,0
33
+ 31,0.05635303258895874,-0.11241695284843445,2.7833688259124756,0.3125796914100647,0
34
+ 32,0.076263427734375,0.36480897665023804,2.910026788711548,0.16601133346557617,0
35
+ 33,0.03430141508579254,0.548809289932251,2.9969303607940674,0.1210697740316391,0
36
+ 34,-0.336114764213562,0.5507640838623047,3.0506463050842285,0.4377700090408325,0
37
+ 35,-0.5227723717689514,0.31598836183547974,3.028595209121704,0.6464787125587463,0
38
+ 36,-0.8577451705932617,-0.3038473427295685,2.994305372238159,1.0157413482666016,0
39
+ 37,-0.8571562170982361,-0.6657071113586426,3.029421329498291,0.9800364375114441,0
40
+ 38,-0.6334481239318848,-0.7431200742721558,2.989468812942505,0.7962808609008789,0
41
+ 39,-0.3477540612220764,-0.6655902862548828,2.8750267028808594,0.6250289082527161,0
42
+ 40,-0.01618891954421997,-0.33627915382385254,2.7759881019592285,0.3925023674964905,0
43
+ 41,0.1359829306602478,0.20372715592384338,2.803701400756836,0.21261721849441528,0
44
+ 42,0.046865105628967285,0.5054718255996704,2.9941136837005615,0.11132276058197021,0
45
+ 43,-0.2946181297302246,0.5664752721786499,3.036284923553467,0.41063475608825684,0
46
+ 44,-0.5539368987083435,0.4512830078601837,3.0831804275512695,0.623058021068573,0
47
+ 45,-0.6895231008529663,-0.05253876373171806,2.9959051609039307,0.8459194898605347,0
48
+ 46,-1.2282339334487915,-0.5867278575897217,3.073491096496582,1.3070443868637085,0
49
+ 47,-0.7379890084266663,-0.7357865571975708,3.0333282947540283,0.856962263584137,0
50
+ 48,-0.47324204444885254,-0.7225109338760376,2.9312310218811035,0.694312572479248,0
51
+ 49,-0.14309066534042358,-0.5070840716362,2.8205320835113525,0.47486013174057007,0
52
+ 50,0.11598917841911316,0.0032899335492402315,2.7777905464172363,0.25852182507514954,0
53
+ 51,0.048013538122177124,0.42830124497413635,2.9455995559692383,0.15868845582008362,0
54
+ 52,-0.17206266522407532,0.5604754686355591,3.0231802463531494,0.3011839687824249,0
55
+ 53,-0.529120922088623,0.5236251950263977,3.087876796722412,0.59354567527771,0
56
+ 54,-0.7003153562545776,0.1846826821565628,3.0433452129364014,0.8092716932296753,0
57
+ 55,-1.1191990375518799,-0.451252818107605,3.0512683391571045,1.2202322483062744,0
58
+ 56,-0.8146564364433289,-0.710033655166626,3.042553424835205,0.9244045615196228,0
59
+ 57,-0.5991853475570679,-0.748104453086853,2.977787733078003,0.773699164390564,0
60
+ 58,-0.2611832022666931,-0.621837854385376,2.848083019256592,0.5654017329216003,0
61
+ 59,0.03665626049041748,-0.2117907702922821,2.7817370891571045,0.33390820026397705,0
62
+ 60,0.06369224190711975,0.30814024806022644,2.8759684562683105,0.21264085173606873,0
63
+ 61,-0.04174935817718506,0.5356789231300354,3.028665781021118,0.16538512706756592,0
64
+ 62,-0.4615810513496399,0.5559769868850708,3.0704922676086426,0.5433903336524963,0
65
+ 63,-0.7128567695617676,0.3592306077480316,3.095522403717041,0.7696359157562256,0
66
+ 64,-0.973534107208252,-0.24903859198093414,3.0424444675445557,1.0833911895751953,0
67
+ 65,-1.0312623977661133,-0.659530758857727,3.0665745735168457,1.1169893741607666,0
68
+ 66,-0.709248960018158,-0.7515300512313843,3.012453556060791,0.849096953868866,0
69
+ 67,-0.40050381422042847,-0.69414222240448,2.8962438106536865,0.656561553478241,0
70
+ 68,-0.058126211166381836,-0.4015769362449646,2.7923641204833984,0.4180636405944824,0
71
+ 69,0.09788592159748077,0.14412710070610046,2.818671226501465,0.2357444018125534,0
72
+ 70,-0.012793302536010742,0.4848906099796295,3.004584312438965,0.16051054000854492,0
73
+ 71,-0.3560105860233307,0.5632020831108093,3.0358238220214844,0.47248831391334534,0
74
+ 72,-0.6642260551452637,0.46945878863334656,3.110889434814453,0.7056381702423096,0
75
+ 73,-0.8064755797386169,-0.0018938236171379685,3.0420477390289307,0.9167293906211853,0
76
+ 74,-1.3265846967697144,-0.5707415342330933,3.1099040508270264,1.368982195854187,0
77
+ 75,-0.7976353168487549,-0.738146185874939,3.0404815673828125,0.9094552993774414,0
78
+ 76,-0.5153139233589172,-0.7363249659538269,2.9366772174835205,0.7309382557868958,0
79
+ 77,-0.1843772530555725,-0.5454647541046143,2.8292183876037598,0.5074604153633118,0
80
+ 78,0.07764005661010742,-0.05400378257036209,2.786414623260498,0.28824687004089355,0
81
+ 79,-0.0003758370876312256,0.40018922090530396,2.946676015853882,0.2060013711452484,0
training/sarl/CylinderJet2D-medium-v0/DPC/1/test/test_eval_sequences.csv ADDED
@@ -0,0 +1,801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ step,reward,action_0,drag,lift,episode
2
+ 0,-1.567767858505249,-0.7221500277519226,2.992918014526367,1.7271513938903809,0
3
+ 1,-0.5830832123756409,-0.5801879167556763,2.826049327850342,0.9093354344367981,0
4
+ 2,0.3187812566757202,-0.31169819831848145,2.5760982036590576,0.2574220895767212,0
5
+ 3,0.3395143449306488,0.1311807483434677,2.604252338409424,-0.2085348665714264,0
6
+ 4,-0.45075523853302,0.5081884264945984,2.92690372467041,-0.6761530637741089,0
7
+ 5,-0.05587318539619446,0.5819532871246338,2.8457891941070557,-0.3623855412006378,0
8
+ 6,0.08138202130794525,0.47849753499031067,2.9495222568511963,-0.12139727175235748,0
9
+ 7,0.15882456302642822,0.10179957002401352,2.71803879737854,0.27543818950653076,0
10
+ 8,-0.5081783533096313,-0.41749852895736694,2.870466947555542,0.7900129556655884,0
11
+ 9,-0.44232892990112305,-0.6515218019485474,2.836721658706665,0.757908821105957,0
12
+ 10,-0.3690606355667114,-0.6747650504112244,2.785350799560547,0.7360113859176636,0
13
+ 11,-0.1241462230682373,-0.5350604057312012,2.6755359172821045,0.6009118556976318,0
14
+ 12,0.14913645386695862,-0.14413297176361084,2.6550326347351074,0.348132461309433,0
15
+ 13,0.28933238983154297,0.33353036642074585,2.7587194442749023,0.10424972325563431,0
16
+ 14,0.127130389213562,0.5427125096321106,2.938265323638916,-0.086905837059021,0
17
+ 15,0.027903571724891663,0.5612702369689941,2.964799642562866,0.15959833562374115,0
18
+ 16,-0.13595685362815857,0.3784423768520355,2.9455788135528564,0.34267958998680115,0
19
+ 17,-0.43978244066238403,-0.19525106251239777,2.919384717941284,0.6726992726325989,0
20
+ 18,-0.8632527589797974,-0.6230220794677734,2.98282527923584,1.0327290296554565,0
21
+ 19,-0.5695151090621948,-0.7256278991699219,2.9652886390686035,0.7565280199050903,0
22
+ 20,-0.38071417808532715,-0.6677602529525757,2.8760926723480225,0.6569230556488037,0
23
+ 21,-0.0708722472190857,-0.3876968324184418,2.7725579738616943,0.4506158232688904,0
24
+ 22,0.16748668253421783,0.1281677633523941,2.7654008865356445,0.21941398084163666,0
25
+ 23,0.18973308801651,0.4743320941925049,2.92319393157959,0.03937453776597977,0
26
+ 24,-0.0757957398891449,0.5634526014328003,2.986745595932007,0.24135169386863708,0
27
+ 25,-0.29983633756637573,0.4930661618709564,3.0329339504241943,0.4192039370536804,0
28
+ 26,-0.5030246376991272,0.09122336655855179,2.998574733734131,0.6567514538764954,0
29
+ 27,-1.004526972770691,-0.4968785345554352,3.019510507583618,1.1373180150985718,0
30
+ 28,-0.6807944774627686,-0.707469642162323,2.9986538887023926,0.834442138671875,0
31
+ 29,-0.5351880192756653,-0.7272953987121582,2.947100877761841,0.7403886914253235,0
32
+ 30,-0.2258009910583496,-0.5644326210021973,2.823056936264038,0.5550456047058105,0
33
+ 31,0.05635303258895874,-0.11241695284843445,2.7833688259124756,0.3125796914100647,0
34
+ 32,0.076263427734375,0.36480897665023804,2.910026788711548,0.16601133346557617,0
35
+ 33,0.03430141508579254,0.548809289932251,2.9969303607940674,0.1210697740316391,0
36
+ 34,-0.336114764213562,0.5507640838623047,3.0506463050842285,0.4377700090408325,0
37
+ 35,-0.5227723717689514,0.31598836183547974,3.028595209121704,0.6464787125587463,0
38
+ 36,-0.8577451705932617,-0.3038473427295685,2.994305372238159,1.0157413482666016,0
39
+ 37,-0.8571562170982361,-0.6657071113586426,3.029421329498291,0.9800364375114441,0
40
+ 38,-0.6334481239318848,-0.7431200742721558,2.989468812942505,0.7962808609008789,0
41
+ 39,-0.3477540612220764,-0.6655902862548828,2.8750267028808594,0.6250289082527161,0
42
+ 40,-0.01618891954421997,-0.33627915382385254,2.7759881019592285,0.3925023674964905,0
43
+ 41,0.1359829306602478,0.20372715592384338,2.803701400756836,0.21261721849441528,0
44
+ 42,0.046865105628967285,0.5054718255996704,2.9941136837005615,0.11132276058197021,0
45
+ 43,-0.2946181297302246,0.5664752721786499,3.036284923553467,0.41063475608825684,0
46
+ 44,-0.5539368987083435,0.4512830078601837,3.0831804275512695,0.623058021068573,0
47
+ 45,-0.6895231008529663,-0.05253876373171806,2.9959051609039307,0.8459194898605347,0
48
+ 46,-1.2282339334487915,-0.5867278575897217,3.073491096496582,1.3070443868637085,0
49
+ 47,-0.7379890084266663,-0.7357865571975708,3.0333282947540283,0.856962263584137,0
50
+ 48,-0.47324204444885254,-0.7225109338760376,2.9312310218811035,0.694312572479248,0
51
+ 49,-0.14309066534042358,-0.5070840716362,2.8205320835113525,0.47486013174057007,0
52
+ 50,0.11598917841911316,0.0032899335492402315,2.7777905464172363,0.25852182507514954,0
53
+ 51,0.048013538122177124,0.42830124497413635,2.9455995559692383,0.15868845582008362,0
54
+ 52,-0.17206266522407532,0.5604754686355591,3.0231802463531494,0.3011839687824249,0
55
+ 53,-0.529120922088623,0.5236251950263977,3.087876796722412,0.59354567527771,0
56
+ 54,-0.7003153562545776,0.1846826821565628,3.0433452129364014,0.8092716932296753,0
57
+ 55,-1.1191990375518799,-0.451252818107605,3.0512683391571045,1.2202322483062744,0
58
+ 56,-0.8146564364433289,-0.710033655166626,3.042553424835205,0.9244045615196228,0
59
+ 57,-0.5991853475570679,-0.748104453086853,2.977787733078003,0.773699164390564,0
60
+ 58,-0.2611832022666931,-0.621837854385376,2.848083019256592,0.5654017329216003,0
61
+ 59,0.03665626049041748,-0.2117907702922821,2.7817370891571045,0.33390820026397705,0
62
+ 60,0.06369224190711975,0.30814024806022644,2.8759684562683105,0.21264085173606873,0
63
+ 61,-0.04174935817718506,0.5356789231300354,3.028665781021118,0.16538512706756592,0
64
+ 62,-0.4615810513496399,0.5559769868850708,3.0704922676086426,0.5433903336524963,0
65
+ 63,-0.7128567695617676,0.3592306077480316,3.095522403717041,0.7696359157562256,0
66
+ 64,-0.973534107208252,-0.24903859198093414,3.0424444675445557,1.0833911895751953,0
67
+ 65,-1.0312623977661133,-0.659530758857727,3.0665745735168457,1.1169893741607666,0
68
+ 66,-0.709248960018158,-0.7515300512313843,3.012453556060791,0.849096953868866,0
69
+ 67,-0.40050381422042847,-0.69414222240448,2.8962438106536865,0.656561553478241,0
70
+ 68,-0.058126211166381836,-0.4015769362449646,2.7923641204833984,0.4180636405944824,0
71
+ 69,0.09788592159748077,0.14412710070610046,2.818671226501465,0.2357444018125534,0
72
+ 70,-0.012793302536010742,0.4848906099796295,3.004584312438965,0.16051054000854492,0
73
+ 71,-0.3560105860233307,0.5632020831108093,3.0358238220214844,0.47248831391334534,0
74
+ 72,-0.6642260551452637,0.46945878863334656,3.110889434814453,0.7056381702423096,0
75
+ 73,-0.8064755797386169,-0.0018938236171379685,3.0420477390289307,0.9167293906211853,0
76
+ 74,-1.3265846967697144,-0.5707415342330933,3.1099040508270264,1.368982195854187,0
77
+ 75,-0.7976353168487549,-0.738146185874939,3.0404815673828125,0.9094552993774414,0
78
+ 76,-0.5153139233589172,-0.7363249659538269,2.9366772174835205,0.7309382557868958,0
79
+ 77,-0.1843772530555725,-0.5454647541046143,2.8292183876037598,0.5074604153633118,0
80
+ 78,0.07764005661010742,-0.05400378257036209,2.786414623260498,0.28824687004089355,0
81
+ 79,-0.0003758370876312256,0.40018922090530396,2.946676015853882,0.2060013711452484,0
82
+ 0,-0.38329440355300903,-0.6090196967124939,2.903193235397339,0.6324027180671692,1
83
+ 1,-0.1452392041683197,-0.3229994773864746,2.830207109451294,-0.4673336446285248,1
84
+ 2,-0.9862170219421387,0.09156523644924164,2.8862571716308594,-1.2522614002227783,1
85
+ 3,-1.7183283567428589,0.4939487874507904,3.0979907512664795,-1.7726391553878784,1
86
+ 4,-1.3539676666259766,0.6519629955291748,3.053044557571411,-1.4532246589660645,1
87
+ 5,-0.9132024049758911,0.5829473733901978,2.8762121200561523,-1.1892918348312378,1
88
+ 6,-0.17740893363952637,0.29837432503700256,2.646632671356201,-0.6830778121948242,1
89
+ 7,0.3813382685184479,-0.1726675033569336,2.653925657272339,-0.11703762412071228,1
90
+ 8,-0.15639156103134155,-0.4935060739517212,2.886317491531372,0.4223756194114685,1
91
+ 9,-0.16321206092834473,-0.6129724979400635,2.868725299835205,0.44678831100463867,1
92
+ 10,-0.5019286274909973,-0.5422608852386475,3.1384270191192627,0.5158031582832336,1
93
+ 11,0.2188025861978531,-0.24398064613342285,2.727860689163208,0.20563827455043793,1
94
+ 12,0.2987006604671478,0.23611754179000854,2.7699899673461914,-0.0836109146475792,1
95
+ 13,-0.2108127474784851,0.5216758251190186,2.886425018310547,-0.47668927907943726,1
96
+ 14,-0.0405084490776062,0.5871395468711853,2.9074981212615967,-0.28531187772750854,1
97
+ 15,0.06865644454956055,0.5012969970703125,2.8868322372436523,-0.19681286811828613,1
98
+ 16,0.33089569211006165,0.09769602119922638,2.72660756111145,0.09479830414056778,1
99
+ 17,-0.27726078033447266,-0.4543171226978302,2.83309006690979,0.5964722633361816,1
100
+ 18,-0.2923562526702881,-0.6671619415283203,2.8485634326934814,0.5960943698883057,1
101
+ 19,-0.3997822403907776,-0.6765420436859131,2.908195734024048,0.6438880562782288,1
102
+ 20,-0.17413592338562012,-0.5045426487922668,2.779952049255371,0.546485424041748,1
103
+ 21,0.20345133543014526,-0.08482261002063751,2.656097888946533,0.29275232553482056,1
104
+ 22,0.3572470545768738,0.3618183434009552,2.7559282779693604,0.03912621736526489,1
105
+ 23,0.10358604788780212,0.5404601693153381,2.9262218475341797,-0.12249365448951721,1
106
+ 24,0.13663440942764282,0.5514476299285889,2.9712541103363037,0.04441302269697189,1
107
+ 25,0.015442848205566406,0.3556261360645294,2.924114227294922,0.21274447441101074,1
108
+ 26,-0.30465495586395264,-0.1917208433151245,2.9051616191864014,0.5517948865890503,1
109
+ 27,-0.7620007991790771,-0.5986868143081665,2.9388694763183594,0.9754328727722168,1
110
+ 28,-0.5448138117790222,-0.709636926651001,2.9495270252227783,0.7475883364677429,1
111
+ 29,-0.419668972492218,-0.6581606864929199,2.872469186782837,0.6995013356208801,1
112
+ 30,-0.09956920146942139,-0.37132754921913147,2.7541399002075195,0.4977308511734009,1
113
+ 31,0.14089441299438477,0.1394280195236206,2.765001058578491,0.24640607833862305,1
114
+ 32,0.21983224153518677,0.475103497505188,2.9253358840942383,0.007133416831493378,1
115
+ 33,0.017171919345855713,0.5657401084899902,2.976884603500366,0.1582450270652771,1
116
+ 34,-0.13662070035934448,0.5003572702407837,2.999917507171631,0.28900474309921265,1
117
+ 35,-0.29459893703460693,0.1137918159365654,2.931112051010132,0.5157884359359741,1
118
+ 36,-0.7960774898529053,-0.47214648127555847,2.964242696762085,0.9841363430023193,1
119
+ 37,-0.5936082601547241,-0.6934150457382202,2.967388868331909,0.778520941734314,1
120
+ 38,-0.5124915242195129,-0.718277096748352,2.9357097148895264,0.7290833592414856,1
121
+ 39,-0.2359803318977356,-0.5586722493171692,2.8159148693084717,0.5723670125007629,1
122
+ 40,0.07737073302268982,-0.11940846592187881,2.744293689727783,0.330637127161026,1
123
+ 41,0.1373937577009201,0.35562509298324585,2.867771625518799,0.1471361666917801,1
124
+ 42,0.1257055699825287,0.5461843609809875,2.9763591289520264,0.05023685470223427,1
125
+ 43,-0.20694047212600708,0.5549914836883545,3.0307421684265137,0.32849985361099243,1
126
+ 44,-0.3854619264602661,0.3419530987739563,3.013873338699341,0.5238901376724243,1
127
+ 45,-0.6458926200866699,-0.25580033659935,2.9420125484466553,0.8561816215515137,1
128
+ 46,-0.8674510717391968,-0.6442006826400757,3.002655267715454,1.0170973539352417,1
129
+ 47,-0.6093970537185669,-0.7343093156814575,2.9829559326171875,0.7787426710128784,1
130
+ 48,-0.3666285276412964,-0.6677441000938416,2.8803398609161377,0.6385902166366577,1
131
+ 49,-0.04543927311897278,-0.3561077117919922,2.785062789916992,0.4126780331134796,1
132
+ 50,0.14974473416805267,0.17849406599998474,2.79158878326416,0.2109680324792862,1
133
+ 51,0.10168255865573883,0.4966825842857361,2.9727425575256348,0.07787643373012543,1
134
+ 52,-0.20421689748764038,0.5687708854675293,3.0233263969421387,0.33319205045700073,1
135
+ 53,-0.43506187200546265,0.4732532203197479,3.0618038177490234,0.5255596041679382,1
136
+ 54,-0.5501535534858704,0.010206273756921291,2.959210157394409,0.7432449460029602,1
137
+ 55,-1.10335111618042,-0.5520110130310059,3.0429108142852783,1.2127418518066406,1
138
+ 56,-0.6862143874168396,-0.724319577217102,3.0100154876708984,0.8285004496574402,1
139
+ 57,-0.4774545431137085,-0.7238203287124634,2.936067819595337,0.6936882734298706,1
140
+ 58,-0.16138514876365662,-0.5279688239097595,2.82499623298645,0.48869046568870544,1
141
+ 59,0.10349524021148682,-0.036887459456920624,2.786515951156616,0.262290358543396,1
142
+ 60,0.07073034346103668,0.40896978974342346,2.9386205673217773,0.142950639128685,1
143
+ 61,-0.0714862048625946,0.5590925812721252,3.00732421875,0.21646353602409363,1
144
+ 62,-0.43215805292129517,0.5374985933303833,3.068575143814087,0.5158844590187073,1
145
+ 63,-0.6334155797958374,0.24110576510429382,3.052414894104004,0.7333022356033325,1
146
+ 64,-1.0093835592269897,-0.39612480998039246,3.028369188308716,1.133315920829773,1
147
+ 65,-0.7780631184577942,-0.6930942535400391,3.026794672012329,0.9035699963569641,1
148
+ 66,-0.6086708903312683,-0.7459255456924438,2.986475706100464,0.7744967341423035,1
149
+ 67,-0.2886967658996582,-0.6384568214416504,2.860997438430786,0.5800008773803711,1
150
+ 68,0.013731002807617188,-0.2581372857093811,2.7932794094085693,0.3452911376953125,1
151
+ 69,0.09560458362102509,0.273680180311203,2.8580968379974365,0.19860012829303741,1
152
+ 70,0.0013156384229660034,0.5275207161903381,3.0151939392089844,0.13579197227954865,1
153
+ 71,-0.3811987638473511,0.5626323223114014,3.056112051010132,0.47738826274871826,1
154
+ 72,-0.638252317905426,0.40002113580703735,3.09252667427063,0.6980271935462952,1
155
+ 73,-0.8583619594573975,-0.17340320348739624,3.0319597721099854,0.9787037372589111,1
156
+ 74,-1.0830119848251343,-0.6332903504371643,3.0606179237365723,1.174695611000061,1
157
+ 75,-0.7080735564231873,-0.7455216646194458,3.0179474353790283,0.842427670955658,1
158
+ 76,-0.41887760162353516,-0.7053481340408325,2.9087929725646973,0.6623861789703369,1
159
+ 77,-0.09559628367424011,-0.44241783022880554,2.8165111541748047,0.43138667941093445,1
160
+ 78,0.10078844428062439,0.09537366777658463,2.8197271823883057,0.23178592324256897,1
161
+ 79,0.0192575603723526,0.46756500005722046,2.987004518508911,0.1460394710302353,1
162
+ 0,-2.4843668937683105,-0.728775680065155,3.1354565620422363,2.5012118816375732,2
163
+ 1,-1.8104743957519531,-0.7007562518119812,2.9483511447906494,2.0144248008728027,2
164
+ 2,-1.0472584962844849,-0.5646508932113647,2.6004936695098877,1.5990663766860962,2
165
+ 3,-0.3003183603286743,-0.26163026690483093,2.3660104274749756,1.0866094827651978,2
166
+ 4,0.07496035099029541,0.1423647552728653,2.5055065155029297,0.5718346834182739,2
167
+ 5,0.12254112958908081,0.40656816959381104,2.831752300262451,0.19800812005996704,2
168
+ 6,0.007818132638931274,0.4611263573169708,2.9889917373657227,0.1554916799068451,2
169
+ 7,-0.17047074437141418,0.32623490691185,2.944120407104492,0.378651887178421,2
170
+ 8,-0.5774737596511841,-0.10865652561187744,2.877326011657715,0.8524492979049683,2
171
+ 9,-1.175154447555542,-0.547721803188324,2.9026973247528076,1.4247586727142334,2
172
+ 10,-1.0583763122558594,-0.6864075660705566,2.875420570373535,1.3352572917938232,2
173
+ 11,-1.1048669815063477,-0.6699707508087158,2.79362154006958,1.4635469913482666,2
174
+ 12,-0.8743107318878174,-0.521011471748352,2.6370935440063477,1.3895187377929688,2
175
+ 13,-0.35080063343048096,-0.16908173263072968,2.4941461086273193,1.0089560747146606,2
176
+ 14,-0.05729532241821289,0.2277292162179947,2.5964484214782715,0.6131484508514404,2
177
+ 15,0.07973256707191467,0.4398597180843353,2.857952117919922,0.21461686491966248,2
178
+ 16,0.00637875497341156,0.4756314158439636,3.00347900390625,0.14244379103183746,2
179
+ 17,0.03847724199295044,0.32851725816726685,2.8758304119110107,0.23799389600753784,2
180
+ 18,-0.36385130882263184,-0.15232105553150177,2.846529483795166,0.6696233749389648,2
181
+ 19,-0.9080584049224854,-0.5691052079200745,2.8708038330078125,1.1895561218261719,2
182
+ 20,-0.8348808288574219,-0.6932519674301147,2.872412919998169,1.114769458770752,2
183
+ 21,-0.8837156295776367,-0.6620801687240601,2.786273956298828,1.2497432231903076,2
184
+ 22,-0.5840777158737183,-0.45563289523124695,2.594364643096924,1.1420146226882935,2
185
+ 23,-0.0939168930053711,-0.06893783062696457,2.453935146331787,0.792283296585083,2
186
+ 24,0.0665464699268341,0.29659348726272583,2.6232566833496094,0.46249839663505554,2
187
+ 25,0.21325764060020447,0.4688958525657654,2.8760616779327393,0.0629822313785553,2
188
+ 26,0.09651400148868561,0.477999746799469,2.94445538520813,0.11133216321468353,2
189
+ 27,0.03184102475643158,0.27757441997528076,2.892590045928955,0.22787047922611237,2
190
+ 28,-0.4433794617652893,-0.24355638027191162,2.868269681930542,0.7274113297462463,2
191
+ 29,-0.8097071647644043,-0.6032238006591797,2.871870994567871,1.0901377201080322,2
192
+ 30,-0.819727897644043,-0.7003594040870667,2.886028289794922,1.0860011577606201,2
193
+ 31,-0.8010653257369995,-0.6437994837760925,2.7710282802581787,1.1823385953903198,2
194
+ 32,-0.4757882356643677,-0.39373114705085754,2.5974950790405273,1.0305947065353394,2
195
+ 33,-0.1225501298904419,0.02262953668832779,2.568439483642578,0.7064121961593628,2
196
+ 34,0.02750524878501892,0.3572038412094116,2.7535054683685303,0.37129083275794983,2
197
+ 35,0.1672939956188202,0.4919559955596924,2.9020214080810547,0.08298614621162415,2
198
+ 36,0.049976617097854614,0.4655517637729645,2.9510204792022705,0.1513044536113739,2
199
+ 37,-0.07082560658454895,0.19079135358333588,2.892584800720215,0.33054235577583313,2
200
+ 38,-0.6838091611862183,-0.3615315556526184,2.894031286239624,0.9420794248580933,2
201
+ 39,-0.7481918334960938,-0.6469219326972961,2.8909387588500977,1.0095546245574951,2
202
+ 40,-0.8332444429397583,-0.7085360288619995,2.8892292976379395,1.0963166952133179,2
203
+ 41,-0.7046482563018799,-0.6121373772621155,2.737901449203491,1.1190483570098877,2
204
+ 42,-0.3532302975654602,-0.30830076336860657,2.598187208175659,0.9073446393013,2
205
+ 43,-0.06262385845184326,0.12934960424900055,2.627415418624878,0.5875099897384644,2
206
+ 44,0.060540586709976196,0.4175741970539093,2.82560133934021,0.26615962386131287,2
207
+ 45,0.07089225947856903,0.5082607269287109,2.9365856647491455,0.14482362568378448,2
208
+ 46,-0.04984724521636963,0.4314156174659729,2.9629478454589844,0.23920094966888428,2
209
+ 47,-0.2231115698814392,0.05092433840036392,2.8903143405914307,0.48509877920150757,2
210
+ 48,-0.953963041305542,-0.4856410026550293,2.928335189819336,1.177929401397705,2
211
+ 49,-0.7358857989311218,-0.6881577968597412,2.9118282794952393,0.9763590693473816,2
212
+ 50,-0.8098611831665039,-0.7085199356079102,2.877512216567993,1.0846505165100098,2
213
+ 51,-0.565666913986206,-0.5566145777702332,2.705115556716919,1.0128529071807861,2
214
+ 52,-0.2180243730545044,-0.1818128377199173,2.622389793395996,0.7479361295700073,2
215
+ 53,-0.011674165725708008,0.2527836263179779,2.700834274291992,0.46314144134521484,2
216
+ 54,0.08403438329696655,0.4758201837539673,2.913449287414551,0.1548178791999817,2
217
+ 55,-0.07572716474533081,0.5137746930122375,2.9692344665527344,0.25879424810409546,2
218
+ 56,-0.21016934514045715,0.3576916456222534,2.977415084838867,0.385055810213089,2
219
+ 57,-0.5460591912269592,-0.15444323420524597,2.933959484100342,0.7644012570381165,2
220
+ 58,-0.9958438873291016,-0.5963416695594788,2.9489822387695312,1.1991631984710693,2
221
+ 59,-0.7974566221237183,-0.7204033136367798,2.9384539127349854,1.011304259300232,2
222
+ 60,-0.704859733581543,-0.6886821985244751,2.8364486694335938,1.0207126140594482,2
223
+ 61,-0.3843957781791687,-0.4577080309391022,2.686889171600342,0.8498081564903259,2
224
+ 62,-0.07924866676330566,-0.004709387663751841,2.6714744567871094,0.5600757598876953,2
225
+ 63,0.0014981329441070557,0.3776273727416992,2.8282036781311035,0.32259973883628845,2
226
+ 64,0.0217161625623703,0.5193368196487427,2.9478752613067627,0.18271012604236603,2
227
+ 65,-0.2289673089981079,0.4938083291053772,3.012996196746826,0.36827266216278076,2
228
+ 66,-0.41788965463638306,0.20131315290927887,2.9929895401000977,0.5772016644477844,2
229
+ 67,-0.9487924575805664,-0.3931601047515869,2.973306894302368,1.1277871131896973,2
230
+ 68,-0.7762969136238098,-0.6791961193084717,2.961313009262085,0.9672854542732239,2
231
+ 69,-0.7641653418540955,-0.7344298362731934,2.93001127243042,0.9864556193351746,2
232
+ 70,-0.5247947573661804,-0.6296894550323486,2.7877745628356934,0.8893217444419861,2
233
+ 71,-0.19193291664123535,-0.28591129183769226,2.7017571926116943,0.64247727394104,2
234
+ 72,0.006426602602005005,0.20301668345928192,2.7510769367218018,0.39479801058769226,2
235
+ 73,0.024685263633728027,0.47841599583625793,2.937190532684326,0.19042575359344482,2
236
+ 74,-0.20222431421279907,0.5372568368911743,2.995316743850708,0.3592091202735901,2
237
+ 75,-0.42048364877700806,0.41469255089759827,3.0420477390289307,0.5307374596595764,2
238
+ 76,-0.6766392588615417,-0.07790890336036682,3.0055816173553467,0.8233591914176941,2
239
+ 77,-1.1882100105285645,-0.5845031142234802,3.025055408477783,1.3154561519622803,2
240
+ 78,-0.7974263429641724,-0.730277419090271,2.9839935302734375,0.9657343626022339,2
241
+ 79,-0.6289405226707458,-0.7154538631439209,2.8881359100341797,0.8931061625480652,2
242
+ 0,-2.408494234085083,-0.7319028377532959,3.124774932861328,2.436020851135254,3
243
+ 1,-1.6966986656188965,-0.6937360763549805,2.933628559112549,1.9153716564178467,3
244
+ 2,-0.9245848655700684,-0.5467979907989502,2.5980021953582764,1.478884220123291,3
245
+ 3,-0.190565288066864,-0.22975628077983856,2.3825793266296387,0.9602875113487244,3
246
+ 4,0.1525767743587494,0.1818537414073944,2.534339427947998,0.4653853476047516,3
247
+ 5,0.1940915286540985,0.4341403841972351,2.8580684661865234,0.10014155507087708,3
248
+ 6,0.01869763433933258,0.46949559450149536,2.9855945110321045,0.14800940454006195,3
249
+ 7,-0.1433684229850769,0.31684428453445435,2.9190239906311035,0.3766459822654724,3
250
+ 8,-0.5820708870887756,-0.1421668529510498,2.8708887100219727,0.863483726978302,3
251
+ 9,-1.12466299533844,-0.5645201802253723,2.897618293762207,1.379346251487732,3
252
+ 10,-1.0284172296524048,-0.6904926300048828,2.886098861694336,1.2946199178695679,3
253
+ 11,-0.9572873115539551,-0.6647593379020691,2.7477755546569824,1.3618133068084717,3
254
+ 12,-0.7433605194091797,-0.4974876046180725,2.631911516189575,1.2637505531311035,3
255
+ 13,-0.24528169631958008,-0.11861978471279144,2.5153591632843018,0.8822240829467773,3
256
+ 14,0.03454786539077759,0.276930570602417,2.606915235519409,0.5108384490013123,3
257
+ 15,0.11936779320240021,0.4674154818058014,2.9107930660247803,0.12214069068431854,3
258
+ 16,-0.027751460671424866,0.4830210208892822,3.0042102336883545,0.1758427768945694,3
259
+ 17,-0.026957213878631592,0.2987804710865021,2.878666877746582,0.3005918860435486,3
260
+ 18,-0.5001000761985779,-0.22591637074947357,2.868490219116211,0.783911406993866,3
261
+ 19,-0.8834666013717651,-0.6040932536125183,2.8915514945983887,1.1442166566848755,3
262
+ 20,-0.8366507291793823,-0.704774022102356,2.8926849365234375,1.0962673425674438,3
263
+ 21,-0.7907406091690063,-0.6524906158447266,2.776621103286743,1.1664210557937622,3
264
+ 22,-0.4619671106338501,-0.411641389131546,2.609719753265381,1.0045489072799683,3
265
+ 23,-0.08399391174316406,0.010598884895443916,2.561216354370117,0.6750791072845459,3
266
+ 24,0.09172168374061584,0.3589800000190735,2.71144962310791,0.349130243062973,3
267
+ 25,0.15135633945465088,0.49766305088996887,2.914874315261841,0.08607089519500732,3
268
+ 26,0.00957547128200531,0.4738900065422058,2.9664547443389893,0.17627133429050446,3
269
+ 27,-0.11869978904724121,0.20372426509857178,2.909714698791504,0.36128664016723633,3
270
+ 28,-0.6956519484519958,-0.35582029819488525,2.9118330478668213,0.9361204504966736,3
271
+ 29,-0.7559279203414917,-0.6487311124801636,2.8997652530670166,1.0084642171859741,3
272
+ 30,-0.8106162548065186,-0.7126418352127075,2.8991734981536865,1.063744306564331,3
273
+ 31,-0.6604032516479492,-0.6178891062736511,2.751232624053955,1.0614721775054932,3
274
+ 32,-0.31111419200897217,-0.3084270656108856,2.6227126121520996,0.8407031297683716,3
275
+ 33,-0.020472347736358643,0.14191558957099915,2.6426103115081787,0.530163586139679,3
276
+ 34,0.07363124191761017,0.43256521224975586,2.850463390350342,0.22820691764354706,3
277
+ 35,0.03682221472263336,0.5186466574668884,2.947432518005371,0.16804681718349457,3
278
+ 36,-0.10390964150428772,0.43669402599334717,2.9762139320373535,0.2799972593784332,3
279
+ 37,-0.2916961908340454,0.038581423461437225,2.912102699279785,0.5318950414657593,3
280
+ 38,-0.9886122941970825,-0.5018470287322998,2.9541923999786377,1.1867214441299438,3
281
+ 39,-0.7389381527900696,-0.696286141872406,2.9308557510375977,0.960383951663971,3
282
+ 40,-0.7566964626312256,-0.7114935517311096,2.8835647106170654,1.0254333019256592,3
283
+ 41,-0.48965632915496826,-0.5495994091033936,2.720334529876709,0.9216233491897583,3
284
+ 42,-0.15540403127670288,-0.15325695276260376,2.655473232269287,0.6522323489189148,3
285
+ 43,0.026450812816619873,0.2866608202457428,2.7290945053100586,0.39675623178482056,3
286
+ 44,0.09322424232959747,0.49568259716033936,2.936039686203003,0.12303762137889862,3
287
+ 45,-0.14043286442756653,0.5209848284721375,2.9940996170043945,0.298634797334671,3
288
+ 46,-0.29475241899490356,0.33956336975097656,2.993053436279297,0.4540005326271057,3
289
+ 47,-0.6294655799865723,-0.20763900876045227,2.9384841918945312,0.84328293800354,3
290
+ 48,-0.9663203954696655,-0.6216740012168884,2.9614453315734863,1.1571766138076782,3
291
+ 49,-0.7842675447463989,-0.7286159992218018,2.9569499492645264,0.9796191453933716,3
292
+ 50,-0.6221681237220764,-0.682144284248352,2.837341547012329,0.9371281266212463,3
293
+ 51,-0.2898731827735901,-0.4236801862716675,2.7061705589294434,0.7360041737556458,3
294
+ 52,-0.017358601093292236,0.0567769929766655,2.706775188446045,0.46288496255874634,3
295
+ 53,0.013941764831542969,0.4185445010662079,2.8785574436187744,0.25980234146118164,3
296
+ 54,-0.06484431028366089,0.5347217917442322,2.974226951599121,0.24291890859603882,3
297
+ 55,-0.32091233134269714,0.4851512610912323,3.0333786010742188,0.4398352801799774,3
298
+ 56,-0.5052109956741333,0.13302446901798248,2.990870237350464,0.6666423082351685,3
299
+ 57,-1.069815993309021,-0.46342018246650696,3.0034375190734863,1.2186800241470337,3
300
+ 58,-0.7858052849769592,-0.7018624544143677,2.98098087310791,0.9571259617805481,3
301
+ 59,-0.7077315449714661,-0.7355333566665649,2.9345812797546387,0.9254518151283264,3
302
+ 60,-0.4132048487663269,-0.6008820533752441,2.7877650260925293,0.7777413725852966,3
303
+ 61,-0.0966692566871643,-0.20714037120342255,2.7273755073547363,0.521595299243927,3
304
+ 62,0.037974387407302856,0.2793494164943695,2.7925446033477783,0.32178255915641785,3
305
+ 63,0.014964446425437927,0.5106306076049805,2.976823568344116,0.16051353514194489,3
306
+ 64,-0.3122083246707916,0.5401875376701355,3.031717538833618,0.4327923357486725,3
307
+ 65,-0.5358884930610657,0.36390775442123413,3.061070442199707,0.6271196007728577,3
308
+ 66,-0.841590940952301,-0.20395366847515106,3.013143301010132,0.9807491898536682,3
309
+ 67,-1.0460947751998901,-0.6360288262367249,3.0240297317504883,1.1743665933609009,3
310
+ 68,-0.7666748762130737,-0.7422741055488586,2.988318920135498,0.9306575059890747,3
311
+ 69,-0.5255281925201416,-0.696757435798645,2.8712968826293945,0.8065328598022461,3
312
+ 70,-0.19580501317977905,-0.43221530318260193,2.7670247554779053,0.5810818076133728,3
313
+ 71,0.03646406531333923,0.08082352578639984,2.7730236053466797,0.3428138792514801,3
314
+ 72,0.0009111613035202026,0.44707438349723816,2.94065523147583,0.21073515713214874,3
315
+ 73,-0.20510178804397583,0.5502206087112427,3.0039894580841064,0.3534138798713684,3
316
+ 74,-0.5152671337127686,0.4855504035949707,3.077105760574341,0.5904629230499268,3
317
+ 75,-0.7013300061225891,0.08651018142700195,3.0366525650024414,0.8169789910316467,3
318
+ 76,-1.221543550491333,-0.5130715370178223,3.064392566680908,1.3094525337219238,3
319
+ 77,-0.8216308951377869,-0.7220789194107056,3.021724224090576,0.9522082209587097,3
320
+ 78,-0.6274287700653076,-0.7410248517990112,2.9444944858551025,0.8352358341217041,3
321
+ 79,-0.2960514426231384,-0.5852925777435303,2.8114190101623535,0.6369339823722839,3
322
+ 0,-2.63474178314209,-0.7135467529296875,3.157038927078247,2.630004405975342,4
323
+ 1,-2.0786240100860596,-0.7157498598098755,2.9927163124084473,2.2382092475891113,4
324
+ 2,-1.3359531164169312,-0.6096553206443787,2.612231731414795,1.8760229349136353,4
325
+ 3,-0.6120003461837769,-0.34445980191230774,2.368232250213623,1.3960696458816528,4
326
+ 4,-0.11154299974441528,0.039027485996484756,2.434298276901245,0.8295462727546692,4
327
+ 5,-0.016905277967453003,0.3220472037792206,2.743196964263916,0.426009863615036,4
328
+ 6,0.03860171139240265,0.43351468443870544,2.9530093669891357,0.16069047152996063,4
329
+ 7,-0.1816340982913971,0.3488500416278839,2.977717638015747,0.35621801018714905,4
330
+ 8,-0.5273331999778748,-0.00681672478094697,2.90307354927063,0.7765612006187439,4
331
+ 9,-1.236129641532898,-0.4787045419216156,2.8952910900115967,1.4931401014328003,4
332
+ 10,-1.1533184051513672,-0.663560152053833,2.8912782669067383,1.414341688156128,4
333
+ 11,-1.21484375,-0.6742780208587646,2.76796293258667,1.599182367324829,4
334
+ 12,-1.1784489154815674,-0.5697265863418579,2.6492791175842285,1.681471347808838,4
335
+ 13,-0.6332288980484009,-0.2942925989627838,2.437134027481079,1.3483964204788208,4
336
+ 14,-0.23897218704223633,0.07982402294874191,2.486842155456543,0.9044315814971924,4
337
+ 15,-0.022790074348449707,0.3422452211380005,2.721409320831299,0.4536823034286499,4
338
+ 16,0.18378376960754395,0.43694284558296204,2.888745069503784,0.0797727182507515,4
339
+ 17,0.1930437535047531,0.37992948293685913,2.9033007621765137,0.05595703050494194,4
340
+ 18,0.05823802947998047,0.05886963754892349,2.800257444381714,0.2938060760498047,4
341
+ 19,-0.8213293552398682,-0.4245700240135193,2.811157464981079,1.162473440170288,4
342
+ 20,-0.7158955335617065,-0.6327134966850281,2.802077054977417,1.0661200284957886,4
343
+ 21,-1.0334115028381348,-0.661027193069458,2.8026928901672363,1.3830201625823975,4
344
+ 22,-0.959420919418335,-0.543189287185669,2.6096086502075195,1.5021138191223145,4
345
+ 23,-0.6621043682098389,-0.279139906167984,2.4732518196105957,1.3411540985107422,4
346
+ 24,-0.19110935926437378,0.06377918273210526,2.426586151123047,0.9168247580528259,4
347
+ 25,0.04090562462806702,0.312899112701416,2.665911912918091,0.4454840123653412,4
348
+ 26,0.26920950412750244,0.42398563027381897,2.8549530506134033,-0.02813899517059326,4
349
+ 27,0.17615671455860138,0.3828572630882263,2.8555908203125,-0.12055401504039764,4
350
+ 28,0.39853325486183167,0.12077165395021439,2.738879919052124,0.014888377860188484,4
351
+ 29,-0.3842766284942627,-0.34085339307785034,2.7414355278015137,0.795142650604248,4
352
+ 30,-0.623276948928833,-0.5787312388420105,2.7565083503723145,1.0190701484680176,4
353
+ 31,-0.9376375675201416,-0.6299124956130981,2.7848265171051025,1.305112600326538,4
354
+ 32,-1.047963261604309,-0.5401085615158081,2.6341869831085205,1.5660778284072876,4
355
+ 33,-0.7671087980270386,-0.32027527689933777,2.409200429916382,1.5102099180221558,4
356
+ 34,-0.37381207942962646,-0.029513901099562645,2.3548872470855713,1.1712263822555542,4
357
+ 35,-0.06047922372817993,0.2062583714723587,2.5253067016601562,0.6874740719795227,4
358
+ 36,0.3579677939414978,0.34848567843437195,2.7521660327911377,0.04216771945357323,4
359
+ 37,0.08781075477600098,0.35903221368789673,2.839407205581665,-0.225083589553833,4
360
+ 38,0.11636772751808167,0.22045592963695526,2.7226390838623047,-0.31329473853111267,4
361
+ 39,0.2939334511756897,-0.14425306022167206,2.6315345764160156,0.2268335223197937,4
362
+ 40,-0.26588302850723267,-0.42745915055274963,2.635770320892334,0.7824142575263977,4
363
+ 41,-0.5962936878204346,-0.5165876746177673,2.6917245388031006,1.056870698928833,4
364
+ 42,-1.027490258216858,-0.49126315116882324,2.6540768146514893,1.5257149934768677,4
365
+ 43,-1.0722382068634033,-0.3733275830745697,2.4433069229125977,1.7812328338623047,4
366
+ 44,-0.8474431037902832,-0.2221994400024414,2.261411666870117,1.738332986831665,4
367
+ 45,-0.506691575050354,-0.09234318137168884,2.2433295249938965,1.4156635999679565,4
368
+ 46,-0.1304650902748108,0.02465510182082653,2.3703534603118896,0.9124131798744202,4
369
+ 47,0.24000021815299988,0.10098694264888763,2.585538864135742,0.32676246762275696,4
370
+ 48,0.3338441550731659,0.14571301639080048,2.678706407546997,-0.13975098729133606,4
371
+ 49,0.09697228670120239,0.15535031259059906,2.6454827785491943,-0.4098464846611023,4
372
+ 50,0.2097432017326355,0.07969263195991516,2.553201198577881,-0.38935714960098267,4
373
+ 51,0.38774028420448303,0.02101781964302063,2.4740042686462402,-0.29055699706077576,4
374
+ 52,0.5164485573768616,0.04213765636086464,2.451345205307007,-0.18450778722763062,4
375
+ 53,0.6816740036010742,0.07266518473625183,2.4684178829193115,0.0022096920292824507,4
376
+ 54,0.4600732922554016,0.05024757236242294,2.4837770462036133,0.20845119655132294,4
377
+ 55,0.40823543071746826,0.01675698161125183,2.4808192253112793,0.26324689388275146,4
378
+ 56,0.46968168020248413,-0.018996594473719597,2.4743003845214844,0.2083195000886917,4
379
+ 57,0.6332030892372131,-0.036945588886737823,2.460909128189087,0.058189328759908676,4
380
+ 58,0.581264317035675,-0.0494968481361866,2.443843364715576,-0.1271938532590866,4
381
+ 59,0.321298748254776,-0.02406291849911213,2.433847427368164,-0.39715537428855896,4
382
+ 60,0.013458251953125,0.039307378232479095,2.4294991493225098,-0.7093441486358643,4
383
+ 61,-0.30084824562072754,0.11550092697143555,2.4430079460144043,-1.0101418495178223,4
384
+ 62,-0.5686753988265991,0.19075745344161987,2.43619704246521,-1.2847799062728882,4
385
+ 63,-0.7596489191055298,0.24858970940113068,2.408112049102783,-1.5038384199142456,4
386
+ 64,-0.8168389797210693,0.2844640016555786,2.3324217796325684,-1.63671875,4
387
+ 65,-0.7821835279464722,0.30146706104278564,2.241427421569824,-1.693057656288147,4
388
+ 66,-0.7014853954315186,0.3046017289161682,2.160292863845825,-1.6934940814971924,4
389
+ 67,-0.5563980340957642,0.29621434211730957,2.101501941680908,-1.607197642326355,4
390
+ 68,-0.3699376583099365,0.27463650703430176,2.0774686336517334,-1.4447705745697021,4
391
+ 69,-0.16003775596618652,0.2411973625421524,2.0873427391052246,-1.224996566772461,4
392
+ 70,0.0565112829208374,0.2028995007276535,2.1237893104553223,-0.9720009565353394,4
393
+ 71,0.242670476436615,0.15770596265792847,2.2141106128692627,-0.6955204606056213,4
394
+ 72,0.4940132796764374,0.10245230048894882,2.2688193321228027,-0.3894689381122589,4
395
+ 73,0.6642147898674011,0.040616780519485474,2.338942289352417,-0.14914445579051971,4
396
+ 74,0.7244529724121094,-0.017406560480594635,2.390467405319214,0.03738116845488548,4
397
+ 75,0.5865070819854736,-0.05824128910899162,2.4140357971191406,0.15175864100456238,4
398
+ 76,0.5361549854278564,-0.0835568830370903,2.412391185760498,0.20375537872314453,4
399
+ 77,0.5693978667259216,-0.09283844381570816,2.394172430038452,0.18873126804828644,4
400
+ 78,0.6673642992973328,-0.08460818976163864,2.3743960857391357,0.11054114997386932,4
401
+ 79,0.7700298428535461,-0.060179032385349274,2.3690133094787598,-0.013258392922580242,4
402
+ 0,-0.47974449396133423,-0.623542308807373,2.910050392150879,0.7219956517219543,5
403
+ 1,-0.030741393566131592,-0.3550060987472534,2.825258731842041,-0.3577842116355896,5
404
+ 2,-0.7962833642959595,0.05492332577705383,2.842777729034424,-1.1058071851730347,5
405
+ 3,-1.6550508737564087,0.4741227626800537,3.080443859100342,-1.726908564567566,5
406
+ 4,-1.252253770828247,0.6491321325302124,3.0436346530914307,-1.3609206676483154,5
407
+ 5,-0.8631953001022339,0.5896912813186646,2.910757303237915,-1.1047395467758179,5
408
+ 6,-0.12979727983474731,0.32147639989852905,2.6682753562927246,-0.6138234734535217,5
409
+ 7,0.4253067076206207,-0.15837842226028442,2.65922474861145,-0.0677700936794281,5
410
+ 8,-0.16734126210212708,-0.4961942434310913,2.8834328651428223,0.43620994687080383,5
411
+ 9,-0.1718772053718567,-0.623652994632721,2.870415210723877,0.45376354455947876,5
412
+ 10,-0.5302486419677734,-0.5616854429244995,3.1669671535491943,0.5155830383300781,5
413
+ 11,0.20348630845546722,-0.27283599972724915,2.739777088165283,0.2090381532907486,5
414
+ 12,0.33755752444267273,0.2140895128250122,2.755471706390381,-0.05927233025431633,5
415
+ 13,-0.20491230487823486,0.5170353055000305,2.9182465076446533,-0.43896734714508057,5
416
+ 14,0.02108137309551239,0.5892175436019897,2.908205509185791,-0.22301466763019562,5
417
+ 15,0.1209012120962143,0.5084871053695679,2.913611888885498,-0.11778844892978668,5
418
+ 16,0.22419287264347076,0.10980184376239777,2.7615444660186768,0.1665642112493515,5
419
+ 17,-0.3679426312446594,-0.4581325352191925,2.8630940914154053,0.6571500897407532,5
420
+ 18,-0.30900681018829346,-0.6760884523391724,2.867032766342163,0.5942755937576294,5
421
+ 19,-0.40393561124801636,-0.6876054406166077,2.9237616062164307,0.6324755549430847,5
422
+ 20,-0.15991199016571045,-0.5184422135353088,2.794647216796875,0.5175663232803345,5
423
+ 21,0.1795634925365448,-0.0935395285487175,2.6956748962402344,0.27706316113471985,5
424
+ 22,0.3271181881427765,0.36382293701171875,2.778090238571167,0.04709311202168465,5
425
+ 23,0.13097640872001648,0.5444729328155518,2.9449565410614014,-0.07636859267950058,5
426
+ 24,0.03880830109119415,0.5539209246635437,2.9887208938598633,0.12477235496044159,5
427
+ 25,-0.11217054724693298,0.35110601782798767,2.95641827583313,0.3080538213253021,5
428
+ 26,-0.43010413646698,-0.21248669922351837,2.931596517562866,0.6508091688156128,5
429
+ 27,-0.7890130877494812,-0.6140344142913818,2.957728862762451,0.983585774898529,5
430
+ 28,-0.5662820935249329,-0.7183745503425598,2.9661576747894287,0.7524259686470032,5
431
+ 29,-0.39179205894470215,-0.6619604229927063,2.876420736312866,0.667672872543335,5
432
+ 30,-0.07502755522727966,-0.3661043643951416,2.7712674140930176,0.4560616910457611,5
433
+ 31,0.14862944185733795,0.15720205008983612,2.783670663833618,0.2200014442205429,5
434
+ 32,0.18107089400291443,0.48612815141677856,2.9500343799591064,0.021196283400058746,5
435
+ 33,-0.05984698235988617,0.5688084959983826,2.9873194694519043,0.2248290628194809,5
436
+ 34,-0.24294155836105347,0.4925960600376129,3.021723985671997,0.3735191226005554,5
437
+ 35,-0.3981396555900574,0.07654838263988495,2.9489567279815674,0.601484477519989,5
438
+ 36,-0.9216527938842773,-0.5038613080978394,2.9903945922851562,1.0835597515106201,5
439
+ 37,-0.632162868976593,-0.7058463096618652,2.989194869995117,0.7952695488929749,5
440
+ 38,-0.4998433589935303,-0.720517635345459,2.9419360160827637,0.7102088928222656,5
441
+ 39,-0.19804716110229492,-0.5463148355484009,2.820798635482788,0.5295500755310059,5
442
+ 40,0.09896555542945862,-0.08465376496315002,2.7607955932617188,0.29254040122032166,5
443
+ 41,0.12178178131580353,0.380755752325058,2.8946619033813477,0.13585786521434784,5
444
+ 42,0.05199969559907913,0.5539132356643677,2.990299940109253,0.11000191420316696,5
445
+ 43,-0.2875995934009552,0.550580620765686,3.044938087463379,0.3949630558490753,5
446
+ 44,-0.4698370099067688,0.3056492805480957,3.0213818550109863,0.6007567048072815,5
447
+ 45,-0.7845776081085205,-0.3137647807598114,2.965465545654297,0.9714136123657227,5
448
+ 46,-0.7986347079277039,-0.6645480394363403,3.0126678943634033,0.9382683634757996,5
449
+ 47,-0.6108042001724243,-0.7392762303352356,2.9910519123077393,0.7720538377761841,5
450
+ 48,-0.3283541202545166,-0.6562078595161438,2.874918222427368,0.6057374477386475,5
451
+ 49,0.014710336923599243,-0.31592538952827454,2.762610912322998,0.37498030066490173,5
452
+ 50,0.14464007318019867,0.22229412198066711,2.8134067058563232,0.1942547708749771,5
453
+ 51,0.07189400494098663,0.5128838419914246,2.9942703247070312,0.08613722026348114,5
454
+ 52,-0.2674837112426758,0.5687680840492249,3.036970376968384,0.382814884185791,5
455
+ 53,-0.503240168094635,0.44772037863731384,3.066746473312378,0.5887952446937561,5
456
+ 54,-0.6694638729095459,-0.06412051618099213,3.0044567584991455,0.8173086643218994,5
457
+ 55,-1.1800144910812378,-0.5889383554458618,3.063730478286743,1.2685855627059937,5
458
+ 56,-0.6957671046257019,-0.7337430715560913,3.0215673446655273,0.8265013098716736,5
459
+ 57,-0.4519537091255188,-0.7170374393463135,2.933070659637451,0.6711845993995667,5
460
+ 58,-0.12430432438850403,-0.49331241846084595,2.824800968170166,0.45180490612983704,5
461
+ 59,0.11522741615772247,0.02320403791964054,2.800649881362915,0.2364242523908615,5
462
+ 60,0.06005945801734924,0.4386853277683258,2.9613430500030518,0.13089904189109802,5
463
+ 61,-0.1578575074672699,0.5640667676925659,3.0179901123046875,0.2921689450740814,5
464
+ 62,-0.4970657229423523,0.5230181217193604,3.081732749938965,0.5676345229148865,5
465
+ 63,-0.6771523356437683,0.17506779730319977,3.044628143310547,0.7848257422447205,5
466
+ 64,-1.0936977863311768,-0.4574648141860962,3.0514557361602783,1.1945436000823975,5
467
+ 65,-0.781600832939148,-0.7094678282737732,3.03495192527771,0.898950457572937,5
468
+ 66,-0.5678218007087708,-0.7449684143066406,2.9701476097106934,0.7499757409095764,5
469
+ 67,-0.2455378770828247,-0.6130618453025818,2.851405620574951,0.5464338064193726,5
470
+ 68,0.04082798957824707,-0.19408312439918518,2.796947479248047,0.3145260810852051,5
471
+ 69,0.0684155821800232,0.3208957612514496,2.8880858421325684,0.19580012559890747,5
472
+ 70,-0.017044037580490112,0.5403082370758057,3.030701160430908,0.13864442706108093,5
473
+ 71,-0.44134455919265747,0.5568231344223022,3.0698673725128174,0.5237787365913391,5
474
+ 72,-0.6839978694915771,0.35337164998054504,3.0890252590179443,0.7472741603851318,5
475
+ 73,-0.9582927227020264,-0.25882869958877563,3.0453176498413086,1.0652766227722168,5
476
+ 74,-0.9591286182403564,-0.6607564687728882,3.0549824237823486,1.0564477443695068,5
477
+ 75,-0.6856104135513306,-0.7500154972076416,3.008363962173462,0.8295480012893677,5
478
+ 76,-0.381489098072052,-0.6888821125030518,2.8945164680480957,0.6392741799354553,5
479
+ 77,-0.037417709827423096,-0.3883231580257416,2.787518262863159,0.40220099687576294,5
480
+ 78,0.09834429621696472,0.158652663230896,2.8317883014678955,0.2221689522266388,5
481
+ 79,-0.0018096566200256348,0.4909297227859497,2.994310140609741,0.15980106592178345,5
482
+ 0,-1.2426296472549438,0.5768686532974243,2.9875056743621826,-1.4074255228042603,6
483
+ 1,-0.05734458565711975,0.34158042073249817,2.820075273513794,-0.38957086205482483,6
484
+ 2,0.04104781150817871,0.06439340859651566,2.7020535469055176,0.40920019149780273,6
485
+ 3,-0.9176884889602661,-0.28531190752983093,2.891200542449951,1.178789496421814,6
486
+ 4,-1.219442367553711,-0.6084132194519043,3.007030963897705,1.3647129535675049,6
487
+ 5,-1.0449432134628296,-0.6835203170776367,2.8834874629974365,1.313757300376892,6
488
+ 6,-0.7773158550262451,-0.5670362710952759,2.7947278022766113,1.1348896026611328,6
489
+ 7,-0.07559776306152344,-0.23052221536636353,2.55611252784729,0.6717867851257324,6
490
+ 8,0.20432063937187195,0.2122305929660797,2.654764413833618,0.2932164967060089,6
491
+ 9,0.22935420274734497,0.4590162932872772,2.894158363342285,-0.028788985684514046,6
492
+ 10,0.16981588304042816,0.5276960730552673,2.9432597160339355,0.03922595456242561,6
493
+ 11,0.05780962109565735,0.41434168815612793,2.9201152324676514,0.1743766963481903,6
494
+ 12,-0.17276406288146973,-0.049261584877967834,2.8255903720855713,0.49947524070739746,6
495
+ 13,-0.9275376796722412,-0.538918137550354,2.9333813190460205,1.1464579105377197,6
496
+ 14,-0.7068034410476685,-0.7031055092811584,2.9199297428131104,0.9391752481460571,6
497
+ 15,-0.7108876705169678,-0.6834286451339722,2.8801426887512207,0.9830465316772461,6
498
+ 16,-0.41148459911346436,-0.4964304566383362,2.7143285274505615,0.8494576215744019,6
499
+ 17,0.0850982666015625,-0.0709792897105217,2.5412580966949463,0.5259451866149902,6
500
+ 18,0.15725642442703247,0.3482133448123932,2.7186639308929443,0.2763811945915222,6
501
+ 19,0.1572255790233612,0.5137212872505188,2.929932117462158,0.06514386087656021,6
502
+ 20,-0.07320989668369293,0.5086871385574341,2.985752582550049,0.23975886404514313,6
503
+ 21,-0.22219225764274597,0.28448423743247986,2.953794479370117,0.4206993281841278,6
504
+ 22,-0.654502809047699,-0.28161194920539856,2.9407176971435547,0.8660866618156433,6
505
+ 23,-0.8455559015274048,-0.6382555961608887,2.9428343772888184,1.0550230741500854,6
506
+ 24,-0.745930016040802,-0.7243484258651733,2.9399068355560303,0.9583247303962708,6
507
+ 25,-0.568713903427124,-0.6534937620162964,2.8158679008483887,0.9051475524902344,6
508
+ 26,-0.22707659006118774,-0.3562668263912201,2.6981823444366455,0.6811957955360413,6
509
+ 27,0.03771671652793884,0.1335882693529129,2.7118728160858154,0.40271201729774475,6
510
+ 28,0.07893848419189453,0.4543915390968323,2.9012105464935303,0.17215251922607422,6
511
+ 29,-0.05535881221294403,0.5441712141036987,2.975437641143799,0.23222272098064423,6
512
+ 30,-0.2531196177005768,0.46903014183044434,3.0169572830200195,0.3884638845920563,6
513
+ 31,-0.4492563009262085,0.06382515281438828,2.971775531768799,0.6297823190689087,6
514
+ 32,-1.0356316566467285,-0.5058141350746155,3.003418445587158,1.1845147609710693,6
515
+ 33,-0.7195634245872498,-0.7061740756034851,2.9703683853149414,0.9014965891838074,6
516
+ 34,-0.6315877437591553,-0.7224758267402649,2.9156441688537598,0.8682451248168945,6
517
+ 35,-0.3311343789100647,-0.557334303855896,2.7738723754882812,0.7095635533332825,6
518
+ 36,-0.026967883110046387,-0.12551048398017883,2.728928804397583,0.4503406286239624,6
519
+ 37,0.03200128674507141,0.3369060158729553,2.857483148574829,0.2628171145915985,6
520
+ 38,0.07552902400493622,0.529923141002655,2.967664957046509,0.10910756886005402,6
521
+ 39,-0.26976755261421204,0.5392014980316162,3.0329887866973877,0.38908031582832336,6
522
+ 40,-0.4532248377799988,0.3231563866138458,3.022171974182129,0.5833544135093689,6
523
+ 41,-0.7704439163208008,-0.2725815176963806,2.9684340953826904,0.9543113708496094,6
524
+ 42,-0.9107762575149536,-0.6519474387168884,3.0013246536254883,1.0617531538009644,6
525
+ 43,-0.6980472803115845,-0.7386837005615234,2.979619026184082,0.8707298040390015,6
526
+ 44,-0.44337648153305054,-0.6716430187225342,2.857487916946411,0.7381901144981384,6
527
+ 45,-0.12001115083694458,-0.36662569642066956,2.7649667263031006,0.507345974445343,6
528
+ 46,0.08183658123016357,0.15634776651859283,2.7831804752349854,0.2872844934463501,6
529
+ 47,0.05145344138145447,0.4803845286369324,2.965383291244507,0.13546481728553772,6
530
+ 48,-0.22217512130737305,0.5580747127532959,3.0120158195495605,0.3624608516693115,6
531
+ 49,-0.4665968418121338,0.46737411618232727,3.064300537109375,0.5545978546142578,6
532
+ 50,-0.586797833442688,0.015100229531526566,2.9641947746276855,0.7749046087265015,6
533
+ 51,-1.1573131084442139,-0.5502297878265381,3.05080509185791,1.2588095664978027,6
534
+ 52,-0.759204626083374,-0.7259424924850464,3.0205562114715576,0.8909499645233154,6
535
+ 53,-0.545080840587616,-0.728480875492096,2.9307260513305664,0.7666563391685486,6
536
+ 54,-0.22031325101852417,-0.5412408113479614,2.8083410263061523,0.5642737746238708,6
537
+ 55,0.058318376541137695,-0.06561104208230972,2.7661406993865967,0.32784247398376465,6
538
+ 56,0.038674578070640564,0.3874337375164032,2.9115710258483887,0.2020559459924698,6
539
+ 57,-0.07277613878250122,0.5493338108062744,3.00390887260437,0.22116881608963013,6
540
+ 58,-0.45033401250839233,0.5345499515533447,3.068807363510132,0.5338281989097595,6
541
+ 59,-0.6626741290092468,0.25435540080070496,3.0635366439819336,0.7514390349388123,6
542
+ 60,-1.0456733703613281,-0.3799463212490082,3.033278703689575,1.164696216583252,6
543
+ 61,-0.821831464767456,-0.6905578374862671,3.0293679237365723,0.9447650909423828,6
544
+ 62,-0.6578649282455444,-0.7485952377319336,2.9855167865753174,0.8246496915817261,6
545
+ 63,-0.33954012393951416,-0.6499421000480652,2.8555145263671875,0.6363271474838257,6
546
+ 64,-0.029090136289596558,-0.28792494535446167,2.784440755844116,0.39695093035697937,6
547
+ 65,0.07220673561096191,0.24481572210788727,2.846299886703491,0.2337949275970459,6
548
+ 66,-0.021765708923339844,0.5153595805168152,3.005218744277954,0.16884851455688477,6
549
+ 67,-0.38550132513046265,0.559438169002533,3.052356719970703,0.48544615507125854,6
550
+ 68,-0.6534118056297302,0.41181614995002747,3.0997536182403564,0.7059597373008728,6
551
+ 69,-0.879982590675354,-0.14229892194271088,3.050279140472412,0.9820050001144409,6
552
+ 70,-1.1544101238250732,-0.6237345933914185,3.065433979034424,1.2412776947021484,6
553
+ 71,-0.7504172921180725,-0.7453801035881042,3.0226359367370605,0.880082905292511,6
554
+ 72,-0.46173036098480225,-0.7135711908340454,2.9088292121887207,0.7052026987075806,6
555
+ 73,-0.13396373391151428,-0.4679850935935974,2.8109638690948486,0.4753014147281647,6
556
+ 74,0.07882866263389587,0.05886919051408768,2.807842254638672,0.2656306326389313,6
557
+ 75,-0.0006092488765716553,0.45002439618110657,2.9748635292053223,0.1780472695827484,6
558
+ 76,-0.2524777054786682,0.5597941875457764,3.0242908000946045,0.38048845529556274,6
559
+ 77,-0.5950272679328918,0.5015967488288879,3.0955259799957275,0.6518028378486633,6
560
+ 78,-0.7760043740272522,0.10912901908159256,3.058903455734253,0.8694024682044983,6
561
+ 79,-1.2218036651611328,-0.5074640512466431,3.0781712532043457,1.2959339618682861,6
562
+ 0,-0.6366350650787354,-0.27967342734336853,3.0051121711730957,-0.7838244438171387,7
563
+ 1,-2.5082623958587646,0.1775834858417511,3.1417038440704346,-2.518860101699829,7
564
+ 2,-2.6916210651397705,0.5173753499984741,3.219977855682373,-2.6239447593688965,7
565
+ 3,-2.690984010696411,0.6345297694206238,3.1444287300109863,-2.698856830596924,7
566
+ 4,-2.2196710109710693,0.6014584302902222,2.797386407852173,-2.5745861530303955,7
567
+ 5,-1.4236304759979248,0.3480948805809021,2.4621565341949463,-2.1137754917144775,7
568
+ 6,-0.5649828910827637,0.026614075526595116,2.3494656085968018,-1.367818832397461,7
569
+ 7,0.001104593276977539,-0.18462151288986206,2.5481622219085693,-0.6030347347259521,7
570
+ 8,0.13611288368701935,-0.3100748360157013,2.882089853286743,0.1340988129377365,7
571
+ 9,-0.2648216784000397,-0.31613072752952576,2.9335274696350098,0.48359575867652893,7
572
+ 10,-0.15712779760360718,-0.16301660239696503,2.788134813308716,0.5212945342063904,7
573
+ 11,0.3959616720676422,0.12165462970733643,2.629517078399658,0.1268227994441986,7
574
+ 12,0.014657199382781982,0.34554746747016907,2.6355340480804443,-0.5021103024482727,7
575
+ 13,-0.4119797348976135,0.441610187292099,2.7066192626953125,-0.8576620221138,7
576
+ 14,-0.7807984352111816,0.4612830877304077,2.6680896282196045,-1.2650103569030762,7
577
+ 15,-0.8308230638504028,0.3525638282299042,2.4691991806030273,-1.5139254331588745,7
578
+ 16,-0.6089941263198853,0.15182550251483917,2.2729523181915283,-1.488343358039856,7
579
+ 17,-0.4063835144042969,0.06459847092628479,2.2279868125915527,-1.3306982517242432,7
580
+ 18,-0.26470947265625,0.06018827483057976,2.3374407291412354,-1.0795702934265137,7
581
+ 19,-0.16111284494400024,0.09857026487588882,2.4864795207977295,-0.8269348740577698,7
582
+ 20,-0.11820167303085327,0.17238961160182953,2.512943744659424,-0.7575594782829285,7
583
+ 21,-0.05918318033218384,0.21210108697414398,2.4721884727478027,-0.7392962574958801,7
584
+ 22,-0.08661645650863647,0.20248906314373016,2.4226367473602295,-0.816281259059906,7
585
+ 23,-0.25810277462005615,0.2010270655155182,2.387650489807129,-1.0227538347244263,7
586
+ 24,-0.48943889141082764,0.18561601638793945,2.425152063369751,-1.2165883779525757,7
587
+ 25,-0.5576750040054321,0.19195881485939026,2.3060429096221924,-1.4039336442947388,7
588
+ 26,-0.6855190992355347,0.22870661318302155,2.2841622829437256,-1.553658366203308,7
589
+ 27,-0.7773141860961914,0.27485567331314087,2.2551050186157227,-1.6745107173919678,7
590
+ 28,-0.8336477279663086,0.3186342418193817,2.2086567878723145,-1.7772924900054932,7
591
+ 29,-0.8649097681045532,0.34951671957969666,2.15059757232666,-1.866613745689392,7
592
+ 30,-0.8735792636871338,0.36117205023765564,2.091270923614502,-1.9346098899841309,7
593
+ 31,-0.8610488176345825,0.36006835103034973,2.0411293506622314,-1.97222101688385,7
594
+ 32,-0.8271118402481079,0.3492276966571808,2.0098559856414795,-1.9695574045181274,7
595
+ 33,-0.7708183526992798,0.3297361433506012,1.9986660480499268,-1.924453854560852,7
596
+ 34,-0.6929944753646851,0.3086661398410797,2.003361225128174,-1.8419348001480103,7
597
+ 35,-0.6013567447662354,0.28999418020248413,2.021522045135498,-1.7321362495422363,7
598
+ 36,-0.5035178661346436,0.27199819684028625,2.048016309738159,-1.6078031063079834,7
599
+ 37,-0.40936756134033203,0.2516723871231079,2.0800883769989014,-1.4815807342529297,7
600
+ 38,-0.3262045383453369,0.22823172807693481,2.114595651626587,-1.363910436630249,7
601
+ 39,-0.2580876350402832,0.20312465727329254,2.150472402572632,-1.2599167823791504,7
602
+ 40,-0.2046881914138794,0.17978939414024353,2.1860191822052,-1.1709705591201782,7
603
+ 41,-0.18194282054901123,0.16069532930850983,2.240596055984497,-1.0936483144760132,7
604
+ 42,-0.13171708583831787,0.14836043119430542,2.2695939540863037,-1.0144246816635132,7
605
+ 43,-0.10706520080566406,0.14333201944828033,2.2914578914642334,-0.9679088592529297,7
606
+ 44,-0.08498436212539673,0.14249348640441895,2.306077003479004,-0.9312089085578918,7
607
+ 45,-0.05972951650619507,0.14406903088092804,2.3117685317993164,-0.9002625346183777,7
608
+ 46,-0.026347100734710693,0.1454649567604065,2.310187816619873,-0.8684608340263367,7
609
+ 47,0.018064260482788086,0.14452068507671356,2.305372476577759,-0.8288648128509521,7
610
+ 48,0.07516008615493774,0.1401515007019043,2.302264451980591,-0.7748770117759705,7
611
+ 49,0.14846479892730713,0.13194704055786133,2.302644968032837,-0.701191782951355,7
612
+ 50,0.2420092225074768,0.11952286958694458,2.3059425354003906,-0.6043497920036316,7
613
+ 51,0.35251012444496155,0.10309076309204102,2.3139073848724365,-0.48588404059410095,7
614
+ 52,0.47842249274253845,0.08219349384307861,2.324500322341919,-0.3493787348270416,7
615
+ 53,0.615543007850647,0.056504443287849426,2.3352952003479004,-0.20146331191062927,7
616
+ 54,0.7559514045715332,0.026426415890455246,2.347299814224243,-0.049050331115722656,7
617
+ 55,0.6948384046554565,-0.006353471428155899,2.3583807945251465,0.09908238053321838,7
618
+ 56,0.5533661842346191,-0.038897451013326645,2.3652377128601074,0.23369768261909485,7
619
+ 57,0.43919485807418823,-0.06863194704055786,2.365294933319092,0.347811758518219,7
620
+ 58,0.358188271522522,-0.09391213208436966,2.357736825942993,0.4363764524459839,7
621
+ 59,0.31233757734298706,-0.11312514543533325,2.34474515914917,0.49521881341934204,7
622
+ 60,0.3008155822753906,-0.12469219416379929,2.3292458057403564,0.522240161895752,7
623
+ 61,0.31564968824386597,-0.12791459262371063,2.3169467449188232,0.5197051167488098,7
624
+ 62,0.35092616081237793,-0.12328043580055237,2.3095593452453613,0.49181604385375977,7
625
+ 63,0.3995570242404938,-0.11242853105068207,2.3080806732177734,0.4446638524532318,7
626
+ 64,0.4551221430301666,-0.0977129340171814,2.312138557434082,0.38504084944725037,7
627
+ 65,0.5126007795333862,-0.08151278644800186,2.319819450378418,0.3198813498020172,7
628
+ 66,0.5647344589233398,-0.0657358393073082,2.3307483196258545,0.2568188011646271,7
629
+ 67,0.6156518459320068,-0.05159645155072212,2.33579683303833,0.2008528858423233,7
630
+ 68,0.645910382270813,-0.03991033136844635,2.3474082946777344,0.15898285806179047,7
631
+ 69,0.6677522659301758,-0.03163368999958038,2.3515162467956543,0.13303302228450775,7
632
+ 70,0.6713888645172119,-0.027454780414700508,2.3555614948272705,0.1253511607646942,7
633
+ 71,0.6597573161125183,-0.02751927264034748,2.3576109409332275,0.13493329286575317,7
634
+ 72,0.6350644826889038,-0.03186643868684769,2.3579859733581543,0.1592511236667633,7
635
+ 73,0.5988068580627441,-0.040114548057317734,2.3585586547851562,0.19493602216243744,7
636
+ 74,0.5585640668869019,-0.05114336684346199,2.3570172786712646,0.2367202341556549,7
637
+ 75,0.5167124271392822,-0.06347713619470596,2.355437755584717,0.2801513969898224,7
638
+ 76,0.47894287109375,-0.07523251324892044,2.3527793884277344,0.32057929039001465,7
639
+ 77,0.4487854838371277,-0.08484875410795212,2.3490328788757324,0.3544831871986389,7
640
+ 78,0.4277653098106384,-0.0915558710694313,2.344756841659546,0.3797793984413147,7
641
+ 79,0.4163469076156616,-0.09504535794258118,2.340816020965576,0.39513862133026123,7
642
+ 0,-2.851531744003296,0.6200950145721436,3.19392991065979,-2.809903383255005,8
643
+ 1,-2.472991943359375,0.6242208480834961,3.0782928466796875,-2.5470006465911865,8
644
+ 2,-1.7215650081634521,0.5108159780502319,2.684657573699951,-2.189208984375,8
645
+ 3,-0.8414261341094971,0.20853258669376373,2.372379779815674,-1.6213479042053223,8
646
+ 4,-0.12172067165374756,-0.08944699168205261,2.3879611492156982,-0.8860610723495483,8
647
+ 5,0.26434773206710815,-0.2741297781467438,2.7163162231445312,-0.1716376096010208,8
648
+ 6,-0.16403591632843018,-0.36619189381599426,2.92217755317688,0.3941599130630493,8
649
+ 7,-0.253137469291687,-0.2929484248161316,2.905690908432007,0.4997481107711792,8
650
+ 8,0.1805691421031952,-0.045526787638664246,2.69089412689209,0.280838280916214,8
651
+ 9,0.13158345222473145,0.272260457277298,2.644348621368408,-0.3763694763183594,8
652
+ 10,-0.3815130591392517,0.4381759762763977,2.704327344894409,-0.8294872641563416,8
653
+ 11,-0.7783199548721313,0.5015611052513123,2.7372941970825195,-1.1933273077011108,8
654
+ 12,-1.0144624710083008,0.46526584029197693,2.6068267822265625,-1.5599372386932373,8
655
+ 13,-0.8174078464508057,0.269286185503006,2.364849805831909,-1.6048595905303955,8
656
+ 14,-0.48610377311706543,0.04403289780020714,2.2405824661254883,-1.3978228569030762,8
657
+ 15,-0.24704575538635254,-0.024809125810861588,2.309288263320923,-1.0900590419769287,8
658
+ 16,-0.05987042188644409,-0.024390649050474167,2.5107431411743164,-0.7014288306236267,8
659
+ 17,0.11588621139526367,0.02735092304646969,2.608316659927368,-0.4280986785888672,8
660
+ 18,0.22782251238822937,0.11315795034170151,2.5929958820343018,-0.3314831554889679,8
661
+ 19,0.28915223479270935,0.14348435401916504,2.5263054370880127,-0.336843878030777,8
662
+ 20,0.18317082524299622,0.13235335052013397,2.4847419261932373,-0.4843887984752655,8
663
+ 21,-0.04541879892349243,0.13440059125423431,2.4495913982391357,-0.7481289505958557,8
664
+ 22,-0.2323727011680603,0.13438086211681366,2.4113736152648926,-0.9733006358146667,8
665
+ 23,-0.43376362323760986,0.171743705868721,2.387708902359009,-1.1983562707901,8
666
+ 24,-0.577337384223938,0.22977381944656372,2.3669238090515137,-1.3627151250839233,8
667
+ 25,-0.5436900854110718,0.2711065113544464,2.2960667610168457,-1.399924874305725,8
668
+ 26,-0.5442936420440674,0.3017728924751282,2.231886386871338,-1.4647088050842285,8
669
+ 27,-0.5055948495864868,0.31996938586235046,2.16147780418396,-1.4964185953140259,8
670
+ 28,-0.44066083431243896,0.31337472796440125,2.106039047241211,-1.486923336982727,8
671
+ 29,-0.3651331663131714,0.29858845472335815,2.0762317180633545,-1.441202998161316,8
672
+ 30,-0.28682494163513184,0.2734474837779999,2.074852228164673,-1.364274263381958,8
673
+ 31,-0.20573115348815918,0.23935727775096893,2.094498634338379,-1.2635340690612793,8
674
+ 32,-0.12751007080078125,0.20430579781532288,2.1292200088500977,-1.1505916118621826,8
675
+ 33,-0.06244862079620361,0.174382284283638,2.175686836242676,-1.0390633344650269,8
676
+ 34,-0.04154622554779053,0.1501632183790207,2.269239664077759,-0.9246081113815308,8
677
+ 35,0.03196841478347778,0.1323646903038025,2.286445379257202,-0.8338877558708191,8
678
+ 36,0.04924994707107544,0.11891578882932663,2.3168859481811523,-0.7861656546592712,8
679
+ 37,0.04701894521713257,0.10935758054256439,2.3365252017974854,-0.7687574028968811,8
680
+ 38,0.026304900646209717,0.10621096938848495,2.3447389602661133,-0.781257688999176,8
681
+ 39,-0.007915198802947998,0.11138293147087097,2.344510078430176,-0.8157066702842712,8
682
+ 40,-0.04667496681213379,0.12384483963251114,2.340545892715454,-0.8584306240081787,8
683
+ 41,-0.0748106837272644,0.14023680984973907,2.332697629928589,-0.8944146037101746,8
684
+ 42,-0.07766485214233398,0.15504230558872223,2.3212532997131348,-0.9087131023406982,8
685
+ 43,-0.04674118757247925,0.16389678418636322,2.3075695037841797,-0.8914732336997986,8
686
+ 44,0.021187186241149902,0.16460050642490387,2.2941572666168213,-0.8369570970535278,8
687
+ 45,0.12449914216995239,0.15690742433071136,2.284797430038452,-0.7430049777030945,8
688
+ 46,0.2573264241218567,0.140972301363945,2.284444570541382,-0.6105305552482605,8
689
+ 47,0.4146820604801178,0.11692411452531815,2.293677568435669,-0.4439419209957123,8
690
+ 48,0.5880285501480103,0.08494602143764496,2.312225103378296,-0.25204792618751526,8
691
+ 49,0.7713441252708435,0.045063283294439316,2.3354616165161133,-0.045495834201574326,8
692
+ 50,0.6338222622871399,-0.0008820181246846914,2.3566911220550537,0.1617881804704666,8
693
+ 51,0.4282553195953369,-0.048248741775751114,2.3699846267700195,0.3540616035461426,8
694
+ 52,0.2627868056297302,-0.0916413962841034,2.371961832046509,0.51755291223526,8
695
+ 53,0.148251473903656,-0.1277487426996231,2.3611481189727783,0.6429019570350647,8
696
+ 54,0.08849167823791504,-0.15607699751853943,2.338500499725342,0.7253093719482422,8
697
+ 55,0.08084672689437866,-0.17431144416332245,2.3117902278900146,0.7596645951271057,8
698
+ 56,0.11846786737442017,-0.18017281591892242,2.287479877471924,0.746353805065155,8
699
+ 57,0.18856602907180786,-0.17318284511566162,2.2715837955474854,0.6921517252922058,8
700
+ 58,0.278372585773468,-0.15472173690795898,2.2676429748535156,0.6062859892845154,8
701
+ 59,0.37602800130844116,-0.12879309058189392,2.2759625911712646,0.5003109574317932,8
702
+ 60,0.4731646478176117,-0.10044734179973602,2.293576240539551,0.38556066155433655,8
703
+ 61,0.565066933631897,-0.07357862591743469,2.315012216567993,0.2722223699092865,8
704
+ 62,0.6475332975387573,-0.0502740778028965,2.3342807292938232,0.17048750817775726,8
705
+ 63,0.7153987884521484,-0.03076959028840065,2.347581624984741,0.08932113647460938,8
706
+ 64,0.7609379887580872,-0.01561723742634058,2.3541676998138428,0.037195879966020584,8
707
+ 65,0.7768068313598633,-0.005495138932019472,2.357447862625122,0.018046872690320015,8
708
+ 66,0.7611951231956482,-0.0017363523365929723,2.3599863052368164,0.031120114028453827,8
709
+ 67,0.7220683693885803,-0.005661885254085064,2.357985496520996,0.07224767655134201,8
710
+ 68,0.6527465581893921,-0.017517127096652985,2.3628578186035156,0.1366971880197525,8
711
+ 69,0.5758901238441467,-0.03590935841202736,2.361476182937622,0.21493522822856903,8
712
+ 70,0.4913507103919983,-0.05805598571896553,2.361607313156128,0.2993435263633728,8
713
+ 71,0.4123028814792633,-0.08086090534925461,2.3576719760894775,0.3823266923427582,8
714
+ 72,0.34205105900764465,-0.10128083825111389,2.353233814239502,0.4570166766643524,8
715
+ 73,0.29201483726501465,-0.11717434227466583,2.3434579372406006,0.5168287754058838,8
716
+ 74,0.2603262662887573,-0.12757514417171478,2.333427667617798,0.5585476160049438,8
717
+ 75,0.2475302815437317,-0.13251781463623047,2.3242404460906982,0.5805308222770691,8
718
+ 76,0.2522186040878296,-0.13205848634243011,2.3175671100616455,0.5825158357620239,8
719
+ 77,0.270646870136261,-0.1268569380044937,2.3146421909332275,0.5670124888420105,8
720
+ 78,0.2981662154197693,-0.1182444840669632,2.315840721130371,0.5382946133613586,8
721
+ 79,0.3307235836982727,-0.10779295861721039,2.3204703330993652,0.5011076331138611,8
722
+ 0,-0.7976020574569702,-0.6622787714004517,2.917363166809082,1.0325404405593872,9
723
+ 1,0.33234816789627075,-0.4306319057941437,2.803048610687256,0.016904763877391815,9
724
+ 2,-0.24745476245880127,-0.05959893763065338,2.719081401824951,-0.6806749105453491,9
725
+ 3,-1.117048740386963,0.3902079164981842,2.971766710281372,-1.2975835800170898,9
726
+ 4,-0.924832820892334,0.6270944476127625,2.985521078109741,-1.0916132926940918,9
727
+ 5,-0.5017912983894348,0.5983405709266663,2.8153457641601562,-0.8387470841407776,9
728
+ 6,-0.044498831033706665,0.38325756788253784,2.7312231063842773,-0.46557727456092834,9
729
+ 7,0.44904080033302307,-0.09923386573791504,2.666249990463257,0.03701077029109001,9
730
+ 8,-0.35002434253692627,-0.48660850524902344,2.948084592819214,0.5542412996292114,9
731
+ 9,-0.21965080499649048,-0.6388556957244873,2.8576323986053467,0.5143199563026428,9
732
+ 10,-0.07593569159507751,-0.6034731864929199,2.7679009437561035,0.460336297750473,9
733
+ 11,0.15835103392601013,-0.3551506996154785,2.7150304317474365,0.27892008423805237,9
734
+ 12,0.3883800506591797,0.13085006177425385,2.738943338394165,0.02497817389667034,9
735
+ 13,-0.026948601007461548,0.487246036529541,2.894854784011841,-0.28439536690711975,9
736
+ 14,0.16558727622032166,0.5875020027160645,2.866572141647339,-0.1201421320438385,9
737
+ 15,0.18670101463794708,0.5319587588310242,2.956475257873535,-0.009125277400016785,9
738
+ 16,0.08720524609088898,0.1850530356168747,2.821519613265991,0.24357669055461884,9
739
+ 17,-0.4578164219856262,-0.41727593541145325,2.9014360904693604,0.7086818814277649,9
740
+ 18,-0.47432392835617065,-0.6746824979782104,2.9341578483581543,0.6924676299095154,9
741
+ 19,-0.43083906173706055,-0.7062298059463501,2.946962594985962,0.6361780166625977,9
742
+ 20,-0.1872462034225464,-0.5624358654022217,2.827867031097412,0.5116807222366333,9
743
+ 21,0.1254587471485138,-0.16059905290603638,2.740861654281616,0.285981148481369,9
744
+ 22,0.28658172488212585,0.32915642857551575,2.78456711769104,0.08115271478891373,9
745
+ 23,0.12649083137512207,0.5397474765777588,2.956024646759033,-0.06978606432676315,9
746
+ 24,-0.046514660120010376,0.5621628165245056,3.0005605220794678,0.19825568795204163,9
747
+ 25,-0.2264656126499176,0.3856179714202881,2.9927468299865723,0.38602033257484436,9
748
+ 26,-0.5134440064430237,-0.16929073631763458,2.9700636863708496,0.6956818699836731,9
749
+ 27,-0.8806006908416748,-0.6079998016357422,2.9834249019622803,1.0494773387908936,9
750
+ 28,-0.5884636640548706,-0.7239602208137512,2.9815831184387207,0.7591820955276489,9
751
+ 29,-0.39460086822509766,-0.680753231048584,2.895228624343872,0.6516737937927246,9
752
+ 30,-0.08112525939941406,-0.4063238501548767,2.7926461696624756,0.4407806396484375,9
753
+ 31,0.13874348998069763,0.1225927323102951,2.800692081451416,0.21286597847938538,9
754
+ 32,0.13932181894779205,0.47684699296951294,2.959027051925659,0.05395268276333809,9
755
+ 33,-0.10484135150909424,0.5698062181472778,2.9989373683929443,0.2582055330276489,9
756
+ 34,-0.3304157257080078,0.5037879943847656,3.042865037918091,0.439852237701416,9
757
+ 35,-0.48190802335739136,0.1039944440126419,2.973903179168701,0.6603063941001892,9
758
+ 36,-0.9440219402313232,-0.4947051405906677,3.0006542205810547,1.0956692695617676,9
759
+ 37,-0.6717586517333984,-0.7086395025253296,3.005959987640381,0.8181002140045166,9
760
+ 38,-0.510299563407898,-0.728693962097168,2.954106092453003,0.708495020866394,9
761
+ 39,-0.19878900051116943,-0.565784215927124,2.833281993865967,0.5178085565567017,9
762
+ 40,0.11462035775184631,-0.11077432334423065,2.750849485397339,0.28683170676231384,9
763
+ 41,0.10680748522281647,0.3696759343147278,2.901235818862915,0.14425824582576752,9
764
+ 42,0.03056604415178299,0.5525586009025574,2.99999737739563,0.12173812836408615,9
765
+ 43,-0.34718501567840576,0.5531731843948364,3.056443452835083,0.4430431127548218,9
766
+ 44,-0.5412606000900269,0.3157978355884552,3.0393524169921875,0.6542097330093384,9
767
+ 45,-0.8179545998573303,-0.3065435588359833,2.975764036178589,0.9944921135902405,9
768
+ 46,-0.8456720113754272,-0.6666728258132935,3.0278801918029785,0.9700933694839478,9
769
+ 47,-0.6276119351387024,-0.7433356046676636,2.998143434524536,0.7817700505256653,9
770
+ 48,-0.32533472776412964,-0.6644706726074219,2.8763508796691895,0.6012853980064392,9
771
+ 49,0.006467461585998535,-0.33069470524787903,2.7742691040039062,0.37156498432159424,9
772
+ 50,0.13514909148216248,0.21262739598751068,2.821044921875,0.19610753655433655,9
773
+ 51,0.04220566153526306,0.5104461312294006,2.99889874458313,0.11119714379310608,9
774
+ 52,-0.30538704991340637,0.5685592293739319,3.0430803298950195,0.41460826992988586,9
775
+ 53,-0.5543370246887207,0.4494510293006897,3.0761826038360596,0.6304559707641602,9
776
+ 54,-0.7214935421943665,-0.062344904989004135,3.0193068981170654,0.8544881939888,9
777
+ 55,-1.2256386280059814,-0.5911954641342163,3.07796311378479,1.2999770641326904,9
778
+ 56,-0.7226096987724304,-0.7364343404769897,3.032268524169922,0.8426427245140076,9
779
+ 57,-0.44596773386001587,-0.7205616235733032,2.927006244659424,0.6712630391120911,9
780
+ 58,-0.12823832035064697,-0.4996422529220581,2.8285882472991943,0.45195162296295166,9
781
+ 59,0.10795535147190094,0.017172865569591522,2.806467294692993,0.23787890374660492,9
782
+ 60,0.03947652876377106,0.43638288974761963,2.9642302989959717,0.1485947221517563,9
783
+ 61,-0.1798984408378601,0.5632297396659851,3.020221710205078,0.311978280544281,9
784
+ 62,-0.5312419533729553,0.5223038196563721,3.086796522140503,0.5967469811439514,9
785
+ 63,-0.7174456715583801,0.1728609800338745,3.0560684204101562,0.8136788010597229,9
786
+ 64,-1.1228669881820679,-0.461503803730011,3.0584404468536377,1.2167280912399292,9
787
+ 65,-0.7963922023773193,-0.7120839357376099,3.037724018096924,0.9109697341918945,9
788
+ 66,-0.5801951289176941,-0.7468713521957397,2.975672483444214,0.7568241953849792,9
789
+ 67,-0.24509263038635254,-0.6151095032691956,2.8507659435272217,0.5466282367706299,9
790
+ 68,0.056054502725601196,-0.1958514004945755,2.7801549434661865,0.3160921037197113,9
791
+ 69,0.06783796846866608,0.3202282786369324,2.881462335586548,0.2030012458562851,9
792
+ 70,-0.053154125809669495,0.5398087501525879,3.0320591926574707,0.17339648306369781,9
793
+ 71,-0.4662332534790039,0.5558959245681763,3.0746781826019287,0.5438566207885742,9
794
+ 72,-0.7089860439300537,0.350046843290329,3.0924947261810303,0.7687928676605225,9
795
+ 73,-0.9935004711151123,-0.26540592312812805,3.0461506843566895,1.0996513366699219,9
796
+ 74,-0.9741048812866211,-0.6637976169586182,3.0596272945404053,1.0667791366577148,9
797
+ 75,-0.6887797713279724,-0.7514756917953491,3.007432222366333,0.8336490988731384,9
798
+ 76,-0.3781236410140991,-0.6893269419670105,2.89125657081604,0.6391686201095581,9
799
+ 77,-0.03909200429916382,-0.38739240169525146,2.7887518405914307,0.4026417136192322,9
800
+ 78,0.10401427745819092,0.1603846549987793,2.8224711418151855,0.22581613063812256,9
801
+ 79,-0.012061789631843567,0.4913845956325531,2.9969096183776855,0.16745372116565704,9
training/sarl/CylinderJet2D-medium-v0/DPC/2/overrides.yaml ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ - env_id=CylinderJet2D-medium-v0
2
+ - seed=2
training/sarl/CylinderJet2D-medium-v0/DPC/2/training_log.csv ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ train/drag,train/lift,train/mean_reward,train/loss,step
2
+ 3.323900097608566,-0.07259706640616059,-1.5326480865478516,61.30592346191406,40
3
+ 3.2039971232414244,-0.14339073817245662,-1.1218759536743164,44.875038146972656,80
4
+ 2.62735977768898,-0.1632893241941929,-0.5088677406311035,20.35470962524414,120
5
+ 2.650165084004402,0.05363671605009586,-1.2019625663757325,48.0785026550293,160
6
+ 2.4223270297050474,-1.4241703871637583,-0.6848944664001465,27.39577865600586,200
7
+ 2.488173720240593,-1.111383903073147,-1.0050396919250488,40.20158767700195,240
8
+ 2.5080748558044434,-0.8056117690866813,-0.3503304719924927,14.013218879699707,280
9
+ 2.5713054060935976,-0.39190869870362804,-1.0238954544067382,40.95581817626953,320
10
+ 2.485929673910141,0.5692078824155032,-0.6418036937713623,25.672147750854492,360
11
+ 2.5694290518760683,0.3111712976358831,-0.9760219573974609,39.04087829589844,400
12
+ 2.5366559624671936,-0.4936802973039448,-0.3177076578140259,12.708306312561035,440
13
+ 2.5718452244997025,-0.5944517408031971,-0.7938920497894287,31.75568199157715,480
14
+ 2.4417516767978666,-1.761538243945688,-1.0353920936584473,41.41568374633789,520
15
+ 2.511230805516243,-1.6123636332340539,-0.977836799621582,39.11347198486328,560
16
+ 2.567819374799728,-1.0680447740654926,-0.621204423904419,24.848176956176758,600
17
+ 2.641952359676361,-0.6692131999967387,-0.6628756046295166,26.515024185180664,640
18
+ 2.623577779531479,0.7714121890254318,-0.8067383766174316,32.269535064697266,680
19
+ 2.6151445716619492,1.040681196982041,-0.8617650032043457,34.47060012817383,720
20
+ 2.648182624578476,0.9119150906801223,-0.9052421569824218,36.209686279296875,760
21
+ 2.6453810065984724,0.6774677872192114,-0.3963989019393921,15.855956077575684,800
22
+ 2.679229384660721,-1.207423658593325,-0.7246785640716553,28.98714256286621,840
23
+ 2.5876402825117113,-1.36736777346523,-0.8541057586669922,34.16423034667969,880
24
+ 2.599122905731201,-1.6366489090025425,-1.0655252456665039,42.621009826660156,920
25
+ 2.5593518257141112,-1.382073651184328,-0.5304666519165039,21.218666076660156,960
26
+ 2.640922862291336,-0.4721875745803118,-0.4285989284515381,17.143957138061523,1000
27
+ 2.6453311860561373,-0.19573858361691238,-0.4934962272644043,19.739849090576172,1040
28
+ 2.5436509430408476,1.125010721385479,-1.0166767120361329,40.66706848144531,1080
29
+ 2.5171638071537017,1.2327896043658257,-0.7069083690643311,28.276334762573242,1120
30
+ 2.4263909578323366,1.5846258945763112,-1.3188895225524901,52.75558090209961,1160
31
+ 2.4657722443342207,1.238171114085708,-0.4530645370483398,18.122581481933594,1200
32
+ 2.4916758954524996,1.033702838420868,-0.8954291343688965,35.81716537475586,1240
33
+ 2.538917765021324,0.760207778129552,-0.5230164527893066,20.920658111572266,1280
34
+ 2.539310622215271,0.46835646603140046,-0.4268952369689941,17.075809478759766,1320
35
+ 2.5595800906419752,0.3666368174919626,-0.3887468338012695,15.549873352050781,1360
36
+ 2.5583202481269836,0.0073012882377952336,-0.17327775955200195,6.931110382080078,1400
37
+ 2.5829191744327544,0.013744746963493527,-0.3960824966430664,15.843299865722656,1440
38
+ 2.5408430993556976,-0.8481628308072686,-0.4422585964202881,17.690343856811523,1480
39
+ 2.580612474679947,-0.7822192168794573,-0.5494024276733398,21.976097106933594,1520
40
+ 2.470475745201111,-1.5651808975380845,-0.8858166694641113,35.43266677856445,1560
41
+ 2.4903999716043472,-1.5501600607822184,-0.8886870384216309,35.547481536865234,1600
42
+ 2.4460458517074586,-1.5187649348750711,-0.8011052131652832,32.04420852661133,1640
43
+ 2.4958565086126328,-1.2239817369612864,-0.480939245223999,19.23756980895996,1680
44
+ 2.592265546321869,-0.3593191510532051,-0.2501762866973877,10.007051467895508,1720
45
+ 2.5590650767087935,0.15339320028433576,-0.2509409666061401,10.037638664245605,1760
46
+ 2.6817900598049165,0.9449476450681686,-0.9615604400634765,38.46241760253906,1800
47
+ 2.56600436270237,1.2626426853239536,-0.8650237083435058,34.600948333740234,1840
48
+ 2.6463089406490328,0.861230006068945,-0.8536592483520508,34.14636993408203,1880
49
+ 2.5753241181373596,0.6419453307869845,-0.24520516395568848,9.808206558227539,1920
50
+ 2.5783825516700745,-0.3199952347087674,-0.22650742530822754,9.060297012329102,1960
51
+ 2.532403525710106,-0.3822990135086002,-0.097652268409729,3.90609073638916,2000
training/sarl/CylinderJet2D-medium-v0/PPO/README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - reinforcement-learning
5
+ - stable-baselines3
6
+ - deep-reinforcement-learning
7
+ - fluidgym
8
+ - active-flow-control
9
+ - fluid-dynamics
10
+ - simulation
11
+ - CylinderJet2D-medium-v0
12
+ model-index:
13
+ - name: PPO-CylinderJet2D-medium-v0
14
+ results:
15
+ - task:
16
+ type: reinforcement-learning
17
+ name: reinforcement-learning
18
+ dataset:
19
+ name: FluidGym-CylinderJet2D-medium-v0
20
+ type: fluidgym
21
+ metrics:
22
+ - type: mean_reward
23
+ value: 0.26
24
+ name: mean_reward
25
+
26
+
27
+ ---
28
+
29
+ # PPO on CylinderJet2D-medium-v0 (FluidGym)
30
+
31
+ This repository is part of the **FluidGym** benchmark results. It contains trained Stable Baselines3 agents for the specialized **CylinderJet2D-medium-v0** environment.
32
+
33
+ ## Evaluation Results
34
+
35
+ ### Global Performance (Aggregated across 5 seeds)
36
+ **Mean Reward:** 0.26 ± 0.13
37
+
38
+ ### Per-Seed Statistics
39
+ | Run | Mean Reward | Std Dev |
40
+ | --- | --- | --- |
41
+ | Seed 0 | 0.39 | 0.55 |
42
+ | Seed 1 | 0.29 | 0.50 |
43
+ | Seed 2 | 0.38 | 0.46 |
44
+ | Seed 3 | 0.17 | 0.39 |
45
+ | Seed 4 | 0.07 | 0.36 |
46
+
47
+ ## About FluidGym
48
+ FluidGym is a benchmark for reinforcement learning in active flow control.
49
+
50
+ ## Usage
51
+ Each seed is contained in its own subdirectory. You can load a model using:
52
+ ```python
53
+ from stable_baselines3 import PPO
54
+ model = PPO.load("0/ckpt_latest.zip")
55
+ ```
56
+
57
+ **Important:** The models were trained using ```fluidgym==0.0.2```. In order to use
58
+ them with newer versions of FluidGym, you need to wrap the environment with a
59
+ `FlattenObservation` wrapper as shown below:
60
+ ```python
61
+ import fluidgym
62
+ from fluidgym.wrappers import FlattenObservation
63
+ from stable_baselines3 import PPO
64
+
65
+ env = fluidgym.make("CylinderJet2D-medium-v0")
66
+ env = FlattenObservation(env)
67
+ model = PPO.load("path_to_model/ckpt_latest.zip")
68
+
69
+ obs, info = env.reset(seed=42)
70
+
71
+ action, _ = model.predict(obs, deterministic=True)
72
+ obs, reward, terminated, truncated, info = env.step(action)
73
+ ```
74
+
75
+ ## References
76
+
77
+ * [Plug-and-Play Benchmarking of Reinforcement Learning Algorithms for Large-Scale Flow Control](http://arxiv.org/abs/2601.15015)
78
+ * [FluidGym GitHub Repository](https://github.com/safe-autonomous-systems/fluidgym)
training/sarl/CylinderJet2D-medium-v0/SAC/README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - reinforcement-learning
5
+ - stable-baselines3
6
+ - deep-reinforcement-learning
7
+ - fluidgym
8
+ - active-flow-control
9
+ - fluid-dynamics
10
+ - simulation
11
+ - CylinderJet2D-medium-v0
12
+ model-index:
13
+ - name: SAC-CylinderJet2D-medium-v0
14
+ results:
15
+ - task:
16
+ type: reinforcement-learning
17
+ name: reinforcement-learning
18
+ dataset:
19
+ name: FluidGym-CylinderJet2D-medium-v0
20
+ type: fluidgym
21
+ metrics:
22
+ - type: mean_reward
23
+ value: 0.38
24
+ name: mean_reward
25
+
26
+
27
+ ---
28
+
29
+ # SAC on CylinderJet2D-medium-v0 (FluidGym)
30
+
31
+ This repository is part of the **FluidGym** benchmark results. It contains trained Stable Baselines3 agents for the specialized **CylinderJet2D-medium-v0** environment.
32
+
33
+ ## Evaluation Results
34
+
35
+ ### Global Performance (Aggregated across 5 seeds)
36
+ **Mean Reward:** 0.38 ± 0.17
37
+
38
+ ### Per-Seed Statistics
39
+ | Run | Mean Reward | Std Dev |
40
+ | --- | --- | --- |
41
+ | Seed 0 | 0.51 | 0.56 |
42
+ | Seed 1 | 0.52 | 0.52 |
43
+ | Seed 2 | 0.50 | 0.45 |
44
+ | Seed 3 | 0.09 | 0.30 |
45
+ | Seed 4 | 0.26 | 0.42 |
46
+
47
+ ## About FluidGym
48
+ FluidGym is a benchmark for reinforcement learning in active flow control.
49
+
50
+ ## Usage
51
+ Each seed is contained in its own subdirectory. You can load a model using:
52
+ ```python
53
+ from stable_baselines3 import SAC
54
+ model = SAC.load("0/ckpt_latest.zip")
55
+ ```
56
+
57
+ **Important:** The models were trained using ```fluidgym==0.0.2```. In order to use
58
+ them with newer versions of FluidGym, you need to wrap the environment with a
59
+ `FlattenObservation` wrapper as shown below:
60
+ ```python
61
+ import fluidgym
62
+ from fluidgym.wrappers import FlattenObservation
63
+ from stable_baselines3 import SAC
64
+
65
+ env = fluidgym.make("CylinderJet2D-medium-v0")
66
+ env = FlattenObservation(env)
67
+ model = SAC.load("path_to_model/ckpt_latest.zip")
68
+
69
+ obs, info = env.reset(seed=42)
70
+
71
+ action, _ = model.predict(obs, deterministic=True)
72
+ obs, reward, terminated, truncated, info = env.step(action)
73
+ ```
74
+
75
+ ## References
76
+
77
+ * [Plug-and-Play Benchmarking of Reinforcement Learning Algorithms for Large-Scale Flow Control](http://arxiv.org/abs/2601.15015)
78
+ * [FluidGym GitHub Repository](https://github.com/safe-autonomous-systems/fluidgym)
training/sarl/CylinderJet2D-medium-v0/TD-MPC/0/config.yaml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: CylinderJet2D-medium-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 0
5
+ device: cuda
6
+ rl_mode: sarl
7
+ total_timesteps: 50000.0
8
+ n_eval_steps: 10
9
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
10
+ n_eval_episodes: 1
11
+ modality: state
12
+ action_repeat: 1
13
+ train_steps: ${total_timesteps}
14
+ iterations: 6
15
+ num_samples: 512
16
+ num_elites: 64
17
+ mixture_coef: 0.05
18
+ min_std: 0.05
19
+ temperature: 0.5
20
+ momentum: 0.1
21
+ discount: 0.99
22
+ batch_size: 512
23
+ max_buffer_size: ${train_steps}
24
+ horizon: 20
25
+ reward_coef: 0.5
26
+ value_coef: 0.1
27
+ consistency_coef: 2
28
+ rho: 0.5
29
+ kappa: 0.1
30
+ lr: 0.001
31
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
32
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
33
+ per_alpha: 0.6
34
+ per_beta: 0.4
35
+ grad_clip_norm: 10
36
+ seed_steps: 100
37
+ update_freq: 2
38
+ tau: 0.01
39
+ enc_dim: 256
40
+ mlp_dim: 512
41
+ latent_dim: 50
42
+ wandb:
43
+ enable: true
44
+ entity: safe-autonomous-systems
45
+ project: jbecktepe-fluidgym
46
+ cluster: {}
training/sarl/CylinderJet2D-medium-v0/TD-MPC/0/hydra.yaml ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/training/${rl_mode}/${env_id}/TD-MPC/${seed}
4
+ sweep:
5
+ dir: output/training/${rl_mode}/${env_id}/TD-MPC/${seed}
6
+ subdir: ''
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: RUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=RUN
114
+ task:
115
+ - env_id=CylinderJet2D-medium-v0
116
+ - seed=0
117
+ job:
118
+ name: train_tdmpc
119
+ chdir: true
120
+ override_dirname: env_id=CylinderJet2D-medium-v0,seed=0
121
+ id: ???
122
+ num: ???
123
+ config_name: train_tdmpc
124
+ env_set: {}
125
+ env_copy: []
126
+ config:
127
+ override_dirname:
128
+ kv_sep: '='
129
+ item_sep: ','
130
+ exclude_keys: []
131
+ runtime:
132
+ version: 1.3.2
133
+ version_base: '1.3'
134
+ cwd: /home/becktepe/git_projects/FluidGym
135
+ config_sources:
136
+ - path: hydra.conf
137
+ schema: pkg
138
+ provider: hydra
139
+ - path: /home/becktepe/git_projects/FluidGym/runscripts/configs
140
+ schema: file
141
+ provider: main
142
+ - path: hydra_plugins.hydra_colorlog.conf
143
+ schema: pkg
144
+ provider: hydra-colorlog
145
+ - path: ''
146
+ schema: structured
147
+ provider: schema
148
+ output_dir: /home/becktepe/git_projects/FluidGym/output/training/sarl/CylinderJet2D-medium-v0/TD-MPC/0
149
+ choices:
150
+ cluster: local
151
+ hydra/env: default
152
+ hydra/callbacks: null
153
+ hydra/job_logging: default
154
+ hydra/hydra_logging: default
155
+ hydra/hydra_help: default
156
+ hydra/help: default
157
+ hydra/sweeper: basic
158
+ hydra/launcher: basic
159
+ hydra/output: default
160
+ verbose: false
training/sarl/CylinderJet2D-medium-v0/TD-MPC/1/overrides.yaml ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ - env_id=CylinderJet2D-medium-v0
2
+ - seed=1
training/sarl/CylinderJet2D-medium-v0/TD-MPC/2/config.yaml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: CylinderJet2D-medium-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 2
5
+ device: cuda
6
+ rl_mode: sarl
7
+ total_timesteps: 50000.0
8
+ n_eval_steps: 10
9
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
10
+ n_eval_episodes: 1
11
+ modality: state
12
+ action_repeat: 1
13
+ train_steps: ${total_timesteps}
14
+ iterations: 6
15
+ num_samples: 512
16
+ num_elites: 64
17
+ mixture_coef: 0.05
18
+ min_std: 0.05
19
+ temperature: 0.5
20
+ momentum: 0.1
21
+ discount: 0.99
22
+ batch_size: 512
23
+ max_buffer_size: ${train_steps}
24
+ horizon: 20
25
+ reward_coef: 0.5
26
+ value_coef: 0.1
27
+ consistency_coef: 2
28
+ rho: 0.5
29
+ kappa: 0.1
30
+ lr: 0.001
31
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
32
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
33
+ per_alpha: 0.6
34
+ per_beta: 0.4
35
+ grad_clip_norm: 10
36
+ seed_steps: 100
37
+ update_freq: 2
38
+ tau: 0.01
39
+ enc_dim: 256
40
+ mlp_dim: 512
41
+ latent_dim: 50
42
+ wandb:
43
+ enable: true
44
+ entity: safe-autonomous-systems
45
+ project: jbecktepe-fluidgym
46
+ cluster: {}
training/sarl/CylinderJet2D-medium-v0/TD-MPC/2/hydra.yaml ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/training/${rl_mode}/${env_id}/TD-MPC/${seed}
4
+ sweep:
5
+ dir: output/training/${rl_mode}/${env_id}/TD-MPC/${seed}
6
+ subdir: ''
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: RUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=RUN
114
+ task:
115
+ - env_id=CylinderJet2D-medium-v0
116
+ - seed=2
117
+ job:
118
+ name: train_tdmpc
119
+ chdir: true
120
+ override_dirname: env_id=CylinderJet2D-medium-v0,seed=2
121
+ id: ???
122
+ num: ???
123
+ config_name: train_tdmpc
124
+ env_set: {}
125
+ env_copy: []
126
+ config:
127
+ override_dirname:
128
+ kv_sep: '='
129
+ item_sep: ','
130
+ exclude_keys: []
131
+ runtime:
132
+ version: 1.3.2
133
+ version_base: '1.3'
134
+ cwd: /home/becktepe/git_projects/FluidGym
135
+ config_sources:
136
+ - path: hydra.conf
137
+ schema: pkg
138
+ provider: hydra
139
+ - path: /home/becktepe/git_projects/FluidGym/runscripts/configs
140
+ schema: file
141
+ provider: main
142
+ - path: hydra_plugins.hydra_colorlog.conf
143
+ schema: pkg
144
+ provider: hydra-colorlog
145
+ - path: ''
146
+ schema: structured
147
+ provider: schema
148
+ output_dir: /home/becktepe/git_projects/FluidGym/output/training/sarl/CylinderJet2D-medium-v0/TD-MPC/2
149
+ choices:
150
+ cluster: local
151
+ hydra/env: default
152
+ hydra/callbacks: null
153
+ hydra/job_logging: default
154
+ hydra/hydra_logging: default
155
+ hydra/hydra_help: default
156
+ hydra/help: default
157
+ hydra/sweeper: basic
158
+ hydra/launcher: basic
159
+ hydra/output: default
160
+ verbose: false
training/sarl/CylinderJet3D-hard-v0/PPO/README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - reinforcement-learning
5
+ - stable-baselines3
6
+ - deep-reinforcement-learning
7
+ - fluidgym
8
+ - active-flow-control
9
+ - fluid-dynamics
10
+ - simulation
11
+ - CylinderJet3D-hard-v0
12
+ model-index:
13
+ - name: PPO-CylinderJet3D-hard-v0
14
+ results:
15
+ - task:
16
+ type: reinforcement-learning
17
+ name: reinforcement-learning
18
+ dataset:
19
+ name: FluidGym-CylinderJet3D-hard-v0
20
+ type: fluidgym
21
+ metrics:
22
+ - type: mean_reward
23
+ value: -0.17
24
+ name: mean_reward
25
+
26
+
27
+ ---
28
+
29
+ # PPO on CylinderJet3D-hard-v0 (FluidGym)
30
+
31
+ This repository is part of the **FluidGym** benchmark results. It contains trained Stable Baselines3 agents for the specialized **CylinderJet3D-hard-v0** environment.
32
+
33
+ ## Evaluation Results
34
+
35
+ ### Global Performance (Aggregated across 3 seeds)
36
+ **Mean Reward:** -0.17 ± 0.05
37
+
38
+ ### Per-Seed Statistics
39
+ | Run | Mean Reward | Std Dev |
40
+ | --- | --- | --- |
41
+ | Seed 0 | -0.20 | 0.13 |
42
+ | Seed 1 | -0.21 | 0.16 |
43
+ | Seed 2 | -0.11 | 0.11 |
44
+
45
+ ## About FluidGym
46
+ FluidGym is a benchmark for reinforcement learning in active flow control.
47
+
48
+ ## Usage
49
+ Each seed is contained in its own subdirectory. You can load a model using:
50
+ ```python
51
+ from stable_baselines3 import PPO
52
+ model = PPO.load("0/ckpt_latest.zip")
53
+ ```
54
+
55
+ **Important:** The models were trained using ```fluidgym==0.0.2```. In order to use
56
+ them with newer versions of FluidGym, you need to wrap the environment with a
57
+ `FlattenObservation` wrapper as shown below:
58
+ ```python
59
+ import fluidgym
60
+ from fluidgym.wrappers import FlattenObservation
61
+ from stable_baselines3 import PPO
62
+
63
+ env = fluidgym.make("CylinderJet3D-hard-v0")
64
+ env = FlattenObservation(env)
65
+ model = PPO.load("path_to_model/ckpt_latest.zip")
66
+
67
+ obs, info = env.reset(seed=42)
68
+
69
+ action, _ = model.predict(obs, deterministic=True)
70
+ obs, reward, terminated, truncated, info = env.step(action)
71
+ ```
72
+
73
+ ## References
74
+
75
+ * [Plug-and-Play Benchmarking of Reinforcement Learning Algorithms for Large-Scale Flow Control](http://arxiv.org/abs/2601.15015)
76
+ * [FluidGym GitHub Repository](https://github.com/safe-autonomous-systems/fluidgym)
training/sarl/CylinderRot2D-easy-v0/SAC/README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - reinforcement-learning
5
+ - stable-baselines3
6
+ - deep-reinforcement-learning
7
+ - fluidgym
8
+ - active-flow-control
9
+ - fluid-dynamics
10
+ - simulation
11
+ - CylinderRot2D-easy-v0
12
+ model-index:
13
+ - name: SAC-CylinderRot2D-easy-v0
14
+ results:
15
+ - task:
16
+ type: reinforcement-learning
17
+ name: reinforcement-learning
18
+ dataset:
19
+ name: FluidGym-CylinderRot2D-easy-v0
20
+ type: fluidgym
21
+ metrics:
22
+ - type: mean_reward
23
+ value: 0.03
24
+ name: mean_reward
25
+
26
+
27
+ ---
28
+
29
+ # SAC on CylinderRot2D-easy-v0 (FluidGym)
30
+
31
+ This repository is part of the **FluidGym** benchmark results. It contains trained Stable Baselines3 agents for the specialized **CylinderRot2D-easy-v0** environment.
32
+
33
+ ## Evaluation Results
34
+
35
+ ### Global Performance (Aggregated across 5 seeds)
36
+ **Mean Reward:** 0.03 ± 0.01
37
+
38
+ ### Per-Seed Statistics
39
+ | Run | Mean Reward | Std Dev |
40
+ | --- | --- | --- |
41
+ | Seed 0 | 0.04 | 0.20 |
42
+ | Seed 1 | 0.02 | 0.21 |
43
+ | Seed 2 | 0.04 | 0.19 |
44
+ | Seed 3 | 0.04 | 0.20 |
45
+ | Seed 4 | 0.03 | 0.21 |
46
+
47
+ ## About FluidGym
48
+ FluidGym is a benchmark for reinforcement learning in active flow control.
49
+
50
+ ## Usage
51
+ Each seed is contained in its own subdirectory. You can load a model using:
52
+ ```python
53
+ from stable_baselines3 import SAC
54
+ model = SAC.load("0/ckpt_latest.zip")
55
+ ```
56
+
57
+ **Important:** The models were trained using ```fluidgym==0.0.2```. In order to use
58
+ them with newer versions of FluidGym, you need to wrap the environment with a
59
+ `FlattenObservation` wrapper as shown below:
60
+ ```python
61
+ import fluidgym
62
+ from fluidgym.wrappers import FlattenObservation
63
+ from stable_baselines3 import SAC
64
+
65
+ env = fluidgym.make("CylinderRot2D-easy-v0")
66
+ env = FlattenObservation(env)
67
+ model = SAC.load("path_to_model/ckpt_latest.zip")
68
+
69
+ obs, info = env.reset(seed=42)
70
+
71
+ action, _ = model.predict(obs, deterministic=True)
72
+ obs, reward, terminated, truncated, info = env.step(action)
73
+ ```
74
+
75
+ ## References
76
+
77
+ * [Plug-and-Play Benchmarking of Reinforcement Learning Algorithms for Large-Scale Flow Control](http://arxiv.org/abs/2601.15015)
78
+ * [FluidGym GitHub Repository](https://github.com/safe-autonomous-systems/fluidgym)
training/sarl/CylinderRot2D-hard-v0/SAC/README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: stable-baselines3
3
+ tags:
4
+ - reinforcement-learning
5
+ - stable-baselines3
6
+ - deep-reinforcement-learning
7
+ - fluidgym
8
+ - active-flow-control
9
+ - fluid-dynamics
10
+ - simulation
11
+ - CylinderRot2D-hard-v0
12
+ model-index:
13
+ - name: SAC-CylinderRot2D-hard-v0
14
+ results:
15
+ - task:
16
+ type: reinforcement-learning
17
+ name: reinforcement-learning
18
+ dataset:
19
+ name: FluidGym-CylinderRot2D-hard-v0
20
+ type: fluidgym
21
+ metrics:
22
+ - type: mean_reward
23
+ value: 0.55
24
+ name: mean_reward
25
+
26
+
27
+ ---
28
+
29
+ # SAC on CylinderRot2D-hard-v0 (FluidGym)
30
+
31
+ This repository is part of the **FluidGym** benchmark results. It contains trained Stable Baselines3 agents for the specialized **CylinderRot2D-hard-v0** environment.
32
+
33
+ ## Evaluation Results
34
+
35
+ ### Global Performance (Aggregated across 5 seeds)
36
+ **Mean Reward:** 0.55 ± 0.03
37
+
38
+ ### Per-Seed Statistics
39
+ | Run | Mean Reward | Std Dev |
40
+ | --- | --- | --- |
41
+ | Seed 0 | 0.56 | 0.94 |
42
+ | Seed 1 | 0.49 | 1.21 |
43
+ | Seed 2 | 0.58 | 0.99 |
44
+ | Seed 3 | 0.55 | 1.14 |
45
+ | Seed 4 | 0.57 | 0.92 |
46
+
47
+ ## About FluidGym
48
+ FluidGym is a benchmark for reinforcement learning in active flow control.
49
+
50
+ ## Usage
51
+ Each seed is contained in its own subdirectory. You can load a model using:
52
+ ```python
53
+ from stable_baselines3 import SAC
54
+ model = SAC.load("0/ckpt_latest.zip")
55
+ ```
56
+
57
+ **Important:** The models were trained using ```fluidgym==0.0.2```. In order to use
58
+ them with newer versions of FluidGym, you need to wrap the environment with a
59
+ `FlattenObservation` wrapper as shown below:
60
+ ```python
61
+ import fluidgym
62
+ from fluidgym.wrappers import FlattenObservation
63
+ from stable_baselines3 import SAC
64
+
65
+ env = fluidgym.make("CylinderRot2D-hard-v0")
66
+ env = FlattenObservation(env)
67
+ model = SAC.load("path_to_model/ckpt_latest.zip")
68
+
69
+ obs, info = env.reset(seed=42)
70
+
71
+ action, _ = model.predict(obs, deterministic=True)
72
+ obs, reward, terminated, truncated, info = env.step(action)
73
+ ```
74
+
75
+ ## References
76
+
77
+ * [Plug-and-Play Benchmarking of Reinforcement Learning Algorithms for Large-Scale Flow Control](http://arxiv.org/abs/2601.15015)
78
+ * [FluidGym GitHub Repository](https://github.com/safe-autonomous-systems/fluidgym)
training/sarl/RBC2D-easy-v0/DPC/1/hydra.yaml ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/training/${rl_mode}/${env_id}/DPC/${seed}
4
+ sweep:
5
+ dir: output/training/${rl_mode}/${env_id}/DPC/${seed}
6
+ subdir: ''
7
+ launcher:
8
+ submitit_folder: ${hydra.sweep.dir}/.submitit/%j
9
+ timeout_min: 10080
10
+ cpus_per_task: 8
11
+ gpus_per_node: null
12
+ tasks_per_node: 1
13
+ mem_gb: 32
14
+ nodes: 1
15
+ name: ${hydra.job.name}
16
+ stderr_to_stdout: false
17
+ _target_: hydra_plugins.hydra_submitit_launcher.submitit_launcher.SlurmLauncher
18
+ partition: gpu
19
+ qos: null
20
+ comment: null
21
+ constraint: null
22
+ exclude: null
23
+ gres: gpu:a100:1
24
+ cpus_per_gpu: null
25
+ gpus_per_task: null
26
+ mem_per_gpu: null
27
+ mem_per_cpu: null
28
+ account: null
29
+ signal_delay_s: 120
30
+ max_num_timeout: 0
31
+ additional_parameters: {}
32
+ array_parallelism: 256
33
+ setup:
34
+ - ml lang
35
+ - ml Miniforge3
36
+ - conda activate pisotorch
37
+ - export FLUIDGYM_LOCAL_DATA_PATH=/scratch/hpc-prf-reinfphys/reinfph2/git_projects/rl-fluid-bench/local_data
38
+ sweeper:
39
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
40
+ max_batch_size: null
41
+ params: null
42
+ help:
43
+ app_name: ${hydra.job.name}
44
+ header: '${hydra.help.app_name} is powered by Hydra.
45
+
46
+ '
47
+ footer: 'Powered by Hydra (https://hydra.cc)
48
+
49
+ Use --hydra-help to view Hydra specific help
50
+
51
+ '
52
+ template: '${hydra.help.header}
53
+
54
+ == Configuration groups ==
55
+
56
+ Compose your configuration from those groups (group=option)
57
+
58
+
59
+ $APP_CONFIG_GROUPS
60
+
61
+
62
+ == Config ==
63
+
64
+ Override anything in the config (foo.bar=value)
65
+
66
+
67
+ $CONFIG
68
+
69
+
70
+ ${hydra.help.footer}
71
+
72
+ '
73
+ hydra_help:
74
+ template: 'Hydra (${hydra.runtime.version})
75
+
76
+ See https://hydra.cc for more info.
77
+
78
+
79
+ == Flags ==
80
+
81
+ $FLAGS_HELP
82
+
83
+
84
+ == Configuration groups ==
85
+
86
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
87
+ to command line)
88
+
89
+
90
+ $HYDRA_CONFIG_GROUPS
91
+
92
+
93
+ Use ''--cfg hydra'' to Show the Hydra config.
94
+
95
+ '
96
+ hydra_help: ???
97
+ hydra_logging:
98
+ version: 1
99
+ formatters:
100
+ simple:
101
+ format: '[%(asctime)s][HYDRA] %(message)s'
102
+ handlers:
103
+ console:
104
+ class: logging.StreamHandler
105
+ formatter: simple
106
+ stream: ext://sys.stdout
107
+ root:
108
+ level: INFO
109
+ handlers:
110
+ - console
111
+ loggers:
112
+ logging_example:
113
+ level: DEBUG
114
+ disable_existing_loggers: false
115
+ job_logging:
116
+ version: 1
117
+ formatters:
118
+ simple:
119
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
120
+ handlers:
121
+ console:
122
+ class: logging.StreamHandler
123
+ formatter: simple
124
+ stream: ext://sys.stdout
125
+ file:
126
+ class: logging.FileHandler
127
+ formatter: simple
128
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
129
+ root:
130
+ level: INFO
131
+ handlers:
132
+ - console
133
+ - file
134
+ disable_existing_loggers: false
135
+ env: {}
136
+ mode: MULTIRUN
137
+ searchpath: []
138
+ callbacks: {}
139
+ output_subdir: .
140
+ overrides:
141
+ hydra:
142
+ - hydra.mode=MULTIRUN
143
+ task:
144
+ - wandb.enable=False
145
+ - env_id=RBC2D-easy-v0
146
+ - seed=1
147
+ - cluster=pc2_gpu
148
+ job:
149
+ name: run_dpc_pc2
150
+ chdir: true
151
+ override_dirname: cluster=pc2_gpu,env_id=RBC2D-easy-v0,seed=1,wandb.enable=False
152
+ id: '31923434_1'
153
+ num: 1
154
+ config_name: run_dpc
155
+ env_set: {}
156
+ env_copy: []
157
+ config:
158
+ override_dirname:
159
+ kv_sep: '='
160
+ item_sep: ','
161
+ exclude_keys: []
162
+ runtime:
163
+ version: 1.3.2
164
+ version_base: '1.3'
165
+ cwd: /scratch/hpc-prf-reinfphys/reinfph2/git_projects/rl-fluid-bench
166
+ config_sources:
167
+ - path: hydra.conf
168
+ schema: pkg
169
+ provider: hydra
170
+ - path: /scratch/hpc-prf-reinfphys/reinfph2/git_projects/rl-fluid-bench/runscripts/configs
171
+ schema: file
172
+ provider: main
173
+ - path: ''
174
+ schema: structured
175
+ provider: schema
176
+ output_dir: /scratch/hpc-prf-reinfphys/reinfph2/git_projects/rl-fluid-bench/output/training/sarl/RBC2D-easy-v0/DPC/1
177
+ choices:
178
+ cluster: pc2_gpu
179
+ hydra/env: default
180
+ hydra/callbacks: null
181
+ hydra/job_logging: default
182
+ hydra/hydra_logging: default
183
+ hydra/hydra_help: default
184
+ hydra/help: default
185
+ hydra/sweeper: basic
186
+ hydra/launcher: submitit_slurm
187
+ hydra/output: default
188
+ verbose: false
training/sarl/RBC2D-easy-v0/PPO/42/hydra.yaml CHANGED
@@ -104,21 +104,21 @@ hydra:
104
  - file
105
  disable_existing_loggers: false
106
  env: {}
107
- mode: MULTIRUN
108
  searchpath: []
109
  callbacks: {}
110
  output_subdir: .
111
  overrides:
112
  hydra:
113
- - hydra.mode=MULTIRUN
114
  task:
115
  - wandb.enable=False
116
  job:
117
- name: train_ppo_cleanrl
118
  chdir: true
119
  override_dirname: wandb.enable=False
120
- id: '0'
121
- num: 0
122
  config_name: train_sb3
123
  env_set: {}
124
  env_copy: []
 
104
  - file
105
  disable_existing_loggers: false
106
  env: {}
107
+ mode: RUN
108
  searchpath: []
109
  callbacks: {}
110
  output_subdir: .
111
  overrides:
112
  hydra:
113
+ - hydra.mode=RUN
114
  task:
115
  - wandb.enable=False
116
  job:
117
+ name: train_tdmpc
118
  chdir: true
119
  override_dirname: wandb.enable=False
120
+ id: ???
121
+ num: ???
122
  config_name: train_sb3
123
  env_set: {}
124
  env_copy: []
training/sarl/RBC2D-easy-v0/SAC/1/config.yaml CHANGED
@@ -56,5 +56,7 @@ test_env_kwargs: ${env_kwargs}
56
  test_rl_mode: ${rl_mode}
57
  n_test_episodes: 10
58
  deterministic: true
59
- save_frames: true
60
- render_3d: true
 
 
 
56
  test_rl_mode: ${rl_mode}
57
  n_test_episodes: 10
58
  deterministic: true
59
+ save_frames: false
60
+ render_3d: false
61
+ stress_test: true
62
+ variation: 0.05
training/sarl/RBC2D-easy-v0/TD-MPC/1/training_log.csv ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ train/episode,train/step,train/env_step,train/total_time,train/episode_reward,train/mean_reward,eval/mean_reward,consistency_loss,reward_loss,value_loss,pi_loss,total_loss,weighted_loss,grad_norm
2
+ 1,0,0,302.02831172943115,-6.083385467529297,-0.030416927337646484,-0.053466951847076415,,,,,,,
3
+ 2,200,200,836.3661615848541,-15.222672462463379,-0.0761133623123169,,0.005296058487147093,0.09971663355827332,0.030691426247358322,-0.8576096892356873,0.06351958215236664,0.04566076397895813,0.017815101891756058
4
+ 3,400,400,1111.471680879593,20.873252868652344,0.10436626434326172,,0.0032102856785058975,0.06075461208820343,0.027014218270778656,-3.03200364112854,0.039499297738075256,0.026880517601966858,0.014050115831196308
5
+ 4,600,600,1383.8907630443573,84.63906335830688,0.42319531679153444,,0.011254958808422089,0.09953434765338898,0.1087874323129654,-3.554908037185669,0.08315584063529968,0.05008704587817192,0.0503116101026535
6
+ 5,800,800,1664.664473772049,60.438953161239624,0.30219476580619814,,0.004931946750730276,0.05356927961111069,0.0374302938580513,-5.29700231552124,0.04039156436920166,0.02826434001326561,0.015301849693059921
7
+ 6,1000,1000,1983.244887828827,-97.86131238937378,-0.4893065619468689,,0.007188399322330952,0.10051432251930237,0.11451517045497894,-5.3219499588012695,0.07608547806739807,0.0572652593255043,0.0446205735206604
8
+ 7,1200,1200,2262.6443042755127,29.610064029693604,0.14805032014846803,,0.012498153373599052,0.06663146615028381,0.12650147080421448,-6.683279514312744,0.07096218317747116,0.04969649761915207,0.03613147512078285
9
+ 8,1400,1400,2543.018215417862,-15.136303901672363,-0.07568151950836181,,0.014372708275914192,0.09608939290046692,0.1302027404308319,-8.351492881774902,0.08981038630008698,0.06571584939956665,0.06228717043995857
10
+ 9,1600,1600,2822.132891178131,128.69939661026,0.6434969830513001,,0.006974436342716217,0.04705117642879486,0.07385524362325668,-9.27054500579834,0.044859983026981354,0.03431630879640579,0.040973298251628876
11
+ 10,1800,1800,3114.677175283432,43.106528520584106,0.21553264260292054,,0.010358499363064766,0.05077315866947174,0.08072732388973236,-10.534915924072266,0.05417630821466446,0.03797406703233719,0.022167934104800224
12
+ 11,2000,2000,3408.097519636154,36.85445737838745,0.18427228689193725,,0.030347218737006187,0.09931519627571106,0.2795809507369995,-11.530921936035156,0.13831011950969696,0.10185417532920837,0.05493905767798424
13
+ 12,2200,2200,3697.823028564453,103.88957047462463,0.5194478523731232,,0.018843697383999825,0.06474380940198898,0.17800873517990112,-13.274917602539062,0.08786017447710037,0.058717142790555954,0.03662141412496567
14
+ 13,2400,2400,3986.955555200577,94.01822853088379,0.4700911426544189,,0.013817772269248962,0.07960933446884155,0.17589251697063446,-14.443334579467773,0.08502946048974991,0.06082240119576454,0.06103641167283058
15
+ 14,2600,2600,4275.870443344116,20.915796756744385,0.10457898378372192,,0.009115666151046753,0.0360787995159626,0.06495551019906998,-16.917932510375977,0.04276628419756889,0.03178040683269501,0.01617380790412426
16
+ 15,2800,2800,4559.060192108154,158.78519988059998,0.7939259994029999,,0.015887107700109482,0.04630325362086296,0.2634066939353943,-18.498218536376953,0.08126651495695114,0.050717588514089584,0.05891161412000656
17
+ 16,3000,3000,4846.3188371658325,141.33411812782288,0.7066705906391144,,0.021741816774010658,0.06440422683954239,0.16655778884887695,-22.3382625579834,0.09234152734279633,0.05604768171906471,0.04443921893835068
18
+ 17,3200,3200,5136.026698589325,109.63919043540955,0.5481959521770478,,0.010968722403049469,0.02996254153549671,0.06787848472595215,-22.907730102539062,0.043706562370061874,0.03173938766121864,0.014228574931621552
19
+ 18,3400,3400,5427.84130358696,91.02639675140381,0.455131983757019,,0.02525041438639164,0.05267636477947235,0.36388319730758667,-24.42022705078125,0.11322733759880066,0.07977572083473206,0.097150519490242
20
+ 19,3600,3600,5718.585929393768,132.8252899646759,0.6641264498233795,,0.011555928736925125,0.0256662555038929,0.09142877161502838,-26.118534088134766,0.045087866485118866,0.03107982501387596,0.02866620570421219
21
+ 20,3800,3800,6009.230703830719,131.7935163974762,0.658967581987381,,0.028636399656534195,0.04688803479075432,0.2065126597881317,-28.424970626831055,0.10136807709932327,0.0669773519039154,0.04655345901846886
22
+ 21,4000,4000,6293.917007923126,161.23249626159668,0.8061624813079834,,0.019077856093645096,0.029616890475153923,0.1604822278022766,-29.218814849853516,0.06901238113641739,0.04879863187670708,0.0353333055973053
23
+ 22,4200,4200,6578.241326808929,164.29759120941162,0.8214879560470582,,0.011902138590812683,0.025081191211938858,0.064699187874794,-32.30622100830078,0.042814791202545166,0.03041836805641651,0.031110573559999466
24
+ 23,4400,4400,6867.732647895813,153.65272569656372,0.7682636284828186,,0.01350707933306694,0.024289017543196678,0.08862940967082977,-34.3205680847168,0.04802160710096359,0.033991917967796326,0.021774105727672577
25
+ 24,4600,4600,7150.808038949966,118.90381646156311,0.5945190823078156,,0.022622177377343178,0.04608600586652756,0.22719039022922516,-35.13365173339844,0.09100639820098877,0.059427112340927124,0.04855271428823471
26
+ 25,4800,4800,7436.16964507103,101.47058010101318,0.5073529005050659,,0.014490602537989616,0.026395922526717186,0.12614816427230835,-37.671661376953125,0.054793983697891235,0.036591023206710815,0.030726496130228043
27
+ 26,5000,5000,7722.531478404999,105.76825833320618,0.5288412916660309,0.8556580364704132,0.024670764803886414,0.03452594205737114,0.2723214626312256,-39.949588775634766,0.09383664280176163,0.06541377305984497,0.08701057732105255
28
+ 27,5200,5200,8276.172453641891,134.2572021484375,0.6712860107421875,,0.01796671561896801,0.02047967165708542,0.1777188628911972,-40.53995132446289,0.06394515931606293,0.044090598821640015,0.05513538420200348
29
+ 28,5400,5400,8560.84149479866,177.0673065185547,0.8853365325927735,,0.015728870406746864,0.02467251569032669,0.1481444388628006,-44.58958053588867,0.058608442544937134,0.0413493886590004,0.055349331349134445
30
+ 29,5600,5600,8852.159974813461,160.66631031036377,0.8033315515518189,,0.01237781997770071,0.017098816111683846,0.07553915679454803,-45.9814567565918,0.04085896164178848,0.03008844330906868,0.02487274631857872
31
+ 30,5800,5800,9139.921434879303,146.18199682235718,0.7309099841117859,,0.019071828573942184,0.021490707993507385,0.181901216506958,-48.02039337158203,0.06707913428544998,0.04498554766178131,0.032396748661994934
32
+ 31,6000,6000,9425.58760023117,200.60643196105957,1.0030321598052978,,0.019029079005122185,0.021727994084358215,0.19277620315551758,-51.11349105834961,0.0681997761130333,0.048366449773311615,0.03205673024058342
33
+ 32,6200,6200,9713.95818901062,137.48793029785156,0.6874396514892578,,0.020473847165703773,0.01793677732348442,0.221628800034523,-52.4815673828125,0.07207896560430527,0.05348820611834526,0.03769770264625549
34
+ 33,6400,6400,10006.809308290482,114.30391097068787,0.5715195548534393,,0.03311680257320404,0.026396024972200394,0.48478683829307556,-54.495216369628906,0.1279102861881256,0.08630049228668213,0.08199791610240936
35
+ 34,6600,6600,10297.368097782135,193.89812850952148,0.9694906425476074,,0.04227957874536514,0.029849354177713394,0.5097588896751404,-55.5105094909668,0.15045973658561707,0.1101783961057663,0.11758456379175186
36
+ 35,6800,6800,10586.585292100906,181.17214369773865,0.9058607184886932,,0.02690187469124794,0.01982828602194786,0.22434350848197937,-58.69535827636719,0.08615224063396454,0.061207227408885956,0.04043538495898247
37
+ 36,7000,7000,10874.962282896042,148.70744156837463,0.7435372078418732,,0.024960290640592575,0.021576881408691406,0.2692907452583313,-60.35756301879883,0.08763809502124786,0.06008052080869675,0.03955923020839691
38
+ 37,7200,7200,11166.076514720917,119.00697636604309,0.5950348818302155,,0.020996136590838432,0.018565423786640167,0.18508721888065338,-62.54941940307617,0.06978370249271393,0.04651711881160736,0.02824532985687256
39
+ 38,7400,7400,11454.778083324432,229.31700491905212,1.1465850245952607,,0.01572347804903984,0.016103114932775497,0.13039270043373108,-64.94026947021484,0.05253778025507927,0.03701324388384819,0.03891628980636597
40
+ 39,7600,7600,11741.402433156967,166.31966876983643,0.8315983438491821,,0.01581289991736412,0.01571807451546192,0.11944175511598587,-67.64246368408203,0.05142901465296745,0.039954774081707,0.04013122618198395
41
+ 40,7800,7800,12031.16686630249,161.1287920475006,0.8056439602375031,,0.01678326353430748,0.01707276701927185,0.13752485811710358,-69.69092559814453,0.055855393409729004,0.039937205612659454,0.05962548404932022
42
+ 41,8000,8000,12313.74407362938,240.1387493610382,1.200693746805191,,0.01617289148271084,0.017717581242322922,0.1210026890039444,-71.32952117919922,0.05330484360456467,0.0383729413151741,0.04104013741016388
43
+ 42,8200,8200,12601.46375131607,224.07763266563416,1.1203881633281707,,0.015381647273898125,0.014399071224033833,0.14759290218353271,-73.70506286621094,0.05272212252020836,0.036046549677848816,0.05115772411227226
44
+ 43,8400,8400,12893.13927602768,162.38538360595703,0.8119269180297851,,0.017850441858172417,0.015370765700936317,0.14567279815673828,-76.25381469726562,0.05795355141162872,0.042367905378341675,0.047071345150470734
45
+ 44,8600,8600,13182.329003095627,197.90985226631165,0.9895492613315582,,0.022174740210175514,0.013321155682206154,0.23973117768764496,-77.7509994506836,0.07498317211866379,0.05298672989010811,0.09793208539485931
46
+ 45,8800,8800,13477.443016052246,204.9527657032013,1.0247638285160066,,0.020987194031476974,0.015175923705101013,0.168871209025383,-79.80294799804688,0.06644947081804276,0.04613470286130905,0.035945575684309006
47
+ 46,9000,9000,13770.721278905869,188.22740602493286,0.9411370301246643,,0.019985642284154892,0.01576767861843109,0.14294551312923431,-81.19669342041016,0.06214968115091324,0.04452987015247345,0.04558415710926056
48
+ 47,9200,9200,14065.585508823395,208.65484976768494,1.0432742488384248,,0.018269814550876617,0.013215543702244759,0.17269206047058105,-84.52845001220703,0.060416609048843384,0.04232857748866081,0.048295583575963974
49
+ 48,9400,9400,14347.102896928787,204.9240837097168,1.0246204185485839,,0.016445811837911606,0.011212430894374847,0.20700882375240326,-87.23564910888672,0.05919872224330902,0.0452444963157177,0.12849290668964386
50
+ 49,9600,9600,14633.165121555328,207.92928981781006,1.0396464490890502,,0.021480772644281387,0.012745639309287071,0.22037221491336823,-89.11885833740234,0.07137158513069153,0.04873635619878769,0.044736918061971664
51
+ 50,9800,9800,14924.24164390564,219.92952513694763,1.099647625684738,,0.017779117450118065,0.014379266649484634,0.1516517996788025,-91.37321472167969,0.057913050055503845,0.039774395525455475,0.05846678465604782
52
+ 51,10000,10000,15214.055196285248,227.19717502593994,1.1359858751296996,1.3588755488395692,0.023524820804595947,0.016109157353639603,0.22673022747039795,-92.7883529663086,0.07777723670005798,0.05351598560810089,0.06023980304598808
53
+ 52,10200,10200,15772.194484710693,234.37211656570435,1.1718605828285218,,0.024654461070895195,0.01475604809820652,0.2712521553039551,-95.1455078125,0.0838121622800827,0.05935040861368179,0.0806577131152153
54
+ 53,10400,10400,16061.094603061676,249.723970413208,1.24861985206604,,0.031214511021971703,0.01577368937432766,0.37352877855300903,-97.27534484863281,0.10766874253749847,0.07215408980846405,0.114280566573143
55
+ 54,10600,10600,16351.205646753311,216.08364033699036,1.0804182016849517,,0.020482968538999557,0.015516886487603188,0.18763095140457153,-99.93310546875,0.06748747825622559,0.04829918593168259,0.08365187793970108
56
+ 55,10800,10800,16639.59281516075,242.95876049995422,1.214793802499771,,0.020758457481861115,0.010361301712691784,0.2986755669116974,-101.86253356933594,0.07656512409448624,0.052671197801828384,0.10297389328479767
57
+ 56,11000,11000,16929.96090221405,213.6964259147644,1.068482129573822,,0.019772354513406754,0.01045244000852108,0.17357847094535828,-103.47187805175781,0.06212877482175827,0.04154814034700394,0.04268866404891014
58
+ 57,11200,11200,17221.376963853836,154.2054250240326,0.7710271251201629,,0.01971874013543129,0.009835767559707165,0.19809646904468536,-104.42711639404297,0.06416501104831696,0.04592189937829971,0.054689254611730576
59
+ 58,11400,11400,17508.625138044357,240.89456176757812,1.2044728088378907,,0.023501381278038025,0.010942311957478523,0.2701927423477173,-106.50019836425781,0.07949318736791611,0.0513564869761467,0.07830323278903961
60
+ 59,11600,11600,17798.959520101547,228.60043096542358,1.1430021548271179,,0.024474620819091797,0.019073747098445892,0.3045901656150818,-110.25586700439453,0.08894512802362442,0.060994952917099,0.12354671210050583
61
+ 60,11800,11800,18085.35535812378,271.4880123138428,1.357440061569214,,0.022774869576096535,0.012354081496596336,0.3042008876800537,-110.23047637939453,0.08214686810970306,0.053690969944000244,0.0956401601433754
62
+ 61,12000,12000,18377.19424057007,255.17617225646973,1.2758808612823487,,0.029625821858644485,0.021280311048030853,0.4928150475025177,-112.15521240234375,0.11917330324649811,0.08157186210155487,0.178752601146698
63
+ 62,12200,12200,18664.04610800743,242.36735677719116,1.2118367838859558,,0.024001870304346085,0.012455550953745842,0.2674782872200012,-115.30581665039062,0.0809793472290039,0.05409853905439377,0.07635750621557236
64
+ 63,12400,12400,18952.597477912903,189.25217151641846,0.9462608575820923,,0.02184908464550972,0.011332967318594456,0.18305115401744843,-116.96202850341797,0.06766977161169052,0.04696638882160187,0.07820625603199005
65
+ 64,12600,12600,19247.619611263275,268.33258986473083,1.3416629493236543,,0.018257098272442818,0.007360052317380905,0.15746991336345673,-119.90254211425781,0.05594121664762497,0.04010183364152908,0.11593496799468994
66
+ 65,12800,12800,19540.26753115654,214.9942283630371,1.0749711418151855,,0.021636076271533966,0.01142013631761074,0.3220798373222351,-120.9198226928711,0.08119019865989685,0.0579022541642189,0.22985807061195374
67
+ 66,13000,13000,19830.120388269424,252.55708527565002,1.26278542637825,,0.01944313943386078,0.009177367202937603,0.15191054344177246,-122.22675323486328,0.058666013181209564,0.043906085193157196,0.05320992320775986
68
+ 67,13200,13200,20116.459530353546,267.11246943473816,1.3355623471736908,,0.02500333823263645,0.011774677783250809,0.294608473777771,-124.30081939697266,0.08535486459732056,0.05913032591342926,0.1477031111717224
69
+ 68,13400,13400,20406.65567970276,268.2085931301117,1.3410429656505585,,0.020799174904823303,0.010142535902559757,0.14685384929180145,-126.40145111083984,0.06135500594973564,0.04051210358738899,0.054065633565187454
70
+ 69,13600,13600,20694.157327890396,261.19008922576904,1.3059504461288451,,0.02109318971633911,0.008955549448728561,0.2198970913887024,-127.788330078125,0.06865386664867401,0.049203407019376755,0.12141323834657669
71
+ 70,13800,13800,20980.805073738098,264.2892322540283,1.3214461612701416,,0.02215004153549671,0.008741231635212898,0.16589993238449097,-129.83969116210938,0.06526069343090057,0.04827847331762314,0.0921659842133522
72
+ 71,14000,14000,21276.251545906067,261.82746863365173,1.3091373431682587,,0.022615278139710426,0.009089437313377857,0.1977844536304474,-130.29855346679688,0.06955371797084808,0.049455806612968445,0.08278950303792953
73
+ 72,14200,14200,21555.501002550125,273.0791575908661,1.3653957879543304,,0.01822478696703911,0.006744707003235817,0.13567087054252625,-133.71861267089844,0.053389016538858414,0.03783697262406349,0.05961485207080841
74
+ 73,14400,14400,21841.292672872543,240.44504046440125,1.2022252023220061,,0.018879400566220284,0.007802250795066357,0.13139614462852478,-134.6014862060547,0.05479954183101654,0.03847223520278931,0.05952806770801544
75
+ 74,14600,14600,22137.859699964523,156.92888617515564,0.7846444308757782,,0.019151972606778145,0.007943418808281422,0.1236685961484909,-136.48451232910156,0.054642513394355774,0.040050897747278214,0.06674540042877197
76
+ 75,14800,14800,22425.1991314888,273.52100443840027,1.3676050221920013,,0.024073565378785133,0.009393559768795967,0.20299403369426727,-140.05003356933594,0.07314331829547882,0.047135159373283386,0.09254179149866104
77
+ 76,15000,15000,22715.76690196991,280.8621802330017,1.4043109011650086,1.2916107380390167,0.02224085107445717,0.008821805007755756,0.1787504404783249,-141.33779907226562,0.06676764786243439,0.04399207606911659,0.15056215226650238
78
+ 77,15200,15200,23268.876355409622,254.5383837223053,1.2726919186115264,,0.02178751304745674,0.008075968362390995,0.15086352825164795,-142.12704467773438,0.06269936263561249,0.044177159667015076,0.07112981379032135
79
+ 78,15400,15400,23553.3612139225,249.8204004764557,1.2491020023822785,,0.019766053184866905,0.008629086427390575,0.1141567975282669,-144.6183319091797,0.05526232719421387,0.03959042951464653,0.06146952137351036
80
+ 79,15600,15600,23843.266156196594,278.31078004837036,1.3915539002418518,,0.019417310133576393,0.007601904217153788,0.1100350171327591,-146.28953552246094,0.05363907292485237,0.03884444385766983,0.04709593951702118
81
+ 80,15800,15800,24135.674350500107,271.4529175758362,1.357264587879181,,0.019573256373405457,0.007154574152082205,0.11970506608486176,-147.81155395507812,0.05469430983066559,0.039780277758836746,0.056619442999362946
82
+ 81,16000,16000,24425.832853078842,253.9092710018158,1.269546355009079,,0.02329583652317524,0.009925879538059235,0.14611607789993286,-150.040283203125,0.0661662220954895,0.04790903627872467,0.07227519899606705
83
+ 82,16200,16200,24717.76683998108,247.44148993492126,1.2372074496746064,,0.02006540447473526,0.00583741394802928,0.11760586500167847,-151.30337524414062,0.05481009930372238,0.04029721021652222,0.05247644707560539
84
+ 83,16400,16400,25010.82284116745,291.94263100624084,1.4597131550312041,,0.017682787030935287,0.008778763003647327,0.11507310718297958,-153.51161193847656,0.051262266933918,0.03541496396064758,0.06625571101903915
85
+ 84,16600,16600,25300.206949949265,278.7515375614166,1.3937576878070832,,0.02313118427991867,0.007632989902049303,0.2626672387123108,-155.8501739501953,0.07634558528661728,0.05608999356627464,0.2452281266450882
86
+ 85,16800,16800,25593.53320837021,267.9540147781372,1.3397700738906861,,0.023432910442352295,0.0063626524060964584,0.20563355088233948,-156.6610870361328,0.07061050087213516,0.04390217736363411,0.13406036794185638
87
+ 86,17000,17000,25881.996064424515,264.4350309371948,1.3221751546859741,,0.01923411153256893,0.006754695903509855,0.14812545478343964,-157.5529022216797,0.05665811896324158,0.042106349021196365,0.15223871171474457
88
+ 87,17200,17200,26171.56927871704,269.2840943336487,1.3464204716682433,,0.019690601155161858,0.007763500325381756,0.15527985990047455,-159.47080993652344,0.058790937066078186,0.04204342141747475,0.14551539719104767
89
+ 88,17400,17400,26461.274455070496,242.9132959842682,1.214566479921341,,0.020541204139590263,0.009872805327177048,0.1373957097530365,-161.4696502685547,0.05975838750600815,0.04080083593726158,0.06462858617305756
90
+ 89,17600,17600,26754.369079113007,278.95208072662354,1.3947604036331176,,0.021407321095466614,0.006599696818739176,0.24596433341503143,-162.303466796875,0.0707109272480011,0.05147937685251236,0.18313068151474
91
+ 90,17800,17800,27050.452903985977,282.5879170894623,1.4129395854473115,,0.018789667636156082,0.005834940820932388,0.15387025475502014,-164.73492431640625,0.05588383227586746,0.04288289695978165,0.17573696374893188
92
+ 91,18000,18000,27348.586398363113,273.522004365921,1.367610021829605,,0.018599754199385643,0.007909848354756832,0.10333211719989777,-165.7403564453125,0.051487646996974945,0.030970260500907898,0.03905662149190903
93
+ 92,18200,18200,27641.515644073486,278.51300144195557,1.392565007209778,,0.025863518938422203,0.00640818290412426,0.2307087481021881,-166.3637237548828,0.07800200581550598,0.04727824777364731,0.14658887684345245
94
+ 93,18400,18400,27932.66897201538,191.02984023094177,0.9551492011547089,,0.023418594151735306,0.010260219685733318,0.2257305532693863,-168.7511749267578,0.07454035431146622,0.05088473856449127,0.17575283348560333
95
+ 94,18600,18600,28218.228786945343,261.2134621143341,1.3060673105716705,,0.020635798573493958,0.00705033540725708,0.11006873100996017,-170.6547088623047,0.055803634226322174,0.03885997086763382,0.04499528184533119
96
+ 95,18800,18800,28503.20614886284,255.76737260818481,1.2788368630409241,,0.02068071998655796,0.005717254243791103,0.14231455326080322,-172.09336853027344,0.05845152586698532,0.040891971439123154,0.061601072549819946
97
+ 96,19000,19000,28794.573858976364,251.50886726379395,1.2575443363189698,,0.02440064400434494,0.007768580224364996,0.20874589681625366,-174.21412658691406,0.07356017082929611,0.05059445649385452,0.11086402088403702
98
+ 97,19200,19200,29079.90010881424,284.1081368923187,1.4205406844615935,,0.021912831813097,0.007186071015894413,0.1398913562297821,-174.6103973388672,0.06140783801674843,0.0415332168340683,0.10802911221981049
99
+ 98,19400,19400,29369.190526247025,291.1588821411133,1.4557944107055665,,0.018496207892894745,0.0060321008786559105,0.14127294719219208,-176.67349243164062,0.0541357584297657,0.03790361434221268,0.13056190311908722
100
+ 99,19600,19600,29662.560790538788,285.0806703567505,1.4254033517837525,,0.018475133925676346,0.005342625547200441,0.10166739672422409,-177.78778076171875,0.049788326025009155,0.03286616504192352,0.03943988308310509
101
+ 100,19800,19800,29955.114441871643,297.928227186203,1.489641135931015,,0.018219387158751488,0.006349771283566952,0.10833622515201569,-179.80902099609375,0.050447285175323486,0.03707793727517128,0.07074534147977829
102
+ 101,20000,20000,30244.849655389786,269.24357080459595,1.3462178540229797,1.4271286296844483,0.018381942063570023,0.004416409879922867,0.09287864714860916,-180.26564025878906,0.048259954899549484,0.034897878766059875,0.06370499730110168
103
+ 102,20200,20200,30812.378636837006,269.4105865955353,1.3470529329776764,,0.02207736298441887,0.005594431422650814,0.20341041684150696,-181.9766387939453,0.06729298830032349,0.0457877516746521,0.16345477104187012
104
+ 103,20400,20400,31107.17090702057,289.90740847587585,1.4495370423793792,,0.020349789410829544,0.006420516408979893,0.2395523190498352,-183.28927612304688,0.06786507368087769,0.04568987339735031,0.250639408826828
105
+ 104,20600,20600,31399.267484903336,289.6597628593445,1.4482988142967224,,0.021884333342313766,0.008141727186739445,0.14383849501609802,-184.65121459960938,0.06222337856888771,0.04115931689739227,0.08643796294927597
106
+ 105,20800,20800,31690.510403633118,272.8113708496094,1.364056854248047,,0.019512217491865158,0.005842996761202812,0.10291701555252075,-186.76007080078125,0.052237629890441895,0.033422816544771194,0.06855053454637527
107
+ 106,21000,21000,31982.79996585846,264.6311504840851,1.3231557524204254,,0.024484876543283463,0.0065077426843345165,0.15558424592018127,-187.3056182861328,0.06778204441070557,0.04526133090257645,0.07305445522069931
108
+ 107,21200,21200,32273.312150239944,287.6083812713623,1.4380419063568115,,0.021317925304174423,0.012605727650225163,0.22409524023532867,-189.15235900878906,0.07134824246168137,0.050522223114967346,0.21451354026794434
109
+ 108,21400,21400,32558.574133634567,280.00390005111694,1.4000195002555846,,0.02014051377773285,0.004745537415146828,0.15225103497505188,-189.90267944335938,0.05787890404462814,0.04356401413679123,0.16016370058059692
110
+ 109,21600,21600,32844.83443188667,298.825670003891,1.4941283500194549,,0.022143397480249405,0.007035169750452042,0.1486978828907013,-191.20875549316406,0.06267417222261429,0.04575885087251663,0.08148077875375748
111
+ 110,21800,21800,33133.87362360954,291.9656217098236,1.459828108549118,,0.02063843421638012,0.00436414172872901,0.14771747589111328,-192.5960235595703,0.0582306869328022,0.0404362827539444,0.1536908745765686
112
+ 111,22000,22000,33431.85516548157,246.51351833343506,1.2325675916671752,,0.022336140275001526,0.004991333931684494,0.13371087610721588,-193.82981872558594,0.060539036989212036,0.04093359410762787,0.08385633677244186
113
+ 112,22200,22200,33719.36878442764,262.49638199806213,1.3124819099903107,,0.021344542503356934,0.005425364710390568,0.1425744742155075,-195.26524353027344,0.05965922027826309,0.0389881506562233,0.15596237778663635
114
+ 113,22400,22400,34012.71902060509,288.1998963356018,1.440999481678009,,0.02308068796992302,0.005193598102778196,0.18455687165260315,-196.31288146972656,0.06721386313438416,0.04351324588060379,0.12411767989397049
115
+ 114,22600,22600,34305.731761455536,277.8613591194153,1.3893067955970764,,0.02121157944202423,0.0059944139793515205,0.15866337716579437,-198.45664978027344,0.06128670647740364,0.0405212864279747,0.1078111007809639
116
+ 115,22800,22800,34592.97195100784,291.12681245803833,1.4556340622901915,,0.022786397486925125,0.004221608862280846,0.13734635710716248,-198.58567810058594,0.061418235301971436,0.03983588144183159,0.08458025753498077
117
+ 116,23000,23000,34884.09288930893,303.10598611831665,1.5155299305915833,,0.022568276152014732,0.0048551796935498714,0.14336994290351868,-200.28350830078125,0.06190113723278046,0.03865645080804825,0.0831059142947197
118
+ 117,23200,23200,35178.043797016144,302.2758746147156,1.5113793730735778,,0.028292883187532425,0.006798861548304558,0.21892446279525757,-202.3523712158203,0.08187764883041382,0.05930387228727341,0.1844274401664734
119
+ 118,23400,23400,35470.859830379486,284.75769877433777,1.423788493871689,,0.019499264657497406,0.004633764736354351,0.1259394884109497,-202.36526489257812,0.053909361362457275,0.03141901642084122,0.11276744306087494
120
+ 119,23600,23600,35765.45895528793,289.2781593799591,1.4463907968997955,,0.017384765669703484,0.003425000235438347,0.1070990189909935,-204.29043579101562,0.047191932797431946,0.03126729279756546,0.09443269670009613
121
+ 120,23800,23800,36054.22602033615,307.74895429611206,1.5387447714805602,,0.02257978729903698,0.004810260143131018,0.14423003792762756,-205.34176635742188,0.061987705528736115,0.04103131592273712,0.09638947993516922
122
+ 121,24000,24000,36348.90979909897,302.7690951824188,1.513845475912094,,0.018111493438482285,0.0033585629425942898,0.09866723418235779,-206.76612854003906,0.04776898771524429,0.030533332377672195,0.053056586533784866
123
+ 122,24200,24200,36640.610377550125,295.1750612258911,1.4758753061294556,,0.02054271660745144,0.0036279959604144096,0.1369195133447647,-208.14891052246094,0.056591376662254333,0.04049867019057274,0.15284229815006256
124
+ 123,24400,24400,36934.109167099,297.71125626564026,1.4885562813282014,,0.020957456901669502,0.004982088692486286,0.1189974918961525,-209.34072875976562,0.05630570650100708,0.03747059404850006,0.06348778307437897
125
+ 124,24600,24600,37226.03582859039,288.5941400527954,1.4429707002639771,,0.018413575366139412,0.004633398726582527,0.08311470597982407,-211.42640686035156,0.0474553219974041,0.03144685924053192,0.07901287078857422
126
+ 125,24800,24800,37522.69302892685,302.001487493515,1.5100074374675752,,0.024242015555500984,0.006685191765427589,0.14966914057731628,-212.28631591796875,0.0667935460805893,0.040570423007011414,0.10170026868581772
127
+ 126,25000,25000,37819.958290576935,292.12244868278503,1.4606122434139253,1.53664452791214,0.020782869309186935,0.0040063513442873955,0.11481781303882599,-212.73074340820312,0.055050693452358246,0.038195107132196426,0.07915567606687546
128
+ 127,25200,25200,38388.423902988434,289.8339419364929,1.4491697096824645,,0.02278014086186886,0.005141755100339651,0.21608993411064148,-213.84567260742188,0.06974014639854431,0.047433238476514816,0.2819513976573944
129
+ 128,25400,25400,38685.36793804169,302.4485728740692,1.512242864370346,,0.020767327398061752,0.0039457823149859905,0.108726367354393,-214.86752319335938,0.05438018590211868,0.037612929940223694,0.08146864175796509
130
+ 129,25600,25600,38979.44889640808,263.93586325645447,1.3196793162822724,,0.018426157534122467,0.0031601865775883198,0.08362249284982681,-215.24290466308594,0.04679465666413307,0.032619327306747437,0.048484429717063904
131
+ 130,25800,25800,39279.1639418602,304.9610948562622,1.524805474281311,,0.021661248058080673,0.0037790420465171337,0.12287633121013641,-216.6538543701172,0.05749965086579323,0.03997969627380371,0.08479443192481995
132
+ 131,26000,26000,39574.28404331207,303.3145751953125,1.5165728759765624,,0.022261159494519234,0.00390729121863842,0.11269263178110123,-217.96096801757812,0.057745225727558136,0.039483536034822464,0.0712570920586586
133
+ 132,26200,26200,39868.879424095154,287.0127944946289,1.4350639724731444,,0.029855767264962196,0.008566549979150295,0.3240988552570343,-220.25450134277344,0.09640469402074814,0.06583619117736816,0.3030564785003662
134
+ 133,26400,26400,40161.872264146805,296.15698742866516,1.4807849371433257,,0.02507197856903076,0.008422980085015297,0.15467780828475952,-220.642578125,0.06982322782278061,0.04807111620903015,0.1036793515086174
135
+ 134,26600,26600,40457.04783511162,311.5714144706726,1.5578570723533631,,0.02046114206314087,0.0042855204083025455,0.13863137364387512,-221.89907836914062,0.056928183883428574,0.03759898617863655,0.12407830357551575
136
+ 135,26800,26800,40748.789791345596,310.66966938972473,1.5533483469486236,,0.017331033945083618,0.0028505325317382812,0.11808663606643677,-224.4132537841797,0.04789600521326065,0.0328095518052578,0.12346151471138
137
+ 136,27000,27000,41040.63565444946,282.052907705307,1.410264538526535,,0.019561367109417915,0.003088440280407667,0.1072910949587822,-224.1784210205078,0.05139606446027756,0.03181071579456329,0.05277030169963837
138
+ 137,27200,27200,41337.9285056591,303.53507351875305,1.5176753675937653,,0.027444839477539062,0.0035794158466160297,0.1515255868434906,-225.70396423339844,0.07183194160461426,0.04785466194152832,0.09042348712682724
139
+ 138,27400,27400,41634.87017560005,289.69050574302673,1.4484525287151337,,0.021732643246650696,0.0034419894218444824,0.17848718166351318,-226.30471801757812,0.06303499639034271,0.04586047679185867,0.1940527856349945
140
+ 139,27600,27600,41933.99426436424,303.9111521244049,1.5195557606220245,,0.0232863686978817,0.003208646085113287,0.1295696645975113,-227.00201416015625,0.06113402545452118,0.04082983359694481,0.1270654946565628
141
+ 140,27800,27800,42228.64805030823,309.79238748550415,1.5489619374275208,,0.022472985088825226,0.0033742268569767475,0.16028550267219543,-228.95632934570312,0.06266163289546967,0.03896347060799599,0.1871359944343567
142
+ 141,28000,28000,42524.347905635834,293.2534747123718,1.4662673735618592,,0.02078302577137947,0.003170187119394541,0.11364132165908813,-229.2149658203125,0.054515279829502106,0.035471051931381226,0.09989399462938309
143
+ 142,28200,28200,42820.36381363869,305.4968249797821,1.5274841248989106,,0.02287290245294571,0.005853744223713875,0.10896152257919312,-231.8792266845703,0.05956882983446121,0.03637516126036644,0.048967394977808
144
+ 143,28400,28400,43113.254633426666,309.95761466026306,1.5497880733013154,,0.01871020719408989,0.003359406255185604,0.09096275269985199,-232.7526397705078,0.04819639399647713,0.03358318656682968,0.09746421128511429
145
+ 144,28600,28600,43404.66736006737,304.0242099761963,1.5201210498809814,,0.02143922448158264,0.0037218222860246897,0.15145143866539001,-232.5921173095703,0.05988450348377228,0.03631461411714554,0.16658414900302887
146
+ 145,28800,28800,43693.28233194351,311.2628939151764,1.556314469575882,,0.02066759392619133,0.0032920576632022858,0.12101608514785767,-234.01039123535156,0.05508282780647278,0.03609812632203102,0.10437814891338348
147
+ 146,29000,29000,43976.46275138855,308.88750529289246,1.5444375264644623,,0.01782371662557125,0.002549424534663558,0.07516676187515259,-234.1062774658203,0.04443882405757904,0.030714940279722214,0.033105768263339996
148
+ 147,29200,29200,44254.906969070435,289.6377534866333,1.4481887674331666,,0.01963837631046772,0.003266587620601058,0.12212096154689789,-235.80380249023438,0.0531221404671669,0.036105524748563766,0.08360496908426285
149
+ 148,29400,29400,44532.8291888237,308.5533871650696,1.542766935825348,,0.023993905633687973,0.003723776200786233,0.12710809707641602,-237.4597930908203,0.06256050616502762,0.03736596927046776,0.08491306006908417
150
+ 149,29600,29600,44824.30643439293,312.11006569862366,1.5605503284931184,,0.021656494587659836,0.003678664332255721,0.11236344277858734,-237.83428955078125,0.05638866871595383,0.03753654658794403,0.10478334873914719
151
+ 150,29800,29800,45118.458634614944,279.7376515865326,1.398688257932663,,0.021313395351171494,0.004501117393374443,0.12271380424499512,-237.77420043945312,0.057148728519678116,0.037276335060596466,0.15128251910209656
152
+ 151,30000,30000,45410.150525569916,302.59943771362305,1.5129971885681153,1.528074758052826,0.020658276975154877,0.0034743393771350384,0.10238641500473022,-239.432861328125,0.05329236388206482,0.03541760891675949,0.06812882423400879
153
+ 152,30200,30200,45971.12843775749,305.4770247936249,1.5273851239681244,,0.019945498555898666,0.0027717044577002525,0.12678632140159607,-240.7040252685547,0.053955480456352234,0.03742195665836334,0.14588309824466705
154
+ 153,30400,30400,46262.10048675537,292.61093950271606,1.4630546975135803,,0.025423292070627213,0.003291149390861392,0.1295483112335205,-241.41937255859375,0.06544698774814606,0.04009072482585907,0.12899638712406158
155
+ 154,30600,30600,46556.76805639267,269.8435878753662,1.349217939376831,,0.024896390736103058,0.0042142607271671295,0.13998788595199585,-242.3253936767578,0.06589870154857635,0.03836560621857643,0.0755845382809639
156
+ 155,30800,30800,46846.244884967804,315.8924114704132,1.5794620573520661,,0.01920001208782196,0.0026785677764564753,0.09926566481590271,-244.1239776611328,0.04966587573289871,0.03131960332393646,0.10402722656726837
157
+ 156,31000,31000,47131.33122134209,313.9756965637207,1.5698784828186034,,0.0334918275475502,0.00500110350549221,0.2449030876159668,-243.45584106445312,0.0939745157957077,0.06361271440982819,0.22477048635482788
158
+ 157,31200,31200,47416.71763396263,305.7914674282074,1.528957337141037,,0.020144661888480186,0.0030854390934109688,0.1089601218700409,-245.25686645507812,0.05272805690765381,0.033550724387168884,0.13994261622428894
159
+ 158,31400,31400,47697.88548660278,300.5709090232849,1.5028545451164246,,0.0339895635843277,0.006684637628495693,0.17782258987426758,-246.31890869140625,0.08910369873046875,0.05801860988140106,0.13836394250392914
160
+ 159,31600,31600,47983.71282529831,311.84813356399536,1.5592406678199768,,0.019521016627550125,0.0030460678972303867,0.09893465787172318,-246.65281677246094,0.05045853555202484,0.03290235251188278,0.07881247997283936
161
+ 160,31800,31800,48268.50853896141,290.8904666900635,1.4544523334503174,,0.01998828910291195,0.002385931322351098,0.07136310636997223,-247.50521850585938,0.048305854201316833,0.029364202171564102,0.049862559884786606
162
+ 161,32000,32000,48555.41663527489,283.1568920612335,1.4157844603061676,,0.029599206522107124,0.0037996654864400625,0.500136137008667,-247.6053009033203,0.11111186444759369,0.07354865968227386,0.5143893957138062
163
+ 162,32200,32200,48841.15399360657,273.3381485939026,1.366690742969513,,0.0228581540286541,0.0031402739696204662,0.17059606313705444,-248.38636779785156,0.06434605270624161,0.0401650071144104,0.11291792243719101
164
+ 163,32400,32400,49122.48759126663,310.49883103370667,1.5524941551685334,,0.02126081846654415,0.0030023797880858183,0.13107171654701233,-250.27877807617188,0.05713000148534775,0.033082015812397,0.09794037789106369
165
+ 164,32600,32600,49407.31231546402,306.68044924736023,1.533402246236801,,0.024988004937767982,0.003632396925240755,0.15259742736816406,-251.54959106445312,0.0670519471168518,0.04222291707992554,0.15280334651470184
166
+ 165,32800,32800,49698.870265722275,308.8663749694824,1.5443318748474122,,0.023605799302458763,0.00414915569126606,0.14915284514427185,-252.1842498779297,0.0642014592885971,0.038314417004585266,0.1920519322156906
167
+ 166,33000,33000,49990.10871529579,315.865394115448,1.57932697057724,,0.022902462631464005,0.004315179772675037,0.17566849291324615,-252.77127075195312,0.06552937626838684,0.04320744052529335,0.18699730932712555
168
+ 167,33200,33200,50280.758492708206,305.609516620636,1.52804758310318,,0.021527890115976334,0.0049962326884269714,0.11573825776576996,-252.05862426757812,0.05712772160768509,0.03674929961562157,0.08009722828865051
169
+ 168,33400,33400,50568.482645750046,308.52057933807373,1.5426028966903687,,0.020857464522123337,0.0031715761870145798,0.08913178741931915,-253.45590209960938,0.052213896065950394,0.035677745938301086,0.06731981784105301
170
+ 169,33600,33600,50850.83205342293,313.9182252883911,1.5695911264419555,,0.02341257780790329,0.003665418364107609,0.11302514374256134,-254.67575073242188,0.05996037647128105,0.038884781301021576,0.10769744217395782
171
+ 170,33800,33800,51137.248037815094,313.6579873561859,1.5682899367809295,,0.021041566506028175,0.00337941013276577,0.13606929779052734,-255.51466369628906,0.057379767298698425,0.03701000660657883,0.18557125329971313
172
+ 171,34000,34000,51426.36056470871,313.7976076602936,1.5689880383014678,,0.02592531032860279,0.004044974688440561,0.17343860864639282,-257.1394958496094,0.07121697068214417,0.04623202234506607,0.21279864013195038
173
+ 172,34200,34200,51716.40200448036,315.93429255485535,1.5796714627742767,,0.024163955822587013,0.0042283013463020325,0.13831517100334167,-256.8686218261719,0.06427358090877533,0.03829870745539665,0.16348785161972046
174
+ 173,34400,34400,52004.36872506142,289.7190556526184,1.448595278263092,,0.022175956517457962,0.003659462556242943,0.14948230981826782,-257.890625,0.06112987548112869,0.04073469340801239,0.23214097321033478
175
+ 174,34600,34600,52295.77408146858,310.07963609695435,1.5503981804847717,,0.028048407286405563,0.00305577227845788,0.12427639961242676,-259.3587341308594,0.07005234062671661,0.043715015053749084,0.06512059271335602
176
+ 175,34800,34800,52586.07258057594,309.50248527526855,1.5475124263763427,,0.01846718043088913,0.0037044433411210775,0.12631720304489136,-259.4069519042969,0.05141830071806908,0.03286035358905792,0.19848796725273132
177
+ 176,35000,35000,52872.601907491684,305.1238555908203,1.5256192779541016,1.5924589371681213,0.0320492684841156,0.0042235287837684155,0.19537514448165894,-260.4634704589844,0.08574782311916351,0.05247553810477257,0.17350034415721893
178
+ 177,35200,35200,53431.50622057915,292.03317761421204,1.4601658880710602,,0.01944529265165329,0.002624940127134323,0.10083550214767456,-260.9256591796875,0.05028660595417023,0.030295606702566147,0.05882158502936363
179
+ 178,35400,35400,53715.68478322029,313.5828537940979,1.5679142689704895,,0.02767845056951046,0.0039566075429320335,0.14991629123687744,-261.98614501953125,0.07232683897018433,0.04666517302393913,0.0864478200674057
180
+ 179,35600,35600,54009.29009771347,315.57528257369995,1.5778764128684997,,0.022878484800457954,0.0034104895312339067,0.13717392086982727,-261.7398986816406,0.06117960810661316,0.038263726979494095,0.10770033299922943
181
+ 180,35800,35800,54295.04585433006,313.185818195343,1.5659290909767152,,0.0239470973610878,0.0025762279983609915,0.17408601939678192,-263.1559143066406,0.06659090518951416,0.04203715920448303,0.2162393182516098
182
+ 181,36000,36000,54582.60438323021,310.7883996963501,1.5539419984817504,,0.02242676541209221,0.0030676615424454212,0.10439847409725189,-264.1160888671875,0.05682720988988876,0.03454919159412384,0.056203693151474
183
+ 182,36200,36200,54871.0733332634,317.5013883113861,1.5875069415569305,,0.02555432729423046,0.003278843592852354,0.15580779314041138,-264.5663146972656,0.068328857421875,0.036650657653808594,0.05563301593065262
184
+ 183,36400,36400,55154.5228164196,312.5805494785309,1.5629027473926544,,0.019643133506178856,0.002489971462637186,0.1347610056400299,-265.27984619140625,0.05400735139846802,0.03153117746114731,0.19891583919525146
185
+ 184,36600,36600,55447.26102924347,72.02311205863953,0.36011556029319763,,0.021983016282320023,0.003160696942359209,0.15505282580852509,-266.2678527832031,0.06105166673660278,0.03644119203090668,0.17060790956020355
186
+ 185,36800,36800,55733.40807199478,310.84285378456116,1.5542142689228058,,0.024966824799776077,0.0029023312963545322,0.1143176332116127,-267.0296325683594,0.0628165751695633,0.03903774172067642,0.06507853418588638
187
+ 186,37000,37000,56021.05375504494,308.04728412628174,1.5402364206314088,,0.027425624430179596,0.003730980446562171,0.14811360836029053,-267.82855224609375,0.07152809947729111,0.04350333660840988,0.06402084976434708
188
+ 187,37200,37200,56315.373809576035,316.5968632698059,1.5829843163490296,,0.01977556198835373,0.0026853762101382017,0.08517185598611832,-268.6063537597656,0.049410998821258545,0.030184349045157433,0.06270106136798859
189
+ 188,37400,37400,56610.50580406189,316.7119519710541,1.5835597598552704,,0.02116747945547104,0.002182158874347806,0.0865204855799675,-268.99554443359375,0.05207808315753937,0.03265731409192085,0.05008508265018463
190
+ 189,37600,37600,56900.35774588585,317.6607036590576,1.588303518295288,,0.021830173209309578,0.002678247168660164,0.09190458059310913,-269.4185485839844,0.054189927875995636,0.03329853713512421,0.04807145148515701
191
+ 190,37800,37800,57194.34264206886,308.87624406814575,1.5443812203407288,,0.024088282138109207,0.0024064676836133003,0.11948083341121674,-269.7856140136719,0.06132788583636284,0.0345403216779232,0.1087200790643692
192
+ 191,38000,38000,57490.86860918999,314.27468633651733,1.5713734316825867,,0.02480095997452736,0.003798047313466668,0.17138029634952545,-271.3067626953125,0.06863897293806076,0.043327443301677704,0.22438786923885345
193
+ 192,38200,38200,57778.99802827835,305.69691944122314,1.5284845972061156,,0.021947845816612244,0.002469046972692013,0.0923314243555069,-271.8003845214844,0.05436335504055023,0.03108716756105423,0.08707510679960251
194
+ 193,38400,38400,58065.45744037628,317.9075770378113,1.5895378851890565,,0.02974816784262657,0.0058717625215649605,0.23672381043434143,-272.4591369628906,0.08610460162162781,0.05533779412508011,0.16116216778755188
195
+ 194,38600,38600,58356.28603720665,311.64164686203003,1.5582082343101502,,0.028345396742224693,0.003489169292151928,0.1438302993774414,-272.5298767089844,0.07281840592622757,0.04682309180498123,0.09787963330745697
196
+ 195,38800,38800,58646.731206417084,317.3290238380432,1.586645119190216,,0.029641099274158478,0.002983727492392063,0.19028553366661072,-273.5355224609375,0.07980261743068695,0.053224094212055206,0.1733926236629486
197
+ 196,39000,39000,58935.74486756325,309.0939791202545,1.5454698956012727,,0.025587670505046844,0.0034597981721162796,0.09403178840875626,-274.8844299316406,0.0623084232211113,0.04073216766119003,0.07310555130243301
198
+ 197,39200,39200,59223.70658659935,319.13393354415894,1.5956696677207947,,0.03222887963056564,0.0028205481357872486,0.1519567221403122,-274.89910888671875,0.08106370270252228,0.04860006645321846,0.18335267901420593
199
+ 198,39400,39400,59515.98053193092,313.5633113384247,1.5678165566921234,,0.021529149264097214,0.0033670368138700724,0.08451860398054123,-275.51666259765625,0.053193673491477966,0.03320499137043953,0.05238495022058487
200
+ 199,39600,39600,59805.97269272804,307.9318964481354,1.5396594822406768,,0.02326151356101036,0.0030317967757582664,0.1846058964729309,-276.8946533203125,0.06649951636791229,0.0393713042140007,0.2660488784313202
201
+ 200,39800,39800,60092.020921230316,318.3721647262573,1.5918608236312866,,0.022413861006498337,0.0024961531162261963,0.11060165613889694,-276.30255126953125,0.05713596194982529,0.037625934928655624,0.06311429291963577
202
+ 201,40000,40000,60385.36894583702,307.6476390361786,1.538238195180893,1.618273551464081,0.02150198444724083,0.002919539576396346,0.09419795125722885,-278.0220031738281,0.05388353019952774,0.03004489466547966,0.11335362493991852
203
+ 202,40200,40200,60946.66274642944,315.4870240688324,1.577435120344162,,0.02507553994655609,0.003910116385668516,0.12858758866786957,-277.7865905761719,0.0649648979306221,0.03301410377025604,0.12180808186531067
204
+ 203,40400,40400,61243.25081086159,302.0494272708893,1.5102471363544465,,0.02270069718360901,0.003927564714103937,0.10916449874639511,-278.8031311035156,0.05828163027763367,0.03127935528755188,0.11757718026638031
205
+ 204,40600,40600,61534.055710315704,314.8914120197296,1.574457060098648,,0.023131251335144043,0.003061283379793167,0.20741146802902222,-278.7055358886719,0.06853428483009338,0.04500865191221237,0.30245041847229004
206
+ 205,40800,40800,61824.22469615936,304.77556252479553,1.5238778126239776,,0.02140442654490471,0.002512493170797825,0.11210206151008606,-280.0013122558594,0.05527530610561371,0.03561912104487419,0.09890137612819672
207
+ 206,41000,41000,62117.23109579086,318.1254961490631,1.5906274807453156,,0.030907312408089638,0.0030974731780588627,0.11210192739963531,-281.28399658203125,0.07457354664802551,0.047092147171497345,0.08940038830041885
208
+ 207,41200,41200,62406.068753004074,319.3428440093994,1.596714220046997,,0.02857872284948826,0.004295911639928818,0.1373056024312973,-281.26715087890625,0.07303597033023834,0.042028699070215225,0.08286242932081223
209
+ 208,41400,41400,62699.03399896622,299.7538266181946,1.498769133090973,,0.02741634100675583,0.003852353896945715,0.12301094084978104,-280.6639404296875,0.06905995309352875,0.04217139631509781,0.10787196457386017
210
+ 209,41600,41600,62989.628932237625,316.3112006187439,1.5815560030937195,,0.024109162390232086,0.0022921187337487936,0.10302300751209259,-280.9212341308594,0.05966668576002121,0.038814544677734375,0.09767402708530426
211
+ 210,41800,41800,63278.21052622795,316.29337430000305,1.5814668715000153,,0.023557383567094803,0.0024832484778016806,0.08674319088459015,-281.8392639160156,0.05703071504831314,0.033781904727220535,0.052024755626916885
212
+ 211,42000,42000,63566.383194208145,314.8254249095917,1.5741271245479584,,0.02315373905003071,0.002207506215199828,0.10857576131820679,-283.2269592285156,0.05826880782842636,0.03178106248378754,0.09410187602043152
213
+ 212,42200,42200,63860.245364904404,316.0588843822479,1.5802944219112396,,0.022724319249391556,0.0021627647802233696,0.08642398566007614,-282.0201721191406,0.05517241731286049,0.03437994420528412,0.06609119474887848
214
+ 213,42400,42400,64154.89138841629,312.4728989601135,1.5623644948005677,,0.029806381091475487,0.0035248836502432823,0.11950108408927917,-284.249267578125,0.07332530617713928,0.04064451903104782,0.06154351681470871
215
+ 214,42600,42600,64442.50151228905,314.60468101501465,1.5730234050750733,,0.02693314477801323,0.0024617041926831007,0.23268309235572815,-284.7235107421875,0.07836546003818512,0.04325944930315018,0.1723243147134781
216
+ 215,42800,42800,64729.459258556366,310.08596682548523,1.550429834127426,,0.02139151841402054,0.002307312795892358,0.08958558738231659,-285.0145263671875,0.05289524793624878,0.03166775405406952,0.062350548803806305
217
+ 216,43000,43000,65018.08279824257,321.55106592178345,1.6077553296089173,,0.021833639591932297,0.002065545180812478,0.10767237842082977,-285.9270935058594,0.05546728894114494,0.03254430741071701,0.13734258711338043
218
+ 217,43200,43200,65309.94866132736,322.7196216583252,1.613598108291626,,0.020697999745607376,0.0020659579895436764,0.09416788816452026,-286.66546630859375,0.051845766603946686,0.0333191342651844,0.14481957256793976
219
+ 218,43400,43400,65599.95074009895,318.800261259079,1.5940013062953948,,0.021031778305768967,0.0021253160666674376,0.10554535686969757,-286.41778564453125,0.05368075147271156,0.031751397997140884,0.06933502852916718
220
+ 219,43600,43600,65888.14056158066,318.4777386188507,1.5923886930942535,,0.022893816232681274,0.0023743498604744673,0.11812363564968109,-287.1101989746094,0.05878716707229614,0.033588163554668427,0.14678232371807098
221
+ 220,43800,43800,66178.57578444481,312.04769563674927,1.5602384781837464,,0.025365056470036507,0.0038081989623606205,0.1065981537103653,-286.0790710449219,0.06329402327537537,0.03670710325241089,0.07352908700704575
222
+ 221,44000,44000,66467.25997185707,320.0369384288788,1.6001846921443938,,0.018235299736261368,0.001874348847195506,0.07736793160438538,-288.0840148925781,0.045144569128751755,0.026628971099853516,0.09434506297111511
223
+ 222,44200,44200,66756.24407815933,317.93962574005127,1.5896981287002563,,0.024356722831726074,0.0024785869754850864,0.13358619809150696,-287.7643127441406,0.06331136077642441,0.042389750480651855,0.2093200832605362
224
+ 223,44400,44400,67047.16471886635,323.7906095981598,1.618953047990799,,0.02687050774693489,0.0036518608685582876,0.173414945602417,-287.9860534667969,0.0729084461927414,0.04253841191530228,0.2328534573316574
225
+ 224,44600,44600,67337.85332751274,323.6061637401581,1.6180308187007904,,0.023606063798069954,0.002789195394143462,0.0862228125333786,-289.4897766113281,0.05722900852560997,0.03580383211374283,0.04919038340449333
226
+ 225,44800,44800,67624.89992189407,321.87512946128845,1.6093756473064422,,0.022740207612514496,0.0031871735118329525,0.11574465036392212,-289.6351013183594,0.05864846706390381,0.03459492325782776,0.1598731279373169
227
+ 226,45000,45000,67917.91099691391,319.5710229873657,1.5978551149368285,1.6119345557689666,0.02327023260295391,0.00417700782418251,0.16850504279136658,-291.0121154785156,0.06547947227954865,0.040618494153022766,0.27633705735206604
228
+ 227,45200,45200,68483.38375067711,319.34416699409485,1.5967208349704742,,0.026749208569526672,0.003223875304684043,0.10736812651157379,-290.4940185546875,0.06584717333316803,0.03589414432644844,0.06762852519750595
229
+ 228,45400,45400,68772.42066931725,324.9507954120636,1.624753977060318,,0.02640349417924881,0.0036895766388624907,0.14763712882995605,-291.44305419921875,0.06941548734903336,0.039138518273830414,0.1293029487133026
230
+ 229,45600,45600,69060.58758115768,321.9595727920532,1.6097978639602661,,0.026532640680670738,0.002206164412200451,0.09289176762104034,-292.7107849121094,0.06345754116773605,0.036964334547519684,0.07105370610952377
231
+ 230,45800,45800,69351.57908248901,322.67607140541077,1.6133803570270537,,0.025731228291988373,0.002884024754166603,0.1200764998793602,-292.35107421875,0.06491212546825409,0.04055038094520569,0.11084316670894623
232
+ 231,46000,46000,69642.20891427994,326.23827290534973,1.6311913645267486,,0.02057579904794693,0.0027710450813174248,0.12642571330070496,-292.1998596191406,0.055179692804813385,0.033220820128917694,0.21435263752937317
233
+ 232,46200,46200,69932.67660737038,322.88213634490967,1.6144106817245483,,0.025227563455700874,0.0019344583852216601,0.09730668365955353,-292.4776611328125,0.061153020709753036,0.032049186527729034,0.12119796872138977
234
+ 233,46400,46400,70224.8472776413,302.11562275886536,1.5105781137943268,,0.0219961516559124,0.0020381570793688297,0.11840996146202087,-293.69091796875,0.05685237795114517,0.03147527575492859,0.1805451661348343
235
+ 234,46600,46600,70518.74103140831,314.7756333351135,1.5738781666755677,,0.023144841194152832,0.002102441620081663,0.09275130927562714,-293.8955078125,0.05661603435873985,0.03467263653874397,0.10817677527666092
236
+ 235,46800,46800,70810.97544670105,326.19893074035645,1.6309946537017823,,0.026735559105873108,0.0022936502937227488,0.1734086275100708,-294.0022277832031,0.07195881009101868,0.04484855383634567,0.26340389251708984
237
+ 236,47000,47000,71102.45534968376,321.9842574596405,1.6099212872982025,,0.023267658427357674,0.0018857786199077964,0.08320926129817963,-294.315673828125,0.05579913407564163,0.03041083738207817,0.06428010761737823
238
+ 237,47200,47200,71392.89079737663,324.580708026886,1.6229035401344298,,0.02427719347178936,0.0027580522000789642,0.10674573481082916,-294.5273132324219,0.06060798838734627,0.03516355901956558,0.11047226935625076
239
+ 238,47400,47400,71685.05292510986,324.7541308403015,1.6237706542015076,,0.026946797966957092,0.0027019258122891188,0.12261949479579926,-294.4996337890625,0.06750650703907013,0.03687601909041405,0.056554969400167465
240
+ 239,47600,47600,71976.37632036209,316.31463742256165,1.5815731871128083,,0.027718542143702507,0.0023696310818195343,0.1824186146259308,-295.2333984375,0.07486376166343689,0.042229440063238144,0.15288737416267395
241
+ 240,47800,47800,72265.80057883263,324.7697639465332,1.623848819732666,,0.02942725084722042,0.0033506876789033413,0.18211542069911957,-295.9084777832031,0.07874138653278351,0.049840472638607025,0.2186415046453476
242
+ 241,48000,48000,72556.56282877922,324.25853991508484,1.6212926995754242,,0.02407270111143589,0.002512519946321845,0.10423507541418076,-296.4018859863281,0.059825167059898376,0.03560082986950874,0.12083658576011658
243
+ 242,48200,48200,72843.9367377758,326.25474309921265,1.6312737154960633,,0.02744080126285553,0.003071814775466919,0.17617914080619812,-296.4418029785156,0.07403542101383209,0.044921763241291046,0.25200921297073364
244
+ 243,48400,48400,73125.05952477455,281.5892343521118,1.407946171760559,,0.02435171976685524,0.0024682204239070415,0.11568640917539597,-297.4129638671875,0.06150618940591812,0.03593044728040695,0.04883389547467232
245
+ 244,48600,48600,73407.07191133499,311.75620794296265,1.5587810397148132,,0.023759786039590836,0.0021527991630136967,0.13748988509178162,-297.63653564453125,0.06234496086835861,0.03707399219274521,0.21270547807216644
246
+ 245,48800,48800,73690.17012238503,325.2378282546997,1.6261891412734986,,0.024144195020198822,0.0026324335485696793,0.11125180125236511,-298.9904479980469,0.06072978302836418,0.037567250430583954,0.1789528727531433
247
+ 246,49000,49000,73971.77760958672,324.1532814502716,1.6207664072513581,,0.022561633959412575,0.002741503994911909,0.09665748476982117,-299.4713439941406,0.05615977197885513,0.03281760960817337,0.06850987672805786
248
+ 247,49200,49200,74264.70947384834,324.25263237953186,1.6212631618976594,,0.021661167964339256,0.0016607472207397223,0.08070659637451172,-298.9334716796875,0.05222336947917938,0.03263353928923607,0.06461136788129807
249
+ 248,49400,49400,74541.45548915863,326.13928866386414,1.6306964433193207,,0.023485956713557243,0.001770400209352374,0.08596467971801758,-299.53271484375,0.05645357817411423,0.03240325301885605,0.06302390992641449
250
+ 249,49600,49600,74815.59605622292,326.1932809352875,1.6309664046764374,,0.030294856056571007,0.0028219965752214193,0.12983858585357666,-299.69085693359375,0.07498456537723541,0.04079209268093109,0.0950578823685646
251
+ 250,49800,49800,75095.29750204086,320.4521291255951,1.6022606456279755,,0.02726648561656475,0.0023671959061175585,0.14687474071979523,-299.7009582519531,0.070404052734375,0.04016067087650299,0.11336590349674225
252
+ 251,50000,50000,75373.17060804367,319.29339814186096,1.5964669907093048,1.5951844596862792,0.022287584841251373,0.0020398241467773914,0.08234597742557526,-300.677978515625,0.053829677402973175,0.03575631231069565,0.12004970014095306
training/sarl/RBC2D-easy-v0/TD-MPC/2/hydra.yaml ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/training/${rl_mode}/${env_id}/TD-MPC/${seed}
4
+ sweep:
5
+ dir: output/training/${rl_mode}/${env_id}/TD-MPC/${seed}
6
+ subdir: ''
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: RUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=RUN
114
+ task:
115
+ - env_id=RBC2D-easy-v0
116
+ - seed=2
117
+ job:
118
+ name: train_tdmpc
119
+ chdir: true
120
+ override_dirname: env_id=RBC2D-easy-v0,seed=2
121
+ id: ???
122
+ num: ???
123
+ config_name: train_tdmpc
124
+ env_set: {}
125
+ env_copy: []
126
+ config:
127
+ override_dirname:
128
+ kv_sep: '='
129
+ item_sep: ','
130
+ exclude_keys: []
131
+ runtime:
132
+ version: 1.3.2
133
+ version_base: '1.3'
134
+ cwd: /home/becktepe/git_projects/FluidGym
135
+ config_sources:
136
+ - path: hydra.conf
137
+ schema: pkg
138
+ provider: hydra
139
+ - path: /home/becktepe/git_projects/FluidGym/runscripts/configs
140
+ schema: file
141
+ provider: main
142
+ - path: hydra_plugins.hydra_colorlog.conf
143
+ schema: pkg
144
+ provider: hydra-colorlog
145
+ - path: ''
146
+ schema: structured
147
+ provider: schema
148
+ output_dir: /home/becktepe/git_projects/FluidGym/output/training/sarl/RBC2D-easy-v0/TD-MPC/2
149
+ choices:
150
+ cluster: local
151
+ hydra/env: default
152
+ hydra/callbacks: null
153
+ hydra/job_logging: default
154
+ hydra/hydra_logging: default
155
+ hydra/hydra_help: default
156
+ hydra/help: default
157
+ hydra/sweeper: basic
158
+ hydra/launcher: basic
159
+ hydra/output: default
160
+ verbose: false