Datasets:

ArXiv:
License:
becktepe commited on
Commit
e5018e0
·
verified ·
1 Parent(s): 6648264

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. preparation/Airfoil3D-hard-v0/config.yaml +1 -4
  2. preparation/Airfoil3D-hard-v0/hydra.yaml +9 -11
  3. preparation/Airfoil3D-hard-v0/overrides.yaml +0 -2
  4. training/marl/Airfoil3D-easy-v0/SAC/3/multirun.yaml +217 -0
  5. training/sarl/CylinderJet2D-medium-v0/TD-MPC/0/hydra.yaml +44 -15
  6. training/sarl/CylinderJet2D-medium-v0/TD-MPC/0/overrides.yaml +3 -0
  7. training/sarl/CylinderJet2D-medium-v0/TD-MPC/3/test/test_eval_sequences.csv +801 -0
  8. training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/config.yaml +48 -0
  9. training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/hydra.yaml +161 -0
  10. training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/multirun.yaml +209 -0
  11. training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/overrides.yaml +3 -0
  12. training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/test_eval_sequences.csv +801 -0
  13. training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/training_log.csv +0 -0
  14. training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/config.yaml +48 -0
  15. training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/multirun.yaml +209 -0
  16. training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/overrides.yaml +3 -0
  17. training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/test/test_eval_sequences.csv +801 -0
  18. training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/test_eval_sequences.csv +801 -0
  19. training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/training_log.csv +0 -0
  20. training/sarl/CylinderRot2D-easy-v0/TD-MPC/2/hydra.yaml +161 -0
  21. training/sarl/CylinderRot2D-easy-v0/TD-MPC/2/test/test_eval_sequences.csv +801 -0
  22. training/sarl/CylinderRot2D-easy-v0/TD-MPC/2/test_eval_sequences.csv +801 -0
  23. training/sarl/CylinderRot2D-easy-v0/TD-MPC/2/training_log.csv +0 -0
  24. training/sarl/CylinderRot2D-easy-v0/TD-MPC/3/multirun.yaml +209 -0
  25. training/sarl/CylinderRot2D-easy-v0/TD-MPC/3/overrides.yaml +3 -0
  26. training/sarl/CylinderRot2D-easy-v0/TD-MPC/3/test_eval_sequences.csv +801 -0
  27. training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/config.yaml +48 -0
  28. training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/hydra.yaml +161 -0
  29. training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/multirun.yaml +209 -0
  30. training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/overrides.yaml +3 -0
  31. training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/test/test_eval_sequences.csv +801 -0
  32. training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/test_eval_sequences.csv +801 -0
  33. training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/training_log.csv +0 -0
  34. training/sarl/CylinderRot2D-hard-v0/TD-MPC/1/config.yaml +48 -0
  35. training/sarl/CylinderRot2D-hard-v0/TD-MPC/1/overrides.yaml +3 -0
  36. training/sarl/CylinderRot2D-hard-v0/TD-MPC/1/training_log.csv +2 -0
  37. training/sarl/CylinderRot2D-hard-v0/TD-MPC/2/config.yaml +48 -0
  38. training/sarl/CylinderRot2D-hard-v0/TD-MPC/2/hydra.yaml +161 -0
  39. training/sarl/CylinderRot2D-hard-v0/TD-MPC/2/multirun.yaml +209 -0
  40. training/sarl/CylinderRot2D-hard-v0/TD-MPC/2/overrides.yaml +3 -0
  41. training/sarl/CylinderRot2D-hard-v0/TD-MPC/2/training_log.csv +2 -0
  42. training/sarl/CylinderRot2D-hard-v0/TD-MPC/3/config.yaml +48 -0
  43. training/sarl/CylinderRot2D-hard-v0/TD-MPC/3/hydra.yaml +161 -0
  44. training/sarl/CylinderRot2D-hard-v0/TD-MPC/3/multirun.yaml +209 -0
  45. training/sarl/CylinderRot2D-hard-v0/TD-MPC/3/overrides.yaml +3 -0
  46. training/sarl/CylinderRot2D-hard-v0/TD-MPC/3/training_log.csv +2 -0
  47. training/sarl/CylinderRot2D-hard-v0/TD-MPC/4/config.yaml +48 -0
  48. training/sarl/CylinderRot2D-hard-v0/TD-MPC/4/multirun.yaml +209 -0
  49. training/sarl/CylinderRot2D-hard-v0/TD-MPC/4/overrides.yaml +3 -0
  50. training/sarl/CylinderRot2D-hard-v0/TD-MPC/4/training_log.csv +2 -0
preparation/Airfoil3D-hard-v0/config.yaml CHANGED
@@ -1,6 +1,3 @@
1
  env_id: Airfoil3D-hard-v0
2
- env_kwargs:
3
- init_from_2d: false
4
  overwrite_existing: false
5
- domain_idxs:
6
- - 6
 
1
  env_id: Airfoil3D-hard-v0
2
+ env_kwargs: {}
 
3
  overwrite_existing: false
 
 
preparation/Airfoil3D-hard-v0/hydra.yaml CHANGED
@@ -104,23 +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
  - env_id=Airfoil3D-hard-v0
116
- - +env_kwargs.init_from_2d=False
117
- - +domain_idxs=[6]
118
  job:
119
- name: collect_statistics
120
  chdir: true
121
- override_dirname: +domain_idxs=[6],+env_kwargs.init_from_2d=False,env_id=Airfoil3D-hard-v0
122
- id: '0'
123
- num: 0
124
  config_name: preparation
125
  env_set: {}
126
  env_copy: []
@@ -132,12 +130,12 @@ hydra:
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
@@ -146,7 +144,7 @@ hydra:
146
  - path: ''
147
  schema: structured
148
  provider: schema
149
- output_dir: /home/becktepe/git_projects/FluidGym/output/preparation/Airfoil3D-hard-v0
150
  choices:
151
  hydra/env: default
152
  hydra/callbacks: null
 
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=Airfoil3D-hard-v0
 
 
116
  job:
117
+ name: aggregate_statistics
118
  chdir: true
119
+ override_dirname: env_id=Airfoil3D-hard-v0
120
+ id: ???
121
+ num: ???
122
  config_name: preparation
123
  env_set: {}
124
  env_copy: []
 
130
  runtime:
131
  version: 1.3.2
132
  version_base: '1.3'
133
+ cwd: /cephfs/users/becktepe/git_projects/FluidGym
134
  config_sources:
135
  - path: hydra.conf
136
  schema: pkg
137
  provider: hydra
138
+ - path: /cephfs/users/becktepe/git_projects/FluidGym/runscripts/configs
139
  schema: file
140
  provider: main
141
  - path: hydra_plugins.hydra_colorlog.conf
 
144
  - path: ''
145
  schema: structured
146
  provider: schema
147
+ output_dir: /cephfs/users/becktepe/git_projects/FluidGym/output/preparation/Airfoil3D-hard-v0
148
  choices:
149
  hydra/env: default
150
  hydra/callbacks: null
preparation/Airfoil3D-hard-v0/overrides.yaml CHANGED
@@ -1,3 +1 @@
1
  - env_id=Airfoil3D-hard-v0
2
- - +env_kwargs.init_from_2d=False
3
- - +domain_idxs=[6]
 
1
  - env_id=Airfoil3D-hard-v0
 
 
training/marl/Airfoil3D-easy-v0/SAC/3/multirun.yaml ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: output/training/${rl_mode}/${env_id}/${algorithm.name}/${seed}
4
+ sweep:
5
+ dir: output/training/${rl_mode}/${env_id}/${algorithm.name}/${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=Airfoil3D-easy-v0
116
+ - algorithm=sb3_sac
117
+ - rl_mode=marl
118
+ - total_timesteps=20000
119
+ - seed=3
120
+ job:
121
+ name: train_sb3
122
+ chdir: true
123
+ override_dirname: algorithm=sb3_sac,env_id=Airfoil3D-easy-v0,rl_mode=marl,seed=3,total_timesteps=20000
124
+ id: ???
125
+ num: ???
126
+ config_name: train_sb3
127
+ env_set: {}
128
+ env_copy: []
129
+ config:
130
+ override_dirname:
131
+ kv_sep: '='
132
+ item_sep: ','
133
+ exclude_keys: []
134
+ runtime:
135
+ version: 1.3.2
136
+ version_base: '1.3'
137
+ cwd: /cephfs/users/becktepe/git_projects/FluidGym
138
+ config_sources:
139
+ - path: hydra.conf
140
+ schema: pkg
141
+ provider: hydra
142
+ - path: /cephfs/users/becktepe/git_projects/FluidGym/runscripts/configs
143
+ schema: file
144
+ provider: main
145
+ - path: hydra_plugins.hydra_colorlog.conf
146
+ schema: pkg
147
+ provider: hydra-colorlog
148
+ - path: ''
149
+ schema: structured
150
+ provider: schema
151
+ output_dir: ???
152
+ choices:
153
+ cluster: local
154
+ algorithm: sb3_sac
155
+ hydra/env: default
156
+ hydra/callbacks: null
157
+ hydra/job_logging: default
158
+ hydra/hydra_logging: default
159
+ hydra/hydra_help: default
160
+ hydra/help: default
161
+ hydra/sweeper: basic
162
+ hydra/launcher: basic
163
+ hydra/output: default
164
+ verbose: false
165
+ env_id: Airfoil3D-easy-v0
166
+ env_kwargs: {}
167
+ eval_env_kwargs: {}
168
+ seed: 3
169
+ rl_mode: marl
170
+ total_timesteps: 20000
171
+ n_eval_steps: 10
172
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
173
+ n_eval_episodes: 1
174
+ continue_training: false
175
+ checkpoint_latest: true
176
+ rl_device: cpu
177
+ eval_callback:
178
+ _target_: fluidgym.integration.sb3.EvalCallback
179
+ eval_freq: ${eval_freq}
180
+ n_eval_episodes: ${n_eval_episodes}
181
+ use_wandb: ${wandb.enable}
182
+ checkpoint_latest: ${checkpoint_latest}
183
+ wandb:
184
+ enable: true
185
+ entity: safe-autonomous-systems
186
+ project: jbecktepe-fluidgym
187
+ algorithm:
188
+ name: SAC
189
+ obj:
190
+ _target_: stable_baselines3.sac.sac.SAC
191
+ policy: MlpPolicy
192
+ learning_rate: 0.0003
193
+ buffer_size: 1000000
194
+ learning_starts: 100
195
+ batch_size: 256
196
+ tau: 0.005
197
+ gamma: 0.99
198
+ train_freq: 1
199
+ gradient_steps: -1
200
+ action_noise: null
201
+ replay_buffer_class: null
202
+ replay_buffer_kwargs: null
203
+ optimize_memory_usage: false
204
+ ent_coef: auto
205
+ target_update_interval: 1
206
+ target_entropy: auto
207
+ use_sde: false
208
+ sde_sample_freq: -1
209
+ use_sde_at_warmup: false
210
+ stats_window_size: 100
211
+ tensorboard_log: null
212
+ policy_kwargs: {}
213
+ verbose: 0
214
+ seed: ${seed}
215
+ device: cuda
216
+ _init_setup_model: true
217
+ cluster: {}
training/sarl/CylinderJet2D-medium-v0/TD-MPC/0/hydra.yaml CHANGED
@@ -5,7 +5,36 @@ hydra:
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
@@ -104,22 +133,25 @@ hydra:
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: []
@@ -131,23 +163,20 @@ hydra:
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
@@ -155,6 +184,6 @@ hydra:
155
  hydra/hydra_help: default
156
  hydra/help: default
157
  hydra/sweeper: basic
158
- hydra/launcher: basic
159
  hydra/output: default
160
  verbose: false
 
5
  dir: output/training/${rl_mode}/${env_id}/TD-MPC/${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
 
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=CylinderJet2D-medium-v0
146
  - seed=0
147
+ - cluster=pc2_gpu
148
+ - run_training=False
149
  job:
150
+ name: train_tdmpc_pc2
151
  chdir: true
152
+ override_dirname: cluster=pc2_gpu,env_id=CylinderJet2D-medium-v0,run_training=False,seed=0,wandb.enable=False
153
+ id: '32020001_0'
154
+ num: 0
155
  config_name: train_tdmpc
156
  env_set: {}
157
  env_copy: []
 
163
  runtime:
164
  version: 1.3.2
165
  version_base: '1.3'
166
+ cwd: /scratch/hpc-prf-reinfphys/reinfph2/git_projects/rl-fluid-bench
167
  config_sources:
168
  - path: hydra.conf
169
  schema: pkg
170
  provider: hydra
171
+ - path: /scratch/hpc-prf-reinfphys/reinfph2/git_projects/rl-fluid-bench/runscripts/configs
172
  schema: file
173
  provider: main
 
 
 
174
  - path: ''
175
  schema: structured
176
  provider: schema
177
+ output_dir: /scratch/hpc-prf-reinfphys/reinfph2/git_projects/rl-fluid-bench/output/training/sarl/CylinderJet2D-medium-v0/TD-MPC/0
178
  choices:
179
+ cluster: pc2_gpu
180
  hydra/env: default
181
  hydra/callbacks: null
182
  hydra/job_logging: default
 
184
  hydra/hydra_help: default
185
  hydra/help: default
186
  hydra/sweeper: basic
187
+ hydra/launcher: submitit_slurm
188
  hydra/output: default
189
  verbose: false
training/sarl/CylinderJet2D-medium-v0/TD-MPC/0/overrides.yaml CHANGED
@@ -1,2 +1,5 @@
 
1
  - env_id=CylinderJet2D-medium-v0
2
  - seed=0
 
 
 
1
+ - wandb.enable=False
2
  - env_id=CylinderJet2D-medium-v0
3
  - seed=0
4
+ - cluster=pc2_gpu
5
+ - run_training=False
training/sarl/CylinderJet2D-medium-v0/TD-MPC/3/test/test_eval_sequences.csv ADDED
@@ -0,0 +1,801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,action_0,drag,lift,episode,step
2
+ -0.3323972821235657,1.0,2.8060968,-0.67860204,0,0
3
+ -0.26785895228385925,1.0,3.401576,0.018584454,0,1
4
+ -0.18073788285255432,0.3127644956111908,2.982303,0.35073653,0,2
5
+ -0.6450068950653076,-1.0,3.2584777,0.53883076,0,3
6
+ -0.20913784205913544,-1.0,3.3521342,0.009305171,0,4
7
+ 0.20452533662319183,-1.0,2.8144042,-0.13337196,0,5
8
+ 0.338085800409317,-0.21333512663841248,2.5605485,-0.2536672,0,6
9
+ 0.05067086219787598,0.9999989867210388,2.5687554,-0.5328753,0,7
10
+ -0.06126821041107178,1.0,2.8184137,-0.39515603,0,8
11
+ -0.2007628083229065,1.0,2.8034277,-0.54963666,0,9
12
+ 0.33677366375923157,-0.8846092820167542,2.578916,0.23661181,0,10
13
+ 0.43058621883392334,-0.7021170258522034,2.518428,0.20328723,0,11
14
+ -0.47205978631973267,-0.9999989867210388,2.764979,0.85938245,0,12
15
+ -1.4402841329574585,-0.9073724150657654,3.1177762,1.4748095,0,13
16
+ -0.22106033563613892,1.0,2.7095,0.6638618,0,14
17
+ -0.24250227212905884,1.0,2.8647118,0.53009206,0,15
18
+ -0.10654060542583466,0.8699765801429749,3.0961065,-0.16273563,0,16
19
+ 0.005956113338470459,-0.23929598927497864,2.7647874,-0.381558,0,17
20
+ 0.18027988076210022,-0.682023286819458,2.6250994,-0.34692225,0,18
21
+ 0.23403966426849365,-0.9295272827148438,2.6484094,-0.26985252,0,19
22
+ 0.3309662938117981,-0.39364469051361084,2.77372,0.04761524,0,20
23
+ -0.12396669387817383,0.1090000718832016,2.6456456,0.6306226,0,21
24
+ 0.21475699543952942,0.7254805564880371,2.596376,0.3411686,0,22
25
+ 0.1434514820575714,0.8733250498771667,2.6723797,0.33647034,0,23
26
+ 0.2764078676700592,0.14664383232593536,2.7056766,0.17021713,0,24
27
+ 0.31087449193000793,-0.5167582631111145,2.617376,0.22405097,0,25
28
+ 0.5962692499160767,-0.771307110786438,2.4683988,-0.08763349,0,26
29
+ 0.5979337096214294,-0.7295718789100647,2.5418808,-0.012487004,0,27
30
+ 0.550561785697937,0.3004113435745239,2.5062714,-0.095468424,0,28
31
+ 0.4349973201751709,0.706484317779541,2.4866145,-0.23068976,0,29
32
+ 0.47152742743492126,1.0,2.4624984,-0.2182757,0,30
33
+ 0.6277396082878113,-0.009104803204536438,2.4630218,-0.061540212,0,31
34
+ 0.6612842082977295,-0.455583393573761,2.4551597,0.03585765,0,32
35
+ 0.763835072517395,-0.7389640808105469,2.366053,0.022413401,0,33
36
+ 0.5120967626571655,-0.7552639245986938,2.437567,0.20263782,0,34
37
+ 0.37019070982933044,0.1509494036436081,2.4336686,0.34844223,0,35
38
+ 0.6772893667221069,0.6027291417121887,2.3914428,0.08356941,0,36
39
+ 0.7368602752685547,0.9516032338142395,2.40128,-0.014161362,0,37
40
+ 0.5770451426506042,0.4525594115257263,2.5433867,0.031869695,0,38
41
+ 0.4077717363834381,-0.399234414100647,2.4977403,0.24678954,0,39
42
+ 0.6490210294723511,-0.7370374202728271,2.3615527,0.14172782,0,40
43
+ 0.7040038704872131,-0.8867810368537903,2.3321717,0.11612598,0,41
44
+ 0.6487185955047607,-0.058395884931087494,2.3587706,0.14481238,0,42
45
+ 0.7011017799377441,0.34387117624282837,2.3714132,0.07978652,0,43
46
+ 0.6207377910614014,0.7675284147262573,2.3453794,-0.18618442,0,44
47
+ 0.6654428839683533,0.7398833632469177,2.404258,-0.082600646,0,45
48
+ 0.5463258624076843,-0.034609876573085785,2.4488852,-0.15709049,0,46
49
+ 0.6869040727615356,-0.49253273010253906,2.3628757,0.10252179,0,47
50
+ 0.7480713725090027,-0.6778563261032104,2.3164907,-0.08773952,0,48
51
+ 0.788879930973053,-0.5414164066314697,2.3566992,-0.0067223907,0,49
52
+ 0.550401508808136,0.03232719749212265,2.402785,0.19911496,0,50
53
+ 0.718224287033081,0.4982233941555023,2.361498,-0.07257912,0,51
54
+ 0.7895047068595886,0.7179315686225891,2.3552306,0.007566259,0,52
55
+ 0.6347836852073669,0.6069291234016418,2.4158838,-0.1016341,0,53
56
+ 0.4105551540851593,-0.382721483707428,2.4672964,0.27445003,0,54
57
+ 0.6681601405143738,-0.6834459900856018,2.3602374,0.123904064,0,55
58
+ 0.715327799320221,-0.8040886521339417,2.3095555,0.12741823,0,56
59
+ 0.7114034295082092,-0.03703062981367111,2.353434,0.08746404,0,57
60
+ 0.6439299583435059,0.4072314202785492,2.3323855,-0.17598608,0,58
61
+ 0.6709845662117004,0.7328595519065857,2.3299484,-0.15136854,0,59
62
+ 0.7384655475616455,0.6175364851951599,2.364746,-0.049089912,0,60
63
+ 0.6395017504692078,-0.08113706111907959,2.4151876,-0.09761218,0,61
64
+ 0.7948436141014099,-0.4730944037437439,2.3569212,-0.000536766,0,62
65
+ 0.7634947299957275,-0.6659141182899475,2.331056,-0.057750702,0,63
66
+ 0.7508887648582458,-0.5402352213859558,2.3517075,0.04970532,0,64
67
+ 0.58985835313797,0.10133127123117447,2.4029498,0.15949337,0,65
68
+ 0.7428645491600037,0.5041078925132751,2.356502,0.05293497,0,66
69
+ 0.6764275431632996,0.8247188925743103,2.3682513,-0.10762269,0,67
70
+ 0.690689742565155,0.36730441451072693,2.4308095,-0.03080232,0,68
71
+ 0.6107403039932251,-0.15431132912635803,2.451466,0.09009514,0,69
72
+ 0.430823415517807,-0.7463583946228027,2.3797743,0.3417038,0,70
73
+ 0.6722217202186584,-0.9119760990142822,2.3633394,0.11674043,0,71
74
+ 0.6649905443191528,-0.02983657829463482,2.408996,-0.078314915,0,72
75
+ 0.611167848110199,0.3408293128013611,2.3457863,-0.19534737,0,73
76
+ 0.6517407894134521,0.6714736819267273,2.3325346,-0.1680262,0,74
77
+ 0.6262249946594238,0.7022690773010254,2.3559983,-0.17007828,0,75
78
+ 0.3800026476383209,0.10179836302995682,2.3873239,-0.38497505,0,76
79
+ 0.5616381168365479,-0.257881224155426,2.3517766,-0.23888686,0,77
80
+ 0.6471556425094604,-0.5819752216339111,2.3353157,-0.1698302,0,78
81
+ 0.657822847366333,-0.6260455846786499,2.4036267,-0.09085201,0,79
82
+ -2.226414203643799,-0.10506685078144073,3.3507564,-2.0279593,1,0
83
+ -1.8173298835754395,1.0,2.9616547,-2.0079768,1,1
84
+ -1.3451772928237915,1.0,3.0750017,-1.4224771,1,2
85
+ -0.11369729042053223,0.41664189100265503,2.553377,-0.7126219,1,3
86
+ 0.5792678594589233,-1.0,2.4949317,0.07810199,1,4
87
+ 0.10257847607135773,-1.0,2.8130517,0.23667137,1,5
88
+ -0.19417744874954224,-1.0,2.817749,0.52873,1,6
89
+ 0.39021730422973633,0.1890193372964859,2.5711882,0.19089603,1,7
90
+ 0.5666778087615967,1.0,2.3722138,-0.21340987,1,8
91
+ -0.1735231876373291,1.0,2.7203221,-0.6055026,1,9
92
+ -0.5705819725990295,0.4546377658843994,2.8195312,-0.9033523,1,10
93
+ -0.20136016607284546,-0.7400147914886475,2.6327758,-0.72088593,1,11
94
+ -0.005818396806716919,-1.0,2.883786,-0.27433398,1,12
95
+ 0.36985644698143005,-0.4811711311340332,2.7755764,0.006868739,1,13
96
+ -0.2623217701911926,0.04719400778412819,2.7627175,0.65190583,1,14
97
+ -0.6406974792480469,0.21464602649211884,2.6136212,1.1793778,1,15
98
+ 0.3623426854610443,1.0,2.7190692,-0.070889615,1,16
99
+ 0.0814230665564537,0.7221217155456543,2.9772081,0.093670346,1,17
100
+ 0.09403951466083527,-0.530119776725769,2.848669,0.20959298,1,18
101
+ 0.4997997283935547,-0.8798249959945679,2.5961356,0.05636622,1,19
102
+ 0.5112511515617371,-0.8855904936790466,2.6021307,-0.038919766,1,20
103
+ 0.6820273995399475,0.15393926203250885,2.4660058,0.004268364,1,21
104
+ 0.2547171115875244,0.7897447943687439,2.5003085,-0.39727592,1,22
105
+ 0.6070985794067383,1.0,2.491125,-0.054077882,1,23
106
+ 0.48127368092536926,0.28917405009269714,2.5533614,-0.11766646,1,24
107
+ 0.496904194355011,-0.41674232482910156,2.496824,-0.15857331,1,25
108
+ 0.7191575765609741,-0.7616677284240723,2.4030786,0.030065387,1,26
109
+ 0.45272430777549744,-1.0,2.4590576,0.24051967,1,27
110
+ 0.4910774230957031,0.25416725873947144,2.4655046,0.19571948,1,28
111
+ 0.6555895209312439,0.6698172092437744,2.4291658,0.067546174,1,29
112
+ 0.7143588662147522,1.0,2.4174156,0.020527072,1,30
113
+ 0.5640273690223694,0.3222483694553375,2.4993155,0.08895866,1,31
114
+ 0.2830159068107605,-0.5055656433105469,2.4733858,0.39589983,1,32
115
+ 0.702921450138092,-0.7596272826194763,2.340721,0.108659215,1,33
116
+ 0.7234146595001221,-0.7844066619873047,2.3512263,0.077660576,1,34
117
+ 0.6436823606491089,0.05839237943291664,2.3723037,0.13631544,1,35
118
+ 0.7436751127243042,0.3776053488254547,2.3673468,0.041279662,1,36
119
+ 0.4264354705810547,0.8815069794654846,2.3573816,-0.3684845,1,37
120
+ 0.45452263951301575,0.7123773694038391,2.4757133,-0.22206566,1,38
121
+ 0.48139625787734985,-0.179329052567482,2.4558017,-0.21510357,1,39
122
+ 0.7915229797363281,-0.5999512076377869,2.3482044,0.012574176,1,40
123
+ 0.7302309274673462,-0.7478440999984741,2.3085423,-0.11352836,1,41
124
+ 0.7536980509757996,-0.3639695644378662,2.3637652,0.034838244,1,42
125
+ 0.6472856998443604,0.15621505677700043,2.393439,0.111576825,1,43
126
+ 0.7568081021308899,0.5361284017562866,2.3531165,0.04237696,1,44
127
+ 0.7406603097915649,0.7550074458122253,2.3715808,-0.040060423,1,45
128
+ 0.39259862899780273,0.6586978435516357,2.4722435,-0.28745937,1,46
129
+ 0.28928619623184204,-0.6492413282394409,2.5009983,0.3620171,1,47
130
+ 0.7544949650764465,-0.775409996509552,2.3662233,-0.031583223,1,48
131
+ 0.5871826410293579,-1.0,2.3450468,0.22007217,1,49
132
+ 0.7181434035301208,0.21116656064987183,2.3814468,0.052711315,1,50
133
+ 0.808211088180542,0.5169379711151123,2.3248155,0.019274961,1,51
134
+ 0.74144446849823,0.8303829431533813,2.3124847,-0.098372325,1,52
135
+ 0.7031821012496948,0.5032675862312317,2.3699906,-0.07912884,1,53
136
+ 0.49292901158332825,-0.0429316870868206,2.3909044,-0.2684681,1,54
137
+ 0.7641332745552063,-0.5353652238845825,2.3496387,0.038529575,1,55
138
+ 0.786261260509491,-0.7739553451538086,2.350643,-0.015397389,1,56
139
+ 0.6615183353424072,-0.5100242495536804,2.414925,0.07585812,1,57
140
+ 0.45620664954185486,0.07191270589828491,2.410972,0.28512278,1,58
141
+ 0.6768603324890137,0.4828929305076599,2.3514078,0.124033466,1,59
142
+ 0.7642200589179993,0.8144745230674744,2.3750463,-0.013035256,1,60
143
+ 0.6849334836006165,0.5386181473731995,2.461042,0.006326124,1,61
144
+ 0.30429741740226746,-0.3496841788291931,2.4875693,0.3604348,1,62
145
+ 0.35473117232322693,-0.8240584135055542,2.3854642,0.4121062,1,63
146
+ 0.7883632779121399,-0.7894893288612366,2.333037,0.030901367,1,64
147
+ 0.5499446392059326,0.2039237916469574,2.3521755,-0.25018147,1,65
148
+ 0.6324233412742615,0.504136860370636,2.3192995,-0.20057875,1,66
149
+ 0.5717548131942749,0.7469507455825806,2.3262846,-0.2542621,1,67
150
+ 0.4940852224826813,0.43202224373817444,2.3546305,-0.30358586,1,68
151
+ 0.7109271883964539,-0.2995823919773102,2.3867774,-0.054596946,1,69
152
+ 0.7869383692741394,-0.6650658845901489,2.3564126,0.008950517,1,70
153
+ 0.7292400598526001,-0.7055065631866455,2.366949,-0.05611241,1,71
154
+ 0.5893137454986572,-0.10891872644424438,2.4233027,0.13968515,1,72
155
+ 0.6672131419181824,0.37738656997680664,2.3950777,-0.09001069,1,73
156
+ 0.7283453941345215,0.7632507085800171,2.3740313,-0.049924877,1,74
157
+ 0.6482488512992859,0.709292471408844,2.429727,0.0743256,1,75
158
+ 0.25159087777137756,-0.2902185916900635,2.497181,0.40352973,1,76
159
+ 0.10184276103973389,-0.8550805449485779,2.427758,0.6227008,1,77
160
+ 0.7569641470909119,-0.7826901078224182,2.3548846,0.040452804,1,78
161
+ 0.8077244162559509,0.04071243852376938,2.3381102,-0.006466913,1,79
162
+ -1.4033087491989136,-1.0,3.524411,-1.0311993,2,0
163
+ -3.314540147781372,1.0,3.463187,-3.0036547,2,1
164
+ -1.3457406759262085,1.0,3.2951086,-1.2029337,2,2
165
+ -1.0356323719024658,1.0,3.2771184,-0.9108154,2,3
166
+ 0.4410373866558075,-1.0,2.466667,0.24459723,2,4
167
+ 0.019182592630386353,-0.9878048300743103,2.704411,0.42870793,2,5
168
+ -0.47010958194732666,-1.0,2.8200464,0.8023647,2,6
169
+ -0.23075854778289795,-0.3591437339782715,2.5347726,0.84828746,2,7
170
+ 0.5984842777252197,1.0,2.3172927,0.23652458,2,8
171
+ 0.3376319408416748,1.0,2.6267662,-0.18790342,2,9
172
+ -0.42536312341690063,0.5562366843223572,2.9032304,-0.67443424,2,10
173
+ -0.6633216738700867,-0.2303483635187149,2.8479755,-0.96764773,2,11
174
+ -0.09880614280700684,-0.8508273363113403,2.6577666,-0.5933411,2,12
175
+ 0.09500642120838165,-1.0,2.9365778,-0.12071733,2,13
176
+ 0.13659366965293884,-0.027654048055410385,2.8962362,0.1194717,2,14
177
+ 0.07133907079696655,0.5540671348571777,2.7009614,0.38000113,2,15
178
+ 0.44272494316101074,1.0,2.6116424,0.09793426,2,16
179
+ 0.22732584178447723,0.4282274842262268,2.68551,0.23946579,2,17
180
+ 0.444691002368927,-0.37565043568611145,2.6128337,0.09477682,2,18
181
+ 0.6096493601799011,-0.7227184772491455,2.4983103,0.04434184,2,19
182
+ 0.5165691375732422,-1.0,2.551557,0.08417533,2,20
183
+ 0.4771345853805542,-0.04882284998893738,2.567311,0.1078559,2,21
184
+ 0.3919469118118286,0.7496142387390137,2.5150664,-0.24528824,2,22
185
+ 0.6922448873519897,0.9100799560546875,2.4402983,-0.019758353,2,23
186
+ 0.5200135707855225,0.4269503951072693,2.501632,-0.13065603,2,24
187
+ 0.641918420791626,-0.4413992762565613,2.4586532,-0.051729925,2,25
188
+ 0.597213625907898,-0.6615638136863708,2.3937597,-0.16132817,2,26
189
+ 0.7510392665863037,-0.7439805865287781,2.3891573,-0.012105,2,27
190
+ 0.5412129163742065,-0.013583462685346603,2.4125075,0.19858108,2,28
191
+ 0.6390873789787292,0.5110512375831604,2.43899,-0.07422406,2,29
192
+ 0.681668221950531,0.8688775897026062,2.3911269,-0.07950644,2,30
193
+ 0.551092267036438,0.7034856677055359,2.5292141,-0.07199514,2,31
194
+ 0.31697726249694824,-0.4672134518623352,2.5100222,0.32530212,2,32
195
+ 0.5450998544692993,-0.7576419711112976,2.3737843,0.23341739,2,33
196
+ 0.6416707634925842,-0.8907121419906616,2.318196,0.19243473,2,34
197
+ 0.579918384552002,-0.041154708713293076,2.323528,0.24885513,2,35
198
+ 0.6837499737739563,0.4080692231655121,2.3446825,0.1238691,2,36
199
+ 0.709518551826477,0.7938538789749146,2.3357124,-0.107070595,2,37
200
+ 0.6225368976593018,0.7401542663574219,2.4245367,-0.105227925,2,38
201
+ 0.5823447108268738,-0.17658114433288574,2.4654462,-0.10451059,2,39
202
+ 0.7127644419670105,-0.5351539254188538,2.35991,-0.07962708,2,40
203
+ 0.8005107045173645,-0.7927938103675842,2.3074677,-0.044323124,2,41
204
+ 0.7019814252853394,-0.5579820275306702,2.4053714,0.0449487,2,42
205
+ 0.6132171750068665,0.3008174002170563,2.424695,-0.11438936,2,43
206
+ 0.6706497669219971,0.6514142751693726,2.3610375,-0.120614305,2,44
207
+ 0.6802681088447571,0.8344556093215942,2.3264978,-0.14553566,2,45
208
+ 0.5803844928741455,0.25248074531555176,2.3871167,-0.18480036,2,46
209
+ 0.7597041130065918,-0.29337048530578613,2.3828075,-0.009789924,2,47
210
+ 0.7483971118927002,-0.6688280701637268,2.3281732,0.07573129,2,48
211
+ 0.7868301272392273,-0.7164617776870728,2.3355603,0.029911084,2,49
212
+ 0.4638884365558624,-0.2566431760787964,2.371994,0.3164191,2,50
213
+ 0.6384848952293396,0.32052651047706604,2.3595908,0.15422589,2,51
214
+ 0.7795649170875549,0.6693713068962097,2.3221908,0.05054588,2,52
215
+ 0.7052015066146851,0.7009825110435486,2.3837228,0.06337725,2,53
216
+ 0.6600821614265442,0.06953065097332001,2.4617202,0.030499134,2,54
217
+ 0.6202763319015503,-0.37430426478385925,2.389888,0.14213715,2,55
218
+ 0.7454981207847595,-0.6889162063598633,2.3301096,0.076693855,2,56
219
+ 0.6726676225662231,-0.7317991256713867,2.3415313,0.13810262,2,57
220
+ 0.5554994344711304,0.25311511754989624,2.4003465,-0.19645561,2,58
221
+ 0.5607597231864929,0.6246057748794556,2.3513122,-0.24022968,2,59
222
+ 0.7121014595031738,0.7517322897911072,2.3164377,-0.12376234,2,60
223
+ 0.7457564473152161,0.16001401841640472,2.3707092,-0.035835948,2,61
224
+ 0.7535930871963501,-0.23380839824676514,2.3444736,0.054234836,2,62
225
+ 0.6729041934013367,-0.6501224637031555,2.3429482,0.13644916,2,63
226
+ 0.7117628455162048,-0.7025265097618103,2.3545213,0.086017445,2,64
227
+ 0.6291688084602356,-0.06122945249080658,2.4120982,0.111034565,2,65
228
+ 0.7545512914657593,0.31786996126174927,2.3560724,0.04167784,2,66
229
+ 0.7659467458724976,0.6395720839500427,2.3475058,0.038849,2,67
230
+ 0.5744991898536682,0.783717691898346,2.3902109,-0.18759148,2,68
231
+ 0.4877610504627228,-0.16843584179878235,2.4788115,0.185729,2,69
232
+ 0.7687739133834839,-0.4576113820075989,2.3751235,-0.008404154,2,70
233
+ 0.833417534828186,-0.6879950165748596,2.3141663,0.0047177314,2,71
234
+ 0.7748585939407349,-0.567382276058197,2.3276474,0.04979551,2,72
235
+ 0.3661198914051056,0.3727782964706421,2.4142618,-0.37191984,2,73
236
+ 0.4207809567451477,0.7628031969070435,2.3770175,-0.3545031,2,74
237
+ 0.7554182410240173,0.6950676441192627,2.353249,-0.04363421,2,75
238
+ 0.7682613134384155,-0.053076669573783875,2.3799257,-0.004114499,2,76
239
+ 0.805611252784729,-0.3783051669597626,2.3245685,-0.022121757,2,77
240
+ 0.8044111132621765,-0.6280221343040466,2.3282244,-0.019665997,2,78
241
+ 0.7318292856216431,-0.5903295278549194,2.3618474,0.05862487,2,79
242
+ -1.2893128395080566,-1.0,3.4792218,-0.96239257,3,0
243
+ -3.398512601852417,0.8446947336196899,3.474044,-3.07677,3,1
244
+ -1.765613079071045,1.0,3.330414,-1.5875006,3,2
245
+ -0.8511518239974976,1.0,2.8082395,-1.1952139,3,3
246
+ 0.5688921809196472,-0.6932648420333862,2.4009798,-0.1824296,3,4
247
+ 0.2992456555366516,-1.0,2.5458674,0.30718845,3,5
248
+ -0.3986514210700989,-1.0,2.814206,0.7367471,3,6
249
+ -0.8068169355392456,-0.3731188476085663,2.9402232,1.0188953,3,7
250
+ 0.3468519449234009,1.0,2.362514,0.4429356,3,8
251
+ 0.5184091329574585,1.0,2.5770953,0.056797165,3,9
252
+ -0.2698996067047119,0.5903459787368774,2.8868103,-0.53539085,3,10
253
+ -0.7078953981399536,-0.1892346739768982,2.886212,-0.97398484,3,11
254
+ -0.25358253717422485,-0.8321489095687866,2.6676042,-0.7382799,3,12
255
+ -0.14903441071510315,-0.9211258888244629,2.8688238,-0.4325122,3,13
256
+ 0.2557031512260437,-0.2027309536933899,2.8744402,-0.022158198,3,14
257
+ 0.219353586435318,0.8120769262313843,2.7296593,-0.20328864,3,15
258
+ 0.31273937225341797,1.0,2.6386843,0.2008779,3,16
259
+ 0.31225693225860596,0.2973218262195587,2.5965264,0.24351825,3,17
260
+ 0.5240010023117065,-0.3700689971446991,2.5150619,0.11323871,3,18
261
+ 0.505683422088623,-0.7555078864097595,2.445375,0.20124316,3,19
262
+ 0.5039354562759399,-0.8045411109924316,2.5068243,0.14154182,3,20
263
+ 0.2493843138217926,-0.15594112873077393,2.525649,0.37726817,3,21
264
+ 0.5540059804916382,0.6263614892959595,2.474436,0.12385954,3,22
265
+ 0.6998549699783325,0.8456903100013733,2.4285622,0.023884444,3,23
266
+ 0.6577880382537842,0.3422495424747467,2.4873073,-0.007206226,3,24
267
+ 0.6504950523376465,-0.33451521396636963,2.4944205,0.007385964,3,25
268
+ 0.6756533980369568,-0.7077320218086243,2.4200196,-0.05662852,3,26
269
+ 0.6202846765518188,-1.0,2.4570594,0.074957505,3,27
270
+ 0.5666210651397705,0.07378174364566803,2.5085063,-0.077174164,3,28
271
+ -0.4434000253677368,1.0,2.4965756,-1.099126,3,29
272
+ 0.5659717917442322,1.0,2.4214091,-0.16492061,3,30
273
+ 0.3597736656665802,0.4341588318347931,2.4402556,-0.35227224,3,31
274
+ 0.6496047973632812,-0.5268552899360657,2.3632264,-0.13947032,3,32
275
+ 0.8014106154441833,-0.8349990844726562,2.330511,-0.020379838,3,33
276
+ 0.6754648685455322,-0.5478590130805969,2.3465517,-0.13028505,3,34
277
+ 0.6078990697860718,0.00025036558508872986,2.3537128,0.19068965,3,35
278
+ 0.8041548132896423,0.4910104274749756,2.3448806,-0.0032661532,3,36
279
+ 0.729544997215271,0.8613660931587219,2.373626,-0.049130578,3,37
280
+ 0.6084498167037964,0.5259370803833008,2.501232,0.04261981,3,38
281
+ 0.49770402908325195,-0.24560031294822693,2.5268743,0.1277232,3,39
282
+ 0.5827440619468689,-0.666093111038208,2.4011633,0.16839415,3,40
283
+ 0.5808765292167664,-1.0,2.3342676,0.23715742,3,41
284
+ 0.6815546751022339,-0.2726338803768158,2.3983505,0.07239638,3,42
285
+ 0.5559856295585632,0.4846605360507965,2.375157,-0.22115879,3,43
286
+ 0.2643159031867981,1.0,2.3589609,-0.5290248,3,44
287
+ 0.6250139474868774,0.5822604894638062,2.403597,-0.123690456,3,45
288
+ 0.25723952054977417,0.2510596513748169,2.3446743,-0.5503877,3,46
289
+ 0.3858553171157837,-0.3935648500919342,2.32872,-0.43772614,3,47
290
+ 0.7833983302116394,-0.8356144428253174,2.35246,0.016443325,3,48
291
+ 0.5034430027008057,-1.0,2.5021067,0.14675185,3,49
292
+ 0.6370893716812134,0.2899353504180908,2.506249,-0.008963198,3,50
293
+ 0.1633254885673523,0.2625478208065033,2.3387363,0.65023977,3,51
294
+ 0.743558406829834,0.735719621181488,2.3169994,0.09174369,3,52
295
+ 0.6651962995529175,0.8350419998168945,2.4591045,0.028000692,3,53
296
+ 0.5667110085487366,-0.04829709231853485,2.548508,0.037082605,3,54
297
+ 0.20887482166290283,-0.6959609985351562,2.4831388,0.46028793,3,55
298
+ 0.6264982223510742,-1.0,2.391452,0.13435128,3,56
299
+ 0.6962096691131592,-0.48463720083236694,2.4327123,-0.023379572,3,57
300
+ 0.7714564204216003,0.255450963973999,2.3720691,-0.008775992,3,58
301
+ 0.5565842390060425,0.6854795217514038,2.3757205,-0.21999682,3,59
302
+ 0.7104944586753845,0.8252946138381958,2.3839104,-0.05789668,3,60
303
+ 0.4100540578365326,0.5857526063919067,2.4453187,-0.2969288,3,61
304
+ 0.2414345145225525,-0.08132139593362808,2.3700652,-0.5408018,3,62
305
+ 0.6333160996437073,-0.5998637676239014,2.4201145,-0.098870926,3,63
306
+ 0.6730054020881653,-0.9296804666519165,2.451998,0.027298136,3,64
307
+ 0.6128588318824768,-0.4102003872394562,2.5186114,-0.020831304,3,65
308
+ 0.5288342833518982,0.16564923524856567,2.4247065,0.1987608,3,66
309
+ 0.10098373889923096,0.1635279506444931,2.3334656,0.71785223,3,67
310
+ 0.5486473441123962,0.7482325434684753,2.4355354,-0.16811876,3,68
311
+ 0.3858421742916107,0.8433070182800293,2.5950897,-0.1713697,3,69
312
+ 0.20127469301223755,0.028759509325027466,2.616051,-0.3349759,3,70
313
+ 0.6132846474647522,-0.593913733959198,2.5121255,-0.026891388,3,71
314
+ 0.6586621999740601,-0.952370285987854,2.4264772,-0.067162186,3,72
315
+ 0.34798121452331543,-0.25582367181777954,2.4345086,-0.36981177,3,73
316
+ 0.18522366881370544,0.3375135064125061,2.4787064,-0.48837152,3,74
317
+ 0.6303558945655823,0.623108446598053,2.4394104,-0.0825352,3,75
318
+ 0.6686290502548218,0.7414266467094421,2.4407156,0.042956974,3,76
319
+ 0.6204274892807007,0.2904338836669922,2.4808269,-0.051047176,3,77
320
+ 0.3575989902019501,-0.44203823804855347,2.5138714,0.28083113,3,78
321
+ 0.46478569507598877,-0.7494223117828369,2.4754717,0.21204412,3,79
322
+ -1.3585151433944702,-1.0,3.5301375,-0.98067915,4,0
323
+ -3.0490150451660156,1.0,3.4398143,-2.7615023,4,1
324
+ -1.1180644035339355,1.0,3.2625756,-1.0077903,4,2
325
+ -0.1750977635383606,1.0,2.6969662,-0.63043314,4,3
326
+ 0.19874000549316406,-1.0,2.5461133,0.4074483,4,4
327
+ -0.11610686779022217,-1.0,2.7670348,0.50137365,4,5
328
+ -0.43907350301742554,-1.0,2.8240643,0.7673108,4,6
329
+ -0.12572216987609863,-0.37961602210998535,2.5205421,0.7574816,4,7
330
+ 0.7362249493598938,1.0,2.3115184,0.10455816,4,8
331
+ 0.1987207531929016,1.0,2.647058,-0.3065228,4,9
332
+ -0.46023106575012207,0.5192517042160034,2.9009826,-0.71155,4,10
333
+ -0.8219002485275269,-0.02629917860031128,2.8516042,-1.1225976,4,11
334
+ -0.06691700220108032,-1.0,2.6467278,-0.57249075,4,12
335
+ 0.014122694730758667,-1.0,2.9880507,-0.15012816,4,13
336
+ 0.08360102772712708,-0.07387834042310715,2.947896,0.12080452,4,14
337
+ -0.10620176792144775,0.4330053925514221,2.699707,0.5587963,4,15
338
+ 0.5459851622581482,1.0,2.6024818,0.003834524,4,16
339
+ 0.2448928952217102,0.651974081993103,2.7716198,0.13578886,4,17
340
+ 0.44304904341697693,-0.2874516546726227,2.6628947,-0.04635777,4,18
341
+ 0.5231136679649353,-0.6320521831512451,2.5290523,-0.10013563,4,19
342
+ 0.6142691373825073,-1.0,2.5246515,-0.01338089,4,20
343
+ 0.5494961142539978,-0.26433613896369934,2.5995433,0.0032621026,4,21
344
+ 0.39762765169143677,0.6671592593193054,2.5361404,-0.21853347,4,22
345
+ 0.682988703250885,0.8538785576820374,2.447982,0.021330787,4,23
346
+ 0.5307360887527466,0.684299647808075,2.5292172,-0.09234825,4,24
347
+ 0.5634421110153198,-0.2857609987258911,2.4968936,-0.091965824,4,25
348
+ 0.5541849136352539,-0.7198438048362732,2.4428806,0.15523599,4,26
349
+ 0.6881444454193115,-0.8804589509963989,2.39994,0.06421708,4,27
350
+ 0.48746541142463684,-0.22371335327625275,2.4295352,0.23530099,4,28
351
+ 0.5787625908851624,0.4620696008205414,2.4041073,0.16943164,4,29
352
+ 0.729892373085022,0.8697561025619507,2.3849132,-0.037495963,4,30
353
+ 0.5875756144523621,0.7459878921508789,2.5011299,0.06359607,4,31
354
+ 0.6409390568733215,-0.14050427079200745,2.501848,0.009514527,4,32
355
+ 0.6233563423156738,-0.5667747855186462,2.3913796,0.13756561,4,33
356
+ 0.8241323232650757,-0.7738515734672546,2.309252,-0.018917205,4,34
357
+ 0.7164100408554077,-0.5010042786598206,2.391701,0.04419051,4,35
358
+ 0.7139163017272949,0.23868604004383087,2.4051633,-0.033221982,4,36
359
+ 0.7576823234558105,0.49777963757514954,2.3534484,0.041170824,4,37
360
+ 0.40277186036109924,0.8989270925521851,2.3528998,-0.3966299,4,38
361
+ 0.39939379692077637,0.410319983959198,2.4560294,-0.29687834,4,39
362
+ 0.6498236060142517,-0.370296448469162,2.4172142,-0.08526377,4,40
363
+ 0.7690286636352539,-0.7344621419906616,2.328547,0.054725856,4,41
364
+ 0.7562080025672913,-0.8106866478919983,2.3463676,0.049725957,4,42
365
+ 0.5533654689788818,-0.048991162329912186,2.392202,0.20673418,4,43
366
+ 0.7671024203300476,0.3955175578594208,2.3702352,0.014963898,4,44
367
+ 0.7076169848442078,0.8163654804229736,2.3307884,-0.113896176,4,45
368
+ 0.6946566700935364,0.7010448575019836,2.4089477,0.04869717,4,46
369
+ 0.381003737449646,-0.273980975151062,2.4737737,0.2975241,4,47
370
+ 0.6159096956253052,-0.5869513750076294,2.3770778,0.15931405,4,48
371
+ 0.8135079741477966,-0.7118271589279175,2.28747,0.05132347,4,49
372
+ 0.5176752209663391,-0.5755835175514221,2.3149843,0.319642,4,50
373
+ 0.7374024391174316,0.3778221905231476,2.3586347,0.056264386,4,51
374
+ 0.7687040567398071,0.6962684392929077,2.3379118,-0.04568564,4,52
375
+ 0.7531928420066833,0.6989153027534485,2.3508632,0.048245486,4,53
376
+ 0.4901311695575714,0.21170970797538757,2.3765228,-0.2856476,4,54
377
+ 0.7530153393745422,-0.3415170907974243,2.3865283,-0.012757963,4,55
378
+ 0.7372088432312012,-0.6591572761535645,2.3259435,-0.08914921,4,56
379
+ 0.7019239664077759,-0.7971681356430054,2.3626854,0.087692134,4,57
380
+ 0.6463321447372437,0.07560643553733826,2.4318745,-0.074094884,4,58
381
+ 0.7807843089103699,0.4027497470378876,2.3679042,-0.0036130643,4,59
382
+ 0.7756749391555786,0.6606942415237427,2.3297968,0.046829842,4,60
383
+ 0.7390626072883606,0.6620355844497681,2.372,-0.041238964,4,61
384
+ 0.32526272535324097,-0.27913668751716614,2.4500642,0.37697464,4,62
385
+ 0.6640763282775879,-0.5270465612411499,2.3693569,0.11886835,4,63
386
+ 0.6700477004051208,-0.6984562277793884,2.301078,0.18117577,4,64
387
+ 0.4655148386955261,-0.4893694818019867,2.320135,0.3666516,4,65
388
+ 0.7405223250389099,0.3810919523239136,2.368934,0.042845316,4,66
389
+ 0.7614607810974121,0.6393582224845886,2.3411827,0.04965805,4,67
390
+ 0.7671360373497009,0.6590590476989746,2.3590593,0.026106196,4,68
391
+ 0.5426627397537231,0.16533443331718445,2.4119074,-0.19773139,4,69
392
+ 0.7059007287025452,-0.2621611952781677,2.3630817,-0.08331913,4,70
393
+ 0.7909903526306152,-0.6965233087539673,2.3515897,0.009721539,4,71
394
+ 0.7404178977012634,-0.7533829212188721,2.3895297,-0.022353934,4,72
395
+ 0.48606836795806885,0.09919115155935287,2.4675894,-0.19864382,4,73
396
+ 0.7431759834289551,0.39827701449394226,2.3879488,-0.021176822,4,74
397
+ 0.589368999004364,0.7853512167930603,2.3495119,-0.21342069,4,75
398
+ 0.49867042899131775,0.44699445366859436,2.390081,0.2635502,4,76
399
+ 0.40837690234184265,-0.1550883799791336,2.4204173,0.32350734,4,77
400
+ 0.33348482847213745,-0.6703047156333923,2.379866,0.43895084,4,78
401
+ 0.7017884254455566,-0.7137718200683594,2.3448622,0.10565092,4,79
402
+ -1.2776286602020264,-1.0,3.4724374,-0.9574929,5,0
403
+ -3.3796956539154053,0.6656882166862488,3.5166955,-3.0153017,5,1
404
+ -1.7962414026260376,1.0,3.3379216,-1.6106213,5,2
405
+ -0.8973761796951294,0.9999989867210388,2.8906696,-1.1590081,5,3
406
+ 0.26077866554260254,-0.1528194695711136,2.4734187,-0.41810417,5,4
407
+ 0.519270122051239,-1.0,2.4565396,0.1764918,5,5
408
+ -0.10945731401443481,-1.0,2.8000524,0.46170646,5,6
409
+ -0.5443390011787415,-1.0,2.7612941,0.9353464,5,7
410
+ 0.4456179141998291,0.9475725889205933,2.4865746,0.22010899,5,8
411
+ 0.6868502497673035,1.0,2.464216,0.0012353065,5,9
412
+ -0.13606101274490356,0.7439195513725281,2.771009,-0.5173536,5,10
413
+ -0.6751754879951477,0.12593716382980347,2.8299456,-0.9975315,5,11
414
+ -0.48454010486602783,-0.6503536701202393,2.6963274,-0.9405142,5,12
415
+ 0.028457194566726685,-1.0,2.8019977,-0.3218467,5,13
416
+ -0.0057839155197143555,-0.7068177461624146,3.0440938,0.11399162,5,14
417
+ 0.18533943593502045,0.6152543425559998,2.8289568,0.13800527,5,15
418
+ 0.3976723551750183,1.0,2.6519732,0.102655955,5,16
419
+ 0.16012194752693176,0.6298434138298035,2.6534534,0.33872625,5,17
420
+ 0.39168912172317505,-0.2814358174800873,2.5631633,0.19744916,5,18
421
+ 0.47701480984687805,-0.6617231369018555,2.5171824,0.15810439,5,19
422
+ 0.5862582325935364,-1.0,2.497754,0.068289205,5,20
423
+ 0.6100962162017822,-0.05837331339716911,2.5292008,-0.013004512,5,21
424
+ 0.29990309476852417,0.6483259797096252,2.5248322,-0.3275662,5,22
425
+ 0.656085729598999,0.7123217582702637,2.427265,0.06895091,5,23
426
+ 0.4081224799156189,0.6119275093078613,2.4764092,-0.26776987,5,24
427
+ 0.4890339970588684,-0.33769354224205017,2.4665184,-0.19674915,5,25
428
+ 0.5894627571105957,-0.6548770070075989,2.4224584,-0.14038041,5,26
429
+ 0.7115339040756226,-0.8274772763252258,2.4173765,-0.023391118,5,27
430
+ 0.4717170000076294,-0.26212278008461,2.4815195,0.19906507,5,28
431
+ 0.6434793472290039,0.5587888360023499,2.440975,-0.06784726,5,29
432
+ 0.6170448660850525,0.9617283940315247,2.386878,-0.14837867,5,30
433
+ 0.6308233141899109,0.7495023608207703,2.5167415,-0.0047367206,5,31
434
+ 0.4169241189956665,-0.373996376991272,2.4901564,0.24522102,5,32
435
+ 0.717556357383728,-0.6060014963150024,2.3712993,0.0634459,5,33
436
+ 0.735680878162384,-0.7990384101867676,2.2822442,0.13437648,5,34
437
+ 0.646346390247345,-0.23524153232574463,2.324816,0.18113919,5,35
438
+ 0.5935866236686707,0.23835618793964386,2.3494291,0.20928581,5,36
439
+ 0.7837139964103699,0.6024593114852905,2.34968,0.018907608,5,37
440
+ 0.7450475096702576,0.6780588030815125,2.4041774,0.0030765997,5,38
441
+ 0.41568446159362793,0.28357580304145813,2.453672,-0.28294516,5,39
442
+ 0.676554262638092,-0.36471763253211975,2.4298654,0.045881927,5,40
443
+ 0.7927955389022827,-0.6937581300735474,2.337703,-0.02180303,5,41
444
+ 0.7010477185249329,-0.8117254376411438,2.3729613,0.07829257,5,42
445
+ 0.5978156328201294,-0.0328642837703228,2.4331605,0.12132539,5,43
446
+ 0.60329669713974,0.4424578547477722,2.376523,-0.17248183,5,44
447
+ 0.8298904895782471,0.7032930850982666,2.3219323,0.00047876118,5,45
448
+ 0.6845656037330627,0.7250770330429077,2.363346,-0.10438984,5,46
449
+ 0.6778538227081299,-0.14649449288845062,2.4258733,0.048574455,5,47
450
+ 0.7616028189659119,-0.4327223300933838,2.349962,-0.04073673,5,48
451
+ 0.7125802040100098,-0.7257410883903503,2.3148675,0.12485386,5,49
452
+ 0.5119485855102539,-0.7500104904174805,2.3613672,0.27898577,5,50
453
+ 0.631321370601654,0.28146812319755554,2.4071383,0.11384182,5,51
454
+ 0.7112032175064087,0.5494825839996338,2.3267925,0.11430585,5,52
455
+ 0.7870375514030457,0.7775543332099915,2.3158514,-0.049412526,5,53
456
+ 0.6383570432662964,0.3820996880531311,2.3735569,-0.14038765,5,54
457
+ 0.7417351007461548,-0.24751366674900055,2.409399,0.0011674309,5,55
458
+ 0.7164878249168396,-0.5614503026008606,2.3338342,-0.10197954,5,56
459
+ 0.757721483707428,-0.7757183909416199,2.3250906,0.06948941,5,57
460
+ 0.7115460634231567,-0.159385085105896,2.3956692,-0.045086287,5,58
461
+ 0.6271270513534546,0.24882850050926208,2.3705769,-0.15459764,5,59
462
+ 0.47173720598220825,0.7455145120620728,2.3581958,-0.32236856,5,60
463
+ 0.7699836492538452,0.6714252829551697,2.3687587,0.013559212,5,61
464
+ 0.4646983742713928,0.17481198906898499,2.3878675,-0.29973572,5,62
465
+ 0.7696932554244995,-0.31577569246292114,2.3788762,0.0037320827,5,63
466
+ 0.7039046287536621,-0.7328218817710876,2.32812,0.12027694,5,64
467
+ 0.6673988103866577,-0.8010571002960205,2.3612614,0.12364139,5,65
468
+ 0.6525081396102905,0.07114144414663315,2.4218507,0.07794276,5,66
469
+ 0.6923307776451111,0.353080689907074,2.3353581,0.12461262,5,67
470
+ 0.7380468249320984,0.7303946018218994,2.3260262,-0.08822853,5,68
471
+ 0.669353723526001,0.7222109436988831,2.3832054,-0.09974241,5,69
472
+ 0.644753098487854,-0.17846344411373138,2.4501305,0.057417974,5,70
473
+ 0.7091166973114014,-0.4607238471508026,2.3486505,-0.09453443,5,71
474
+ 0.8154890537261963,-0.7304099798202515,2.3122497,0.024562845,5,72
475
+ 0.7247583866119385,-0.560333251953125,2.3448837,0.08265947,5,73
476
+ 0.431012898683548,0.3824522793292999,2.4255807,-0.2957079,5,74
477
+ 0.7006579637527466,0.6375912427902222,2.3646464,-0.086997144,5,75
478
+ 0.8164413571357727,0.670468807220459,2.335213,-0.00064725865,5,76
479
+ 0.6477141976356506,0.17267708480358124,2.3756762,-0.12891121,5,77
480
+ 0.7065850496292114,-0.2784215807914734,2.3475547,0.09816185,5,78
481
+ 0.7088909149169922,-0.6504361033439636,2.352944,0.09046672,5,79
482
+ -1.2303822040557861,1.0,2.8382382,-1.5444455,6,0
483
+ -0.3199397921562195,1.0,2.635486,-0.83675545,6,1
484
+ 0.45738598704338074,0.05505180358886719,2.6314666,-0.063448936,6,2
485
+ -0.043399304151535034,-0.9999989867210388,2.7262707,0.46943018,6,3
486
+ -0.11580315232276917,-1.0,2.8995905,0.3685142,6,4
487
+ -0.1303006410598755,-1.0,2.7524486,0.53015363,6,5
488
+ 0.5837456583976746,0.30949684977531433,2.527328,0.041227903,6,6
489
+ 0.3999015688896179,1.0,2.4317589,-0.3206411,6,7
490
+ 0.060450226068496704,0.6142630577087402,2.7349792,-0.35687217,6,8
491
+ -0.6557085514068604,1.0,2.7070825,-1.1009276,6,9
492
+ 0.25506895780563354,-1.0,2.6344879,-0.26274472,6,10
493
+ 0.47410503029823303,-1.0,2.6239538,-0.05424271,6,11
494
+ 0.15243536233901978,-0.39855489134788513,2.7516577,0.24820846,6,12
495
+ -0.9327740669250488,-0.6779983043670654,2.7086859,1.3763897,6,13
496
+ -0.583267331123352,0.5470142364501953,2.6711223,1.0644466,6,14
497
+ -0.11757096648216248,0.9999989867210388,2.7708917,0.49898085,6,15
498
+ 0.002726048231124878,0.796119213104248,3.0111163,0.13845924,6,16
499
+ 0.19896289706230164,-0.29236623644828796,2.8563335,-0.09700516,6,17
500
+ 0.07249858975410461,-0.4353346824645996,2.582976,-0.49682686,6,18
501
+ 0.5651084780693054,-1.0,2.505536,0.08165697,6,19
502
+ 0.22252817451953888,-0.7005292773246765,2.7486956,0.18107776,6,20
503
+ 0.48742446303367615,0.6302458643913269,2.6230078,-0.04186932,6,21
504
+ 0.6041992902755737,0.9570925235748291,2.5335312,0.0145710595,6,22
505
+ 0.33301591873168945,0.6234408617019653,2.5604377,0.25884795,6,23
506
+ 0.18934985995292664,-0.4001978039741516,2.5064383,0.45651343,6,24
507
+ 0.6251494884490967,-0.6105428338050842,2.4397807,0.08737135,6,25
508
+ 0.7818801999092102,-0.682309627532959,2.3652258,-0.005195564,6,26
509
+ 0.5173324346542358,-0.2117060422897339,2.408494,0.2264751,6,27
510
+ 0.6897590756416321,0.470978707075119,2.4622378,-0.00030463695,6,28
511
+ 0.45221182703971863,0.8618082404136658,2.442578,-0.25751165,6,29
512
+ 0.3492424488067627,0.7543911337852478,2.5224886,-0.2805705,6,30
513
+ 0.5191693902015686,-0.3276369571685791,2.4691803,-0.16395183,6,31
514
+ 0.6361055970191956,-0.645788311958313,2.3585083,-0.15768759,6,32
515
+ 0.7441854476928711,-0.8661629557609558,2.3453438,-0.062772244,6,33
516
+ 0.6149900555610657,-0.38228315114974976,2.4610143,0.07629723,6,34
517
+ 0.6281684041023254,0.3126218914985657,2.423337,0.10079616,6,35
518
+ 0.6813242435455322,0.7550264596939087,2.3493934,-0.121583916,6,36
519
+ 0.5624375343322754,1.0,2.4060838,-0.18378022,6,37
520
+ 0.5463687181472778,0.08355007320642471,2.4805434,-0.12538947,6,38
521
+ 0.5386601686477661,-0.5009791851043701,2.4298863,0.18375507,6,39
522
+ 0.7770425081253052,-0.8074515461921692,2.3058953,0.06936373,6,40
523
+ 0.7547377347946167,-0.689198911190033,2.3587213,0.038842574,6,41
524
+ 0.6876929998397827,0.11566487699747086,2.3680713,0.09653726,6,42
525
+ 0.6944956183433533,0.5321981906890869,2.339764,-0.118041836,6,43
526
+ 0.7053122520446777,0.7937239408493042,2.3262715,-0.12071775,6,44
527
+ 0.6314972639083862,0.43908289074897766,2.3948958,-0.12590851,6,45
528
+ 0.5256960988044739,-0.09707070887088776,2.4049006,-0.22170489,6,46
529
+ 0.7514299154281616,-0.5043091177940369,2.3351464,-0.06572524,6,47
530
+ 0.7329137325286865,-0.7951379418373108,2.34102,0.07836774,6,48
531
+ 0.6849603652954102,-0.40213876962661743,2.4033623,0.06397893,6,49
532
+ 0.5671000480651855,0.27378660440444946,2.4276996,-0.15750197,6,50
533
+ 0.703906774520874,0.6247656941413879,2.3488545,-0.099540204,6,51
534
+ 0.81864994764328,0.687109649181366,2.3318672,0.0017843976,6,52
535
+ 0.7140038013458252,0.14253759384155273,2.3992841,0.039013598,6,53
536
+ 0.7347423434257507,-0.23135243356227875,2.3615706,0.055988584,6,54
537
+ 0.673583984375,-0.6263445019721985,2.340486,0.13823155,6,55
538
+ 0.6071911454200745,-0.7396580576896667,2.3579984,0.18711202,6,56
539
+ 0.6044543385505676,-0.04845070466399193,2.4195058,0.12834136,6,57
540
+ 0.6838191747665405,0.39255961775779724,2.3587983,-0.10968408,6,58
541
+ 0.7232503294944763,0.7061336636543274,2.328364,-0.10068735,6,59
542
+ 0.7563965320587158,0.6109523177146912,2.3655264,-0.03037855,6,60
543
+ 0.7036680579185486,-0.0709458664059639,2.4222872,-0.026346283,6,61
544
+ 0.7404823303222656,-0.4197075664997101,2.3462152,-0.06560399,6,62
545
+ 0.8180089592933655,-0.6883362531661987,2.3218818,0.012410821,6,63
546
+ 0.664046585559845,-0.6488835215568542,2.3598435,0.12841146,6,64
547
+ 0.6828145384788513,0.2416834682226181,2.4234755,-0.046011515,6,65
548
+ 0.7325314283370972,0.520411491394043,2.3513048,0.068465374,6,66
549
+ 0.7681515216827393,0.7402315139770508,2.3335757,-0.050574325,6,67
550
+ 0.6769549250602722,0.3536134958267212,2.3611178,-0.1142288,6,68
551
+ 0.5979560613632202,-0.19056199491024017,2.4105709,0.14377463,6,69
552
+ 0.723054826259613,-0.5886788964271545,2.3487778,0.08046896,6,70
553
+ 0.7888166308403015,-0.7120373845100403,2.333839,0.029645974,6,71
554
+ 0.6158348321914673,-0.2858392596244812,2.3561907,0.18027602,6,72
555
+ 0.613632082939148,0.27741992473602295,2.3899071,-0.14876233,6,73
556
+ 0.6925865411758423,0.6450020670890808,2.3495624,-0.110152595,6,74
557
+ 0.7279223203659058,0.6207016706466675,2.3665202,0.057859045,6,75
558
+ 0.39643609523773193,0.37327390909194946,2.3720229,-0.3838426,6,76
559
+ 0.6353415846824646,-0.3205127418041229,2.3931336,-0.12382634,6,77
560
+ 0.6339787840843201,-0.606669008731842,2.3282318,-0.19009094,6,78
561
+ 0.6515924334526062,-0.8635604381561279,2.3599613,0.14074785,6,79
562
+ -1.2931673526763916,-1.0,3.4938629,-0.9516061,7,0
563
+ -3.3672869205474854,0.83499675989151,3.4781637,-3.0414248,7,1
564
+ -1.7239662408828735,1.0,3.3246331,-1.5516347,7,2
565
+ -0.8075318336486816,1.0,2.8026195,-1.1572139,7,3
566
+ 0.5610137581825256,-0.6482522487640381,2.4145346,-0.17675324,7,4
567
+ 0.25460049510002136,-1.0,2.5546863,0.34301475,7,5
568
+ -0.364590585231781,-1.0,2.809923,0.7069692,7,6
569
+ -0.6994760632514954,-0.3936695456504822,2.8923907,0.9593869,7,7
570
+ 0.41908952593803406,0.9892930388450623,2.353314,0.3798981,7,8
571
+ 0.579064667224884,1.0,2.5659082,-0.007328671,7,9
572
+ -0.2724874019622803,0.5445504784584045,2.8724854,-0.55230355,7,10
573
+ -0.724834144115448,-0.18702095746994019,2.8772564,-0.9998793,7,11
574
+ -0.18499577045440674,-0.8715217709541321,2.6703458,-0.66695154,7,12
575
+ -0.1217963695526123,-0.8729093074798584,2.8586397,-0.4154582,7,13
576
+ 0.1984679251909256,-0.21243827044963837,2.882558,0.07127552,7,14
577
+ 0.357796847820282,0.8113948106765747,2.7319036,-0.062601164,7,15
578
+ 0.22515323758125305,1.0,2.6571589,0.26998946,7,16
579
+ 0.3037659525871277,0.48498547077178955,2.6628637,0.18567187,7,17
580
+ 0.08993104100227356,-0.6571471691131592,2.5642028,0.49816772,7,18
581
+ 0.6906556487083435,-0.7558323740959167,2.4547102,0.0069356537,7,19
582
+ 0.3667522966861725,-0.8510434031486511,2.4962094,0.28933987,7,20
583
+ 0.017276346683502197,-0.30098050832748413,2.5148304,0.62019485,7,21
584
+ 0.4495687782764435,0.7540486454963684,2.4487357,0.25399706,7,22
585
+ 0.6149948835372925,0.9941858053207397,2.4705937,0.066713,7,23
586
+ 0.5729787945747375,0.3921324610710144,2.5469606,0.032362163,7,24
587
+ 0.6331413984298706,-0.4071238040924072,2.513245,-0.0059150695,7,25
588
+ 0.44406479597091675,-0.6558367013931274,2.4129786,-0.2952581,7,26
589
+ 0.7104900479316711,-1.0,2.4368787,-0.004932828,7,27
590
+ 0.5849425196647644,-0.2740010619163513,2.5225809,0.04477816,7,28
591
+ -0.15282070636749268,1.0,2.5097382,-0.79538405,7,29
592
+ 0.6807123422622681,1.0,2.4497604,-0.021828774,7,30
593
+ 0.7139043807983398,0.29730620980262756,2.4084713,0.029925833,7,31
594
+ 0.5514422655105591,-0.12457333505153656,2.3644705,-0.23638877,7,32
595
+ 0.45461294054985046,-0.712145984172821,2.3701034,0.32758525,7,33
596
+ 0.7007952332496643,-0.7910874485969543,2.3806393,0.07086701,7,34
597
+ 0.6105166673660278,-0.04200810194015503,2.3887987,0.15298618,7,35
598
+ 0.004516482353210449,-0.25402501225471497,2.2268465,0.9209386,7,36
599
+ 0.3003306984901428,0.4797889292240143,2.3459923,0.5059785,7,37
600
+ 0.5125445127487183,0.8158060312271118,2.4932756,0.14648141,7,38
601
+ 0.4560026526451111,0.6923869252204895,2.6463556,0.04994327,7,39
602
+ 0.425099641084671,-0.24886861443519592,2.6267984,0.100403525,7,40
603
+ 0.6950565576553345,-0.6393555998802185,2.4103398,0.046905145,7,41
604
+ 0.6974907517433167,-1.0,2.3196237,0.13518707,7,42
605
+ 0.7085232138633728,-0.470149427652359,2.4155948,0.028183497,7,43
606
+ 0.23911291360855103,0.6516894698143005,2.3999145,-0.51327413,7,44
607
+ 0.44187530875205994,0.9552630186080933,2.373498,-0.33692828,7,45
608
+ 0.6121867895126343,0.6814349293708801,2.387776,-0.15233885,7,46
609
+ 0.7419456243515015,-0.22591006755828857,2.341547,-0.06880891,7,47
610
+ 0.8187724947929382,-0.5663497447967529,2.321213,0.012316055,7,48
611
+ 0.8168244361877441,-0.740282416343689,2.3342884,0.0011887312,7,49
612
+ 0.5737658739089966,-0.4371448755264282,2.374211,0.2043246,7,50
613
+ 0.5621957778930664,0.24504797160625458,2.3724055,0.21770021,7,51
614
+ 0.5701947212219238,0.5462520122528076,2.341375,0.24073173,7,52
615
+ 0.7008926272392273,0.7753273248672485,2.3955455,0.055863436,7,53
616
+ 0.667315661907196,0.2858545482158661,2.4797783,-0.005207609,7,54
617
+ -0.005303502082824707,-0.5134979486465454,2.5207062,0.6368989,7,55
618
+ 0.6378676295280457,-0.7568579316139221,2.388694,0.12573987,7,56
619
+ 0.6643222570419312,-0.7930015325546265,2.3553839,0.13259539,7,57
620
+ 0.4735372066497803,0.40119320154190063,2.3592513,-0.31951308,7,58
621
+ 0.739791989326477,0.5841215252876282,2.3213804,-0.09112921,7,59
622
+ 0.8457525372505188,0.6114262938499451,2.299874,0.00667495,7,60
623
+ 0.5666400194168091,0.2793169915676117,2.3269312,-0.2587303,7,61
624
+ 0.6260051727294922,-0.14468827843666077,2.3793879,-0.14690855,7,62
625
+ 0.7437190413475037,-0.546779215335846,2.3755212,-0.033061303,7,63
626
+ 0.6592409610748291,-0.6104748845100403,2.408445,-0.08461569,7,64
627
+ 0.46384212374687195,-0.4255335330963135,2.41165,0.27680948,7,65
628
+ 0.48180046677589417,0.21032077074050903,2.415214,0.25528702,7,66
629
+ 0.5166797637939453,0.5069970488548279,2.3494625,0.2861593,7,67
630
+ 0.7158990502357483,0.8053512573242188,2.3891263,-0.047276195,7,68
631
+ 0.5813611745834351,0.3767266869544983,2.4836626,-0.08727779,7,69
632
+ 0.01763904094696045,-0.597404956817627,2.5106914,0.6239711,7,70
633
+ 0.7480537295341492,-0.7519533634185791,2.3603852,0.04386263,7,71
634
+ 0.7862986326217651,-0.6937155723571777,2.3046808,0.061322097,7,72
635
+ 0.6674079895019531,0.22884425520896912,2.3430116,-0.14188197,7,73
636
+ 0.6123872399330139,0.590956449508667,2.3370316,-0.20288269,7,74
637
+ 0.5909748673439026,0.8141067624092102,2.3430378,-0.21828884,7,75
638
+ 0.5253729820251465,0.344533234834671,2.3802614,-0.24666718,7,76
639
+ 0.7351837754249573,-0.3515622019767761,2.388056,0.029061722,7,77
640
+ 0.7222408056259155,-0.6223094463348389,2.3471518,-0.08290899,7,78
641
+ 0.7392607927322388,-0.7286210060119629,2.3725338,0.040506963,7,79
642
+ -1.3931654691696167,-1.0,3.526474,-1.018993,8,0
643
+ -3.148729085922241,1.0,3.4401622,-2.8608685,8,1
644
+ -1.284691572189331,1.0,3.2856688,-1.1513243,8,2
645
+ -0.9857404828071594,1.0,3.2848394,-0.85320264,8,3
646
+ 0.39077919721603394,-1.0,2.4825814,0.27894098,8,4
647
+ -0.01614519953727722,-1.0,2.718563,0.44988367,8,5
648
+ -0.46991515159606934,-1.0,2.823778,0.7984388,8,6
649
+ -0.20042496919631958,-0.35108333826065063,2.5254064,0.82732016,8,7
650
+ 0.625532865524292,1.0,2.3132064,0.21356224,8,8
651
+ 0.3110634684562683,1.0,2.6315823,-0.20965584,8,9
652
+ -0.46987515687942505,0.5905418395996094,2.911122,-0.7110546,8,10
653
+ -0.7074368000030518,-0.20102174580097198,2.8604925,-0.9992459,8,11
654
+ -0.19128906726837158,-0.802632749080658,2.6559374,-0.6876532,8,12
655
+ 0.0562768429517746,-1.0,2.921779,-0.17424579,8,13
656
+ 0.08731777220964432,-0.16856132447719574,2.946555,0.11842888,8,14
657
+ -0.02202737331390381,0.4714300036430359,2.7132955,0.46103346,8,15
658
+ 0.5205488801002502,1.0,2.6095653,0.022187408,8,16
659
+ 0.2556706666946411,0.7128034234046936,2.7754614,0.12116943,8,17
660
+ 0.4857873022556305,-0.3007116913795471,2.6469793,-0.019534921,8,18
661
+ 0.6285082697868347,-0.6840358972549438,2.5200884,0.0037048482,8,19
662
+ 0.621106743812561,-1.0,2.5045807,-0.026614087,8,20
663
+ 0.5443266034126282,-0.25330206751823425,2.5740368,0.03393813,8,21
664
+ 0.446341872215271,0.6687449216842651,2.5197732,-0.18618645,8,22
665
+ 0.6778724789619446,0.8520621657371521,2.440241,0.034187984,8,23
666
+ 0.6043295860290527,0.5997793078422546,2.505001,-0.042970896,8,24
667
+ 0.6342285871505737,-0.3426652252674103,2.4807951,0.03727779,8,25
668
+ 0.5900712609291077,-0.7189015746116638,2.4329627,0.12926762,8,26
669
+ 0.7517163157463074,-0.7910049557685852,2.392943,0.0076423013,8,27
670
+ 0.5428211092948914,-0.11215811967849731,2.40327,0.20621042,8,28
671
+ 0.7202520370483398,0.48991018533706665,2.4078472,0.024202354,8,29
672
+ 0.7673423290252686,0.7998052835464478,2.3794632,0.005496025,8,30
673
+ 0.5778181552886963,0.7767317295074463,2.4982126,-0.07627085,8,31
674
+ 0.6395037174224854,-0.23494629561901093,2.5065837,0.006214151,8,32
675
+ 0.5225687623023987,-0.6934910416603088,2.3905318,0.239201,8,33
676
+ 0.6821356415748596,-0.9292069673538208,2.3243117,0.14585416,8,34
677
+ 0.7082562446594238,-0.2188204973936081,2.3607326,0.08331272,8,35
678
+ 0.6597944498062134,0.2611807584762573,2.3715062,0.121000916,8,36
679
+ 0.5816237330436707,0.7614019513130188,2.3448987,-0.22577912,8,37
680
+ 0.6335312724113464,0.857257604598999,2.3989816,-0.1197887,8,38
681
+ 0.5534987449645996,0.011809106916189194,2.4677377,-0.13106516,8,39
682
+ 0.6455451846122742,-0.4488556981086731,2.3811932,0.12556322,8,40
683
+ 0.7993922233581543,-0.7010974287986755,2.3119879,-0.040921424,8,41
684
+ 0.7880141735076904,-0.6226980090141296,2.3477967,-0.016490681,8,42
685
+ 0.6024158596992493,0.016654739156365395,2.3947475,0.15513818,8,43
686
+ 0.7367788553237915,0.4541192054748535,2.3535466,-0.061976068,8,44
687
+ 0.6992810368537903,0.7645775079727173,2.3493106,-0.1037099,8,45
688
+ 0.6691868901252747,0.6051936149597168,2.4089983,-0.07411641,8,46
689
+ 0.6637911796569824,-0.19394466280937195,2.4566972,0.03181317,8,47
690
+ 0.7212147116661072,-0.47700241208076477,2.3485165,-0.08257039,8,48
691
+ 0.7975038886070251,-0.7110353708267212,2.3098595,0.044938125,8,49
692
+ 0.5865789651870728,-0.6158146858215332,2.3530016,0.21272096,8,50
693
+ 0.7407789826393127,0.2923203408718109,2.4010348,0.010487752,8,51
694
+ 0.7679848670959473,0.5660864114761353,2.3342578,0.050058812,8,52
695
+ 0.7437889575958252,0.7523348331451416,2.3287232,-0.0797894,8,53
696
+ 0.6307645440101624,0.24698954820632935,2.3707962,-0.15074082,8,54
697
+ 0.7274294495582581,-0.18642865121364594,2.3972466,0.02762552,8,55
698
+ 0.7156009674072266,-0.619389533996582,2.3379636,0.09873703,8,56
699
+ 0.6678130626678467,-0.7814801335334778,2.3438365,0.14065197,8,57
700
+ 0.706527590751648,-0.08770206570625305,2.4062378,0.039536104,8,58
701
+ 0.6240013837814331,0.3668377995491028,2.3617373,-0.16656291,8,59
702
+ 0.801607072353363,0.6532266736030579,2.3282332,-0.022461247,8,60
703
+ 0.7922335863113403,0.6177998185157776,2.3525813,0.007486696,8,61
704
+ 0.6505341529846191,-0.02403394505381584,2.4267783,0.07498909,8,62
705
+ 0.7712564468383789,-0.38572391867637634,2.364496,0.016549086,8,63
706
+ 0.6614258289337158,-0.7235049605369568,2.337115,0.15376064,8,64
707
+ 0.7003002166748047,-0.6265173554420471,2.3552535,0.096747875,8,65
708
+ 0.6950560808181763,0.20200280845165253,2.414202,-0.043043487,8,66
709
+ 0.7859970927238464,0.49809154868125916,2.3473895,0.018915009,8,67
710
+ 0.694770097732544,0.7398228645324707,2.3281467,-0.12938479,8,68
711
+ 0.43735620379447937,0.6626126170158386,2.3754363,-0.33950904,8,69
712
+ 0.6355800032615662,-0.35272130370140076,2.4282904,-0.08843119,8,70
713
+ 0.7830580472946167,-0.6890279650688171,2.339161,-0.030082583,8,71
714
+ 0.8024160265922546,-0.8533803820610046,2.3245165,0.025368974,8,72
715
+ 0.6378419995307922,0.01256241649389267,2.3871462,-0.1273133,8,73
716
+ 0.6673910021781921,0.39087551832199097,2.3435225,-0.14138801,8,74
717
+ 0.7663182020187378,0.69532310962677,2.3325315,-0.05345187,8,75
718
+ 0.6958737373352051,0.5944721102714539,2.3649838,0.09144399,8,76
719
+ 0.5887511968612671,-0.0669451355934143,2.426166,0.13738431,8,77
720
+ 0.6547158360481262,-0.46270811557769775,2.3754709,0.12211486,8,78
721
+ 0.6938746571540833,-0.71373051404953,2.3525677,0.1058592,8,79
722
+ -2.2892351150512695,1.0,3.0186377,-2.422899,9,0
723
+ -1.5845506191253662,1.0,2.8517153,-1.8851368,9,1
724
+ -0.5720957517623901,0.3355959951877594,2.516241,-1.2081562,9,2
725
+ 0.5274406671524048,-1.0,2.3369777,-0.28788313,9,3
726
+ 0.299734890460968,-1.0,2.7206662,0.13190047,9,4
727
+ -0.38221311569213867,-1.0,2.8566103,0.67790437,9,5
728
+ -0.0013759732246398926,0.19235515594482422,2.653086,0.5005916,9,6
729
+ 0.6494378447532654,1.0,2.42616,0.07670359,9,7
730
+ 0.16106680035591125,1.0,2.6609247,-0.33031008,9,8
731
+ -0.535443127155304,0.5933164358139038,2.8250554,-0.8626893,9,9
732
+ -0.4762929677963257,-0.5036044120788574,2.6927936,-0.9358009,9,10
733
+ -0.06287401914596558,-1.0,2.708441,-0.50673455,9,11
734
+ 0.06957679241895676,-1.0,3.0075696,-0.075155206,9,12
735
+ 0.058364540338516235,0.03766646236181259,2.838483,0.2554539,9,13
736
+ 0.014996916055679321,0.6548045873641968,2.6537774,0.48352727,9,14
737
+ 0.1767338216304779,1.0,2.6140294,0.36153832,9,15
738
+ 0.02794516086578369,0.2921942472457886,2.6633446,0.46101177,9,16
739
+ 0.040452003479003906,-0.4793364703655243,2.6335375,0.47831202,9,17
740
+ 0.5889699459075928,-0.7408175468444824,2.4988556,0.06447599,9,18
741
+ 0.528127133846283,-0.8425880074501038,2.5337374,0.090437,9,19
742
+ 0.6222790479660034,0.17885908484458923,2.4718432,0.05817924,9,20
743
+ 0.5728082060813904,0.5425540208816528,2.5015821,-0.077911176,9,21
744
+ 0.378835529088974,1.0,2.4592586,-0.31420746,9,22
745
+ 0.42901623249053955,0.38367336988449097,2.5530086,-0.17027678,9,23
746
+ 0.663527250289917,-0.5122519731521606,2.4839773,-0.0047969627,9,24
747
+ 0.6708584427833557,-0.7667011618614197,2.4083672,-0.07307594,9,25
748
+ 0.6969480514526367,-0.7254520058631897,2.4311826,-0.024170851,9,26
749
+ 0.5472721457481384,0.07572640478610992,2.4197044,0.18532498,9,27
750
+ 0.7470865249633789,0.5274198651313782,2.3989115,-0.006303558,9,28
751
+ 0.6756593585014343,0.8033504486083984,2.3866484,0.08999377,9,29
752
+ 0.5540988445281982,0.7363126277923584,2.5434794,-0.054723263,9,30
753
+ 0.07495957612991333,-0.5821041464805603,2.5585167,0.51882523,9,31
754
+ 0.6654388904571533,-0.6979769468307495,2.409775,0.07708766,9,32
755
+ 0.7354543209075928,-0.7404477596282959,2.3028688,0.11397836,9,33
756
+ 0.5537558794021606,-0.12737053632736206,2.2990813,0.29946437,9,34
757
+ 0.7424587607383728,0.5213391184806824,2.3526282,-0.057214532,9,35
758
+ 0.7742018103599548,0.7290254831314087,2.3658311,0.012268618,9,36
759
+ 0.6371089220046997,0.6141173839569092,2.4219651,-0.093227535,9,37
760
+ 0.41546502709388733,-0.05714616924524307,2.44927,-0.2875665,9,38
761
+ 0.7225607633590698,-0.4977487027645111,2.364005,-0.06573573,9,39
762
+ 0.7197155356407166,-0.7451788187026978,2.3395004,-0.09308557,9,40
763
+ 0.6488735675811768,-0.6622890830039978,2.4303668,0.07306123,9,41
764
+ 0.6349049806594849,0.2966705560684204,2.4561472,-0.06124936,9,42
765
+ 0.6898881196975708,0.5385989546775818,2.3663068,0.09610666,9,43
766
+ 0.7257047891616821,0.8019070029258728,2.327853,-0.09874378,9,44
767
+ 0.7274447679519653,0.2721594572067261,2.3800092,-0.044847593,9,45
768
+ 0.5662869215011597,-0.2259155809879303,2.416087,0.16992773,9,46
769
+ 0.4640728533267975,-0.7132058143615723,2.363811,0.32441768,9,47
770
+ 0.7999081611633301,-0.668354332447052,2.3455887,-0.0068047144,9,48
771
+ 0.4627751111984253,-0.2731010317802429,2.3583956,0.33113086,9,49
772
+ 0.696045458316803,0.4389202892780304,2.3746722,-0.0815839,9,50
773
+ 0.7623332738876343,0.7275048494338989,2.3417273,-0.04824101,9,51
774
+ 0.6930681467056274,0.6011928915977478,2.3808818,0.07835164,9,52
775
+ 0.6781257390975952,-0.08360772579908371,2.4297109,0.04446492,9,53
776
+ 0.7268311977386475,-0.3952258825302124,2.3530917,-0.07237866,9,54
777
+ 0.8139494061470032,-0.6483899354934692,2.3296707,-0.008681497,9,55
778
+ 0.722051203250885,-0.5857155919075012,2.3610923,0.069158025,9,56
779
+ 0.7281413078308105,0.14473800361156464,2.421149,-0.0030112267,9,57
780
+ 0.7467506527900696,0.48765456676483154,2.3672736,0.038277343,9,58
781
+ 0.6488036513328552,0.7922563552856445,2.3659353,-0.13756257,9,59
782
+ 0.6695253849029541,0.3871304988861084,2.402616,-0.08016015,9,60
783
+ 0.48006266355514526,-0.24181781709194183,2.4426432,0.22959574,9,61
784
+ 0.5066431760787964,-0.7039291858673096,2.3633065,0.28235182,9,62
785
+ 0.7955187559127808,-0.7309108376502991,2.3218682,0.034914583,9,63
786
+ 0.6088399291038513,-0.1467922329902649,2.3316934,0.21176821,9,64
787
+ 0.6979789733886719,0.20003283023834229,2.347144,0.1071787,9,65
788
+ 0.6846898794174194,0.6538141965866089,2.3473792,-0.12023243,9,66
789
+ 0.7278504967689514,0.6925588846206665,2.4049337,-0.01951739,9,67
790
+ 0.5504192113876343,0.14409373700618744,2.453323,-0.14855947,9,68
791
+ 0.7407800555229187,-0.2704862654209137,2.370816,-0.040705483,9,69
792
+ 0.6612012982368469,-0.5782729387283325,2.3359778,-0.15512246,9,70
793
+ 0.7774356603622437,-0.7003991007804871,2.3695345,-0.0053313905,9,71
794
+ 0.6671655774116516,-0.11861751973628998,2.4555285,-0.029607471,9,72
795
+ 0.558695912361145,0.3587642312049866,2.4062982,-0.18730746,9,73
796
+ 0.5863577127456665,0.7614092826843262,2.3717024,-0.1942414,9,74
797
+ 0.5704969167709351,0.56191486120224,2.3784347,0.20336999,9,75
798
+ 0.12803661823272705,-0.2714528739452362,2.4339616,0.5903033,9,76
799
+ 0.5288017988204956,-0.5525465607643127,2.3643682,0.25913158,9,77
800
+ 0.47440391778945923,-0.7709999680519104,2.312401,0.36549658,9,78
801
+ 0.4053213596343994,-0.3242860734462738,2.3186364,0.42834377,9,79
training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/config.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: CylinderRot2D-easy-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 0
5
+ device: cuda
6
+ rl_mode: sarl
7
+ total_timesteps: 50000
8
+ run_training: true
9
+ n_eval_steps: 10
10
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
11
+ n_eval_episodes: 1
12
+ n_test_episodes: 10
13
+ modality: state
14
+ action_repeat: 1
15
+ train_steps: ${total_timesteps}
16
+ iterations: 6
17
+ num_samples: 512
18
+ num_elites: 64
19
+ mixture_coef: 0.05
20
+ min_std: 0.05
21
+ temperature: 0.5
22
+ momentum: 0.1
23
+ discount: 0.99
24
+ batch_size: 512
25
+ max_buffer_size: ${train_steps}
26
+ horizon: 20
27
+ reward_coef: 0.5
28
+ value_coef: 0.1
29
+ consistency_coef: 2
30
+ rho: 0.5
31
+ kappa: 0.1
32
+ lr: 0.001
33
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
34
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
35
+ per_alpha: 0.6
36
+ per_beta: 0.4
37
+ grad_clip_norm: 10
38
+ seed_steps: 100
39
+ update_freq: 2
40
+ tau: 0.01
41
+ enc_dim: 256
42
+ mlp_dim: 512
43
+ latent_dim: 50
44
+ wandb:
45
+ enable: true
46
+ entity: safe-autonomous-systems
47
+ project: jbecktepe-fluidgym
48
+ cluster: {}
training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/hydra.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-easy-v0
116
+ - total_timesteps=50000
117
+ - seed=0
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-easy-v0,seed=0,total_timesteps=50000
122
+ id: '0'
123
+ num: 0
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: /cephfs/users/becktepe/git_projects/FluidGym/output/training/sarl/CylinderRot2D-easy-v0/TD-MPC/0
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
training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/multirun.yaml ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-easy-v0
116
+ - total_timesteps=50000
117
+ - seed=0
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-easy-v0,seed=0,total_timesteps=50000
122
+ id: ???
123
+ num: ???
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: ???
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
162
+ env_id: CylinderRot2D-easy-v0
163
+ env_kwargs: {}
164
+ eval_env_kwargs: {}
165
+ seed: 0
166
+ device: cuda
167
+ rl_mode: sarl
168
+ total_timesteps: 50000
169
+ run_training: true
170
+ n_eval_steps: 10
171
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
172
+ n_eval_episodes: 1
173
+ n_test_episodes: 10
174
+ modality: state
175
+ action_repeat: 1
176
+ train_steps: ${total_timesteps}
177
+ iterations: 6
178
+ num_samples: 512
179
+ num_elites: 64
180
+ mixture_coef: 0.05
181
+ min_std: 0.05
182
+ temperature: 0.5
183
+ momentum: 0.1
184
+ discount: 0.99
185
+ batch_size: 512
186
+ max_buffer_size: ${train_steps}
187
+ horizon: 20
188
+ reward_coef: 0.5
189
+ value_coef: 0.1
190
+ consistency_coef: 2
191
+ rho: 0.5
192
+ kappa: 0.1
193
+ lr: 0.001
194
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
195
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
196
+ per_alpha: 0.6
197
+ per_beta: 0.4
198
+ grad_clip_norm: 10
199
+ seed_steps: 100
200
+ update_freq: 2
201
+ tau: 0.01
202
+ enc_dim: 256
203
+ mlp_dim: 512
204
+ latent_dim: 50
205
+ wandb:
206
+ enable: true
207
+ entity: safe-autonomous-systems
208
+ project: jbecktepe-fluidgym
209
+ cluster: {}
training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - env_id=CylinderRot2D-easy-v0
2
+ - total_timesteps=50000
3
+ - seed=0
training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/test_eval_sequences.csv ADDED
@@ -0,0 +1,801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,action_0,drag,lift,episode,step
2
+ -1.2719746828079224,0.9549576044082642,3.3503747,1.2497555,0,0
3
+ -1.2083520889282227,1.0,3.2593346,1.277173,0,1
4
+ -1.1326227188110352,0.9079180359840393,3.175933,1.2848454,0,2
5
+ -0.9633008241653442,-0.9766077995300293,3.1626177,1.1288387,0,3
6
+ -0.611936092376709,-1.0,3.2324603,0.70763135,0,4
7
+ -0.2782144546508789,0.8081540465354919,3.2850676,0.3213024,0,5
8
+ 0.0455898754298687,1.0,3.240147,0.04241853,0,6
9
+ -0.1266160011291504,-1.0,3.200297,-0.2544744,0,7
10
+ -0.3181166350841522,-1.0,3.1772969,-0.46897528,0,8
11
+ -0.33599328994750977,-0.11194555461406708,3.1819615,-0.48218727,0,9
12
+ -0.25404563546180725,0.9809619188308716,3.1867602,-0.39544097,0,10
13
+ -0.08725936710834503,0.5494955778121948,3.190688,-0.22472699,0,11
14
+ 0.07219748944044113,-1.0,3.1727045,-0.08325357,0,12
15
+ 0.13595980405807495,-0.5263687968254089,3.1530147,0.039181046,0,13
16
+ -0.03876405954360962,0.9395552277565002,3.1517496,0.21516997,0,14
17
+ -0.1498376429080963,1.0,3.1414645,0.3365287,0,15
18
+ -0.04399782419204712,-1.0,3.1237476,0.24840575,0,16
19
+ 0.09306515008211136,-0.23990871012210846,3.1141577,0.12093269,0,17
20
+ 0.030944138765335083,1.0,3.1203787,0.17683265,0,18
21
+ 0.06912413239479065,-0.05113672465085983,3.1183274,0.140704,0,19
22
+ 0.17144426703453064,-0.6261529326438904,3.1203454,-0.03636589,0,20
23
+ 0.13335448503494263,0.37971213459968567,3.1295438,-0.06525726,0,21
24
+ 0.06921423971652985,-1.0,3.1319354,-0.12700592,0,22
25
+ 0.0013560652732849121,0.8047975897789001,3.1270268,-0.19977266,0,23
26
+ 0.04298785328865051,-0.3243216276168823,3.1180437,-0.167124,0,24
27
+ 0.03898099064826965,0.08687347918748856,3.1112595,-0.17791507,0,25
28
+ 0.16750794649124146,0.029729068279266357,3.1086621,-0.05198544,0,26
29
+ 0.21311718225479126,-0.6146939992904663,3.108853,-0.006185232,0,27
30
+ 0.20519624650478363,0.3503190279006958,3.112042,0.010917323,0,28
31
+ 0.17139312624931335,0.2951104938983917,3.1088939,0.047868516,0,29
32
+ 0.10244205594062805,1.0,3.10443,0.1212835,0,30
33
+ 0.08024565875530243,-1.0,3.0939462,0.15396364,0,31
34
+ 0.1899576485157013,-0.5865538120269775,3.0839157,0.05428216,0,32
35
+ 0.2042442262172699,0.571115255355835,3.085247,0.038664244,0,33
36
+ 0.23423947393894196,0.8478112816810608,3.0763555,0.017560583,0,34
37
+ 0.20577725768089294,-0.2479635775089264,3.073739,-0.048639216,0,35
38
+ 0.12201841175556183,-1.0,3.0723674,-0.13376968,0,36
39
+ 0.06334370374679565,-0.4541228413581848,3.0793047,-0.18550712,0,37
40
+ 0.08984264731407166,0.9647664427757263,3.0808535,-0.15745941,0,38
41
+ 0.10297790169715881,0.07358089834451675,3.0729768,-0.15220079,0,39
42
+ 0.07049828767776489,-0.3819866478443146,3.0670598,-0.19059747,0,40
43
+ 0.2070428431034088,0.30973196029663086,3.0693874,-0.05172524,0,41
44
+ 0.2155752331018448,-1.0,3.082631,0.029949168,0,42
45
+ 0.21088337898254395,0.5612378120422363,3.0965624,0.020709757,0,43
46
+ 0.17779366672039032,0.2606150805950165,3.094746,0.055615738,0,44
47
+ 0.13855266571044922,0.9984004497528076,3.0903344,0.099268444,0,45
48
+ 0.1108989417552948,-0.9901212453842163,3.0796585,0.13759807,0,46
49
+ 0.2038959413766861,-0.6152898669242859,3.068958,0.055301532,0,47
50
+ 0.1803041398525238,0.7577102184295654,3.0695376,0.078313746,0,48
51
+ 0.22213266789913177,0.3366530239582062,3.0615408,0.04448201,0,49
52
+ 0.21696031093597412,0.08734799921512604,3.063673,-0.047522195,0,50
53
+ 0.1999237984418869,-0.34323355555534363,3.0750964,-0.053135347,0,51
54
+ 0.1404474675655365,-1.0,3.0855367,-0.10217134,0,52
55
+ 0.11917195469141006,0.6634517312049866,3.0881352,-0.12084832,0,53
56
+ 0.14898747205734253,0.23449812829494476,3.0780573,-0.101110764,0,54
57
+ 0.10878519713878632,-0.047507062554359436,3.0724142,-0.14695616,0,55
58
+ 0.19289180636405945,0.1225244551897049,3.0721927,-0.06307105,0,56
59
+ 0.23725511133670807,-1.0,3.078471,-0.012429459,0,57
60
+ 0.22350561618804932,0.6147147417068481,3.085664,0.018985862,0,58
61
+ 0.163880854845047,0.2283749282360077,3.0825982,0.08167646,0,59
62
+ 0.11227165162563324,1.0,3.0813687,0.13451518,0,60
63
+ 0.03930889070034027,-0.6922955513000488,3.0771239,0.21172275,0,61
64
+ 0.12054556608200073,-1.0,3.0713627,0.13624722,0,62
65
+ 0.13960745930671692,0.5798821449279785,3.0761983,0.11234972,0,63
66
+ 0.14821746945381165,0.9874691963195801,3.0629067,0.117031306,0,64
67
+ 0.27382975816726685,-0.4915383458137512,3.0498028,-0.004522984,0,65
68
+ 0.20569826662540436,-0.016901331022381783,3.0506659,-0.071791396,0,66
69
+ 0.17088478803634644,-1.0,3.0706387,-0.086632065,0,67
70
+ 0.13752946257591248,0.7653778791427612,3.0819843,-0.10864177,0,68
71
+ 0.14843147993087769,-0.11177889257669449,3.077811,-0.10191303,0,69
72
+ 0.08437792956829071,0.06409917026758194,3.0758526,-0.16792496,0,70
73
+ 0.17219752073287964,0.19947358965873718,3.0787432,-0.077214785,0,71
74
+ 0.2284732311964035,-0.7257277965545654,3.0830455,-0.016636807,0,72
75
+ 0.2207125425338745,-0.09741639345884323,3.0884225,-0.019020438,0,73
76
+ 0.2016727179288864,0.6650583744049072,3.0900989,0.03638394,0,74
77
+ 0.13029369711875916,0.735888659954071,3.0838702,0.113991655,0,75
78
+ 0.16325189173221588,-0.9745169878005981,3.0702927,0.094610915,0,76
79
+ 0.200590580701828,0.01851196587085724,3.0598319,0.06773308,0,77
80
+ 0.1416095495223999,0.2695566713809967,3.0644138,0.12213218,0,78
81
+ 0.17683973908424377,0.36256152391433716,3.0695102,0.08180555,0,79
82
+ -1.011461615562439,1.0,3.338098,1.0015191,1,0
83
+ -0.8061005473136902,1.0,3.2433136,0.8909425,1,1
84
+ -0.5849963426589966,0.10158488154411316,3.188016,0.7251359,1,2
85
+ -0.3145577907562256,-1.0,3.2091417,0.43357158,1,3
86
+ -0.046993136405944824,-0.07759740948677063,3.2631958,0.1119529,1,4
87
+ -0.022599458694458008,0.8997259140014648,3.2742748,-0.07648015,1,5
88
+ -0.2436307668685913,-1.0,3.2466128,-0.3251735,1,6
89
+ -0.5023493766784668,-1.0,3.222419,-0.6080859,1,7
90
+ -0.5443996787071228,0.009288638830184937,3.220168,-0.6523871,1,8
91
+ -0.4149027466773987,1.0,3.2285254,-0.51453286,1,9
92
+ -0.1820049285888672,0.3335495591163635,3.2314181,-0.2787423,1,10
93
+ 0.06641772389411926,-0.6848036050796509,3.207271,-0.054466695,1,11
94
+ -0.0229494571685791,-0.21100372076034546,3.1862738,0.16483116,1,12
95
+ -0.23807311058044434,0.9877490401268005,3.1795518,0.3866768,1,13
96
+ -0.382585346698761,1.0,3.1656516,0.5450893,1,14
97
+ -0.35378241539001465,-0.6699362397193909,3.1519876,0.5299504,1,15
98
+ -0.1976819932460785,-0.983799159526825,3.1539214,0.37191615,1,16
99
+ -0.1360568404197693,1.0,3.159871,0.30434126,1,17
100
+ 0.09410400688648224,-0.7351150512695312,3.13657,0.097481534,1,18
101
+ 0.04240627586841583,1.0,3.1357665,-0.14998274,1,19
102
+ -0.01322263479232788,-0.7266705632209778,3.1399438,-0.20143431,1,20
103
+ -0.13939478993415833,-0.7676752805709839,3.1310656,-0.3364847,1,21
104
+ -0.055193811655044556,0.8079959750175476,3.1222954,-0.26105395,1,22
105
+ 0.05801698565483093,-0.011653206311166286,3.1138504,-0.15628818,1,23
106
+ 0.06162768602371216,-0.3627437353134155,3.1081934,-0.15833443,1,24
107
+ 0.16054381430149078,0.10097969323396683,3.1069543,-0.060657367,1,25
108
+ 0.21510696411132812,-0.5071913003921509,3.1119144,0.0011341528,1,26
109
+ 0.2010723352432251,0.5307492017745972,3.1178703,0.00921285,1,27
110
+ 0.1963442862033844,0.021444596350193024,3.1125653,0.019245945,1,28
111
+ 0.21647611260414124,0.4167228639125824,3.1048365,0.006842942,1,29
112
+ 0.22155149281024933,-0.6444059014320374,3.0970874,-0.009516648,1,30
113
+ 0.2124580591917038,0.8730411529541016,3.094577,0.02112038,1,31
114
+ 0.22809897363185883,-1.0,3.092586,0.0074705025,1,32
115
+ 0.18916568160057068,1.0,3.0910625,-0.047927294,1,33
116
+ 0.17684170603752136,-1.0,3.0897512,-0.061562575,1,34
117
+ 0.06660987436771393,0.27968254685401917,3.0849187,-0.1766269,1,35
118
+ 0.0846078097820282,-0.16273829340934753,3.0862916,-0.15725616,1,36
119
+ 0.04930613934993744,0.02822008542716503,3.0870578,-0.19179155,1,37
120
+ 0.07878036797046661,0.0021980777382850647,3.0866127,-0.16276245,1,38
121
+ 0.14678186178207397,0.08246903121471405,3.0861502,-0.095223494,1,39
122
+ 0.22606401145458221,-0.12789393961429596,3.085308,-0.016783433,1,40
123
+ 0.24067960679531097,-0.42105627059936523,3.0851495,-0.002326389,1,41
124
+ 0.22004899382591248,0.48405563831329346,3.0863576,0.021748926,1,42
125
+ 0.09906595945358276,1.0,3.0823705,0.14671904,1,43
126
+ 0.04729025065898895,-0.46711352467536926,3.0735981,0.20726712,1,44
127
+ 0.1287325620651245,-1.0,3.065548,0.13387501,1,45
128
+ 0.15925991535186768,0.3100575804710388,3.0708601,0.098035455,1,46
129
+ 0.17772573232650757,0.8150328993797302,3.0656526,0.08477717,1,47
130
+ 0.26682838797569275,0.13598348200321198,3.0579,0.003427176,1,48
131
+ 0.21546784043312073,-0.32431191205978394,3.0599687,-0.05271897,1,49
132
+ 0.1627262681722641,-0.9993763566017151,3.0686474,-0.096781865,1,50
133
+ 0.1522545963525772,0.5618194341659546,3.0747619,-0.10113905,1,51
134
+ 0.15454377233982086,0.03333428502082825,3.0702927,-0.103319034,1,52
135
+ 0.08153903484344482,0.14134369790554047,3.070277,-0.1763395,1,53
136
+ 0.12799347937107086,0.03546898812055588,3.0731707,-0.12699138,1,54
137
+ 0.2045799344778061,-0.31958046555519104,3.077531,-0.046044484,1,55
138
+ 0.2425077110528946,-0.2956705689430237,3.0820856,-0.0035621997,1,56
139
+ 0.2194942682981491,0.2946423888206482,3.085504,0.023157189,1,57
140
+ 0.22584804892539978,0.16081906855106354,3.0834901,0.018817343,1,58
141
+ 0.15870073437690735,1.0,3.0816371,0.08781765,1,59
142
+ 0.12253747880458832,-1.0,3.0746288,0.13098921,1,60
143
+ 0.22487007081508636,-0.6077350378036499,3.066307,0.036978375,1,61
144
+ 0.20925550162792206,0.738682746887207,3.066997,0.051902965,1,62
145
+ 0.23664185404777527,0.4685426652431488,3.0580597,0.033453967,1,63
146
+ 0.22570455074310303,-0.06525623798370361,3.056953,-0.045498017,1,64
147
+ 0.14140047132968903,-1.0,3.0604553,-0.12629972,1,65
148
+ 0.14492160081863403,0.4371894598007202,3.0653641,-0.1178698,1,66
149
+ 0.1868630051612854,-0.011485528200864792,3.0669947,-0.07429784,1,67
150
+ 0.09234097599983215,-0.27264147996902466,3.0703497,-0.16546485,1,68
151
+ 0.09456966817378998,0.37914830446243286,3.0752208,-0.15836503,1,69
152
+ 0.19592463970184326,0.15368811786174774,3.0813448,-0.050886028,1,70
153
+ 0.22794359922409058,-0.6858402490615845,3.081658,-0.018554032,1,71
154
+ 0.23567304015159607,-0.0568159818649292,3.0806558,-0.011826668,1,72
155
+ 0.2047128975391388,0.5162450075149536,3.080399,0.043043576,1,73
156
+ 0.111541748046875,1.0,3.0771782,0.13943553,1,74
157
+ 0.07662130892276764,-0.700175404548645,3.068963,0.18257116,1,75
158
+ 0.16341280937194824,-0.9380593299865723,3.0606067,0.10413599,1,76
159
+ 0.1676584780216217,0.5145086050033569,3.0656395,0.094857536,1,77
160
+ 0.15539726614952087,0.9860050678253174,3.0572531,0.11550512,1,78
161
+ 0.27998340129852295,-0.5973502993583679,3.0468395,-0.0013326552,1,79
162
+ -0.06774327903985977,1.0,3.2855022,-0.1103966,2,0
163
+ -0.27093741297721863,1.0,3.2982771,-0.3008158,2,1
164
+ -0.3692854344844818,0.39206647872924805,3.4008703,-0.29657063,2,2
165
+ -0.34765470027923584,-1.0,3.4889975,-0.18681276,2,3
166
+ -0.22594524919986725,-1.0,3.4526086,-0.10149218,2,4
167
+ -0.13930675387382507,-0.9957338571548462,3.3480198,-0.11944244,2,5
168
+ -0.2014627754688263,-0.12090101093053818,3.3047607,-0.2248576,2,6
169
+ -0.1757088005542755,1.0,3.331622,-0.17224243,2,7
170
+ -0.028286047279834747,0.1829361617565155,3.3435407,-0.012900895,2,8
171
+ -0.219081848859787,0.7435117959976196,3.3087335,0.2385039,2,9
172
+ -0.6151692271232605,1.0,3.284213,0.6591117,2,10
173
+ -0.8086075186729431,-0.5962852239608765,3.2834795,0.8532836,2,11
174
+ -0.8048327565193176,0.4679647386074066,3.288367,0.84462124,2,12
175
+ -0.6177515387535095,-0.9994015693664551,3.2954664,0.65044063,2,13
176
+ -0.199785977602005,0.07297973334789276,3.305584,0.22235754,2,14
177
+ 0.03884876146912575,1.0,3.2863312,0.00297558,2,15
178
+ -0.10520222783088684,-0.7242359519004822,3.248097,-0.1852608,2,16
179
+ -0.1936919093132019,-0.37301960587501526,3.2115474,-0.31030005,2,17
180
+ -0.18819057941436768,-0.8933389186859131,3.2026417,-0.31370437,2,18
181
+ -0.2013251781463623,0.41209104657173157,3.2037213,-0.3257594,2,19
182
+ -0.11987918615341187,0.4803012013435364,3.1997766,-0.24825805,2,20
183
+ 0.004604548215866089,0.2918311357498169,3.1892939,-0.13425711,2,21
184
+ 0.1370198130607605,-0.8824526071548462,3.1635177,-0.027617998,2,22
185
+ 0.06880336999893188,0.6491000652313232,3.147037,0.11231512,2,23
186
+ -0.10203474760055542,0.5814226865768433,3.1394892,0.2907011,2,24
187
+ -0.11181855201721191,0.10220285505056381,3.1352208,0.3047533,2,25
188
+ 0.004248753190040588,-1.0,3.1328073,0.19109951,2,26
189
+ 0.11926624178886414,0.3156329095363617,3.1348119,0.0740774,2,27
190
+ 0.15077388286590576,0.7583044767379761,3.1253588,0.052022807,2,28
191
+ 0.1847061812877655,-0.06236144155263901,3.1134605,-0.029988803,2,29
192
+ 0.07182727754116058,-0.9651601314544678,3.1057103,-0.15061797,2,30
193
+ 0.008302584290504456,-0.3309922516345978,3.1054285,-0.21442448,2,31
194
+ 0.07433292269706726,0.9171035885810852,3.1035385,-0.15028408,2,32
195
+ 0.08237017691135406,-0.4424089193344116,3.0947948,-0.15099059,2,33
196
+ 0.06848764419555664,0.0579121857881546,3.0895658,-0.17010212,2,34
197
+ 0.18636861443519592,-0.15976715087890625,3.0934994,-0.04828748,2,35
198
+ 0.2215026468038559,-0.3432255685329437,3.1022751,-0.004377743,2,36
199
+ 0.21516242623329163,0.2449646145105362,3.1102803,0.0027128218,2,37
200
+ 0.2130458801984787,0.3076537251472473,3.1079843,0.0071253385,2,38
201
+ 0.13607266545295715,1.0,3.102099,0.08998391,2,39
202
+ 0.1021323949098587,-1.0,3.0915692,0.13445394,2,40
203
+ 0.2114177942276001,-0.6846937537193298,3.0803268,0.03641093,2,41
204
+ 0.22880324721336365,0.5920080542564392,3.0805542,0.018798029,2,42
205
+ 0.25062820315361023,0.8967174887657166,3.0702565,0.0072708386,2,43
206
+ 0.20156486332416534,-0.34000805020332336,3.0649157,-0.061674993,2,44
207
+ 0.11520141363143921,-1.0,3.0616634,-0.15129071,2,45
208
+ 0.07503128051757812,-0.31641387939453125,3.0693035,-0.18382072,2,46
209
+ 0.10621397197246552,0.8815306425094604,3.0740123,-0.14792927,2,47
210
+ 0.10791312158107758,0.04928171634674072,3.0706427,-0.14959969,2,48
211
+ 0.07815869152545929,-0.3622047007083893,3.0662029,-0.18379395,2,49
212
+ 0.21834537386894226,0.40365365147590637,3.068318,-0.04149226,2,50
213
+ 0.2076895385980606,-1.0,3.0792422,0.041223746,2,51
214
+ 0.2175428718328476,0.43652093410491943,3.0910103,0.01960232,2,52
215
+ 0.1406433880329132,0.7484001517295837,3.0881684,0.09934375,2,53
216
+ 0.12447413802146912,0.18704211711883545,3.0780828,0.12559858,2,54
217
+ 0.18879541754722595,-1.0,3.065985,0.07337513,2,55
218
+ 0.23447223007678986,0.03323505073785782,3.0635388,0.030144492,2,56
219
+ 0.19451138377189636,0.7870112657546997,3.0650797,0.068564445,2,57
220
+ 0.2526584267616272,-0.024881616234779358,3.062257,0.013240045,2,58
221
+ 0.21197950839996338,-0.004697162192314863,3.0669298,-0.049246192,2,59
222
+ 0.1547020673751831,-1.0,3.0753636,-0.09808981,2,60
223
+ 0.12179379165172577,0.45586493611335754,3.0790758,-0.12728591,2,61
224
+ 0.14605793356895447,0.12886494398117065,3.0742776,-0.10781995,2,62
225
+ 0.09254097938537598,0.006710153538733721,3.0724444,-0.1631701,2,63
226
+ 0.12366436421871185,-0.01915300078690052,3.0731268,-0.13136436,2,64
227
+ 0.20055681467056274,-0.182835653424263,3.0763824,-0.051216297,2,65
228
+ 0.24739597737789154,-0.2236642837524414,3.0806997,5.9861017e-05,2,66
229
+ 0.22810028493404388,0.06894228607416153,3.084572,0.0154831605,2,67
230
+ 0.23029707372188568,0.21545232832431793,3.0854998,0.012358679,2,68
231
+ 0.1493588387966156,1.0,3.0829637,0.09583297,2,69
232
+ 0.08327585458755493,-0.6157594323158264,3.0763268,0.16855282,2,70
233
+ 0.16405250132083893,-0.8808188438415527,3.0678914,0.09621166,2,71
234
+ 0.18013960123062134,0.4420362710952759,3.0711403,0.07687562,2,72
235
+ 0.17338813841342926,0.9691241383552551,3.0621948,0.092572555,2,73
236
+ 0.26573488116264343,-0.5409422516822815,3.0511425,-0.0112781925,2,74
237
+ 0.20046742260456085,0.05033957213163376,3.0512908,-0.076397344,2,75
238
+ 0.16734278202056885,-0.9933781623840332,3.0682147,-0.09259807,2,76
239
+ 0.13981279730796814,0.8404801487922668,3.077578,-0.11076465,2,77
240
+ 0.163307785987854,-0.15525980293750763,3.0731616,-0.09168613,2,78
241
+ 0.07366020977497101,-0.2550751566886902,3.069855,-0.18464033,2,79
242
+ -1.1196085214614868,1.0,3.3366177,1.1111463,3,0
243
+ -0.9722529649734497,1.0,3.2454376,1.0549709,3,1
244
+ -0.8176490664482117,0.5612878799438477,3.1785655,0.9672391,3,2
245
+ -0.6063534617424011,-1.0,3.1892498,0.7452592,3,3
246
+ -0.2778452932834625,-0.8329520225524902,3.25528,0.3507208,3,4
247
+ 0.0007366463541984558,0.9384930729866028,3.2824242,0.04499466,3,5
248
+ -0.1532675325870514,-0.2011360377073288,3.2410698,-0.24035326,3,6
249
+ -0.4666283130645752,-1.0,3.2110682,-0.5837157,3,7
250
+ -0.6047728657722473,-0.5367531776428223,3.1986177,-0.7343107,3,8
251
+ -0.5029683709144592,1.0,3.2060974,-0.6250265,3,9
252
+ -0.26752060651779175,0.5574678778648376,3.2185528,-0.3771233,3,10
253
+ -0.05508162081241608,-0.6935890913009644,3.2036006,-0.1796365,3,11
254
+ 0.14834769070148468,-0.633906900882721,3.173919,-0.005888858,3,12
255
+ -0.03403206169605255,0.8162240386009216,3.1646128,0.19757481,3,13
256
+ -0.18198150396347046,1.0,3.1527252,0.3574118,3,14
257
+ -0.08775043487548828,-0.9626840353012085,3.136333,0.27957296,3,15
258
+ -0.03397327661514282,0.6765875816345215,3.1277373,0.23439151,3,16
259
+ -0.022468194365501404,-0.824580729007721,3.138722,0.21190177,3,17
260
+ 0.1536160409450531,0.469276487827301,3.1484063,0.026133215,3,18
261
+ 0.17191214859485626,0.863801896572113,3.1483524,0.0078909835,3,19
262
+ 0.11543737351894379,-0.7858672738075256,3.1374865,-0.075231686,3,20
263
+ -0.011056870222091675,-1.0,3.1198828,-0.21932957,3,21
264
+ -0.0037165284156799316,0.46489837765693665,3.1132214,-0.21865064,3,22
265
+ 0.05368557572364807,0.454145610332489,3.1035357,-0.17093429,3,23
266
+ 0.028072267770767212,-0.2851075232028961,3.0998755,-0.2002078,3,24
267
+ 0.09710408747196198,0.061046674847602844,3.0974212,-0.13363026,3,25
268
+ 0.22402918338775635,-0.3271041512489319,3.1038911,0.00023519814,3,26
269
+ 0.18516115844249725,-0.25781574845314026,3.1127694,0.03022499,3,27
270
+ 0.1612875610589981,0.5722089409828186,3.1170244,0.04984353,3,28
271
+ 0.17566239833831787,0.09710999578237534,3.1087754,0.043717746,3,29
272
+ 0.1299283504486084,0.8773736953735352,3.1010585,0.09716869,3,30
273
+ 0.09131436049938202,-1.0,3.0961444,0.14069672,3,31
274
+ 0.20352505147457123,-0.5671936869621277,3.0916169,0.033013597,3,32
275
+ 0.21808968484401703,0.7904183268547058,3.090074,0.019991765,3,33
276
+ 0.24725230038166046,0.5368595123291016,3.0761461,-0.0047570965,3,34
277
+ 0.14858946204185486,-0.5834829807281494,3.0680873,-0.111478716,3,35
278
+ 0.03942279517650604,-1.0,3.065575,-0.22315784,3,36
279
+ 0.023164033889770508,0.3602701723575592,3.0726461,-0.23234534,3,37
280
+ 0.08471079170703888,0.71624356508255,3.0751805,-0.1682642,3,38
281
+ 0.08128270506858826,-0.24054530262947083,3.0747988,-0.17207399,3,39
282
+ 0.15940818190574646,0.14390219748020172,3.0730019,-0.095745474,3,40
283
+ 0.2460859715938568,-1.0,3.0782204,-0.003849185,3,41
284
+ 0.22808443009853363,0.30097267031669617,3.086854,0.01321711,3,42
285
+ 0.15966641902923584,0.7030797600746155,3.0857553,0.08273375,3,43
286
+ 0.07538758218288422,1.0,3.0814378,0.17133011,3,44
287
+ 0.03876623511314392,-1.0,3.071021,0.2183682,3,45
288
+ 0.12387238442897797,-1.0,3.0628865,0.14139666,3,46
289
+ 0.1252375990152359,0.6854621171951294,3.0678935,0.13502441,3,47
290
+ 0.1811954379081726,0.6744357347488403,3.0555735,0.09138662,3,48
291
+ 0.2571357488632202,0.1965019851922989,3.050426,-0.020593762,3,49
292
+ 0.21790063381195068,-0.406249463558197,3.0574243,-0.052830577,3,50
293
+ 0.17207969725131989,-0.9999989867210388,3.0702834,-0.08579241,3,51
294
+ 0.17280060052871704,0.6458452343940735,3.077363,-0.0779919,3,52
295
+ 0.18467630445957184,0.10055017471313477,3.071131,-0.07234822,3,53
296
+ 0.1188206821680069,0.12533807754516602,3.0695221,-0.1398127,3,54
297
+ 0.17577683925628662,0.04293307662010193,3.0727923,-0.07958638,3,55
298
+ 0.21496476233005524,-0.7544694542884827,3.077737,-0.035453662,3,56
299
+ 0.23303499817848206,0.18843257427215576,3.083048,-0.01207241,3,57
300
+ 0.23018181324005127,0.18003785610198975,3.084256,0.013717764,3,58
301
+ 0.18706835806369781,1.0,3.0830612,0.05802594,3,59
302
+ 0.19362813234329224,-0.986721932888031,3.0718694,0.06265802,3,60
303
+ 0.2677295207977295,-0.19542527198791504,3.059226,-0.0011999481,3,61
304
+ 0.20800234377384186,0.4763813018798828,3.060725,0.059428204,3,62
305
+ 0.20145609974861145,0.435666024684906,3.0628629,0.06383655,3,63
306
+ 0.2502174973487854,-0.43447229266166687,3.0656445,-0.012293513,3,64
307
+ 0.21823003888130188,0.1073710098862648,3.0714447,-0.038480733,3,65
308
+ 0.1761220246553421,-0.8096035718917847,3.0796747,-0.07235877,3,66
309
+ 0.1650172621011734,1.0,3.0810363,-0.082101926,3,67
310
+ 0.14981453120708466,-0.8499968647956848,3.071659,-0.1066819,3,68
311
+ 0.07621829211711884,0.4407535195350647,3.0673642,-0.18457301,3,69
312
+ 0.17801955342292786,0.0662442147731781,3.0716994,-0.07843659,3,70
313
+ 0.2027476727962494,-0.32083284854888916,3.0762384,-0.04916946,3,71
314
+ 0.2409536987543106,-0.040426552295684814,3.0778985,-0.009303323,3,72
315
+ 0.22860373556613922,-0.07679380476474762,3.0806572,0.018894544,3,73
316
+ 0.21984216570854187,0.3717067539691925,3.081621,0.026692413,3,74
317
+ 0.10596473515033722,1.0,3.080519,0.14167182,3,75
318
+ 0.07518382370471954,-1.0,3.0726035,0.18036823,3,76
319
+ 0.15486034750938416,-0.43051600456237793,3.0643423,0.1089529,3,77
320
+ 0.15322822332382202,0.2928561866283417,3.0693889,0.10553842,3,78
321
+ 0.1885925531387329,0.8506196141242981,3.0656831,0.073879845,3,79
322
+ -1.0033886432647705,1.0,3.3338733,0.9976709,4,0
323
+ -0.8036003708839417,1.0,3.2435265,0.8882294,4,1
324
+ -0.5904453992843628,0.12724444270133972,3.1900792,0.7285217,4,2
325
+ -0.32426685094833374,-1.0,3.2109995,0.44142288,4,3
326
+ -0.052182525396347046,-0.12875832617282867,3.2641637,0.11617431,4,4
327
+ -0.020737983286380768,0.92931067943573,3.2745483,-0.07434521,4,5
328
+ -0.2407260537147522,-1.0,3.245172,-0.32370955,4,6
329
+ -0.5059625506401062,-1.0,3.2206998,-0.6134183,4,7
330
+ -0.5552836060523987,-0.02962583489716053,3.2191088,-0.6643303,4,8
331
+ -0.43369877338409424,1.0,3.228725,-0.53312933,4,9
332
+ -0.1980750858783722,0.40575528144836426,3.2332015,-0.2930291,4,10
333
+ 0.05298808217048645,-0.7257822751998901,3.2089894,-0.06617805,4,11
334
+ -0.005219489336013794,-0.2575516104698181,3.1851969,0.14817813,4,12
335
+ -0.22149857878684998,1.0,3.1773894,0.3722647,4,13
336
+ -0.3631964325904846,0.9807242751121521,3.1633828,0.5279692,4,14
337
+ -0.3343387842178345,-0.6018337607383728,3.150945,0.51154935,4,15
338
+ -0.1846390962600708,-1.0,3.153172,0.3596226,4,16
339
+ -0.12936624884605408,1.0,3.1592216,0.29830012,4,17
340
+ 0.09048177301883698,-0.7664041519165039,3.136884,0.10078977,4,18
341
+ 0.04770451784133911,1.0,3.1363726,-0.14407843,4,19
342
+ -0.008925303816795349,-0.7238781452178955,3.1403081,-0.19677268,4,20
343
+ -0.1391366720199585,-0.7578393816947937,3.1314414,-0.33585083,4,21
344
+ -0.0539763867855072,0.8329629898071289,3.122696,-0.25943598,4,22
345
+ 0.06382592022418976,-0.01298272330313921,3.1143858,-0.14994375,4,23
346
+ 0.06798319518566132,-0.411234050989151,3.1081192,-0.15205307,4,24
347
+ 0.16704432666301727,0.12438720464706421,3.1065047,-0.05460651,4,25
348
+ 0.20782242715358734,-0.48269224166870117,3.1116168,0.008716235,4,26
349
+ 0.1972678005695343,0.5288999080657959,3.1179373,0.012950389,4,27
350
+ 0.1928912252187729,0.031062331050634384,3.1126742,0.022590062,4,28
351
+ 0.20830288529396057,0.42364317178726196,3.104833,0.0150197465,4,29
352
+ 0.22692671418190002,-0.7045558094978333,3.0971837,-0.0040450995,4,30
353
+ 0.21282678842544556,0.8939971327781677,3.0943542,0.020974584,4,31
354
+ 0.23005768656730652,-0.9725271463394165,3.0918083,0.0062895184,4,32
355
+ 0.18409709632396698,1.0,3.0907552,-0.053303193,4,33
356
+ 0.20380784571170807,-0.7018457651138306,3.0911603,-0.03318738,4,34
357
+ 0.02947823703289032,-0.8006333708763123,3.0859058,-0.21277149,4,35
358
+ 0.01949678361415863,0.7657582759857178,3.085009,-0.22364964,4,36
359
+ 0.07630792260169983,0.21898707747459412,3.080895,-0.17095265,4,37
360
+ 0.0001449286937713623,-0.9459018111228943,3.0727265,-0.2552841,4,38
361
+ 0.08190172910690308,0.8063572645187378,3.0648196,-0.18143421,4,39
362
+ 0.2439051866531372,-0.22719788551330566,3.0710852,-0.013165112,4,40
363
+ 0.22073392570018768,-0.4645833373069763,3.0778923,-0.029529294,4,41
364
+ 0.23531116545200348,0.39307737350463867,3.08346,0.009384259,4,42
365
+ 0.09839054942131042,1.0,3.0825102,0.14725474,4,43
366
+ 0.06715536117553711,-0.6660103797912598,3.0733418,0.18765831,4,44
367
+ 0.18809950351715088,-0.9475356936454773,3.0660498,0.0740062,4,45
368
+ 0.209279865026474,0.6571537852287292,3.0695343,0.049341347,4,46
369
+ 0.19475921988487244,0.8793896436691284,3.0615127,0.07188359,4,47
370
+ 0.26242050528526306,-0.15275074541568756,3.0551836,0.010551368,4,48
371
+ 0.22117823362350464,-0.6856371760368347,3.0564961,-0.050481133,4,49
372
+ 0.16055624186992645,-0.7690208554267883,3.067052,-0.10054739,4,50
373
+ 0.16147027909755707,0.9676496982574463,3.0733016,-0.093383685,4,51
374
+ 0.1665685772895813,0.020589547231793404,3.064022,-0.09756488,4,52
375
+ 0.08923323452472687,-0.24281100928783417,3.0590503,-0.17987196,4,53
376
+ 0.14826041460037231,-0.01388426311314106,3.0624895,-0.117405586,4,54
377
+ 0.21023710072040558,-0.371746689081192,3.0735905,-0.044327896,4,55
378
+ 0.227286696434021,0.2039681226015091,3.0840154,-0.016853455,4,56
379
+ 0.23323312401771545,0.0307136382907629,3.0867736,-0.0081487615,4,57
380
+ 0.23165573179721832,0.535085141658783,3.0849419,0.011557922,4,58
381
+ 0.24835632741451263,-0.6999916434288025,3.0770257,0.002773543,4,59
382
+ 0.23970137536525726,0.639971137046814,3.07115,0.017304074,4,60
383
+ 0.18331584334373474,-0.26276013255119324,3.071193,0.0736467,4,61
384
+ 0.2420724630355835,0.0347338430583477,3.073766,0.012317057,4,62
385
+ 0.24105320870876312,0.010541863739490509,3.078782,-0.008320226,4,63
386
+ 0.21059930324554443,0.07789041101932526,3.0804682,-0.037088044,4,64
387
+ 0.144897922873497,-0.4939039945602417,3.079321,-0.10393669,4,65
388
+ 0.10239081084728241,0.25021883845329285,3.0782678,-0.1474969,4,66
389
+ 0.11358214914798737,-0.047713931649923325,3.0773346,-0.13723873,4,67
390
+ 0.10791128873825073,0.0008940696716308594,3.0758703,-0.14437395,4,68
391
+ 0.13310351967811584,-0.23122140765190125,3.0750935,-0.11995848,4,69
392
+ 0.17910635471343994,0.09475767612457275,3.0758977,-0.07315148,4,70
393
+ 0.22832165658473969,-0.07023690640926361,3.0775926,-0.022241253,4,71
394
+ 0.24228858947753906,0.026404906064271927,3.0792272,-0.0066397223,4,72
395
+ 0.2188497632741928,0.23496264219284058,3.0789537,0.030352006,4,73
396
+ 0.0797075480222702,0.9960930943489075,3.079071,0.16937692,4,74
397
+ 0.025627106428146362,-1.0,3.0743904,0.228138,4,75
398
+ 0.1276281476020813,-0.5766626596450806,3.0702698,0.13025755,4,76
399
+ 0.11787013709545135,0.7909797430038452,3.072498,0.1377873,4,77
400
+ 0.16592681407928467,0.4107475280761719,3.0592763,0.10295236,4,78
401
+ 0.2518079876899719,-0.29379796981811523,3.0530496,-0.023297977,4,79
402
+ -0.8681301474571228,-1.0,3.3285003,0.8677854,5,0
403
+ -0.9059446454048157,-0.7731212377548218,3.4368608,0.79723936,5,1
404
+ -0.8092955350875854,1.0,3.5149753,0.62247574,5,2
405
+ -0.5316289663314819,1.0,3.4480608,0.41172376,5,3
406
+ -0.23678335547447205,0.9999989867210388,3.3169,0.24803886,5,4
407
+ -0.0864110141992569,-0.1401785910129547,3.234931,0.17963554,5,5
408
+ -0.05676104873418808,-0.03699498623609543,3.269494,0.11542251,5,6
409
+ -0.14182817935943604,0.17286106944084167,3.3513088,0.11867487,5,7
410
+ -0.046627260744571686,-0.9977653622627258,3.3641691,-0.010613656,5,8
411
+ -0.2947675883769989,-1.0,3.3368218,-0.2861013,5,9
412
+ -0.5094053149223328,-0.6238164901733398,3.3240478,-0.513513,5,10
413
+ -0.5514312386512756,0.9999989867210388,3.3312078,-0.548379,5,11
414
+ -0.3013674318790436,0.963290274143219,3.3233373,-0.30618563,5,12
415
+ -0.01810414344072342,-0.8067550659179688,3.277476,-0.06878359,5,13
416
+ -0.11799062788486481,0.5495086908340454,3.2280927,0.21805348,5,14
417
+ -0.5128733515739441,1.0,3.2287524,0.6122765,5,15
418
+ -0.6349719762802124,-0.2120113968849182,3.2319033,0.7312242,5,16
419
+ -0.4673890471458435,-0.9774402976036072,3.2390387,0.55650586,5,17
420
+ -0.24823063611984253,0.30623602867126465,3.2446258,0.33176035,5,18
421
+ -0.06113271415233612,1.0,3.2136626,0.1756256,5,19
422
+ 0.13454702496528625,-0.1579810380935669,3.1844625,-0.009145952,5,20
423
+ -0.009816408157348633,-0.7139606475830078,3.174378,-0.16359401,5,21
424
+ -0.10500824451446533,-1.0,3.177978,-0.25518572,5,22
425
+ -0.19310995936393738,0.10380923748016357,3.1781824,-0.3430831,5,23
426
+ -0.17247217893600464,0.9213040471076965,3.1681542,-0.33247346,5,24
427
+ -0.19991672039031982,-1.0,3.1488736,-0.37919867,5,25
428
+ -0.06755238771438599,0.9203910827636719,3.124776,-0.27093202,5,26
429
+ 0.1868019700050354,-0.6825675964355469,3.1282623,-0.013091268,5,27
430
+ 0.16954416036605835,-0.279226154088974,3.1395354,0.019075925,5,28
431
+ 0.08189550787210464,0.6610284447669983,3.1430862,0.103173815,5,29
432
+ 0.07996691763401031,0.1266992837190628,3.1309783,0.117210254,5,30
433
+ 0.08903621137142181,0.5451555848121643,3.119105,0.120014206,5,31
434
+ 0.12557995319366455,-1.0,3.1107168,0.091858745,5,32
435
+ 0.21584714949131012,0.06837468594312668,3.1083977,-0.003910642,5,33
436
+ 0.22198332846164703,0.6273036599159241,3.1055136,-0.0006586233,5,34
437
+ 0.17953619360923767,0.13702698051929474,3.0993516,-0.049267683,5,35
438
+ 0.06664851307868958,-1.0,3.0929332,-0.16857383,5,36
439
+ -0.011533781886100769,-0.28871414065361023,3.0904765,-0.24921279,5,37
440
+ 0.056518107652664185,0.8222993612289429,3.0906525,-0.18098494,5,38
441
+ 0.09665101766586304,-0.10393291711807251,3.0866907,-0.14481384,5,39
442
+ 0.08558808267116547,-0.3965100347995758,3.0812814,-0.16128601,5,40
443
+ 0.20142121613025665,0.21969345211982727,3.0813544,-0.045379926,5,41
444
+ 0.23159798979759216,-0.717562198638916,3.0895169,0.0070406473,5,42
445
+ 0.2244623452425003,0.6895918846130371,3.100048,0.0036451004,5,43
446
+ 0.19484323263168335,0.08720888197422028,3.095903,0.037409373,5,44
447
+ 0.13376469910144806,1.0,3.0915575,0.102833316,5,45
448
+ 0.07136648893356323,-1.0,3.0859628,0.17082626,5,46
449
+ 0.17511336505413055,-0.6931747198104858,3.0792198,0.073822334,5,47
450
+ 0.19897842407226562,0.6019015312194824,3.0811718,0.04800535,5,48
451
+ 0.24127157032489777,0.8161489963531494,3.0691626,0.017721342,5,49
452
+ 0.21301767230033875,-0.1370324343442917,3.0625718,-0.05256609,5,50
453
+ 0.13899537920951843,-1.0,3.0600708,-0.12908939,5,51
454
+ 0.08942584693431854,-0.44677138328552246,3.0663571,-0.17237253,5,52
455
+ 0.12113302946090698,0.8962994813919067,3.0710166,-0.13600594,5,53
456
+ 0.13566774129867554,0.16287359595298767,3.0667791,-0.12570864,5,54
457
+ 0.08029995858669281,-0.5810957551002502,3.06126,-0.18659557,5,55
458
+ 0.20492899417877197,0.6185399293899536,3.06172,-0.06150662,5,56
459
+ 0.21576082706451416,-1.0,3.0733604,0.03903424,5,57
460
+ 0.2322813719511032,0.34156885743141174,3.0859103,0.009963829,5,58
461
+ 0.19193558394908905,0.2894130349159241,3.0885122,0.047707755,5,59
462
+ 0.1442335546016693,1.0,3.0854647,0.09845724,5,60
463
+ 0.1372789740562439,-1.0,3.0742133,0.116663285,5,61
464
+ 0.23986183106899261,-0.5672966837882996,3.0624108,0.02588285,5,62
465
+ 0.21135163307189941,0.7126020193099976,3.0633397,0.053464167,5,63
466
+ 0.23749276995658875,0.37189608812332153,3.0577786,0.032884143,5,64
467
+ 0.23179590702056885,0.11493533104658127,3.0609615,-0.035398126,5,65
468
+ 0.18317477405071259,-0.791764497756958,3.0687532,-0.0762275,5,66
469
+ 0.12030521035194397,-0.48736298084259033,3.075307,-0.13254341,5,67
470
+ 0.1446990668773651,0.7916101813316345,3.0773711,-0.10608534,5,68
471
+ 0.15116193890571594,-0.020857781171798706,3.0697014,-0.10729214,5,69
472
+ 0.07269950211048126,-0.5094930529594421,3.064061,-0.19139509,5,70
473
+ 0.15290631353855133,0.5188749432563782,3.0642254,-0.11102377,5,71
474
+ 0.232744038105011,-0.5718994736671448,3.0732052,-0.022206249,5,72
475
+ 0.2279147505760193,0.21248313784599304,3.0807664,-0.01947432,5,73
476
+ 0.2151416838169098,0.09801637381315231,3.0842412,0.028772675,5,74
477
+ 0.18579190969467163,0.4518248438835144,3.0824523,0.059911307,5,75
478
+ 0.1116933673620224,0.19098731875419617,3.0797262,0.13673593,5,76
479
+ 0.13946962356567383,-0.886813759803772,3.07559,0.113096006,5,77
480
+ 0.19646967947483063,0.12230956554412842,3.076506,0.055179942,5,78
481
+ 0.1749243289232254,0.7937396168708801,3.0735822,0.079649016,5,79
482
+ -0.1296350508928299,1.0,3.2889678,0.16882272,6,0
483
+ 0.02155882492661476,1.0,3.2675111,-0.039085563,6,1
484
+ -0.08742143213748932,0.7279722690582275,3.3467855,-0.068791404,6,2
485
+ -0.13627032935619354,-1.0,3.4483538,-0.016072081,6,3
486
+ -0.12485895305871964,-1.0,3.4446013,-0.008413176,6,4
487
+ -0.11269620805978775,-1.0,3.3623161,-0.078535594,6,5
488
+ -0.24883869290351868,-0.39766114950180054,3.3082933,-0.26870087,6,6
489
+ -0.293152391910553,1.0,3.3221383,-0.2991696,6,7
490
+ -0.12284275889396667,0.5555632710456848,3.3282154,-0.122782916,6,8
491
+ -0.05940711498260498,-0.08134502917528152,3.2932544,0.09430826,6,9
492
+ -0.3466978967189789,0.7471453547477722,3.2571385,0.41771492,6,10
493
+ -0.7137401103973389,1.0,3.2598927,0.7820029,6,11
494
+ -0.8151350617408752,-0.6217214465141296,3.2733507,0.86993986,6,12
495
+ -0.6001041531562805,-1.0,3.2946138,0.63364583,6,13
496
+ -0.29430726170539856,0.16965293884277344,3.3013482,0.32111457,6,14
497
+ 0.0018597990274429321,1.0,3.2600873,0.06620847,6,15
498
+ -0.053785815834999084,-0.33355018496513367,3.2173572,-0.16458417,6,16
499
+ -0.18510687351226807,-0.713477611541748,3.192068,-0.3211943,6,17
500
+ -0.23698094487190247,-0.9823631048202515,3.1899855,-0.37515095,6,18
501
+ -0.24905750155448914,0.4910762310028076,3.1924753,-0.3847377,6,19
502
+ -0.2265007197856903,0.1404164433479309,3.1877708,-0.3668854,6,20
503
+ -0.10620445013046265,1.0,3.1865518,-0.24780816,6,21
504
+ 0.10699427127838135,-1.0,3.1688824,-0.052278876,6,22
505
+ 0.14963313937187195,-0.4209047853946686,3.1438634,0.034658935,6,23
506
+ 0.010992184281349182,0.7116557359695435,3.1364563,0.18070708,6,24
507
+ -0.0398106575012207,0.7356178164482117,3.125919,0.24204707,6,25
508
+ 0.10953056812286377,-1.0,3.1136851,0.10493982,6,26
509
+ 0.14980077743530273,0.9769054651260376,3.1071901,0.071164615,6,27
510
+ 0.14004574716091156,-0.9747456908226013,3.1144683,0.073641434,6,28
511
+ 0.19899801909923553,1.0,3.1206915,-0.00846596,6,29
512
+ 0.1632695198059082,-0.93201744556427,3.1200628,-0.04482317,6,30
513
+ 0.07509805262088776,0.5262913107872009,3.113263,-0.13979457,6,31
514
+ 0.051575109362602234,-1.0,3.1110501,-0.16553028,6,32
515
+ 0.027179449796676636,0.8621148467063904,3.1081262,-0.1928499,6,33
516
+ 0.11731712520122528,-0.33188652992248535,3.1019897,-0.10884865,6,34
517
+ 0.1297118365764618,0.02800828590989113,3.0968616,-0.10158209,6,35
518
+ 0.22168943285942078,-0.19877304136753082,3.0956357,-0.010830439,6,36
519
+ 0.22090256214141846,-0.26115894317626953,3.0992913,0.007961632,6,37
520
+ 0.19186869263648987,0.5387057662010193,3.1025712,0.033715583,6,38
521
+ 0.17101329565048218,0.17467904090881348,3.0967908,0.06035143,6,39
522
+ 0.07710254192352295,0.9824994206428528,3.093408,0.15764487,6,40
523
+ 0.0028146058320999146,-1.0,3.0914526,0.23388831,6,41
524
+ 0.1297091841697693,-0.9425995945930481,3.0884252,0.11002117,6,42
525
+ 0.1842058151960373,0.7681281566619873,3.090414,0.05353565,6,43
526
+ 0.24021074175834656,0.8927145004272461,3.0695145,0.018430267,6,44
527
+ 0.1877310574054718,-0.32683271169662476,3.054727,-0.08569738,6,45
528
+ 0.10040804743766785,-1.0,3.0480056,-0.17974189,6,46
529
+ 0.07317924499511719,-0.2632058262825012,3.0570755,-0.19790077,6,47
530
+ 0.12686462700366974,0.9495014548301697,3.0662456,-0.13504533,6,48
531
+ 0.1396445631980896,-0.038730453699827194,3.0665314,-0.12197954,6,49
532
+ 0.09736326336860657,-0.49390897154808044,3.0632555,-0.1675367,6,50
533
+ 0.22982579469680786,0.5253540873527527,3.065765,-0.032564815,6,51
534
+ 0.2139773964881897,-1.0,3.0764802,0.03769797,6,52
535
+ 0.23547551035881042,0.5611629486083984,3.0878978,0.0047822297,6,53
536
+ 0.13806511461734772,0.7799389958381653,3.0855227,0.10456775,6,54
537
+ 0.23097680509090424,-1.0,3.071209,0.02596976,6,55
538
+ 0.26667994260787964,0.6863995790481567,3.0604696,-0.0010059476,6,56
539
+ 0.18186917901039124,-0.15167304873466492,3.06349,0.08279642,6,57
540
+ 0.24629028141498566,-0.14306563138961792,3.0715332,0.010332037,6,58
541
+ 0.23164692521095276,0.19810740649700165,3.080513,-0.01599559,6,59
542
+ 0.20325663685798645,-0.07768815755844116,3.0833979,-0.04150101,6,60
543
+ 0.17985689640045166,0.06312451511621475,3.082363,-0.06593574,6,61
544
+ 0.09884990751743317,-0.9471476078033447,3.0803618,-0.14894377,6,62
545
+ 0.06500998139381409,0.7268357872962952,3.0781517,-0.18499383,6,63
546
+ 0.1468299925327301,0.22362074255943298,3.073433,-0.107892595,6,64
547
+ 0.16763624548912048,-0.07447589188814163,3.0710418,-0.08947746,6,65
548
+ 0.20874297618865967,-0.6460981369018555,3.067744,-0.05166853,6,66
549
+ 0.25575363636016846,0.13172899186611176,3.0702765,0.002125393,6,67
550
+ 0.20957766473293304,0.11708319187164307,3.075223,0.043354884,6,68
551
+ 0.20175862312316895,0.5598440766334534,3.078034,0.048362963,6,69
552
+ 0.13729265332221985,0.2862689793109894,3.076726,0.1141369,6,70
553
+ 0.16186842322349548,-0.9779689311981201,3.0706494,0.0956377,6,71
554
+ 0.20200172066688538,0.10920774191617966,3.069249,0.05690488,6,72
555
+ 0.14386612176895142,0.9157531261444092,3.0666783,0.11761112,6,73
556
+ 0.23165491223335266,-0.5157678127288818,3.0577998,0.038700793,6,74
557
+ 0.21081304550170898,0.16416364908218384,3.0604775,-0.056864977,6,75
558
+ 0.18971382081508636,-0.5352305769920349,3.07175,-0.06669177,6,76
559
+ 0.15669529139995575,0.35205766558647156,3.0796733,-0.091786936,6,77
560
+ 0.12247391045093536,-0.4582694172859192,3.079808,-0.12587361,6,78
561
+ 0.06866277754306793,0.31028905510902405,3.079375,-0.18011771,6,79
562
+ -0.7588726878166199,1.0,3.3028705,-0.7841577,7,0
563
+ -0.8349984288215637,0.9868399500846863,3.4067733,-0.7563806,7,1
564
+ -0.788181483745575,-0.9952235221862793,3.5000255,-0.6163115,7,2
565
+ -0.5728304386138916,-1.0,3.4581616,-0.44282436,7,3
566
+ -0.3054278790950775,-0.9996411204338074,3.345663,-0.28792033,7,4
567
+ -0.23562437295913696,-0.4471795856952667,3.2701635,-0.29361635,7,5
568
+ -0.17447112500667572,1.0,3.2887468,-0.21387981,7,6
569
+ -0.05507859215140343,0.09574836492538452,3.3248773,-0.058356848,7,7
570
+ -0.15960821509361267,0.8895859122276306,3.3207097,0.16705403,7,8
571
+ -0.5547957420349121,1.0,3.2874603,0.59549093,7,9
572
+ -0.737096905708313,-0.7889693975448608,3.2815068,0.78374565,7,10
573
+ -0.7540878057479858,0.7672595381736755,3.2752995,0.8069438,7,11
574
+ -0.6231669187545776,-1.0,3.2831306,0.6681918,7,12
575
+ -0.21283724904060364,-0.04091733694076538,3.2971208,0.24387196,7,13
576
+ -0.00010313093662261963,1.0,3.2894158,0.038842812,7,14
577
+ -0.08087058365345001,-0.7961332201957703,3.2558498,-0.15317626,7,15
578
+ -0.2746293246746063,-1.0,3.218327,-0.3844578,7,16
579
+ -0.3071182370185852,-0.05150614306330681,3.2053545,-0.4299193,7,17
580
+ -0.2850402593612671,0.31181827187538147,3.202738,-0.41045773,7,18
581
+ -0.2696753740310669,0.07781213521957397,3.2024126,-0.3954183,7,19
582
+ -0.07782278954982758,0.7529855966567993,3.1924398,-0.21353851,7,20
583
+ 0.14759992063045502,-0.8489074110984802,3.1780787,-0.0024769432,7,21
584
+ 0.08277023583650589,-0.08744892477989197,3.1618524,0.08353292,7,22
585
+ -0.029574140906333923,0.7574554681777954,3.1506295,0.20710014,7,23
586
+ -0.05571095645427704,0.5392337441444397,3.1361835,0.24768297,7,24
587
+ 0.07933934032917023,-1.0,3.1231365,0.12567966,7,25
588
+ 0.20384974777698517,0.024920133873820305,3.1201196,0.004186194,7,26
589
+ 0.17194712162017822,0.8042263984680176,3.1205215,0.03568685,7,27
590
+ 0.20520779490470886,-0.18948224186897278,3.113507,-0.009440695,7,28
591
+ 0.06734926998615265,-0.9100888967514038,3.1071596,-0.15364663,7,29
592
+ 0.0028207600116729736,-0.10204607248306274,3.1089756,-0.21635911,7,30
593
+ 0.07280907034873962,0.8241048455238342,3.108451,-0.14689556,7,31
594
+ 0.03039000928401947,-1.0,3.0993712,-0.19839431,7,32
595
+ 0.04692867398262024,0.8583235144615173,3.0922034,-0.18902346,7,33
596
+ 0.21810561418533325,-0.30445748567581177,3.0949175,-0.015132361,7,34
597
+ 0.2030019313097,-0.6154883503913879,3.0980005,-0.027153054,7,35
598
+ 0.19374194741249084,0.6626966595649719,3.1004872,0.03392634,7,36
599
+ 0.15750719606876373,0.005956873297691345,3.0944264,0.07622193,7,37
600
+ 0.11102639138698578,1.0,3.0922983,0.12483086,7,38
601
+ 0.07513503730297089,-1.0,3.0878127,0.16520782,7,39
602
+ 0.20387797057628632,-0.671296238899231,3.0824475,0.041830014,7,40
603
+ 0.23282377421855927,0.6588096022605896,3.0845942,0.0107374955,7,41
604
+ 0.24871906638145447,0.9392192959785461,3.0732355,0.006200938,7,42
605
+ 0.2005070447921753,-0.5271807909011841,3.0638738,-0.063774705,7,43
606
+ 0.11301153898239136,-1.0,3.056209,-0.15893489,7,44
607
+ 0.09588305652141571,-0.08210408687591553,3.0634253,-0.16884716,7,45
608
+ 0.13635587692260742,0.8429904580116272,3.0684857,-0.123313904,7,46
609
+ 0.1340489387512207,0.019621936604380608,3.0680127,-0.12609386,7,47
610
+ 0.08956483006477356,-0.6679896116256714,3.0630453,-0.17554542,7,48
611
+ 0.2270767092704773,0.7490503191947937,3.0630798,-0.037998974,7,49
612
+ 0.20449867844581604,-1.0,3.0724838,0.051173065,7,50
613
+ 0.23942527174949646,0.44076821208000183,3.0845897,0.004140532,7,51
614
+ 0.2094186693429947,0.12342104315757751,3.0871506,0.03158628,7,52
615
+ 0.17280671000480652,1.0,3.085412,0.06993678,7,53
616
+ 0.1642031967639923,-1.0,3.0761373,0.08781502,7,54
617
+ 0.2563742995262146,-0.46685662865638733,3.0651717,-0.0066095106,7,55
618
+ 0.24580438435077667,0.615627646446228,3.065785,0.016566204,7,56
619
+ 0.2604333162307739,0.47094953060150146,3.0612001,0.006522053,7,57
620
+ 0.21389484405517578,-0.11837496608495712,3.0621274,-0.05213333,7,58
621
+ 0.13426892459392548,-1.0,3.0648417,-0.12904485,7,59
622
+ 0.08366896212100983,-0.04954427108168602,3.0695505,-0.17493604,7,60
623
+ 0.12440285086631775,0.7389445900917053,3.0710704,-0.13268223,7,61
624
+ 0.12800318002700806,0.03629427030682564,3.0678713,-0.132281,7,62
625
+ 0.06168140470981598,-0.915730893611908,3.060305,-0.206169,7,63
626
+ 0.14523153007030487,0.7023571729660034,3.0560436,-0.12688036,7,64
627
+ 0.24132129549980164,-0.45323219895362854,3.063106,-0.02372816,7,65
628
+ 0.22393837571144104,0.3939855098724365,3.0741527,-0.030064438,7,66
629
+ 0.24490639567375183,-0.24251548945903778,3.079671,0.0035782224,7,67
630
+ 0.1628466695547104,0.9957831501960754,3.0801702,0.08513869,7,68
631
+ 0.12154240906238556,-0.9999989867210388,3.0757406,0.13087253,7,69
632
+ 0.23008587956428528,-0.23301181197166443,3.0706546,0.027415013,7,70
633
+ 0.18046142160892487,0.9139671325683594,3.0698826,0.077811465,7,71
634
+ 0.24407115578651428,-0.3849088251590729,3.0601745,0.023909895,7,72
635
+ 0.21008023619651794,0.34064432978630066,3.0609295,-0.057145737,7,73
636
+ 0.20055359601974487,-0.6197499632835388,3.0700579,-0.05754405,7,74
637
+ 0.17517098784446716,0.19961580634117126,3.0760674,-0.076917075,7,75
638
+ 0.15897133946418762,-0.40626829862594604,3.0781286,-0.09105561,7,76
639
+ 0.11733381450176239,0.42064592242240906,3.0792413,-0.13158043,7,77
640
+ 0.1592697948217392,0.06631100177764893,3.0784273,-0.09045841,7,78
641
+ 0.21916523575782776,0.12732647359371185,3.0774517,-0.03153857,7,79
642
+ -0.7802762389183044,1.0,3.310461,-0.7979707,8,0
643
+ -0.8587077260017395,1.0,3.4147768,-0.77208644,8,1
644
+ -0.8055087327957153,-1.0,3.5075252,-0.62613904,8,2
645
+ -0.5775904655456543,-1.0,3.461823,-0.44392303,8,3
646
+ -0.29485997557640076,-1.0,3.3464525,-0.27656302,8,4
647
+ -0.21174603700637817,-0.43663010001182556,3.2695851,-0.27031642,8,5
648
+ -0.15046705305576324,0.9788934588432312,3.2927005,-0.18592204,8,6
649
+ -0.035365503281354904,0.10927671194076538,3.3284013,-0.035119694,8,7
650
+ -0.18726758658885956,0.9999989867210388,3.3195539,0.19586925,8,8
651
+ -0.5973750352859497,0.9612482190132141,3.2974246,0.628106,8,9
652
+ -0.7581213116645813,-0.8555751442909241,3.2845418,0.801735,8,10
653
+ -0.7684311866760254,0.7817064523696899,3.27937,0.81721663,8,11
654
+ -0.6238096356391907,-0.9929565787315369,3.2827158,0.66924936,8,12
655
+ -0.19553816318511963,-0.13237452507019043,3.3003466,0.22334707,8,13
656
+ 0.03300370275974274,1.0,3.2950206,-0.00013123303,8,14
657
+ -0.12065279483795166,-0.7032907605171204,3.2603676,-0.18844068,8,15
658
+ -0.3031925559043884,-1.0,3.2193584,-0.41198963,8,16
659
+ -0.32488226890563965,-0.07484763860702515,3.2027872,-0.45025063,8,17
660
+ -0.2931133508682251,0.26825857162475586,3.2005284,-0.4207405,8,18
661
+ -0.28289109468460083,0.03721535950899124,3.2019866,-0.40906006,8,19
662
+ -0.09123672544956207,0.9071286916732788,3.1951494,-0.22424282,8,20
663
+ 0.13239461183547974,-0.9361578226089478,3.180688,-0.015073003,8,21
664
+ 0.10941969603300095,-0.10864072293043137,3.1599088,0.05882705,8,22
665
+ -0.016189679503440857,0.8311183452606201,3.1469676,0.19737755,8,23
666
+ -0.051541805267333984,0.5133076310157776,3.1322985,0.24739885,8,24
667
+ 0.08038976788520813,-1.0,3.120974,0.12679169,8,25
668
+ 0.19786286354064941,-0.014090511947870255,3.1198883,0.010404344,8,26
669
+ 0.15484651923179626,0.8934175968170166,3.1204088,0.05290023,8,27
670
+ 0.18939761817455292,-0.6495386958122253,3.1096053,-0.029152583,8,28
671
+ 0.014540359377861023,-0.6056694388389587,3.1035619,-0.21005328,8,29
672
+ 0.011631205677986145,0.45046502351760864,3.107481,-0.20904331,8,30
673
+ 0.0785602480173111,0.2830161154270172,3.1085625,-0.1410328,8,31
674
+ 0.026994511485099792,-1.0,3.1014004,-0.19976063,8,32
675
+ 0.09532718360424042,0.8730265498161316,3.0939965,-0.13883181,8,33
676
+ 0.21642625331878662,-0.5751035809516907,3.0932019,-0.018527381,8,34
677
+ 0.2159823626279831,0.33624666929244995,3.0968866,-0.015286514,8,35
678
+ 0.21590813994407654,-0.4476166367530823,3.0984185,0.013828901,8,36
679
+ 0.18481460213661194,0.9356687068939209,3.0975897,0.045751188,8,37
680
+ 0.18792495131492615,-0.7593302726745605,3.0892913,0.050939236,8,38
681
+ 0.19712018966674805,1.0,3.083978,0.047057383,8,39
682
+ 0.17995092272758484,-1.0,3.0832736,0.06493094,8,40
683
+ 0.24318574368953705,0.7173583507537842,3.0819669,0.0030029034,8,41
684
+ 0.23253199458122253,-0.690048098564148,3.0834742,-0.012149365,8,42
685
+ 0.18317285180091858,0.9043273329734802,3.0839496,-0.0610331,8,43
686
+ 0.16989503800868988,-1.0,3.0819855,-0.076275006,8,44
687
+ 0.019680798053741455,-0.4484100639820099,3.0773394,-0.23113531,8,45
688
+ 0.0803138017654419,1.0,3.0762372,-0.17160451,8,46
689
+ 0.15622437000274658,0.01681038923561573,3.072818,-0.0991131,8,47
690
+ 0.19645527005195618,-0.07272202521562576,3.0689201,-0.06278011,8,48
691
+ 0.2496037632226944,-0.950736939907074,3.068728,-0.00982378,8,49
692
+ 0.23470377922058105,0.29162439703941345,3.0753183,0.018133404,8,50
693
+ 0.16080334782600403,0.7419226765632629,3.0756063,0.09174582,8,51
694
+ 0.07293596863746643,0.9707016348838806,3.073101,0.1821185,8,52
695
+ 0.03755663335323334,-1.0,3.0642896,0.22630931,8,53
696
+ 0.118668332695961,-1.0,3.0583682,0.15111898,8,54
697
+ 0.11342459917068481,0.7524821758270264,3.063702,0.15102881,8,55
698
+ 0.15364474058151245,0.7490232586860657,3.0503113,0.12419944,8,56
699
+ 0.28320491313934326,-0.047998107969760895,3.0427055,0.0022450709,8,57
700
+ 0.24087807536125183,-0.247454434633255,3.0500672,-0.037210263,8,58
701
+ 0.1973317563533783,-1.0,3.0678365,-0.06298724,8,59
702
+ 0.17116853594779968,0.6256088614463806,3.0782263,-0.078760654,8,60
703
+ 0.18039654195308685,0.1726127564907074,3.0729442,-0.07481481,8,61
704
+ 0.11742433905601501,0.04230787232518196,3.0694366,-0.14129463,8,62
705
+ 0.0793035477399826,-0.8125472068786621,3.0668619,-0.1819901,8,63
706
+ 0.171962708234787,0.9462704658508301,3.0671806,-0.089012176,8,64
707
+ 0.2432292103767395,-0.8170521259307861,3.0692601,-0.015666187,8,65
708
+ 0.21840529143810272,0.613319456577301,3.073881,-0.03586932,8,66
709
+ 0.2438182532787323,-0.4594806432723999,3.0760925,0.008244788,8,67
710
+ 0.22919373214244843,0.7506340742111206,3.0765452,0.022416545,8,68
711
+ 0.22820380330085754,-0.8289788961410522,3.0740502,0.025901524,8,69
712
+ 0.2457152158021927,0.8633629679679871,3.0715258,0.010914489,8,70
713
+ 0.20236681401729584,-0.4453389048576355,3.0713642,0.054424543,8,71
714
+ 0.24274477362632751,0.11812324821949005,3.0712306,-0.0141801,8,72
715
+ 0.2184799760580063,-0.2869162857532501,3.0755527,-0.03412284,8,73
716
+ 0.20527322590351105,0.5032427310943604,3.077752,-0.045130175,8,74
717
+ 0.13721437752246857,-1.0,3.074715,-0.11622624,8,75
718
+ 0.06165514886379242,0.5079190731048584,3.0724163,-0.19408406,8,76
719
+ 0.1213938444852829,0.11199681460857391,3.0718474,-0.13491423,8,77
720
+ 0.12664927542209625,0.005383442156016827,3.0727313,-0.12877499,8,78
721
+ 0.216708242893219,0.1078103557229042,3.0730236,-0.038423713,8,79
722
+ -0.3701542615890503,1.0,3.2952883,0.40302145,9,0
723
+ -0.11547324061393738,1.0,3.2487183,0.1949105,9,1
724
+ -0.06388654559850693,0.6047335267066956,3.2915955,0.100446604,9,2
725
+ -0.11024847626686096,-0.8855459690093994,3.3822331,0.056170855,9,3
726
+ -0.10796073824167252,-1.0,3.4027474,-0.033368863,9,4
727
+ -0.22222283482551575,-0.9938005805015564,3.3464801,-0.20389822,9,5
728
+ -0.4689951539039612,-0.6499664783477783,3.3045073,-0.49264342,9,6
729
+ -0.5876151919364929,1.0,3.3156192,-0.6001515,9,7
730
+ -0.37430793046951294,1.0,3.317651,-0.3848124,9,8
731
+ -0.07897147536277771,-0.6500248312950134,3.2761395,-0.1309875,9,9
732
+ -0.05839616060256958,0.2916998863220215,3.2233672,0.16318446,9,10
733
+ -0.44720447063446045,1.0,3.2222664,0.55309355,9,11
734
+ -0.6320122480392456,0.12910829484462738,3.2324092,0.7277585,9,12
735
+ -0.6232787370681763,-0.1440238654613495,3.2476895,0.70374477,9,13
736
+ -0.45236629247665405,-1.0,3.2621684,0.5183534,9,14
737
+ -0.14592225849628448,0.09733904153108597,3.2639477,0.21013005,9,15
738
+ 0.08535489439964294,1.0,3.2296386,0.013162048,9,16
739
+ -0.042817071080207825,-0.5897538661956787,3.1881382,-0.18283434,9,17
740
+ -0.2064705491065979,-1.0,3.15456,-0.38006598,9,18
741
+ -0.20901259779930115,0.020084131509065628,3.1491454,-0.38802275,9,19
742
+ -0.1781727373600006,0.13587123155593872,3.155418,-0.35091034,9,20
743
+ -0.09354221820831299,1.0,3.1658363,-0.2558614,9,21
744
+ 0.07708290964365005,-0.4950392544269562,3.1578283,-0.09324428,9,22
745
+ 0.16217829287052155,-0.99830162525177,3.1319385,-0.034038763,9,23
746
+ 0.12283939868211746,0.5742148756980896,3.1226752,0.08264094,9,24
747
+ 0.05098991096019745,0.549672544002533,3.114269,0.16289659,9,25
748
+ 0.18240150809288025,-0.4535611569881439,3.1094055,0.0363485,9,26
749
+ 0.18916036188602448,1.0,3.106751,0.032244187,9,27
750
+ 0.15875208377838135,-1.0,3.111217,0.05818642,9,28
751
+ 0.21383538842201233,0.4920501410961151,3.11206,0.0022600645,9,29
752
+ 0.20618674159049988,-0.4671843647956848,3.1128085,-0.009160312,9,30
753
+ 0.17113527655601501,0.9301685690879822,3.1091943,-0.047825966,9,31
754
+ 0.15498873591423035,-1.0,3.1029553,-0.07021144,9,32
755
+ 0.019212931394577026,-0.5707067847251892,3.0938556,-0.21508697,9,33
756
+ 0.08688032627105713,0.9244171977043152,3.0912867,-0.14998853,9,34
757
+ 0.16951027512550354,0.08446710556745529,3.0851278,-0.07351741,9,35
758
+ 0.1560763716697693,-0.4956612288951874,3.078866,-0.09321315,9,36
759
+ 0.18237796425819397,-0.42266708612442017,3.0767996,-0.06897792,9,37
760
+ 0.22982168197631836,0.3268546760082245,3.0854077,-0.012926102,9,38
761
+ 0.22232212126255035,0.36607250571250916,3.091222,0.014611342,9,39
762
+ 0.13742448389530182,1.0,3.0936947,0.09703635,9,40
763
+ 0.0896570235490799,-0.9920670390129089,3.086342,0.1521564,9,41
764
+ 0.18418902158737183,-0.7799426913261414,3.0751903,0.0687762,9,42
765
+ 0.19171643257141113,0.6439724564552307,3.0755377,0.060901403,9,43
766
+ 0.23681607842445374,0.6863735318183899,3.0640242,0.027315235,9,44
767
+ 0.23156985640525818,0.23611117899417877,3.0623107,-0.034274973,9,45
768
+ 0.18555790185928345,-0.9609311819076538,3.0667589,-0.07583875,9,46
769
+ 0.10950751602649689,-0.8700751066207886,3.0721653,-0.14648275,9,47
770
+ 0.13023367524147034,0.9804044365882874,3.0739512,-0.12397059,9,48
771
+ 0.15748924016952515,0.25510480999946594,3.0622754,-0.10839086,9,49
772
+ 0.08153456449508667,-0.42190122604370117,3.0556958,-0.19092518,9,50
773
+ 0.17278817296028137,0.3446800708770752,3.0587554,-0.096611954,9,51
774
+ 0.25323688983917236,-0.8842166662216187,3.0737286,-0.0011900648,9,52
775
+ 0.23251192271709442,0.26014161109924316,3.0880344,-0.0076092016,9,53
776
+ 0.21403780579566956,0.3095579147338867,3.0915442,0.022573555,9,54
777
+ 0.1639077216386795,1.0,3.0882335,0.076014325,9,55
778
+ 0.1570236086845398,-1.0,3.075359,0.09577281,9,56
779
+ 0.24145083129405975,-0.4424537718296051,3.0613976,0.025307136,9,57
780
+ 0.192941814661026,0.653820812702179,3.0618129,0.07340082,9,58
781
+ 0.21013787388801575,0.3437793552875519,3.0587847,0.05923292,9,59
782
+ 0.23622451722621918,-0.1425963193178177,3.0620444,-0.029886622,9,60
783
+ 0.2127506285905838,-0.09962279349565506,3.071726,-0.04367881,9,61
784
+ 0.15453454852104187,-0.9686630368232727,3.0817242,-0.0918968,9,62
785
+ 0.13289444148540497,0.8505157232284546,3.0837207,-0.11154039,9,63
786
+ 0.15791615843772888,-0.13577137887477875,3.0738666,-0.09637276,9,64
787
+ 0.09835025668144226,-0.013055428862571716,3.0692816,-0.16052368,9,65
788
+ 0.18417564034461975,0.16461698710918427,3.0711052,-0.07287463,9,66
789
+ 0.23602955043315887,-0.6362692713737488,3.077017,-0.0151089,9,67
790
+ 0.24258235096931458,0.10815209895372391,3.082838,-0.0027351095,9,68
791
+ 0.21238365769386292,0.2453012317419052,3.0851276,0.030644275,9,69
792
+ 0.1567608118057251,0.8717694282531738,3.0827029,0.08869183,9,70
793
+ 0.1744191199541092,-1.0,3.071637,0.08209948,9,71
794
+ 0.23795375227928162,0.04704081267118454,3.0612316,0.02897015,9,72
795
+ 0.16037097573280334,0.5468566417694092,3.0629294,0.10485515,9,73
796
+ 0.19483530521392822,-0.03978414088487625,3.064182,0.06913816,9,74
797
+ 0.24038538336753845,-0.1075197160243988,3.0714965,-0.016273642,9,75
798
+ 0.20903274416923523,-0.05595289543271065,3.0789952,-0.04012754,9,76
799
+ 0.14420241117477417,-0.49415162205696106,3.0842113,-0.099741764,9,77
800
+ 0.10432076454162598,0.4426504671573639,3.0843704,-0.13946438,9,78
801
+ 0.05727525055408478,-0.5314988493919373,3.0805943,-0.19028597,9,79
training/sarl/CylinderRot2D-easy-v0/TD-MPC/0/training_log.csv ADDED
The diff for this file is too large to render. See raw diff
 
training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/config.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: CylinderRot2D-easy-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 1
5
+ device: cuda
6
+ rl_mode: sarl
7
+ total_timesteps: 50000
8
+ run_training: true
9
+ n_eval_steps: 10
10
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
11
+ n_eval_episodes: 1
12
+ n_test_episodes: 10
13
+ modality: state
14
+ action_repeat: 1
15
+ train_steps: ${total_timesteps}
16
+ iterations: 6
17
+ num_samples: 512
18
+ num_elites: 64
19
+ mixture_coef: 0.05
20
+ min_std: 0.05
21
+ temperature: 0.5
22
+ momentum: 0.1
23
+ discount: 0.99
24
+ batch_size: 512
25
+ max_buffer_size: ${train_steps}
26
+ horizon: 20
27
+ reward_coef: 0.5
28
+ value_coef: 0.1
29
+ consistency_coef: 2
30
+ rho: 0.5
31
+ kappa: 0.1
32
+ lr: 0.001
33
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
34
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
35
+ per_alpha: 0.6
36
+ per_beta: 0.4
37
+ grad_clip_norm: 10
38
+ seed_steps: 100
39
+ update_freq: 2
40
+ tau: 0.01
41
+ enc_dim: 256
42
+ mlp_dim: 512
43
+ latent_dim: 50
44
+ wandb:
45
+ enable: true
46
+ entity: safe-autonomous-systems
47
+ project: jbecktepe-fluidgym
48
+ cluster: {}
training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/multirun.yaml ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-easy-v0
116
+ - total_timesteps=50000
117
+ - seed=1
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-easy-v0,seed=1,total_timesteps=50000
122
+ id: ???
123
+ num: ???
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: ???
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
162
+ env_id: CylinderRot2D-easy-v0
163
+ env_kwargs: {}
164
+ eval_env_kwargs: {}
165
+ seed: 1
166
+ device: cuda
167
+ rl_mode: sarl
168
+ total_timesteps: 50000
169
+ run_training: true
170
+ n_eval_steps: 10
171
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
172
+ n_eval_episodes: 1
173
+ n_test_episodes: 10
174
+ modality: state
175
+ action_repeat: 1
176
+ train_steps: ${total_timesteps}
177
+ iterations: 6
178
+ num_samples: 512
179
+ num_elites: 64
180
+ mixture_coef: 0.05
181
+ min_std: 0.05
182
+ temperature: 0.5
183
+ momentum: 0.1
184
+ discount: 0.99
185
+ batch_size: 512
186
+ max_buffer_size: ${train_steps}
187
+ horizon: 20
188
+ reward_coef: 0.5
189
+ value_coef: 0.1
190
+ consistency_coef: 2
191
+ rho: 0.5
192
+ kappa: 0.1
193
+ lr: 0.001
194
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
195
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
196
+ per_alpha: 0.6
197
+ per_beta: 0.4
198
+ grad_clip_norm: 10
199
+ seed_steps: 100
200
+ update_freq: 2
201
+ tau: 0.01
202
+ enc_dim: 256
203
+ mlp_dim: 512
204
+ latent_dim: 50
205
+ wandb:
206
+ enable: true
207
+ entity: safe-autonomous-systems
208
+ project: jbecktepe-fluidgym
209
+ cluster: {}
training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - env_id=CylinderRot2D-easy-v0
2
+ - total_timesteps=50000
3
+ - seed=1
training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/test/test_eval_sequences.csv ADDED
@@ -0,0 +1,801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,action_0,drag,lift,episode,step
2
+ -1.221050500869751,0.42356428503990173,3.364596,1.1846101,0,0
3
+ -1.0765832662582397,0.9977172017097473,3.2973676,1.1073712,0,1
4
+ -0.9300206899642944,1.0,3.2079768,1.0501994,0,2
5
+ -0.7128942608833313,-0.5769286155700684,3.1708581,0.87019163,0,3
6
+ -0.37578320503234863,-1.0,3.2129302,0.49100852,0,4
7
+ -0.10892383754253387,0.7413867712020874,3.261923,0.17515628,0,5
8
+ 0.07076139003038406,1.0,3.25066,0.006734183,0,6
9
+ -0.10759510099887848,-1.0,3.2309332,-0.20481743,0,7
10
+ -0.25473499298095703,-1.0,3.215232,-0.36765862,0,8
11
+ -0.21693602204322815,0.004744896665215492,3.2144012,-0.3306903,0,9
12
+ -0.06729252636432648,1.0,3.2069268,-0.18852122,0,10
13
+ 0.07290130108594894,-0.1932995468378067,3.194447,-0.060807176,0,11
14
+ 0.13360123336315155,-0.9147039651870728,3.1786437,-0.015910586,0,12
15
+ 0.08095696568489075,-0.06837037205696106,3.1876526,0.059545964,0,13
16
+ -0.024522945284843445,1.0,3.2027087,0.14996974,0,14
17
+ -0.08510681986808777,1.0,3.1979918,0.21527049,0,15
18
+ -0.03132478892803192,-0.6790773868560791,3.17475,0.18473022,0,16
19
+ 0.11859318614006042,-0.9193153977394104,3.1529107,0.05665162,0,17
20
+ 0.15926143527030945,0.8849360346794128,3.149261,0.019633085,0,18
21
+ 0.1440790593624115,1.0,3.1406145,0.043461952,0,19
22
+ 0.1281149834394455,-0.753603994846344,3.145238,-0.054802608,0,20
23
+ 0.01923482120037079,-1.0,3.1507614,-0.15815933,0,21
24
+ 0.019023090600967407,-0.16026252508163452,3.1600266,-0.14910588,0,22
25
+ 0.06972193717956543,0.6440596580505371,3.1491578,-0.10927582,0,23
26
+ 0.11340898275375366,0.2009373903274536,3.1378615,-0.076885045,0,24
27
+ 0.15185436606407166,-0.5539733171463013,3.1299245,-0.046376623,0,25
28
+ 0.18294201791286469,-0.7062479853630066,3.1347833,-0.010430225,0,26
29
+ 0.14850053191184998,0.3204808235168457,3.1576111,0.022043861,0,27
30
+ 0.10125340521335602,1.0,3.1651375,0.061764587,0,28
31
+ 0.06083305925130844,0.6638538241386414,3.1532934,0.11402909,0,29
32
+ 0.10403479635715485,-1.0,3.1260822,0.09803854,0,30
33
+ 0.19595736265182495,-0.4989786148071289,3.109879,0.022319132,0,31
34
+ 0.18526223301887512,0.9900262951850891,3.1075912,0.03530213,0,32
35
+ 0.159759059548378,0.9210653305053711,3.1069489,0.06144761,0,33
36
+ 0.186769500374794,-0.9781714081764221,3.116562,-0.024824122,0,34
37
+ 0.0928511917591095,-0.8872693181037903,3.122104,-0.1132004,0,35
38
+ 0.09734126925468445,-0.017456065863370895,3.131608,-0.09920624,0,36
39
+ 0.14127488434314728,0.8209162950515747,3.1202526,-0.066628024,0,37
40
+ 0.1524229496717453,-0.18911314010620117,3.1076312,-0.06810136,0,38
41
+ 0.15359938144683838,-0.48533326387405396,3.102633,-0.07192314,0,39
42
+ 0.21077771484851837,-0.35489651560783386,3.1167006,0.0006771475,0,40
43
+ 0.1612895131111145,-0.0014083748683333397,3.143514,0.023352083,0,41
44
+ 0.13677085936069489,0.9039971232414246,3.1575155,0.033869132,0,42
45
+ 0.07207603752613068,0.7447831630706787,3.1459706,0.1101089,0,43
46
+ 0.11249550431966782,-1.0,3.1185172,0.09714285,0,44
47
+ 0.21002361178398132,-0.4337213635444641,3.0997746,0.018357314,0,45
48
+ 0.20037053525447845,0.8504229187965393,3.0981817,0.029603256,0,46
49
+ 0.17454582452774048,1.0,3.100962,0.05264777,0,47
50
+ 0.2070809006690979,-0.7243874669075012,3.115061,-0.006013571,0,48
51
+ 0.11769350618124008,-1.0,3.1219838,-0.088478245,0,49
52
+ 0.11448950320482254,-0.07583986222743988,3.129602,-0.08406406,0,50
53
+ 0.15288151800632477,0.6665739417076111,3.1160803,-0.059193715,0,51
54
+ 0.16840794682502747,0.15334363281726837,3.1035318,-0.05621573,0,52
55
+ 0.1567569375038147,-0.7501577138900757,3.0991838,-0.072214775,0,53
56
+ 0.20343917608261108,-0.15027549862861633,3.1110802,-0.013636164,0,54
57
+ 0.16413965821266174,-0.3251315951347351,3.1385808,0.02543506,0,55
58
+ 0.14636467397212982,0.9531326293945312,3.1607018,0.021089086,0,56
59
+ 0.0673060268163681,0.8083487749099731,3.1498141,0.11103536,0,57
60
+ 0.1227552592754364,-0.9984623789787292,3.1189883,0.08641198,0,58
61
+ 0.20926165580749512,-0.23470905423164368,3.0948741,0.024019714,0,59
62
+ 0.17983107268810272,0.6602357625961304,3.0946703,0.053654153,0,60
63
+ 0.1510009765625,0.9996981620788574,3.1050851,0.0720694,0,61
64
+ 0.1690904051065445,-0.5404316186904907,3.12632,0.032745223,0,62
65
+ 0.16052059829235077,-0.7918517589569092,3.1385279,-0.029107045,0,63
66
+ 0.13718551397323608,-0.4346644878387451,3.146407,-0.04456311,0,64
67
+ 0.12647005915641785,0.4954874813556671,3.1334646,-0.06822088,0,65
68
+ 0.12474393099546432,0.2650817036628723,3.1168568,-0.08655477,0,66
69
+ 0.12225881963968277,-0.322465717792511,3.1107504,-0.09514626,0,67
70
+ 0.18326398730278015,-0.34628987312316895,3.1167111,-0.028180398,0,68
71
+ 0.17544390261173248,-0.541084349155426,3.1391394,0.013572201,0,69
72
+ 0.15586641430854797,0.5451583862304688,3.1643686,0.007920469,0,70
73
+ 0.14228826761245728,0.6572529077529907,3.1626527,0.023214512,0,71
74
+ 0.11271432787179947,0.6181666254997253,3.145674,0.0697672,0,72
75
+ 0.13193494081497192,-1.0,3.1224356,0.073785014,0,73
76
+ 0.1964370459318161,-0.08566363155841827,3.110487,0.021231493,0,74
77
+ 0.18830853700637817,0.6052302122116089,3.1118524,0.02799457,0,75
78
+ 0.17430931329727173,1.0,3.1211529,0.03269332,0,76
79
+ 0.17196260392665863,-0.9853282570838928,3.1352093,-0.020983595,0,77
80
+ 0.07606662809848785,-0.8695690631866455,3.135818,-0.116270885,0,78
81
+ 0.07728186994791031,-0.042082529515028,3.1393762,-0.111497484,0,79
82
+ -0.20443561673164368,1.0,3.2909503,0.24164084,1,0
83
+ 0.04337174445390701,1.0,3.2573757,0.027408058,1,1
84
+ -0.03804127871990204,0.43303823471069336,3.3144047,-0.05179207,1,2
85
+ -0.14872488379478455,-1.0,3.4000156,-0.0768648,1,3
86
+ -0.21587364375591278,-1.0,3.398828,-0.14520113,1,4
87
+ -0.30343887209892273,-0.9999989867210388,3.3300707,-0.30152366,1,5
88
+ -0.4048555791378021,0.3350217938423157,3.2756045,-0.4574066,1,6
89
+ -0.29673001170158386,1.0,3.260203,-0.36468264,1,7
90
+ -0.11789369583129883,-0.4809130132198334,3.2568328,-0.18921638,1,8
91
+ -0.005980692803859711,-0.9227814674377441,3.2489953,-0.085140906,1,9
92
+ -0.03990662097930908,0.9058473110198975,3.2582104,0.10985172,1,10
93
+ -0.25335997343063354,1.0,3.2708995,0.31061596,1,11
94
+ -0.31403470039367676,0.42814040184020996,3.2661853,0.37600493,1,12
95
+ -0.2385689616203308,-1.0,3.2465637,0.3201608,1,13
96
+ -0.06639555096626282,-0.326991468667984,3.2356474,0.15890363,1,14
97
+ 0.04455322027206421,1.0,3.2216616,0.06194073,1,15
98
+ 0.08961266279220581,0.34837016463279724,3.20929,-0.029252829,1,16
99
+ -0.04958328604698181,-1.0,3.2105105,-0.16722831,1,17
100
+ -0.13787558674812317,-1.0,3.2122467,-0.25378445,1,18
101
+ -0.07555969059467316,0.5773459672927856,3.205961,-0.19775422,1,19
102
+ 0.06456086039543152,0.6100893020629883,3.1842058,-0.07938889,1,20
103
+ 0.1237928569316864,-0.511554479598999,3.1683612,-0.036001477,1,21
104
+ 0.15330193936824799,-0.8197174072265625,3.1600657,-0.014787923,1,22
105
+ 0.11190667748451233,0.11074824631214142,3.1815944,0.034654472,1,23
106
+ 0.04936639964580536,1.0,3.1977227,0.081066445,1,24
107
+ -0.0028526633977890015,1.0,3.1889505,0.14205764,1,25
108
+ 0.03395196795463562,-0.8521469235420227,3.158185,0.13601854,1,26
109
+ 0.15897129476070404,-0.7944157719612122,3.1325047,0.036679525,1,27
110
+ 0.17343443632125854,0.9010328650474548,3.127775,0.02694612,1,28
111
+ 0.1552118957042694,1.0,3.1221704,0.05077318,1,29
112
+ 0.15534645318984985,-0.780853271484375,3.1312811,-0.041527923,1,30
113
+ 0.04816813766956329,-1.0,3.1401794,-0.13980798,1,31
114
+ 0.03990927338600159,-0.19859126210212708,3.1503944,-0.1378518,1,32
115
+ 0.10104751586914062,0.8830760717391968,3.138249,-0.08885908,1,33
116
+ 0.14207866787910461,-0.07507593929767609,3.1224477,-0.06362911,1,34
117
+ 0.1624879240989685,-0.4488016664981842,3.1141014,-0.051566184,1,35
118
+ 0.20164398849010468,-0.733528196811676,3.12534,-0.0011715514,1,36
119
+ 0.15648199617862701,0.292242169380188,3.154876,0.016797528,1,37
120
+ 0.11210308223962784,1.0,3.1648076,0.051244877,1,38
121
+ 0.07010605931282043,0.6876477003097534,3.1512964,0.10675308,1,39
122
+ 0.1104423999786377,-1.0,3.1215684,0.096144676,1,40
123
+ 0.20279699563980103,-0.5284891128540039,3.1034174,0.021941118,1,41
124
+ 0.19773170351982117,0.9409769177436829,3.1013505,0.029073266,1,42
125
+ 0.17353376746177673,1.0,3.102815,0.05180683,1,43
126
+ 0.18829011917114258,-0.8465723991394043,3.115432,-0.024433369,1,44
127
+ 0.09342871606349945,-0.9829673171043396,3.12205,-0.112676755,1,45
128
+ 0.09697335213422775,-0.03285880386829376,3.130657,-0.10052521,1,46
129
+ 0.1556386649608612,0.8355448842048645,3.116623,-0.055893924,1,47
130
+ 0.1684153974056244,-0.18493957817554474,3.102176,-0.057564173,1,48
131
+ 0.1566353589296341,-0.5401787757873535,3.0986094,-0.07291071,1,49
132
+ 0.2087995558977127,-0.3108116090297699,3.1156828,-0.0036731218,1,50
133
+ 0.16044262051582336,-0.04869629070162773,3.1449976,0.022715297,1,51
134
+ 0.1353389322757721,0.8884698152542114,3.160918,0.03189858,1,52
135
+ 0.06753842532634735,0.7383597493171692,3.148757,0.11186011,1,53
136
+ 0.11132753640413284,-1.0,3.1188114,0.09801661,1,54
137
+ 0.2046634554862976,-0.3407329320907593,3.0987267,0.024765309,1,55
138
+ 0.18700766563415527,0.8410608172416687,3.0978308,0.043317087,1,56
139
+ 0.15681560337543488,1.0,3.104146,0.06719391,1,57
140
+ 0.19256697595119476,-0.7089611291885376,3.1216724,0.013916149,1,58
141
+ 0.13575726747512817,-0.9330765008926392,3.130191,-0.062207162,1,59
142
+ 0.12588801980018616,-0.16543863713741302,3.1368303,-0.06543717,1,60
143
+ 0.14854925870895386,0.6405314207077026,3.1214256,-0.058180638,1,61
144
+ 0.14749692380428314,0.06623617559671402,3.1062005,-0.07445814,1,62
145
+ 0.1360231637954712,-0.5072256922721863,3.1032727,-0.08885967,1,63
146
+ 0.19020158052444458,-0.2806084454059601,3.1165547,-0.021399196,1,64
147
+ 0.16757988929748535,-0.3254372775554657,3.1439004,0.016675228,1,65
148
+ 0.15251033008098602,0.6666606068611145,3.1661034,0.009541827,1,66
149
+ 0.08372559398412704,1.0,3.1580899,0.08634005,1,67
150
+ 0.13751620054244995,-0.9524389505386353,3.1263888,0.064250536,1,68
151
+ 0.2018759697675705,0.1669142246246338,3.098823,0.02745648,1,69
152
+ 0.16040590405464172,0.08970807492733002,3.1011462,0.066603385,1,70
153
+ 0.16517703235149384,0.9032148718833923,3.1169815,0.04599698,1,71
154
+ 0.1358286738395691,-0.027431584894657135,3.1422775,0.050049372,1,72
155
+ 0.1596362590789795,-0.8961544036865234,3.1536674,-0.014851806,1,73
156
+ 0.10252182930707932,-0.5370275974273682,3.1546948,-0.07093889,1,74
157
+ 0.08488616347312927,0.2674255967140198,3.1424954,-0.10077396,1,75
158
+ 0.084149070084095,0.4492224454879761,3.1252167,-0.118789725,1,76
159
+ 0.08922290802001953,-0.26655083894729614,3.1161876,-0.12274504,1,77
160
+ 0.14592862129211426,-0.3382338881492615,3.1163626,-0.06586432,1,78
161
+ 0.19157259166240692,-0.5106289386749268,3.1336193,0.0029636142,1,79
162
+ -1.1898524761199951,0.5727871060371399,3.3542266,1.1637814,2,0
163
+ -1.0447250604629517,1.0,3.282763,1.0901176,2,1
164
+ -0.9078043699264526,1.0,3.1969302,1.0390297,2,2
165
+ -0.6900014877319336,-0.8806954026222229,3.1730165,0.84514046,2,3
166
+ -0.33657899498939514,-0.9673481583595276,3.2235918,0.4411427,2,4
167
+ -0.08000268042087555,0.9536347985267639,3.2666974,0.14146079,2,5
168
+ 0.07761914283037186,1.0,3.2393398,-0.011196543,2,6
169
+ -0.08599641919136047,-1.0,3.2212634,-0.19288853,2,7
170
+ -0.18247830867767334,-1.0,3.209472,-0.3011619,2,8
171
+ -0.11357319355010986,-0.005173397250473499,3.2138608,-0.22786796,2,9
172
+ 0.04350382834672928,1.0,3.2069414,-0.07771032,2,10
173
+ 0.12856324017047882,-0.433723509311676,3.1929352,0.006657051,2,11
174
+ 0.14280733466148376,-0.7529565691947937,3.1828258,-0.002522383,2,12
175
+ 0.06193915754556656,0.25347933173179626,3.1950936,0.07112273,2,13
176
+ -0.03887322545051575,0.9708942770957947,3.2068036,0.16022518,2,14
177
+ -0.11823143064975739,1.0,3.2033148,0.24307217,2,15
178
+ -0.07897959649562836,-1.0,3.1830988,0.22403632,2,16
179
+ 0.08122877031564713,-0.7776027321815491,3.1650012,0.08192559,2,17
180
+ 0.12891122698783875,1.0,3.156795,0.042449273,2,18
181
+ 0.13998925685882568,0.9933249950408936,3.141019,0.047147147,2,19
182
+ 0.12117362022399902,-1.0,3.1416566,-0.06532526,2,20
183
+ 0.013023272156715393,-1.0,3.1466205,-0.16851173,2,21
184
+ 0.036169156432151794,0.03719598427414894,3.158797,-0.13318934,2,22
185
+ 0.10404522716999054,0.7248702645301819,3.1497133,-0.07439701,2,23
186
+ 0.15963207185268402,0.1438026875257492,3.1399298,-0.028593669,2,24
187
+ 0.18165980279445648,-0.9241927862167358,3.1305053,-0.015990393,2,25
188
+ 0.18458887934684753,-0.47350013256073,3.1408777,-0.00268892,2,26
189
+ 0.10544557869434357,0.8357887864112854,3.1621983,0.060511634,2,27
190
+ 0.04498696327209473,1.0,3.162482,0.12068653,2,28
191
+ 0.05821599066257477,-0.11426720768213272,3.143362,0.12657748,2,29
192
+ 0.14669391512870789,-1.0,3.1179607,0.06350092,2,30
193
+ 0.17973506450653076,0.3596218228340149,3.1141112,0.03430927,2,31
194
+ 0.1473388969898224,1.0,3.11354,0.06727668,2,32
195
+ 0.17473185062408447,0.10017605870962143,3.1243193,0.029104346,2,33
196
+ 0.14751595258712769,-0.8515192270278931,3.1397722,-0.040867396,2,34
197
+ 0.07034993171691895,-1.0,3.1510718,-0.1067338,2,35
198
+ 0.07920171320438385,0.6882767081260681,3.144376,-0.104577765,2,36
199
+ 0.15658193826675415,0.5696138739585876,3.1198483,-0.05172532,2,37
200
+ 0.14760762453079224,-0.5297257900238037,3.104364,-0.07618397,2,38
201
+ 0.18834969401359558,-0.38473987579345703,3.10187,-0.03793576,2,39
202
+ 0.1873931586742401,-0.5768120288848877,3.128138,0.01262429,2,40
203
+ 0.15009866654872894,0.7954496741294861,3.1594036,0.018653287,2,41
204
+ 0.11540257930755615,0.718163013458252,3.1579428,0.05481017,2,42
205
+ 0.1151108518242836,0.2118346095085144,3.1380162,0.07502844,2,43
206
+ 0.16106709837913513,-1.0,3.1140132,0.05307523,2,44
207
+ 0.20290051400661469,0.2123994529247284,3.1067212,0.018533843,2,45
208
+ 0.1558120846748352,1.0,3.107071,0.0652725,2,46
209
+ 0.1585705280303955,0.23747123777866364,3.1174035,0.052181482,2,47
210
+ 0.17799405753612518,-0.8555408716201782,3.1321313,-0.01803012,2,48
211
+ 0.09892395883798599,-0.9189310073852539,3.1425188,-0.0867128,2,49
212
+ 0.09409349411725998,0.45707112550735474,3.1390655,-0.09499652,2,50
213
+ 0.15475329756736755,0.6959531307220459,3.1177607,-0.055641565,2,51
214
+ 0.1382630169391632,-0.6105133891105652,3.1018243,-0.088068224,2,52
215
+ 0.16778475046157837,-0.19617889821529388,3.0987082,-0.061662614,2,53
216
+ 0.1928364336490631,-0.5915697813034058,3.1229503,0.012368761,2,54
217
+ 0.16504493355751038,0.4453161358833313,3.1555824,0.007528163,2,55
218
+ 0.14286300539970398,0.6543280482292175,3.1618564,0.023436097,2,56
219
+ 0.09997524321079254,0.7558712363243103,3.1480706,0.0801097,2,57
220
+ 0.11034439504146576,-1.0,3.1237035,0.09410764,2,58
221
+ 0.2005425989627838,-0.3684232831001282,3.1082897,0.019323196,2,59
222
+ 0.1961868554353714,0.8288093209266663,3.1068547,0.025113987,2,60
223
+ 0.17306043207645416,1.0,3.1102417,0.044853438,2,61
224
+ 0.18704453110694885,-0.8610514998435974,3.1235397,-0.0175713,2,62
225
+ 0.09196501970291138,-1.0,3.1274583,-0.108732164,2,63
226
+ 0.09389796853065491,0.0037888623774051666,3.133837,-0.100420564,2,64
227
+ 0.1475285440683365,0.7812016606330872,3.1193273,-0.061299667,2,65
228
+ 0.1620945930480957,-0.09731478244066238,3.105625,-0.06043601,2,66
229
+ 0.1667572408914566,-0.5223050713539124,3.1024442,-0.0589541,2,67
230
+ 0.2027917057275772,-0.5341317653656006,3.1206787,-0.0046851477,2,68
231
+ 0.16131632030010223,0.09265294671058655,3.1530282,0.013810941,2,69
232
+ 0.12462970614433289,0.974253237247467,3.1679375,0.035588294,2,70
233
+ 0.06403149664402008,0.7401844263076782,3.155022,0.109102115,2,71
234
+ 0.10332642495632172,-1.0,3.1234806,0.101348534,2,72
235
+ 0.20230697095394135,-0.5149648785591125,3.1020873,0.023761291,2,73
236
+ 0.18956197798252106,0.9739803075790405,3.0999506,0.038642988,2,74
237
+ 0.15693512558937073,1.0,3.1046076,0.0666128,2,75
238
+ 0.2045416384935379,-0.7243472933769226,3.123543,-7.085204e-05,2,76
239
+ 0.11485321074724197,-1.0,3.1349542,-0.07834809,2,77
240
+ 0.09852004051208496,-0.22098688781261444,3.144198,-0.085437536,2,78
241
+ 0.12105808407068253,0.6975642442703247,3.1290448,-0.07805266,2,79
242
+ -0.3731665015220642,1.0,3.29662,0.40470213,3,0
243
+ -0.11116378009319305,0.9984925389289856,3.2447643,0.19455497,3,1
244
+ 0.04110909253358841,-0.11904612183570862,3.2666376,0.02040886,3,2
245
+ -0.08233974874019623,-0.27159953117370605,3.3356054,-0.07488988,3,3
246
+ -0.18102513253688812,-0.8822677135467529,3.3702087,-0.13897191,3,4
247
+ -0.33693745732307434,-0.9991772770881653,3.3239892,-0.34110382,3,5
248
+ -0.5148098468780518,-0.3750133514404297,3.2835555,-0.55940986,3,6
249
+ -0.5026254653930664,1.0,3.2748976,-0.5558834,3,7
250
+ -0.27427855134010315,0.40054428577423096,3.2752588,-0.3271753,3,8
251
+ -0.04888991266489029,-0.9088469743728638,3.2538664,-0.123178996,3,9
252
+ 0.04600143060088158,-0.2850285470485687,3.2328076,0.04934645,3,10
253
+ -0.15682895481586456,1.0,3.24401,0.2409745,3,11
254
+ -0.27732861042022705,1.0,3.2430859,0.36239827,3,12
255
+ -0.22266575694084167,-0.5167794227600098,3.2255876,0.32523367,3,13
256
+ -0.050084277987480164,-0.8212628364562988,3.2070398,0.17119996,3,14
257
+ 0.06236707419157028,0.5305017232894897,3.2031043,0.062684186,3,15
258
+ 0.11791108548641205,1.0,3.1932738,0.016970646,3,16
259
+ 0.03945901244878769,-0.6171561479568481,3.1941955,-0.094500996,3,17
260
+ -0.07723693549633026,-0.9912428259849548,3.1946874,-0.21070509,3,18
261
+ -0.08335582911968231,-0.36105382442474365,3.1974607,-0.2140507,3,19
262
+ -0.023289114236831665,0.6085205674171448,3.185147,-0.16629758,3,20
263
+ 0.05672548711299896,0.30497056245803833,3.1723144,-0.099115625,3,21
264
+ 0.1301669180393219,-0.49049654603004456,3.1593783,-0.038610317,3,22
265
+ 0.15997569262981415,-0.9442242980003357,3.15764,-0.010539839,3,23
266
+ 0.12537014484405518,0.5455456376075745,3.1781108,0.024674542,3,24
267
+ 0.06885765492916107,1.0,3.1798363,0.07946159,3,25
268
+ 0.04567863047122955,0.6927531957626343,3.1674407,0.115036234,3,26
269
+ 0.08729473501443863,-1.0,3.1410456,0.09981521,3,27
270
+ 0.17986616492271423,-0.5094841122627258,3.1257312,0.022558117,3,28
271
+ 0.1762090027332306,0.969518780708313,3.1220546,0.029891934,3,29
272
+ 0.16207605600357056,0.8521120548248291,3.1187918,0.047287643,3,30
273
+ 0.15880297124385834,-1.0,3.1262486,-0.043103952,3,31
274
+ 0.05628859996795654,-1.0,3.1319082,-0.13995874,3,32
275
+ 0.06422550231218338,0.12240716069936752,3.1398401,-0.12408989,3,33
276
+ 0.1461590677499771,1.0,3.1269422,-0.055054292,3,34
277
+ 0.19117532670497894,-0.2665818929672241,3.1115243,-0.025455851,3,35
278
+ 0.19565558433532715,-0.7732874155044556,3.1012619,-0.031238081,3,36
279
+ 0.20353549718856812,-0.4973919987678528,3.1196032,0.0050168578,3,37
280
+ 0.1414029449224472,0.7129647135734558,3.1499386,0.03681399,3,38
281
+ 0.10310285538434982,0.9491496682167053,3.154865,0.070187636,3,39
282
+ 0.10682735592126846,0.07584568113088608,3.1366856,0.08464255,3,40
283
+ 0.1744193732738495,-1.0,3.1093295,0.04440668,3,41
284
+ 0.20624849200248718,0.20435258746147156,3.1020803,0.01982668,3,42
285
+ 0.16056698560714722,1.0,3.1029582,0.06463032,3,43
286
+ 0.16169314086437225,0.29661574959754944,3.1148942,0.05156823,3,44
287
+ 0.18297991156578064,-0.8496087789535522,3.1315176,-0.013657957,3,45
288
+ 0.10016423463821411,-1.0,3.1422179,-0.08577341,3,46
289
+ 0.09767632931470871,0.5100601315498352,3.138242,-0.09223718,3,47
290
+ 0.16235317289829254,0.6785670518875122,3.1147106,-0.051091775,3,48
291
+ 0.14303550124168396,-0.547126293182373,3.0984268,-0.086693205,3,49
292
+ 0.16391964256763458,-0.32440969347953796,3.0954316,-0.06880431,3,50
293
+ 0.20268423855304718,-0.44368433952331543,3.1193848,0.006086509,3,51
294
+ 0.16640536487102509,0.3627643585205078,3.1509204,0.0108297635,3,52
295
+ 0.1512986570596695,0.650658130645752,3.1590428,0.01781403,3,53
296
+ 0.09659770131111145,0.7946034073829651,3.1463625,0.08519527,3,54
297
+ 0.09878096729516983,-0.9991461038589478,3.122735,0.10663953,3,55
298
+ 0.190828338265419,-0.4257601201534271,3.1070735,0.030253634,3,56
299
+ 0.19022761285305023,0.8257459998130798,3.1050856,0.032842297,3,57
300
+ 0.17424753308296204,1.0,3.105653,0.048254933,3,58
301
+ 0.194869264960289,-0.7737488746643066,3.1172214,-0.016064892,3,59
302
+ 0.10542632639408112,-0.9648030996322632,3.1225808,-0.100148425,3,60
303
+ 0.1001882404088974,-0.12605230510234833,3.1311333,-0.09683396,3,61
304
+ 0.14461305737495422,0.783539354801178,3.1190267,-0.06451579,3,62
305
+ 0.17049762606620789,0.05053701251745224,3.1054351,-0.052222755,3,63
306
+ 0.16913528740406036,-0.6324803233146667,3.1005492,-0.05847101,3,64
307
+ 0.2040833830833435,-0.454803466796875,3.11432,-0.009752093,3,65
308
+ 0.169176384806633,-0.056056324392557144,3.1454608,0.013518288,3,66
309
+ 0.1394137591123581,1.0,3.1642184,0.024523335,3,67
310
+ 0.07687953114509583,0.7640723586082458,3.1528351,0.098440856,3,68
311
+ 0.1256597340106964,-0.9969143271446228,3.1205444,0.08195136,3,69
312
+ 0.2187851220369339,-0.4379742443561554,3.0970743,0.012296128,3,70
313
+ 0.1952109932899475,0.8756223917007446,3.0957773,0.037167244,3,71
314
+ 0.1583300232887268,1.0,3.1032827,0.0665428,3,72
315
+ 0.1930282711982727,-0.6560841202735901,3.1241236,0.011003679,3,73
316
+ 0.12579217553138733,-0.9844059944152832,3.136081,-0.066282354,3,74
317
+ 0.1087808609008789,-0.21165432035923004,3.1442146,-0.07516003,3,75
318
+ 0.1275824010372162,0.6163508892059326,3.1283953,-0.07217779,3,76
319
+ 0.13570824265480042,0.2135336548089981,3.1124816,-0.07996569,3,77
320
+ 0.130972757935524,-0.5958609580993652,3.1070418,-0.090140924,3,78
321
+ 0.18647274374961853,-0.25379008054733276,3.1179235,-0.02375928,3,79
322
+ -0.975701093673706,-1.0,3.3406982,0.96315837,4,0
323
+ -1.0409537553787231,0.4182238280773163,3.4109945,0.95811474,4,1
324
+ -0.9894648194313049,1.0,3.4016168,0.9160035,4,2
325
+ -0.7911266088485718,1.0,3.3060608,0.81322134,4,3
326
+ -0.6797402501106262,0.8770046830177307,3.2097375,0.7981582,4,4
327
+ -0.554404616355896,-1.0,3.1988568,0.6837033,4,5
328
+ -0.25885823369026184,-1.0,3.2545972,0.33241656,4,6
329
+ -0.018632233142852783,1.0,3.2795057,0.06728202,4,7
330
+ -0.019451014697551727,0.4885370433330536,3.2448246,-0.102781884,4,8
331
+ -0.2155870497226715,-0.9629464745521545,3.2199078,-0.3238348,4,9
332
+ -0.32677802443504333,-0.9959969520568848,3.215824,-0.43910965,4,10
333
+ -0.19755908846855164,0.9428843259811401,3.2265828,-0.29913184,4,11
334
+ 0.03300461173057556,0.38776034116744995,3.2230096,-0.07214132,4,12
335
+ 0.10596366971731186,-0.8839941024780273,3.2075212,-0.014670646,4,13
336
+ 0.10807277262210846,-0.47126805782318115,3.204382,0.015700802,4,14
337
+ -0.02154974639415741,1.0,3.219281,0.1304243,4,15
338
+ -0.11909706890583038,1.0,3.2157257,0.23152693,4,16
339
+ -0.09347251057624817,-0.1822308897972107,3.1969585,0.22466949,4,17
340
+ 0.025091886520385742,-0.9357410073280334,3.173049,0.13001466,4,18
341
+ 0.09327955543994904,0.470725953578949,3.1698515,0.06502442,4,19
342
+ 0.09981700778007507,1.0,3.1633732,0.06496528,4,20
343
+ 0.15156541764736176,-0.16078172624111176,3.169219,-0.0073710834,4,21
344
+ 0.04598322510719299,-0.9661027789115906,3.179154,-0.10301837,4,22
345
+ -0.039669767022132874,-1.0,3.1856945,-0.18213083,4,23
346
+ -0.016652077436447144,0.9665460586547852,3.1715233,-0.17328426,4,24
347
+ 0.11641994118690491,0.696679949760437,3.1422212,-0.069514364,4,25
348
+ 0.15185345709323883,-0.8528839945793152,3.1198032,-0.056498867,4,26
349
+ 0.18212714791297913,-0.7983180284500122,3.1117876,-0.034240805,4,27
350
+ 0.14854925870895386,0.13367314636707306,3.1426024,0.037003823,4,28
351
+ 0.0895337387919426,1.0,3.1686792,0.06994254,4,29
352
+ 0.04450014978647232,0.928939938545227,3.16528,0.118375264,4,30
353
+ 0.09435514360666275,-1.0,3.1332622,0.10053822,4,31
354
+ 0.1991489827632904,-0.5545565485954285,3.1065788,0.022427706,4,32
355
+ 0.18003568053245544,0.8594290614128113,3.1048806,0.04323926,4,33
356
+ 0.1520666778087616,1.0,3.1089063,0.06718257,4,34
357
+ 0.19940559566020966,-0.6593518257141113,3.1258702,-0.0028796943,4,35
358
+ 0.10078753530979156,-1.0,3.1372893,-0.0900787,4,36
359
+ 0.09393966197967529,-0.1309886872768402,3.1447093,-0.08950651,4,37
360
+ 0.11670374125242233,0.49198609590530396,3.1300519,-0.081399925,4,38
361
+ 0.14244875311851501,0.44676679372787476,3.117406,-0.068300866,4,39
362
+ 0.155399352312088,-0.8195517063140869,3.1101172,-0.06263896,4,40
363
+ 0.19260181486606598,-0.2830554246902466,3.1146734,-0.020880323,4,41
364
+ 0.15767811238765717,-0.2442527711391449,3.1398394,0.030637998,4,42
365
+ 0.13979491591453552,0.8778057098388672,3.1622021,0.026158482,4,43
366
+ 0.07147933542728424,0.9318327903747559,3.1535563,0.103119835,4,44
367
+ 0.12455795705318451,-1.0,3.1217418,0.08185579,4,45
368
+ 0.21691887080669403,-0.2654523551464081,3.0951402,0.016096432,4,46
369
+ 0.18395806849002838,0.6196489930152893,3.095175,0.049022418,4,47
370
+ 0.1547190248966217,1.0,3.1053905,0.06804594,4,48
371
+ 0.17504052817821503,-0.5196200609207153,3.126126,0.02698894,4,49
372
+ 0.14573639631271362,-0.852563738822937,3.1372485,-0.045170598,4,50
373
+ 0.12365958094596863,-0.33301863074302673,3.1441596,-0.060336385,4,51
374
+ 0.1283642053604126,0.4991374611854553,3.1299927,-0.06979859,4,52
375
+ 0.13591718673706055,0.2750568687915802,3.113964,-0.07827425,4,53
376
+ 0.1252414882183075,-0.5528355836868286,3.1076252,-0.09528879,4,54
377
+ 0.18372051417827606,-0.13405682146549225,3.1139212,-0.03051384,4,55
378
+ 0.17288397252559662,-0.574745237827301,3.137505,0.017766487,4,56
379
+ 0.1580924093723297,0.6913614869117737,3.1622386,0.007824504,4,57
380
+ 0.1351749300956726,0.5083409547805786,3.156567,0.036413483,4,58
381
+ 0.11460695415735245,0.5195466876029968,3.1385067,0.07504191,4,59
382
+ 0.13577497005462646,-1.0,3.1183307,0.07404983,4,60
383
+ 0.1959059089422226,0.1252417117357254,3.1102479,0.02200176,4,61
384
+ 0.17958638072013855,0.6531737446784973,3.1116638,0.036905315,4,62
385
+ 0.1681235134601593,0.8107336163520813,3.1231096,0.036922432,4,63
386
+ 0.17800036072731018,-1.0,3.1385715,-0.01158365,4,64
387
+ 0.08757802098989487,-0.8778522610664368,3.1391237,-0.10145382,4,65
388
+ 0.0930040180683136,0.1665661484003067,3.1377566,-0.09739491,4,66
389
+ 0.1359141618013382,0.7065666317939758,3.1199594,-0.072282,4,67
390
+ 0.13790187239646912,-0.2608921527862549,3.106903,-0.08335056,4,68
391
+ 0.15814846754074097,-0.40311869978904724,3.1048753,-0.06513172,4,69
392
+ 0.20064930617809296,-0.5641507506370544,3.124862,-0.002644261,4,70
393
+ 0.1601499766111374,0.2611102759838104,3.1562297,0.011775806,4,71
394
+ 0.13673119246959686,0.753604531288147,3.1670756,0.024348693,4,72
395
+ 0.07587551325559616,0.9340325593948364,3.1559625,0.09631754,4,73
396
+ 0.08240760117769241,-1.0,3.129041,0.11670696,4,74
397
+ 0.19387885928153992,-0.6395922899246216,3.1079648,0.026311908,4,75
398
+ 0.19039103388786316,0.9589849710464478,3.1045423,0.03322222,4,76
399
+ 0.16616195440292358,1.0,3.1033678,0.05862575,4,77
400
+ 0.18951551616191864,-0.7466476559638977,3.1173832,-0.021256762,4,78
401
+ 0.09182778745889664,-0.9887115955352783,3.1283624,-0.10796531,4,79
402
+ -1.1715670824050903,0.9049395322799683,3.3440392,1.1556834,5,0
403
+ -1.029523491859436,1.0,3.257597,1.100082,5,1
404
+ -0.8636511564254761,0.5695500373840332,3.183606,1.0082008,5,2
405
+ -0.6229422688484192,-1.0,3.1836288,0.767469,5,3
406
+ -0.2967854142189026,-0.5311228632926941,3.2438169,0.38112408,5,4
407
+ -0.04802047461271286,1.0,3.2718642,0.10431182,5,5
408
+ 0.026292510330677032,0.6840929388999939,3.2454686,-0.05639439,5,6
409
+ -0.10742223262786865,-1.0,3.2304764,-0.20510137,5,7
410
+ -0.1618935763835907,-1.0,3.2183177,-0.27173135,5,8
411
+ -0.08848267793655396,0.10550560057163239,3.2175276,-0.19911057,5,9
412
+ 0.06208939850330353,0.9904355406761169,3.207951,-0.05811505,5,10
413
+ 0.12193717062473297,-0.47931742668151855,3.1938798,0.012338502,5,11
414
+ 0.1379319280385971,-0.781331479549408,3.1808162,-0.00940741,5,12
415
+ 0.048929132521152496,0.6990702152252197,3.1871202,0.092106186,5,13
416
+ -0.09189094603061676,1.0,3.1916783,0.22836818,5,14
417
+ -0.10783317685127258,0.15571902692317963,3.1883783,0.24761036,5,15
418
+ 0.008987754583358765,-1.0,3.173239,0.14592877,5,16
419
+ 0.10024681687355042,0.3022667169570923,3.1678827,0.06002602,5,17
420
+ 0.10977382212877274,0.8541918396949768,3.161172,0.057209782,5,18
421
+ 0.16270585358142853,0.129638671875,3.163184,-0.0022657423,5,19
422
+ 0.07074519246816635,-0.8805198073387146,3.1728685,-0.084541835,5,20
423
+ -0.009842976927757263,-1.0,3.1783152,-0.15968333,5,21
424
+ -0.007294774055480957,0.505122184753418,3.1709888,-0.1644615,5,22
425
+ 0.11087090522050858,0.9648335576057434,3.1489975,-0.06828707,5,23
426
+ 0.1680683046579361,-0.6864333748817444,3.128451,-0.031636108,5,24
427
+ 0.1881897896528244,-0.8141418695449829,3.1147466,-0.02521916,5,25
428
+ 0.1577223241329193,-0.16471172869205475,3.1404238,0.030009411,5,26
429
+ 0.0994914099574089,1.0,3.1698804,0.058783717,5,27
430
+ 0.056260861456394196,1.0,3.16807,0.10382458,5,28
431
+ 0.0727246031165123,-0.4388219118118286,3.14092,0.11451099,5,29
432
+ 0.1595107764005661,-1.0,3.114177,0.054467753,5,30
433
+ 0.17680373787879944,0.5842846035957336,3.1111727,0.040179107,5,31
434
+ 0.15534096956253052,1.0,3.1080742,0.06474035,5,32
435
+ 0.2033223956823349,-0.1885489970445633,3.1197007,-0.005132445,5,33
436
+ 0.10248371213674545,-0.9256149530410767,3.1352277,-0.090444125,5,34
437
+ 0.044647589325904846,-0.7246715426445007,3.1486256,-0.13488232,5,35
438
+ 0.07946693897247314,0.8239589929580688,3.1407738,-0.107914805,5,36
439
+ 0.16778568923473358,0.4721861779689789,3.1192944,-0.04107542,5,37
440
+ 0.17095394432544708,-0.7504281997680664,3.1045763,-0.05262522,5,38
441
+ 0.2037486433982849,-0.470570832490921,3.1049807,-0.019426167,5,39
442
+ 0.16447825729846954,-0.23898090422153473,3.1346703,0.029007,5,40
443
+ 0.13038940727710724,0.942891001701355,3.1619623,0.035803843,5,41
444
+ 0.061403267085552216,1.0,3.1561017,0.11065055,5,42
445
+ 0.11559891700744629,-1.0,3.123645,0.08891153,5,43
446
+ 0.21753175556659698,-0.4026188850402832,3.094113,0.016510652,5,44
447
+ 0.18742159008979797,0.6631422638893127,3.0935373,0.0471966,5,45
448
+ 0.1599634289741516,1.0,3.10286,0.06533211,5,46
449
+ 0.18536430597305298,-0.4241809546947479,3.1249197,0.017871562,5,47
450
+ 0.13945868611335754,-0.8554732799530029,3.1399329,-0.04876396,5,48
451
+ 0.11478070169687271,-0.437643826007843,3.1485028,-0.06487199,5,49
452
+ 0.11342840641736984,0.43736061453819275,3.1355288,-0.07919831,5,50
453
+ 0.12975944578647614,0.43859565258026123,3.1186807,-0.079715356,5,51
454
+ 0.12213167548179626,-0.6018741726875305,3.1098757,-0.09614816,5,52
455
+ 0.17070358991622925,-0.16855783760547638,3.1129425,-0.044509467,5,53
456
+ 0.17066539824008942,-0.4687706232070923,3.135407,0.022083148,5,54
457
+ 0.1530311107635498,0.5184620022773743,3.161071,0.01405335,5,55
458
+ 0.13744835555553436,0.5748828053474426,3.159963,0.030744275,5,56
459
+ 0.10916963964700699,0.5631007552146912,3.143239,0.07574686,5,57
460
+ 0.13800328969955444,-0.9999989867210388,3.1217906,0.06836157,5,58
461
+ 0.19906124472618103,0.12229020148515701,3.111927,0.017167244,5,59
462
+ 0.18831302225589752,0.5239623785018921,3.1131678,0.026674738,5,60
463
+ 0.17779697477817535,0.922641396522522,3.1245642,0.025794372,5,61
464
+ 0.17161890864372253,-0.998907744884491,3.1397583,-0.016778266,5,62
465
+ 0.07808806747198105,-0.8678949475288391,3.1382165,-0.111850955,5,63
466
+ 0.08341389149427414,0.08892995119094849,3.137847,-0.10689468,5,64
467
+ 0.1196371465921402,0.6743450164794922,3.1223462,-0.08617221,5,65
468
+ 0.12580417096614838,-0.1524910032749176,3.1107037,-0.09164764,5,66
469
+ 0.15109089016914368,-0.4017016291618347,3.1079395,-0.069125146,5,67
470
+ 0.19783185422420502,-0.5674585700035095,3.1244931,-0.005830535,5,68
471
+ 0.16228429973125458,0.17707672715187073,3.1534624,0.012408802,5,69
472
+ 0.13343076407909393,0.8179576396942139,3.165135,0.029589841,5,70
473
+ 0.06885793805122375,0.9298178553581238,3.1549366,0.10436103,5,71
474
+ 0.08324117213487625,-0.9947782158851624,3.1281145,0.11679988,5,72
475
+ 0.19601492583751678,-0.6574639678001404,3.1068041,0.025336465,5,73
476
+ 0.18935176730155945,0.9741461277008057,3.103294,0.03550985,5,74
477
+ 0.1604035496711731,1.0,3.1016943,0.066057615,5,75
478
+ 0.19530774652957916,-0.8001532554626465,3.114763,-0.018084755,5,76
479
+ 0.08989693224430084,-1.0,3.1249766,-0.11328195,5,77
480
+ 0.07752809673547745,-0.1217285692691803,3.1374993,-0.11312809,5,78
481
+ 0.12994085252285004,0.865114152431488,3.1258519,-0.072362795,5,79
482
+ -0.17110836505889893,1.0,3.2827947,-0.21646917,6,0
483
+ -0.36418992280960083,1.0,3.3102508,-0.38209468,6,1
484
+ -0.5024315714836121,-0.3699875771999359,3.397774,-0.4328131,6,2
485
+ -0.5268019437789917,-1.0,3.4350255,-0.41993204,6,3
486
+ -0.4513210654258728,-1.0,3.3765557,-0.4029209,6,4
487
+ -0.4799603223800659,-1.0,3.285341,-0.5227748,6,5
488
+ -0.4740152955055237,0.9912557601928711,3.2612352,-0.5409356,6,6
489
+ -0.2210870385169983,0.9669690132141113,3.2742474,-0.27499515,6,7
490
+ -0.018655553460121155,-1.0,3.2739542,-0.07285692,6,8
491
+ 0.005173325538635254,-0.21361695230007172,3.236685,0.086297154,6,9
492
+ -0.2555556893348694,1.0,3.2472537,0.33645755,6,10
493
+ -0.40941745042800903,1.0,3.2520142,0.4855588,6,11
494
+ -0.35100024938583374,-0.674392819404602,3.251439,0.42771667,6,12
495
+ -0.16058611869812012,-0.5748022198677063,3.2457902,0.2429514,6,13
496
+ -0.08587980270385742,0.9570469260215759,3.2396786,0.1743567,6,14
497
+ 0.054853420704603195,-0.2902489900588989,3.2251525,0.048149604,6,15
498
+ -0.020409531891345978,0.03356442600488663,3.2272563,-0.12130875,6,16
499
+ -0.08940304815769196,-1.0,3.2372015,-0.18035711,6,17
500
+ -0.14455465972423553,-0.24003130197525024,3.2311773,-0.24153285,6,18
501
+ -0.03938649594783783,0.7176497578620911,3.2139373,-0.15360473,6,19
502
+ 0.08300404250621796,-0.022320233285427094,3.1962914,-0.048860032,6,20
503
+ 0.1419232338666916,-0.6990198493003845,3.178612,-0.007620289,6,21
504
+ 0.12959134578704834,-0.4805378317832947,3.181228,0.017336247,6,22
505
+ 0.058630041778087616,1.0,3.1946368,0.074888654,6,23
506
+ -0.012283474206924438,1.0,3.184681,0.15575805,6,24
507
+ 0.00836634635925293,-0.2302427887916565,3.1613634,0.15842581,6,25
508
+ 0.10793865472078323,-1.0,3.137614,0.08260285,6,26
509
+ 0.15035372972488403,0.49500641226768494,3.1347463,0.043055475,6,27
510
+ 0.13404536247253418,1.0,3.1293795,0.064730644,6,28
511
+ 0.18367569148540497,-0.27628660202026367,3.1339605,-0.010519347,6,29
512
+ 0.07329364120960236,-0.9011304974555969,3.1440969,-0.110765025,6,30
513
+ 0.013079807162284851,-0.724246084690094,3.1546948,-0.16038091,6,31
514
+ 0.04207147657871246,0.8138835430145264,3.1470702,-0.13901387,6,32
515
+ 0.1425507813692093,0.5427653193473816,3.127057,-0.058547657,6,33
516
+ 0.16525760293006897,-0.8113674521446228,3.1108665,-0.052031368,6,34
517
+ 0.20347782969474792,-0.5334478616714478,3.1068268,-0.017850906,6,35
518
+ 0.16024231910705566,-0.1530400812625885,3.134377,0.033536196,6,36
519
+ 0.12810325622558594,0.9885199666023254,3.1603537,0.0396986,6,37
520
+ 0.07101423293352127,0.9747921824455261,3.1536136,0.10352772,6,38
521
+ 0.12617991864681244,-1.0,3.121259,0.080716625,6,39
522
+ 0.22577570378780365,-0.4543204605579376,3.0928826,0.00949718,6,40
523
+ 0.19278165698051453,0.739495575428009,3.09232,0.04305389,6,41
524
+ 0.15794959664344788,1.0,3.0996368,0.07056912,6,42
525
+ 0.1992424875497818,-0.6097491383552551,3.1181035,0.010809524,6,43
526
+ 0.1316770613193512,-0.8450025320053101,3.1298788,-0.0665997,6,44
527
+ 0.1151973232626915,-0.29953694343566895,3.13951,-0.07344828,6,45
528
+ 0.1296827644109726,0.577055811882019,3.1268203,-0.07165243,6,46
529
+ 0.146182119846344,0.22613458335399628,3.1114588,-0.07051461,6,47
530
+ 0.1409626305103302,-0.568809986114502,3.1050694,-0.082123496,6,48
531
+ 0.1955472081899643,-0.22282426059246063,3.1113818,-0.021226544,6,49
532
+ 0.16796915233135223,-0.3871857225894928,3.134878,0.025308449,6,50
533
+ 0.15412937104701996,0.6841472387313843,3.1566122,0.01741399,6,51
534
+ 0.0830869972705841,1.0,3.1499732,0.095095366,6,52
535
+ 0.13699015974998474,-0.9145500659942627,3.120523,0.07064238,6,53
536
+ 0.20984628796577454,0.04594780132174492,3.0944128,0.02389642,6,54
537
+ 0.17099085450172424,0.18865975737571716,3.097034,0.06013068,6,55
538
+ 0.15524952113628387,1.0,3.1112533,0.06165274,6,56
539
+ 0.13594846427440643,-0.22750172019004822,3.1334279,0.0587792,6,57
540
+ 0.17036528885364532,-0.8616768717765808,3.1426275,-0.015162754,6,58
541
+ 0.12637893855571747,-0.4282906651496887,3.14586,-0.05591662,6,59
542
+ 0.11167082190513611,0.3110849857330322,3.133822,-0.08266273,6,60
543
+ 0.10672084987163544,0.3911464214324951,3.1177924,-0.1036423,6,61
544
+ 0.10621181130409241,-0.3367399275302887,3.1104796,-0.11146411,6,62
545
+ 0.1677429974079132,-0.22716113924980164,3.1128206,-0.04759189,6,63
546
+ 0.18924580514431,-0.6623091697692871,3.1313448,0.0075649186,6,64
547
+ 0.1622813642024994,0.4953747093677521,3.156248,0.009626056,6,65
548
+ 0.14413982629776,0.5473206043243408,3.1571734,0.026842304,6,66
549
+ 0.09121134132146835,0.9735230803489685,3.1451967,0.0917475,6,67
550
+ 0.0733572393655777,-0.9849361777305603,3.1235492,0.13124906,6,68
551
+ 0.1813189834356308,-0.6209192276000977,3.1069689,0.039867654,6,69
552
+ 0.18428169190883636,0.9060658812522888,3.10497,0.038903847,6,70
553
+ 0.16878849267959595,1.0,3.1019356,0.0574314,6,71
554
+ 0.19145797193050385,-0.7354848384857178,3.1130002,-0.023697393,6,72
555
+ 0.09236970543861389,-0.9803345203399658,3.1211898,-0.11459598,6,73
556
+ 0.09560079127550125,-0.037474870681762695,3.1324103,-0.10014444,6,74
557
+ 0.13872478902339935,0.571842610836029,3.1217303,-0.0677004,6,75
558
+ 0.1597529798746109,0.18480750918388367,3.1114752,-0.05692731,6,76
559
+ 0.17507144808769226,-0.6076288223266602,3.1087537,-0.04433038,6,77
560
+ 0.1966339349746704,-0.5521019101142883,3.1222143,-0.009307259,6,78
561
+ 0.16013559699058533,0.04390062391757965,3.1509523,0.017067581,6,79
562
+ -0.3019851744174957,1.0,3.2973433,0.33279744,7,0
563
+ -0.04909702390432358,1.0,3.2557728,0.12147971,7,1
564
+ 0.003990570083260536,0.41789406538009644,3.2985535,0.02561148,7,2
565
+ -0.0807124525308609,-1.0,3.3763645,-0.032503504,7,3
566
+ -0.17800405621528625,-0.8790032267570496,3.3824205,-0.12373903,7,4
567
+ -0.2929287254810333,-0.999513566493988,3.3241642,-0.2969201,7,5
568
+ -0.46107494831085205,0.010777056217193604,3.2780087,-0.51122177,7,6
569
+ -0.42286691069602966,1.0,3.2702355,-0.4807869,7,7
570
+ -0.2256566286087036,-0.009210649877786636,3.2717829,-0.28202927,7,8
571
+ -0.014327578246593475,-0.6779725551605225,3.250772,-0.0917111,7,9
572
+ -0.03206530213356018,0.0992155373096466,3.245084,0.11513677,7,10
573
+ -0.23750802874565125,1.0,3.2559552,0.30970833,7,11
574
+ -0.37725627422332764,1.0,3.2537158,0.45169604,7,12
575
+ -0.3250313103199005,-1.0,3.2363255,0.41686133,7,13
576
+ -0.10340149700641632,-0.859602153301239,3.223416,0.20814092,7,14
577
+ 0.03206326812505722,0.9259240031242371,3.2120311,0.08406112,7,15
578
+ 0.11763730645179749,0.9742650985717773,3.1858897,0.024628494,7,16
579
+ 0.032620929181575775,-0.991125226020813,3.178526,-0.11700866,7,17
580
+ -0.07314825057983398,-1.0,3.1772723,-0.22403145,7,18
581
+ -0.031977444887161255,0.03211095184087753,3.1860104,-0.1741226,7,19
582
+ 0.04983975738286972,0.6445348858833313,3.17758,-0.10073564,7,20
583
+ 0.11516845971345901,0.1272268146276474,3.1692157,-0.04377138,7,21
584
+ 0.15980981290340424,-0.8234661221504211,3.1566875,-0.01165821,7,22
585
+ 0.16247989237308502,-0.5302742123603821,3.1626766,0.002999056,7,23
586
+ 0.08115454763174057,0.9906217455863953,3.1790283,0.0679727,7,24
587
+ 0.010259360074996948,1.0,3.1713994,0.1464968,7,25
588
+ 0.04179193079471588,-0.30928370356559753,3.1484294,0.1379342,7,26
589
+ 0.14873211085796356,-1.0,3.1227214,0.056701973,7,27
590
+ 0.17503651976585388,0.5737138986587524,3.1196752,0.03344384,7,28
591
+ 0.14143171906471252,0.9891381859779358,3.116567,0.070156895,7,29
592
+ 0.19713564217090607,-0.24407966434955597,3.124454,0.006565857,7,30
593
+ 0.1111544817686081,-0.9104558229446411,3.136067,-0.08093412,7,31
594
+ 0.06470124423503876,-0.6029378175735474,3.1468828,-0.1165715,7,32
595
+ 0.07413678616285324,0.5353605151176453,3.1411233,-0.11289544,7,33
596
+ 0.12868505716323853,0.5887246131896973,3.1254153,-0.074055135,7,34
597
+ 0.15343135595321655,-0.5434054732322693,3.1127138,-0.062010344,7,35
598
+ 0.19338294863700867,-0.5679413676261902,3.1071527,-0.027619876,7,36
599
+ 0.18842813372612,-0.3619549572467804,3.128527,0.011200462,7,37
600
+ 0.14464634656906128,1.0,3.1510231,0.032486025,7,38
601
+ 0.07095231115818024,1.0,3.144662,0.1125413,7,39
602
+ 0.13546410202980042,-1.0,3.1138349,0.078856565,7,40
603
+ 0.23896698653697968,-0.42115718126296997,3.0850058,0.004182775,7,41
604
+ 0.202815443277359,0.6514153480529785,3.0853856,0.039954513,7,42
605
+ 0.16827309131622314,1.0,3.0945282,0.06535423,7,43
606
+ 0.19412699341773987,-0.4413670599460602,3.1141663,0.019862257,7,44
607
+ 0.156864732503891,-0.8046553134918213,3.1273127,-0.043978132,7,45
608
+ 0.1354590356349945,-0.42816001176834106,3.137213,-0.055483498,7,46
609
+ 0.14840781688690186,0.5757297277450562,3.1253064,-0.054441325,7,47
610
+ 0.16878218948841095,0.2693144679069519,3.1082175,-0.05115585,7,48
611
+ 0.1378466784954071,-0.671701192855835,3.1004214,-0.08988741,7,49
612
+ 0.1907450556755066,0.03769831359386444,3.105603,-0.031807482,7,50
613
+ 0.1779370903968811,-0.6016222834587097,3.1278522,0.02236623,7,51
614
+ 0.14796777069568634,0.8848320245742798,3.149884,0.030303763,7,52
615
+ 0.15017737448215485,-0.13323964178562164,3.1420772,0.035900936,7,53
616
+ 0.13812218606472015,1.0,3.127879,0.06215443,7,54
617
+ 0.11091776937246323,-0.9948676228523254,3.1145208,0.10271696,7,55
618
+ 0.1997789740562439,0.0570279136300087,3.1075733,0.020803269,7,56
619
+ 0.19031888246536255,0.4419042468070984,3.1120594,0.025777273,7,57
620
+ 0.17677344381809235,0.9811691641807556,3.119946,0.031436075,7,58
621
+ 0.19616051018238068,-0.8848100900650024,3.1305904,-0.0014045757,7,59
622
+ 0.10445410013198853,-0.8496648073196411,3.1279826,-0.0957188,7,60
623
+ 0.09859523177146912,-0.033759281039237976,3.1294012,-0.10015908,7,61
624
+ 0.1294105350971222,0.7081672549247742,3.1163979,-0.08234713,7,62
625
+ 0.13282310962677002,-0.15514808893203735,3.1045895,-0.09074294,7,63
626
+ 0.15301568806171417,-0.27993008494377136,3.1020522,-0.07308762,7,64
627
+ 0.20096787810325623,-0.672224760055542,3.1167455,-0.010442161,7,65
628
+ 0.1758193075656891,0.148570254445076,3.1443233,0.008012867,7,66
629
+ 0.13826759159564972,0.7371547222137451,3.1565292,0.03335874,7,67
630
+ 0.07967172563076019,0.9289237856864929,3.148004,0.10047974,7,68
631
+ 0.10629022866487503,-1.0,3.1202602,0.10160505,7,69
632
+ 0.21379166841506958,-0.4837912321090698,3.0978088,0.016555013,7,70
633
+ 0.19303786754608154,0.8782555460929871,3.0965855,0.038532134,7,71
634
+ 0.1570052206516266,1.0,3.1012022,0.06994804,7,72
635
+ 0.19852356612682343,-0.6690627932548523,3.119796,0.009835911,7,73
636
+ 0.1292959749698639,-0.9426457285881042,3.131201,-0.06765851,7,74
637
+ 0.11620091646909714,-0.20797280967235565,3.1408916,-0.07106305,7,75
638
+ 0.12773177027702332,0.5279209017753601,3.1277995,-0.07262424,7,76
639
+ 0.144339919090271,0.37217071652412415,3.114232,-0.06958353,7,77
640
+ 0.15454576909542084,-0.6417171359062195,3.1087756,-0.06483413,7,78
641
+ 0.19332560896873474,-0.4057636857032776,3.116935,-0.017894898,7,79
642
+ -0.468765527009964,1.0,3.3045144,0.49240664,8,0
643
+ -0.19506490230560303,1.0,3.2445486,0.27867186,8,1
644
+ 0.0015715882182121277,-0.2149888277053833,3.2515075,0.07507641,8,2
645
+ -0.016389349475502968,0.0388074666261673,3.3160412,-0.028503636,8,3
646
+ -0.1216093972325325,-0.9089084267616272,3.3650396,-0.08472533,8,4
647
+ -0.3010481297969818,-1.0,3.3276868,-0.30151686,8,5
648
+ -0.4929995536804199,-0.539989709854126,3.2908757,-0.5302794,8,6
649
+ -0.506629467010498,1.0,3.27737,-0.557415,8,7
650
+ -0.2812407314777374,0.5896761417388916,3.2744122,-0.3349841,8,8
651
+ -0.054885134100914,-0.9906753897666931,3.2490838,-0.1339569,8,9
652
+ 0.08685485273599625,-0.4827466905117035,3.2236853,0.017615402,8,10
653
+ -0.11537942290306091,1.0,3.2380033,0.20553169,8,11
654
+ -0.2341386079788208,1.0,3.2409868,0.3213073,8,12
655
+ -0.1917635202407837,-0.22639095783233643,3.2262049,0.29371417,8,13
656
+ -0.04885631799697876,-0.8610895872116089,3.205219,0.1717928,8,14
657
+ 0.06753449141979218,0.23205377161502838,3.2026544,0.05796666,8,15
658
+ 0.12926450371742249,1.0,3.195374,0.0035169988,8,16
659
+ 0.0426495298743248,-0.22675977647304535,3.1965063,-0.088999726,8,17
660
+ -0.07264482975006104,-1.0,3.1988885,-0.2019118,8,18
661
+ -0.1198590099811554,-0.765465497970581,3.2002046,-0.24780992,8,19
662
+ -0.0624605268239975,0.750593364238739,3.1885595,-0.20205651,8,20
663
+ 0.05392888933420181,0.4614179730415344,3.1692276,-0.10499903,8,21
664
+ 0.11849334836006165,-0.517956554889679,3.1538677,-0.055794448,8,22
665
+ 0.16303569078445435,-0.9034366607666016,3.146518,-0.018601835,8,23
666
+ 0.1287492960691452,0.2875688374042511,3.1680424,0.0313638,8,24
667
+ 0.06850861012935638,1.0,3.1799755,0.0796714,8,25
668
+ 0.026881620287895203,0.9146102666854858,3.1721416,0.12913235,8,26
669
+ 0.06924740970134735,-1.0,3.1442158,0.114692286,8,27
670
+ 0.18199218809604645,-0.641185998916626,3.1223195,0.023843864,8,28
671
+ 0.18259656429290771,0.8888078927993774,3.1187198,0.02683914,8,29
672
+ 0.16481658816337585,1.0,3.1149127,0.048426185,8,30
673
+ 0.16406288743019104,-0.9017883539199829,3.1233108,-0.04078183,8,31
674
+ 0.055772677063941956,-1.0,3.1295526,-0.14283024,8,32
675
+ 0.06655699014663696,0.03911810368299484,3.1390533,-0.12254518,8,33
676
+ 0.13104671239852905,0.7665579319000244,3.127951,-0.06915789,8,34
677
+ 0.15071459114551544,-0.14617383480072021,3.116078,-0.061363023,8,35
678
+ 0.16187945008277893,-0.5088975429534912,3.1106355,-0.05564055,8,36
679
+ 0.19798976182937622,-0.525631308555603,3.1241663,-0.005999499,8,37
680
+ 0.16065995395183563,0.3191962242126465,3.150559,0.016936619,8,38
681
+ 0.11492954194545746,1.0,3.1581404,0.055085555,8,39
682
+ 0.06667188555002213,0.4924178421497345,3.1440995,0.11738416,8,40
683
+ 0.10843842476606369,-1.0,3.1173346,0.10238249,8,41
684
+ 0.18639801442623138,-0.36529359221458435,3.1047318,0.03702571,8,42
685
+ 0.17691975831985474,1.0,3.102334,0.04890173,8,43
686
+ 0.15750214457511902,0.8700118660926819,3.1033695,0.0672839,8,44
687
+ 0.2005588263273239,-0.9739128351211548,3.1134436,-0.014153078,8,45
688
+ 0.11885033547878265,-0.8072736263275146,3.1195824,-0.08972277,8,46
689
+ 0.12392789870500565,-0.05840764194726944,3.1281981,-0.07602947,8,47
690
+ 0.16883188486099243,0.9011261463165283,3.1159155,-0.043408092,8,48
691
+ 0.17465701699256897,-0.35659629106521606,3.1013043,-0.052194208,8,49
692
+ 0.15537530183792114,-0.45094171166419983,3.0971007,-0.07567947,8,50
693
+ 0.20968341827392578,-0.2983073890209198,3.1147232,-0.003748887,8,51
694
+ 0.17285001277923584,0.003637082874774933,3.143437,0.011868592,8,52
695
+ 0.14896562695503235,0.870684802532196,3.1573443,0.02184555,8,53
696
+ 0.07837264239788055,0.7084552645683289,3.145449,0.10433395,8,54
697
+ 0.11375238001346588,-1.0,3.117771,0.09663223,8,55
698
+ 0.2059064507484436,-0.37367525696754456,3.0996263,0.022622772,8,56
699
+ 0.1942129135131836,0.8560817837715149,3.098181,0.03576159,8,57
700
+ 0.16743305325508118,1.0,3.1022217,0.058500737,8,58
701
+ 0.20676922798156738,-0.7256901860237122,3.1178522,0.0035340777,8,59
702
+ 0.12519168853759766,-1.0,3.124974,-0.07798982,8,60
703
+ 0.12013928592205048,-0.06733022630214691,3.131472,-0.07654412,8,61
704
+ 0.14807096123695374,0.6006864905357361,3.116862,-0.0632225,8,62
705
+ 0.15079765021800995,0.16380411386489868,3.1042438,-0.07311411,8,63
706
+ 0.140783429145813,-0.6760898232460022,3.1012652,-0.08610689,8,64
707
+ 0.19519345462322235,-0.1426883488893509,3.1133401,-0.01962193,8,65
708
+ 0.1625671237707138,-0.3894089460372925,3.140357,0.025231374,8,66
709
+ 0.13412873446941376,0.9422851800918579,3.162173,0.031853747,8,67
710
+ 0.07734963297843933,0.5466657876968384,3.150428,0.10037783,8,68
711
+ 0.15091925859451294,-0.7484171390533447,3.121408,0.05582828,8,69
712
+ 0.1868395209312439,0.1705572009086609,3.101671,0.03964502,8,70
713
+ 0.16189256310462952,0.16169941425323486,3.1049771,0.061285824,8,71
714
+ 0.14861826598644257,0.9930729866027832,3.1214807,0.05805655,8,72
715
+ 0.12131769210100174,-0.3218823969364166,3.1443548,0.062483005,8,73
716
+ 0.15923593938350677,-0.9205450415611267,3.1503563,-0.018563287,8,74
717
+ 0.11340276151895523,-0.32529357075691223,3.1506267,-0.0641261,8,75
718
+ 0.10750884562730789,0.41002941131591797,3.135301,-0.08534556,8,76
719
+ 0.09279216825962067,0.19325494766235352,3.1190405,-0.11632286,8,77
720
+ 0.0849737673997879,-0.33225199580192566,3.1132314,-0.12995033,8,78
721
+ 0.16523225605487823,-0.09286102652549744,3.1199005,-0.043022793,8,79
722
+ -0.919625461101532,-1.0,3.3329878,0.9147932,9,0
723
+ -1.0049723386764526,0.1861991435289383,3.4114506,0.92167723,9,1
724
+ -0.9731177687644958,1.0,3.4193182,0.8819551,9,2
725
+ -0.7835059762001038,1.0,3.330059,0.78160244,9,3
726
+ -0.6612806916236877,1.0,3.2239008,0.7655354,9,4
727
+ -0.5297120213508606,-1.0,3.1954446,0.66242296,9,5
728
+ -0.22781780362129211,-1.0,3.2397223,0.31625107,9,6
729
+ -0.0025302618741989136,0.9701371192932129,3.27202,0.058665678,9,7
730
+ -0.0146867036819458,0.6629605889320374,3.2472723,-0.09556997,9,8
731
+ -0.20677348971366882,-1.0,3.2315128,-0.30341622,9,9
732
+ -0.3175795376300812,-1.0,3.2252953,-0.42043975,9,10
733
+ -0.2447754144668579,0.32795873284339905,3.235498,-0.33743298,9,11
734
+ -0.040837064385414124,0.9914581775665283,3.232146,-0.13684656,9,12
735
+ 0.09334897994995117,-0.6771780848503113,3.2152033,-0.019603256,9,13
736
+ 0.11561357229948044,-0.8713217973709106,3.1992579,-0.013284097,9,14
737
+ 0.005077280104160309,0.9519309401512146,3.2082825,0.11479577,9,15
738
+ -0.13745206594467163,0.9999989867210388,3.2088394,0.25676817,9,16
739
+ -0.1266191005706787,0.062055803835392,3.1990283,0.25574636,9,17
740
+ -0.015031322836875916,-0.939353883266449,3.1797564,0.16343044,9,18
741
+ 0.07593836635351181,0.20282547175884247,3.1759186,0.07629857,9,19
742
+ 0.10193197429180145,0.9564491510391235,3.1699493,0.056274254,9,20
743
+ 0.15353615581989288,0.19266267120838165,3.1725345,-0.0020849002,9,21
744
+ 0.05588386952877045,-0.9290778040885925,3.1824799,-0.08979179,9,22
745
+ -0.019147008657455444,-1.0,3.185473,-0.16182956,9,23
746
+ -0.008427232503890991,0.4716031849384308,3.17556,-0.16102275,9,24
747
+ 0.09133582562208176,0.8288642764091492,3.1513739,-0.08544583,9,25
748
+ 0.1364009827375412,-0.5087588429450989,3.1331978,-0.058556754,9,26
749
+ 0.1731538027524948,-0.7018042802810669,3.121977,-0.03302462,9,27
750
+ 0.1654082089662552,-0.3605363368988037,3.1451044,0.017642902,9,28
751
+ 0.1066458523273468,1.0,3.1727436,0.048766106,9,29
752
+ 0.05082374066114426,1.0,3.1686509,0.10868091,9,30
753
+ 0.07194529473781586,-0.39640694856643677,3.1418493,0.11436094,9,31
754
+ 0.16367962956428528,-1.0,3.1145015,0.04997441,9,32
755
+ 0.1825522482395172,0.5626180768013,3.1110606,0.034542654,9,33
756
+ 0.15786075592041016,0.9921497702598572,3.1078527,0.06244207,9,34
757
+ 0.20806370675563812,-0.14764434099197388,3.1186268,-0.0014649737,9,35
758
+ 0.1157388836145401,-0.8774732947349548,3.1338024,-0.07861422,9,36
759
+ 0.05611921846866608,-0.8133561611175537,3.1467426,-0.12529372,9,37
760
+ 0.08773490786552429,0.8533358573913574,3.1390667,-0.10135391,9,38
761
+ 0.1764470487833023,0.44589635729789734,3.1162012,-0.035507303,9,39
762
+ 0.1708102524280548,-0.7072260975837708,3.1012945,-0.056050744,9,40
763
+ 0.1990046501159668,-0.48743295669555664,3.1020443,-0.027106518,9,41
764
+ 0.1796160638332367,-0.25002995133399963,3.1313396,0.017199911,9,42
765
+ 0.14328965544700623,0.9308149814605713,3.1583138,0.026552118,9,43
766
+ 0.07131972908973694,0.9997833371162415,3.153037,0.10379872,9,44
767
+ 0.1229243203997612,-0.9999989867210388,3.1210217,0.08420945,9,45
768
+ 0.2212565392255783,-0.3906266987323761,3.0913076,0.015591335,9,46
769
+ 0.1912144422531128,0.6155149340629578,3.0907755,0.046165593,9,47
770
+ 0.16793663799762726,1.0,3.0999193,0.060299557,9,48
771
+ 0.184584841132164,-0.315245121717453,3.1221783,0.021392364,9,49
772
+ 0.1489488035440445,-0.9076185822486877,3.1373363,-0.04187046,9,50
773
+ 0.1242876797914505,-0.4209471642971039,3.1451757,-0.05869214,9,51
774
+ 0.1329842507839203,0.43750208616256714,3.1318493,-0.06332197,9,52
775
+ 0.13326579332351685,0.29269787669181824,3.1145241,-0.0803656,9,53
776
+ 0.11769218742847443,-0.398775577545166,3.108148,-0.10231523,9,54
777
+ 0.17444252967834473,-0.17757363617420197,3.1134362,-0.040276766,9,55
778
+ 0.18295636773109436,-0.5994142889976501,3.134705,0.010494089,9,56
779
+ 0.15901798009872437,0.5840718150138855,3.157876,0.011261528,9,57
780
+ 0.1430208832025528,0.4473251700401306,3.1553998,0.02973484,9,58
781
+ 0.1032944917678833,0.8449112772941589,3.1416583,0.08320272,9,59
782
+ 0.09696350991725922,-1.0,3.1219747,0.1092173,9,60
783
+ 0.19618156552314758,-0.3707053065299988,3.1095994,0.0223746,9,61
784
+ 0.19472327828407288,0.8388226628303528,3.108763,0.024669256,9,62
785
+ 0.16979055106639862,1.0,3.1110344,0.047330577,9,63
786
+ 0.18485556542873383,-0.9694064259529114,3.1205945,-0.022705445,9,64
787
+ 0.08539093285799026,-0.940716564655304,3.1222186,-0.120545976,9,65
788
+ 0.09235011041164398,0.055281419306993484,3.128853,-0.106952325,9,66
789
+ 0.15370333194732666,0.8633130192756653,3.1154463,-0.059005864,9,67
790
+ 0.15907102823257446,-0.36293867230415344,3.1015973,-0.06748719,9,68
791
+ 0.15928791463375092,-0.36108413338661194,3.0994217,-0.06944586,9,69
792
+ 0.20660582184791565,-0.5249258875846863,3.121021,0.0005286692,9,70
793
+ 0.16118107736110687,0.16930903494358063,3.1539047,0.013069768,9,71
794
+ 0.13596859574317932,0.7644881010055542,3.166972,0.025215007,9,72
795
+ 0.07541247457265854,0.883496105670929,3.1552243,0.09751872,9,73
796
+ 0.09526761621236801,-1.0,3.126278,0.10660998,9,74
797
+ 0.20111070573329926,-0.5143556594848633,3.1048958,0.022148976,9,75
798
+ 0.18749472498893738,0.9321654438972473,3.1024075,0.03825333,9,76
799
+ 0.15445587038993835,1.0,3.105211,0.068488635,9,77
800
+ 0.20060290396213531,-0.711915910243988,3.1224937,0.005058863,9,78
801
+ 0.1202181726694107,-1.0,3.1333954,-0.07454191,9,79
training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/test_eval_sequences.csv ADDED
@@ -0,0 +1,801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,action_0,drag,lift,episode,step
2
+ -1.221050500869751,0.42356428503990173,3.364596,1.1846101,0,0
3
+ -1.0765832662582397,0.9977172017097473,3.2973676,1.1073712,0,1
4
+ -0.9300206899642944,1.0,3.2079768,1.0501994,0,2
5
+ -0.7128942608833313,-0.5769286155700684,3.1708581,0.87019163,0,3
6
+ -0.37578320503234863,-1.0,3.2129302,0.49100852,0,4
7
+ -0.10892383754253387,0.7413867712020874,3.261923,0.17515628,0,5
8
+ 0.07076139003038406,1.0,3.25066,0.006734183,0,6
9
+ -0.10759510099887848,-1.0,3.2309332,-0.20481743,0,7
10
+ -0.25473499298095703,-1.0,3.215232,-0.36765862,0,8
11
+ -0.21693602204322815,0.004744896665215492,3.2144012,-0.3306903,0,9
12
+ -0.06729252636432648,1.0,3.2069268,-0.18852122,0,10
13
+ 0.07290130108594894,-0.1932995468378067,3.194447,-0.060807176,0,11
14
+ 0.13360123336315155,-0.9147039651870728,3.1786437,-0.015910586,0,12
15
+ 0.08095696568489075,-0.06837037205696106,3.1876526,0.059545964,0,13
16
+ -0.024522945284843445,1.0,3.2027087,0.14996974,0,14
17
+ -0.08510681986808777,1.0,3.1979918,0.21527049,0,15
18
+ -0.03132478892803192,-0.6790773868560791,3.17475,0.18473022,0,16
19
+ 0.11859318614006042,-0.9193153977394104,3.1529107,0.05665162,0,17
20
+ 0.15926143527030945,0.8849360346794128,3.149261,0.019633085,0,18
21
+ 0.1440790593624115,1.0,3.1406145,0.043461952,0,19
22
+ 0.1281149834394455,-0.753603994846344,3.145238,-0.054802608,0,20
23
+ 0.01923482120037079,-1.0,3.1507614,-0.15815933,0,21
24
+ 0.019023090600967407,-0.16026252508163452,3.1600266,-0.14910588,0,22
25
+ 0.06972193717956543,0.6440596580505371,3.1491578,-0.10927582,0,23
26
+ 0.11340898275375366,0.2009373903274536,3.1378615,-0.076885045,0,24
27
+ 0.15185436606407166,-0.5539733171463013,3.1299245,-0.046376623,0,25
28
+ 0.18294201791286469,-0.7062479853630066,3.1347833,-0.010430225,0,26
29
+ 0.14850053191184998,0.3204808235168457,3.1576111,0.022043861,0,27
30
+ 0.10125340521335602,1.0,3.1651375,0.061764587,0,28
31
+ 0.06083305925130844,0.6638538241386414,3.1532934,0.11402909,0,29
32
+ 0.10403479635715485,-1.0,3.1260822,0.09803854,0,30
33
+ 0.19595736265182495,-0.4989786148071289,3.109879,0.022319132,0,31
34
+ 0.18526223301887512,0.9900262951850891,3.1075912,0.03530213,0,32
35
+ 0.159759059548378,0.9210653305053711,3.1069489,0.06144761,0,33
36
+ 0.186769500374794,-0.9781714081764221,3.116562,-0.024824122,0,34
37
+ 0.0928511917591095,-0.8872693181037903,3.122104,-0.1132004,0,35
38
+ 0.09734126925468445,-0.017456065863370895,3.131608,-0.09920624,0,36
39
+ 0.14127488434314728,0.8209162950515747,3.1202526,-0.066628024,0,37
40
+ 0.1524229496717453,-0.18911314010620117,3.1076312,-0.06810136,0,38
41
+ 0.15359938144683838,-0.48533326387405396,3.102633,-0.07192314,0,39
42
+ 0.21077771484851837,-0.35489651560783386,3.1167006,0.0006771475,0,40
43
+ 0.1612895131111145,-0.0014083748683333397,3.143514,0.023352083,0,41
44
+ 0.13677085936069489,0.9039971232414246,3.1575155,0.033869132,0,42
45
+ 0.07207603752613068,0.7447831630706787,3.1459706,0.1101089,0,43
46
+ 0.11249550431966782,-1.0,3.1185172,0.09714285,0,44
47
+ 0.21002361178398132,-0.4337213635444641,3.0997746,0.018357314,0,45
48
+ 0.20037053525447845,0.8504229187965393,3.0981817,0.029603256,0,46
49
+ 0.17454582452774048,1.0,3.100962,0.05264777,0,47
50
+ 0.2070809006690979,-0.7243874669075012,3.115061,-0.006013571,0,48
51
+ 0.11769350618124008,-1.0,3.1219838,-0.088478245,0,49
52
+ 0.11448950320482254,-0.07583986222743988,3.129602,-0.08406406,0,50
53
+ 0.15288151800632477,0.6665739417076111,3.1160803,-0.059193715,0,51
54
+ 0.16840794682502747,0.15334363281726837,3.1035318,-0.05621573,0,52
55
+ 0.1567569375038147,-0.7501577138900757,3.0991838,-0.072214775,0,53
56
+ 0.20343917608261108,-0.15027549862861633,3.1110802,-0.013636164,0,54
57
+ 0.16413965821266174,-0.3251315951347351,3.1385808,0.02543506,0,55
58
+ 0.14636467397212982,0.9531326293945312,3.1607018,0.021089086,0,56
59
+ 0.0673060268163681,0.8083487749099731,3.1498141,0.11103536,0,57
60
+ 0.1227552592754364,-0.9984623789787292,3.1189883,0.08641198,0,58
61
+ 0.20926165580749512,-0.23470905423164368,3.0948741,0.024019714,0,59
62
+ 0.17983107268810272,0.6602357625961304,3.0946703,0.053654153,0,60
63
+ 0.1510009765625,0.9996981620788574,3.1050851,0.0720694,0,61
64
+ 0.1690904051065445,-0.5404316186904907,3.12632,0.032745223,0,62
65
+ 0.16052059829235077,-0.7918517589569092,3.1385279,-0.029107045,0,63
66
+ 0.13718551397323608,-0.4346644878387451,3.146407,-0.04456311,0,64
67
+ 0.12647005915641785,0.4954874813556671,3.1334646,-0.06822088,0,65
68
+ 0.12474393099546432,0.2650817036628723,3.1168568,-0.08655477,0,66
69
+ 0.12225881963968277,-0.322465717792511,3.1107504,-0.09514626,0,67
70
+ 0.18326398730278015,-0.34628987312316895,3.1167111,-0.028180398,0,68
71
+ 0.17544390261173248,-0.541084349155426,3.1391394,0.013572201,0,69
72
+ 0.15586641430854797,0.5451583862304688,3.1643686,0.007920469,0,70
73
+ 0.14228826761245728,0.6572529077529907,3.1626527,0.023214512,0,71
74
+ 0.11271432787179947,0.6181666254997253,3.145674,0.0697672,0,72
75
+ 0.13193494081497192,-1.0,3.1224356,0.073785014,0,73
76
+ 0.1964370459318161,-0.08566363155841827,3.110487,0.021231493,0,74
77
+ 0.18830853700637817,0.6052302122116089,3.1118524,0.02799457,0,75
78
+ 0.17430931329727173,1.0,3.1211529,0.03269332,0,76
79
+ 0.17196260392665863,-0.9853282570838928,3.1352093,-0.020983595,0,77
80
+ 0.07606662809848785,-0.8695690631866455,3.135818,-0.116270885,0,78
81
+ 0.07728186994791031,-0.042082529515028,3.1393762,-0.111497484,0,79
82
+ -0.20443561673164368,1.0,3.2909503,0.24164084,1,0
83
+ 0.04337174445390701,1.0,3.2573757,0.027408058,1,1
84
+ -0.03804127871990204,0.43303823471069336,3.3144047,-0.05179207,1,2
85
+ -0.14872488379478455,-1.0,3.4000156,-0.0768648,1,3
86
+ -0.21587364375591278,-1.0,3.398828,-0.14520113,1,4
87
+ -0.30343887209892273,-0.9999989867210388,3.3300707,-0.30152366,1,5
88
+ -0.4048555791378021,0.3350217938423157,3.2756045,-0.4574066,1,6
89
+ -0.29673001170158386,1.0,3.260203,-0.36468264,1,7
90
+ -0.11789369583129883,-0.4809130132198334,3.2568328,-0.18921638,1,8
91
+ -0.005980692803859711,-0.9227814674377441,3.2489953,-0.085140906,1,9
92
+ -0.03990662097930908,0.9058473110198975,3.2582104,0.10985172,1,10
93
+ -0.25335997343063354,1.0,3.2708995,0.31061596,1,11
94
+ -0.31403470039367676,0.42814040184020996,3.2661853,0.37600493,1,12
95
+ -0.2385689616203308,-1.0,3.2465637,0.3201608,1,13
96
+ -0.06639555096626282,-0.326991468667984,3.2356474,0.15890363,1,14
97
+ 0.04455322027206421,1.0,3.2216616,0.06194073,1,15
98
+ 0.08961266279220581,0.34837016463279724,3.20929,-0.029252829,1,16
99
+ -0.04958328604698181,-1.0,3.2105105,-0.16722831,1,17
100
+ -0.13787558674812317,-1.0,3.2122467,-0.25378445,1,18
101
+ -0.07555969059467316,0.5773459672927856,3.205961,-0.19775422,1,19
102
+ 0.06456086039543152,0.6100893020629883,3.1842058,-0.07938889,1,20
103
+ 0.1237928569316864,-0.511554479598999,3.1683612,-0.036001477,1,21
104
+ 0.15330193936824799,-0.8197174072265625,3.1600657,-0.014787923,1,22
105
+ 0.11190667748451233,0.11074824631214142,3.1815944,0.034654472,1,23
106
+ 0.04936639964580536,1.0,3.1977227,0.081066445,1,24
107
+ -0.0028526633977890015,1.0,3.1889505,0.14205764,1,25
108
+ 0.03395196795463562,-0.8521469235420227,3.158185,0.13601854,1,26
109
+ 0.15897129476070404,-0.7944157719612122,3.1325047,0.036679525,1,27
110
+ 0.17343443632125854,0.9010328650474548,3.127775,0.02694612,1,28
111
+ 0.1552118957042694,1.0,3.1221704,0.05077318,1,29
112
+ 0.15534645318984985,-0.780853271484375,3.1312811,-0.041527923,1,30
113
+ 0.04816813766956329,-1.0,3.1401794,-0.13980798,1,31
114
+ 0.03990927338600159,-0.19859126210212708,3.1503944,-0.1378518,1,32
115
+ 0.10104751586914062,0.8830760717391968,3.138249,-0.08885908,1,33
116
+ 0.14207866787910461,-0.07507593929767609,3.1224477,-0.06362911,1,34
117
+ 0.1624879240989685,-0.4488016664981842,3.1141014,-0.051566184,1,35
118
+ 0.20164398849010468,-0.733528196811676,3.12534,-0.0011715514,1,36
119
+ 0.15648199617862701,0.292242169380188,3.154876,0.016797528,1,37
120
+ 0.11210308223962784,1.0,3.1648076,0.051244877,1,38
121
+ 0.07010605931282043,0.6876477003097534,3.1512964,0.10675308,1,39
122
+ 0.1104423999786377,-1.0,3.1215684,0.096144676,1,40
123
+ 0.20279699563980103,-0.5284891128540039,3.1034174,0.021941118,1,41
124
+ 0.19773170351982117,0.9409769177436829,3.1013505,0.029073266,1,42
125
+ 0.17353376746177673,1.0,3.102815,0.05180683,1,43
126
+ 0.18829011917114258,-0.8465723991394043,3.115432,-0.024433369,1,44
127
+ 0.09342871606349945,-0.9829673171043396,3.12205,-0.112676755,1,45
128
+ 0.09697335213422775,-0.03285880386829376,3.130657,-0.10052521,1,46
129
+ 0.1556386649608612,0.8355448842048645,3.116623,-0.055893924,1,47
130
+ 0.1684153974056244,-0.18493957817554474,3.102176,-0.057564173,1,48
131
+ 0.1566353589296341,-0.5401787757873535,3.0986094,-0.07291071,1,49
132
+ 0.2087995558977127,-0.3108116090297699,3.1156828,-0.0036731218,1,50
133
+ 0.16044262051582336,-0.04869629070162773,3.1449976,0.022715297,1,51
134
+ 0.1353389322757721,0.8884698152542114,3.160918,0.03189858,1,52
135
+ 0.06753842532634735,0.7383597493171692,3.148757,0.11186011,1,53
136
+ 0.11132753640413284,-1.0,3.1188114,0.09801661,1,54
137
+ 0.2046634554862976,-0.3407329320907593,3.0987267,0.024765309,1,55
138
+ 0.18700766563415527,0.8410608172416687,3.0978308,0.043317087,1,56
139
+ 0.15681560337543488,1.0,3.104146,0.06719391,1,57
140
+ 0.19256697595119476,-0.7089611291885376,3.1216724,0.013916149,1,58
141
+ 0.13575726747512817,-0.9330765008926392,3.130191,-0.062207162,1,59
142
+ 0.12588801980018616,-0.16543863713741302,3.1368303,-0.06543717,1,60
143
+ 0.14854925870895386,0.6405314207077026,3.1214256,-0.058180638,1,61
144
+ 0.14749692380428314,0.06623617559671402,3.1062005,-0.07445814,1,62
145
+ 0.1360231637954712,-0.5072256922721863,3.1032727,-0.08885967,1,63
146
+ 0.19020158052444458,-0.2806084454059601,3.1165547,-0.021399196,1,64
147
+ 0.16757988929748535,-0.3254372775554657,3.1439004,0.016675228,1,65
148
+ 0.15251033008098602,0.6666606068611145,3.1661034,0.009541827,1,66
149
+ 0.08372559398412704,1.0,3.1580899,0.08634005,1,67
150
+ 0.13751620054244995,-0.9524389505386353,3.1263888,0.064250536,1,68
151
+ 0.2018759697675705,0.1669142246246338,3.098823,0.02745648,1,69
152
+ 0.16040590405464172,0.08970807492733002,3.1011462,0.066603385,1,70
153
+ 0.16517703235149384,0.9032148718833923,3.1169815,0.04599698,1,71
154
+ 0.1358286738395691,-0.027431584894657135,3.1422775,0.050049372,1,72
155
+ 0.1596362590789795,-0.8961544036865234,3.1536674,-0.014851806,1,73
156
+ 0.10252182930707932,-0.5370275974273682,3.1546948,-0.07093889,1,74
157
+ 0.08488616347312927,0.2674255967140198,3.1424954,-0.10077396,1,75
158
+ 0.084149070084095,0.4492224454879761,3.1252167,-0.118789725,1,76
159
+ 0.08922290802001953,-0.26655083894729614,3.1161876,-0.12274504,1,77
160
+ 0.14592862129211426,-0.3382338881492615,3.1163626,-0.06586432,1,78
161
+ 0.19157259166240692,-0.5106289386749268,3.1336193,0.0029636142,1,79
162
+ -1.1898524761199951,0.5727871060371399,3.3542266,1.1637814,2,0
163
+ -1.0447250604629517,1.0,3.282763,1.0901176,2,1
164
+ -0.9078043699264526,1.0,3.1969302,1.0390297,2,2
165
+ -0.6900014877319336,-0.8806954026222229,3.1730165,0.84514046,2,3
166
+ -0.33657899498939514,-0.9673481583595276,3.2235918,0.4411427,2,4
167
+ -0.08000268042087555,0.9536347985267639,3.2666974,0.14146079,2,5
168
+ 0.07761914283037186,1.0,3.2393398,-0.011196543,2,6
169
+ -0.08599641919136047,-1.0,3.2212634,-0.19288853,2,7
170
+ -0.18247830867767334,-1.0,3.209472,-0.3011619,2,8
171
+ -0.11357319355010986,-0.005173397250473499,3.2138608,-0.22786796,2,9
172
+ 0.04350382834672928,1.0,3.2069414,-0.07771032,2,10
173
+ 0.12856324017047882,-0.433723509311676,3.1929352,0.006657051,2,11
174
+ 0.14280733466148376,-0.7529565691947937,3.1828258,-0.002522383,2,12
175
+ 0.06193915754556656,0.25347933173179626,3.1950936,0.07112273,2,13
176
+ -0.03887322545051575,0.9708942770957947,3.2068036,0.16022518,2,14
177
+ -0.11823143064975739,1.0,3.2033148,0.24307217,2,15
178
+ -0.07897959649562836,-1.0,3.1830988,0.22403632,2,16
179
+ 0.08122877031564713,-0.7776027321815491,3.1650012,0.08192559,2,17
180
+ 0.12891122698783875,1.0,3.156795,0.042449273,2,18
181
+ 0.13998925685882568,0.9933249950408936,3.141019,0.047147147,2,19
182
+ 0.12117362022399902,-1.0,3.1416566,-0.06532526,2,20
183
+ 0.013023272156715393,-1.0,3.1466205,-0.16851173,2,21
184
+ 0.036169156432151794,0.03719598427414894,3.158797,-0.13318934,2,22
185
+ 0.10404522716999054,0.7248702645301819,3.1497133,-0.07439701,2,23
186
+ 0.15963207185268402,0.1438026875257492,3.1399298,-0.028593669,2,24
187
+ 0.18165980279445648,-0.9241927862167358,3.1305053,-0.015990393,2,25
188
+ 0.18458887934684753,-0.47350013256073,3.1408777,-0.00268892,2,26
189
+ 0.10544557869434357,0.8357887864112854,3.1621983,0.060511634,2,27
190
+ 0.04498696327209473,1.0,3.162482,0.12068653,2,28
191
+ 0.05821599066257477,-0.11426720768213272,3.143362,0.12657748,2,29
192
+ 0.14669391512870789,-1.0,3.1179607,0.06350092,2,30
193
+ 0.17973506450653076,0.3596218228340149,3.1141112,0.03430927,2,31
194
+ 0.1473388969898224,1.0,3.11354,0.06727668,2,32
195
+ 0.17473185062408447,0.10017605870962143,3.1243193,0.029104346,2,33
196
+ 0.14751595258712769,-0.8515192270278931,3.1397722,-0.040867396,2,34
197
+ 0.07034993171691895,-1.0,3.1510718,-0.1067338,2,35
198
+ 0.07920171320438385,0.6882767081260681,3.144376,-0.104577765,2,36
199
+ 0.15658193826675415,0.5696138739585876,3.1198483,-0.05172532,2,37
200
+ 0.14760762453079224,-0.5297257900238037,3.104364,-0.07618397,2,38
201
+ 0.18834969401359558,-0.38473987579345703,3.10187,-0.03793576,2,39
202
+ 0.1873931586742401,-0.5768120288848877,3.128138,0.01262429,2,40
203
+ 0.15009866654872894,0.7954496741294861,3.1594036,0.018653287,2,41
204
+ 0.11540257930755615,0.718163013458252,3.1579428,0.05481017,2,42
205
+ 0.1151108518242836,0.2118346095085144,3.1380162,0.07502844,2,43
206
+ 0.16106709837913513,-1.0,3.1140132,0.05307523,2,44
207
+ 0.20290051400661469,0.2123994529247284,3.1067212,0.018533843,2,45
208
+ 0.1558120846748352,1.0,3.107071,0.0652725,2,46
209
+ 0.1585705280303955,0.23747123777866364,3.1174035,0.052181482,2,47
210
+ 0.17799405753612518,-0.8555408716201782,3.1321313,-0.01803012,2,48
211
+ 0.09892395883798599,-0.9189310073852539,3.1425188,-0.0867128,2,49
212
+ 0.09409349411725998,0.45707112550735474,3.1390655,-0.09499652,2,50
213
+ 0.15475329756736755,0.6959531307220459,3.1177607,-0.055641565,2,51
214
+ 0.1382630169391632,-0.6105133891105652,3.1018243,-0.088068224,2,52
215
+ 0.16778475046157837,-0.19617889821529388,3.0987082,-0.061662614,2,53
216
+ 0.1928364336490631,-0.5915697813034058,3.1229503,0.012368761,2,54
217
+ 0.16504493355751038,0.4453161358833313,3.1555824,0.007528163,2,55
218
+ 0.14286300539970398,0.6543280482292175,3.1618564,0.023436097,2,56
219
+ 0.09997524321079254,0.7558712363243103,3.1480706,0.0801097,2,57
220
+ 0.11034439504146576,-1.0,3.1237035,0.09410764,2,58
221
+ 0.2005425989627838,-0.3684232831001282,3.1082897,0.019323196,2,59
222
+ 0.1961868554353714,0.8288093209266663,3.1068547,0.025113987,2,60
223
+ 0.17306043207645416,1.0,3.1102417,0.044853438,2,61
224
+ 0.18704453110694885,-0.8610514998435974,3.1235397,-0.0175713,2,62
225
+ 0.09196501970291138,-1.0,3.1274583,-0.108732164,2,63
226
+ 0.09389796853065491,0.0037888623774051666,3.133837,-0.100420564,2,64
227
+ 0.1475285440683365,0.7812016606330872,3.1193273,-0.061299667,2,65
228
+ 0.1620945930480957,-0.09731478244066238,3.105625,-0.06043601,2,66
229
+ 0.1667572408914566,-0.5223050713539124,3.1024442,-0.0589541,2,67
230
+ 0.2027917057275772,-0.5341317653656006,3.1206787,-0.0046851477,2,68
231
+ 0.16131632030010223,0.09265294671058655,3.1530282,0.013810941,2,69
232
+ 0.12462970614433289,0.974253237247467,3.1679375,0.035588294,2,70
233
+ 0.06403149664402008,0.7401844263076782,3.155022,0.109102115,2,71
234
+ 0.10332642495632172,-1.0,3.1234806,0.101348534,2,72
235
+ 0.20230697095394135,-0.5149648785591125,3.1020873,0.023761291,2,73
236
+ 0.18956197798252106,0.9739803075790405,3.0999506,0.038642988,2,74
237
+ 0.15693512558937073,1.0,3.1046076,0.0666128,2,75
238
+ 0.2045416384935379,-0.7243472933769226,3.123543,-7.085204e-05,2,76
239
+ 0.11485321074724197,-1.0,3.1349542,-0.07834809,2,77
240
+ 0.09852004051208496,-0.22098688781261444,3.144198,-0.085437536,2,78
241
+ 0.12105808407068253,0.6975642442703247,3.1290448,-0.07805266,2,79
242
+ -0.3731665015220642,1.0,3.29662,0.40470213,3,0
243
+ -0.11116378009319305,0.9984925389289856,3.2447643,0.19455497,3,1
244
+ 0.04110909253358841,-0.11904612183570862,3.2666376,0.02040886,3,2
245
+ -0.08233974874019623,-0.27159953117370605,3.3356054,-0.07488988,3,3
246
+ -0.18102513253688812,-0.8822677135467529,3.3702087,-0.13897191,3,4
247
+ -0.33693745732307434,-0.9991772770881653,3.3239892,-0.34110382,3,5
248
+ -0.5148098468780518,-0.3750133514404297,3.2835555,-0.55940986,3,6
249
+ -0.5026254653930664,1.0,3.2748976,-0.5558834,3,7
250
+ -0.27427855134010315,0.40054428577423096,3.2752588,-0.3271753,3,8
251
+ -0.04888991266489029,-0.9088469743728638,3.2538664,-0.123178996,3,9
252
+ 0.04600143060088158,-0.2850285470485687,3.2328076,0.04934645,3,10
253
+ -0.15682895481586456,1.0,3.24401,0.2409745,3,11
254
+ -0.27732861042022705,1.0,3.2430859,0.36239827,3,12
255
+ -0.22266575694084167,-0.5167794227600098,3.2255876,0.32523367,3,13
256
+ -0.050084277987480164,-0.8212628364562988,3.2070398,0.17119996,3,14
257
+ 0.06236707419157028,0.5305017232894897,3.2031043,0.062684186,3,15
258
+ 0.11791108548641205,1.0,3.1932738,0.016970646,3,16
259
+ 0.03945901244878769,-0.6171561479568481,3.1941955,-0.094500996,3,17
260
+ -0.07723693549633026,-0.9912428259849548,3.1946874,-0.21070509,3,18
261
+ -0.08335582911968231,-0.36105382442474365,3.1974607,-0.2140507,3,19
262
+ -0.023289114236831665,0.6085205674171448,3.185147,-0.16629758,3,20
263
+ 0.05672548711299896,0.30497056245803833,3.1723144,-0.099115625,3,21
264
+ 0.1301669180393219,-0.49049654603004456,3.1593783,-0.038610317,3,22
265
+ 0.15997569262981415,-0.9442242980003357,3.15764,-0.010539839,3,23
266
+ 0.12537014484405518,0.5455456376075745,3.1781108,0.024674542,3,24
267
+ 0.06885765492916107,1.0,3.1798363,0.07946159,3,25
268
+ 0.04567863047122955,0.6927531957626343,3.1674407,0.115036234,3,26
269
+ 0.08729473501443863,-1.0,3.1410456,0.09981521,3,27
270
+ 0.17986616492271423,-0.5094841122627258,3.1257312,0.022558117,3,28
271
+ 0.1762090027332306,0.969518780708313,3.1220546,0.029891934,3,29
272
+ 0.16207605600357056,0.8521120548248291,3.1187918,0.047287643,3,30
273
+ 0.15880297124385834,-1.0,3.1262486,-0.043103952,3,31
274
+ 0.05628859996795654,-1.0,3.1319082,-0.13995874,3,32
275
+ 0.06422550231218338,0.12240716069936752,3.1398401,-0.12408989,3,33
276
+ 0.1461590677499771,1.0,3.1269422,-0.055054292,3,34
277
+ 0.19117532670497894,-0.2665818929672241,3.1115243,-0.025455851,3,35
278
+ 0.19565558433532715,-0.7732874155044556,3.1012619,-0.031238081,3,36
279
+ 0.20353549718856812,-0.4973919987678528,3.1196032,0.0050168578,3,37
280
+ 0.1414029449224472,0.7129647135734558,3.1499386,0.03681399,3,38
281
+ 0.10310285538434982,0.9491496682167053,3.154865,0.070187636,3,39
282
+ 0.10682735592126846,0.07584568113088608,3.1366856,0.08464255,3,40
283
+ 0.1744193732738495,-1.0,3.1093295,0.04440668,3,41
284
+ 0.20624849200248718,0.20435258746147156,3.1020803,0.01982668,3,42
285
+ 0.16056698560714722,1.0,3.1029582,0.06463032,3,43
286
+ 0.16169314086437225,0.29661574959754944,3.1148942,0.05156823,3,44
287
+ 0.18297991156578064,-0.8496087789535522,3.1315176,-0.013657957,3,45
288
+ 0.10016423463821411,-1.0,3.1422179,-0.08577341,3,46
289
+ 0.09767632931470871,0.5100601315498352,3.138242,-0.09223718,3,47
290
+ 0.16235317289829254,0.6785670518875122,3.1147106,-0.051091775,3,48
291
+ 0.14303550124168396,-0.547126293182373,3.0984268,-0.086693205,3,49
292
+ 0.16391964256763458,-0.32440969347953796,3.0954316,-0.06880431,3,50
293
+ 0.20268423855304718,-0.44368433952331543,3.1193848,0.006086509,3,51
294
+ 0.16640536487102509,0.3627643585205078,3.1509204,0.0108297635,3,52
295
+ 0.1512986570596695,0.650658130645752,3.1590428,0.01781403,3,53
296
+ 0.09659770131111145,0.7946034073829651,3.1463625,0.08519527,3,54
297
+ 0.09878096729516983,-0.9991461038589478,3.122735,0.10663953,3,55
298
+ 0.190828338265419,-0.4257601201534271,3.1070735,0.030253634,3,56
299
+ 0.19022761285305023,0.8257459998130798,3.1050856,0.032842297,3,57
300
+ 0.17424753308296204,1.0,3.105653,0.048254933,3,58
301
+ 0.194869264960289,-0.7737488746643066,3.1172214,-0.016064892,3,59
302
+ 0.10542632639408112,-0.9648030996322632,3.1225808,-0.100148425,3,60
303
+ 0.1001882404088974,-0.12605230510234833,3.1311333,-0.09683396,3,61
304
+ 0.14461305737495422,0.783539354801178,3.1190267,-0.06451579,3,62
305
+ 0.17049762606620789,0.05053701251745224,3.1054351,-0.052222755,3,63
306
+ 0.16913528740406036,-0.6324803233146667,3.1005492,-0.05847101,3,64
307
+ 0.2040833830833435,-0.454803466796875,3.11432,-0.009752093,3,65
308
+ 0.169176384806633,-0.056056324392557144,3.1454608,0.013518288,3,66
309
+ 0.1394137591123581,1.0,3.1642184,0.024523335,3,67
310
+ 0.07687953114509583,0.7640723586082458,3.1528351,0.098440856,3,68
311
+ 0.1256597340106964,-0.9969143271446228,3.1205444,0.08195136,3,69
312
+ 0.2187851220369339,-0.4379742443561554,3.0970743,0.012296128,3,70
313
+ 0.1952109932899475,0.8756223917007446,3.0957773,0.037167244,3,71
314
+ 0.1583300232887268,1.0,3.1032827,0.0665428,3,72
315
+ 0.1930282711982727,-0.6560841202735901,3.1241236,0.011003679,3,73
316
+ 0.12579217553138733,-0.9844059944152832,3.136081,-0.066282354,3,74
317
+ 0.1087808609008789,-0.21165432035923004,3.1442146,-0.07516003,3,75
318
+ 0.1275824010372162,0.6163508892059326,3.1283953,-0.07217779,3,76
319
+ 0.13570824265480042,0.2135336548089981,3.1124816,-0.07996569,3,77
320
+ 0.130972757935524,-0.5958609580993652,3.1070418,-0.090140924,3,78
321
+ 0.18647274374961853,-0.25379008054733276,3.1179235,-0.02375928,3,79
322
+ -0.975701093673706,-1.0,3.3406982,0.96315837,4,0
323
+ -1.0409537553787231,0.4182238280773163,3.4109945,0.95811474,4,1
324
+ -0.9894648194313049,1.0,3.4016168,0.9160035,4,2
325
+ -0.7911266088485718,1.0,3.3060608,0.81322134,4,3
326
+ -0.6797402501106262,0.8770046830177307,3.2097375,0.7981582,4,4
327
+ -0.554404616355896,-1.0,3.1988568,0.6837033,4,5
328
+ -0.25885823369026184,-1.0,3.2545972,0.33241656,4,6
329
+ -0.018632233142852783,1.0,3.2795057,0.06728202,4,7
330
+ -0.019451014697551727,0.4885370433330536,3.2448246,-0.102781884,4,8
331
+ -0.2155870497226715,-0.9629464745521545,3.2199078,-0.3238348,4,9
332
+ -0.32677802443504333,-0.9959969520568848,3.215824,-0.43910965,4,10
333
+ -0.19755908846855164,0.9428843259811401,3.2265828,-0.29913184,4,11
334
+ 0.03300461173057556,0.38776034116744995,3.2230096,-0.07214132,4,12
335
+ 0.10596366971731186,-0.8839941024780273,3.2075212,-0.014670646,4,13
336
+ 0.10807277262210846,-0.47126805782318115,3.204382,0.015700802,4,14
337
+ -0.02154974639415741,1.0,3.219281,0.1304243,4,15
338
+ -0.11909706890583038,1.0,3.2157257,0.23152693,4,16
339
+ -0.09347251057624817,-0.1822308897972107,3.1969585,0.22466949,4,17
340
+ 0.025091886520385742,-0.9357410073280334,3.173049,0.13001466,4,18
341
+ 0.09327955543994904,0.470725953578949,3.1698515,0.06502442,4,19
342
+ 0.09981700778007507,1.0,3.1633732,0.06496528,4,20
343
+ 0.15156541764736176,-0.16078172624111176,3.169219,-0.0073710834,4,21
344
+ 0.04598322510719299,-0.9661027789115906,3.179154,-0.10301837,4,22
345
+ -0.039669767022132874,-1.0,3.1856945,-0.18213083,4,23
346
+ -0.016652077436447144,0.9665460586547852,3.1715233,-0.17328426,4,24
347
+ 0.11641994118690491,0.696679949760437,3.1422212,-0.069514364,4,25
348
+ 0.15185345709323883,-0.8528839945793152,3.1198032,-0.056498867,4,26
349
+ 0.18212714791297913,-0.7983180284500122,3.1117876,-0.034240805,4,27
350
+ 0.14854925870895386,0.13367314636707306,3.1426024,0.037003823,4,28
351
+ 0.0895337387919426,1.0,3.1686792,0.06994254,4,29
352
+ 0.04450014978647232,0.928939938545227,3.16528,0.118375264,4,30
353
+ 0.09435514360666275,-1.0,3.1332622,0.10053822,4,31
354
+ 0.1991489827632904,-0.5545565485954285,3.1065788,0.022427706,4,32
355
+ 0.18003568053245544,0.8594290614128113,3.1048806,0.04323926,4,33
356
+ 0.1520666778087616,1.0,3.1089063,0.06718257,4,34
357
+ 0.19940559566020966,-0.6593518257141113,3.1258702,-0.0028796943,4,35
358
+ 0.10078753530979156,-1.0,3.1372893,-0.0900787,4,36
359
+ 0.09393966197967529,-0.1309886872768402,3.1447093,-0.08950651,4,37
360
+ 0.11670374125242233,0.49198609590530396,3.1300519,-0.081399925,4,38
361
+ 0.14244875311851501,0.44676679372787476,3.117406,-0.068300866,4,39
362
+ 0.155399352312088,-0.8195517063140869,3.1101172,-0.06263896,4,40
363
+ 0.19260181486606598,-0.2830554246902466,3.1146734,-0.020880323,4,41
364
+ 0.15767811238765717,-0.2442527711391449,3.1398394,0.030637998,4,42
365
+ 0.13979491591453552,0.8778057098388672,3.1622021,0.026158482,4,43
366
+ 0.07147933542728424,0.9318327903747559,3.1535563,0.103119835,4,44
367
+ 0.12455795705318451,-1.0,3.1217418,0.08185579,4,45
368
+ 0.21691887080669403,-0.2654523551464081,3.0951402,0.016096432,4,46
369
+ 0.18395806849002838,0.6196489930152893,3.095175,0.049022418,4,47
370
+ 0.1547190248966217,1.0,3.1053905,0.06804594,4,48
371
+ 0.17504052817821503,-0.5196200609207153,3.126126,0.02698894,4,49
372
+ 0.14573639631271362,-0.852563738822937,3.1372485,-0.045170598,4,50
373
+ 0.12365958094596863,-0.33301863074302673,3.1441596,-0.060336385,4,51
374
+ 0.1283642053604126,0.4991374611854553,3.1299927,-0.06979859,4,52
375
+ 0.13591718673706055,0.2750568687915802,3.113964,-0.07827425,4,53
376
+ 0.1252414882183075,-0.5528355836868286,3.1076252,-0.09528879,4,54
377
+ 0.18372051417827606,-0.13405682146549225,3.1139212,-0.03051384,4,55
378
+ 0.17288397252559662,-0.574745237827301,3.137505,0.017766487,4,56
379
+ 0.1580924093723297,0.6913614869117737,3.1622386,0.007824504,4,57
380
+ 0.1351749300956726,0.5083409547805786,3.156567,0.036413483,4,58
381
+ 0.11460695415735245,0.5195466876029968,3.1385067,0.07504191,4,59
382
+ 0.13577497005462646,-1.0,3.1183307,0.07404983,4,60
383
+ 0.1959059089422226,0.1252417117357254,3.1102479,0.02200176,4,61
384
+ 0.17958638072013855,0.6531737446784973,3.1116638,0.036905315,4,62
385
+ 0.1681235134601593,0.8107336163520813,3.1231096,0.036922432,4,63
386
+ 0.17800036072731018,-1.0,3.1385715,-0.01158365,4,64
387
+ 0.08757802098989487,-0.8778522610664368,3.1391237,-0.10145382,4,65
388
+ 0.0930040180683136,0.1665661484003067,3.1377566,-0.09739491,4,66
389
+ 0.1359141618013382,0.7065666317939758,3.1199594,-0.072282,4,67
390
+ 0.13790187239646912,-0.2608921527862549,3.106903,-0.08335056,4,68
391
+ 0.15814846754074097,-0.40311869978904724,3.1048753,-0.06513172,4,69
392
+ 0.20064930617809296,-0.5641507506370544,3.124862,-0.002644261,4,70
393
+ 0.1601499766111374,0.2611102759838104,3.1562297,0.011775806,4,71
394
+ 0.13673119246959686,0.753604531288147,3.1670756,0.024348693,4,72
395
+ 0.07587551325559616,0.9340325593948364,3.1559625,0.09631754,4,73
396
+ 0.08240760117769241,-1.0,3.129041,0.11670696,4,74
397
+ 0.19387885928153992,-0.6395922899246216,3.1079648,0.026311908,4,75
398
+ 0.19039103388786316,0.9589849710464478,3.1045423,0.03322222,4,76
399
+ 0.16616195440292358,1.0,3.1033678,0.05862575,4,77
400
+ 0.18951551616191864,-0.7466476559638977,3.1173832,-0.021256762,4,78
401
+ 0.09182778745889664,-0.9887115955352783,3.1283624,-0.10796531,4,79
402
+ -1.1715670824050903,0.9049395322799683,3.3440392,1.1556834,5,0
403
+ -1.029523491859436,1.0,3.257597,1.100082,5,1
404
+ -0.8636511564254761,0.5695500373840332,3.183606,1.0082008,5,2
405
+ -0.6229422688484192,-1.0,3.1836288,0.767469,5,3
406
+ -0.2967854142189026,-0.5311228632926941,3.2438169,0.38112408,5,4
407
+ -0.04802047461271286,1.0,3.2718642,0.10431182,5,5
408
+ 0.026292510330677032,0.6840929388999939,3.2454686,-0.05639439,5,6
409
+ -0.10742223262786865,-1.0,3.2304764,-0.20510137,5,7
410
+ -0.1618935763835907,-1.0,3.2183177,-0.27173135,5,8
411
+ -0.08848267793655396,0.10550560057163239,3.2175276,-0.19911057,5,9
412
+ 0.06208939850330353,0.9904355406761169,3.207951,-0.05811505,5,10
413
+ 0.12193717062473297,-0.47931742668151855,3.1938798,0.012338502,5,11
414
+ 0.1379319280385971,-0.781331479549408,3.1808162,-0.00940741,5,12
415
+ 0.048929132521152496,0.6990702152252197,3.1871202,0.092106186,5,13
416
+ -0.09189094603061676,1.0,3.1916783,0.22836818,5,14
417
+ -0.10783317685127258,0.15571902692317963,3.1883783,0.24761036,5,15
418
+ 0.008987754583358765,-1.0,3.173239,0.14592877,5,16
419
+ 0.10024681687355042,0.3022667169570923,3.1678827,0.06002602,5,17
420
+ 0.10977382212877274,0.8541918396949768,3.161172,0.057209782,5,18
421
+ 0.16270585358142853,0.129638671875,3.163184,-0.0022657423,5,19
422
+ 0.07074519246816635,-0.8805198073387146,3.1728685,-0.084541835,5,20
423
+ -0.009842976927757263,-1.0,3.1783152,-0.15968333,5,21
424
+ -0.007294774055480957,0.505122184753418,3.1709888,-0.1644615,5,22
425
+ 0.11087090522050858,0.9648335576057434,3.1489975,-0.06828707,5,23
426
+ 0.1680683046579361,-0.6864333748817444,3.128451,-0.031636108,5,24
427
+ 0.1881897896528244,-0.8141418695449829,3.1147466,-0.02521916,5,25
428
+ 0.1577223241329193,-0.16471172869205475,3.1404238,0.030009411,5,26
429
+ 0.0994914099574089,1.0,3.1698804,0.058783717,5,27
430
+ 0.056260861456394196,1.0,3.16807,0.10382458,5,28
431
+ 0.0727246031165123,-0.4388219118118286,3.14092,0.11451099,5,29
432
+ 0.1595107764005661,-1.0,3.114177,0.054467753,5,30
433
+ 0.17680373787879944,0.5842846035957336,3.1111727,0.040179107,5,31
434
+ 0.15534096956253052,1.0,3.1080742,0.06474035,5,32
435
+ 0.2033223956823349,-0.1885489970445633,3.1197007,-0.005132445,5,33
436
+ 0.10248371213674545,-0.9256149530410767,3.1352277,-0.090444125,5,34
437
+ 0.044647589325904846,-0.7246715426445007,3.1486256,-0.13488232,5,35
438
+ 0.07946693897247314,0.8239589929580688,3.1407738,-0.107914805,5,36
439
+ 0.16778568923473358,0.4721861779689789,3.1192944,-0.04107542,5,37
440
+ 0.17095394432544708,-0.7504281997680664,3.1045763,-0.05262522,5,38
441
+ 0.2037486433982849,-0.470570832490921,3.1049807,-0.019426167,5,39
442
+ 0.16447825729846954,-0.23898090422153473,3.1346703,0.029007,5,40
443
+ 0.13038940727710724,0.942891001701355,3.1619623,0.035803843,5,41
444
+ 0.061403267085552216,1.0,3.1561017,0.11065055,5,42
445
+ 0.11559891700744629,-1.0,3.123645,0.08891153,5,43
446
+ 0.21753175556659698,-0.4026188850402832,3.094113,0.016510652,5,44
447
+ 0.18742159008979797,0.6631422638893127,3.0935373,0.0471966,5,45
448
+ 0.1599634289741516,1.0,3.10286,0.06533211,5,46
449
+ 0.18536430597305298,-0.4241809546947479,3.1249197,0.017871562,5,47
450
+ 0.13945868611335754,-0.8554732799530029,3.1399329,-0.04876396,5,48
451
+ 0.11478070169687271,-0.437643826007843,3.1485028,-0.06487199,5,49
452
+ 0.11342840641736984,0.43736061453819275,3.1355288,-0.07919831,5,50
453
+ 0.12975944578647614,0.43859565258026123,3.1186807,-0.079715356,5,51
454
+ 0.12213167548179626,-0.6018741726875305,3.1098757,-0.09614816,5,52
455
+ 0.17070358991622925,-0.16855783760547638,3.1129425,-0.044509467,5,53
456
+ 0.17066539824008942,-0.4687706232070923,3.135407,0.022083148,5,54
457
+ 0.1530311107635498,0.5184620022773743,3.161071,0.01405335,5,55
458
+ 0.13744835555553436,0.5748828053474426,3.159963,0.030744275,5,56
459
+ 0.10916963964700699,0.5631007552146912,3.143239,0.07574686,5,57
460
+ 0.13800328969955444,-0.9999989867210388,3.1217906,0.06836157,5,58
461
+ 0.19906124472618103,0.12229020148515701,3.111927,0.017167244,5,59
462
+ 0.18831302225589752,0.5239623785018921,3.1131678,0.026674738,5,60
463
+ 0.17779697477817535,0.922641396522522,3.1245642,0.025794372,5,61
464
+ 0.17161890864372253,-0.998907744884491,3.1397583,-0.016778266,5,62
465
+ 0.07808806747198105,-0.8678949475288391,3.1382165,-0.111850955,5,63
466
+ 0.08341389149427414,0.08892995119094849,3.137847,-0.10689468,5,64
467
+ 0.1196371465921402,0.6743450164794922,3.1223462,-0.08617221,5,65
468
+ 0.12580417096614838,-0.1524910032749176,3.1107037,-0.09164764,5,66
469
+ 0.15109089016914368,-0.4017016291618347,3.1079395,-0.069125146,5,67
470
+ 0.19783185422420502,-0.5674585700035095,3.1244931,-0.005830535,5,68
471
+ 0.16228429973125458,0.17707672715187073,3.1534624,0.012408802,5,69
472
+ 0.13343076407909393,0.8179576396942139,3.165135,0.029589841,5,70
473
+ 0.06885793805122375,0.9298178553581238,3.1549366,0.10436103,5,71
474
+ 0.08324117213487625,-0.9947782158851624,3.1281145,0.11679988,5,72
475
+ 0.19601492583751678,-0.6574639678001404,3.1068041,0.025336465,5,73
476
+ 0.18935176730155945,0.9741461277008057,3.103294,0.03550985,5,74
477
+ 0.1604035496711731,1.0,3.1016943,0.066057615,5,75
478
+ 0.19530774652957916,-0.8001532554626465,3.114763,-0.018084755,5,76
479
+ 0.08989693224430084,-1.0,3.1249766,-0.11328195,5,77
480
+ 0.07752809673547745,-0.1217285692691803,3.1374993,-0.11312809,5,78
481
+ 0.12994085252285004,0.865114152431488,3.1258519,-0.072362795,5,79
482
+ -0.17110836505889893,1.0,3.2827947,-0.21646917,6,0
483
+ -0.36418992280960083,1.0,3.3102508,-0.38209468,6,1
484
+ -0.5024315714836121,-0.3699875771999359,3.397774,-0.4328131,6,2
485
+ -0.5268019437789917,-1.0,3.4350255,-0.41993204,6,3
486
+ -0.4513210654258728,-1.0,3.3765557,-0.4029209,6,4
487
+ -0.4799603223800659,-1.0,3.285341,-0.5227748,6,5
488
+ -0.4740152955055237,0.9912557601928711,3.2612352,-0.5409356,6,6
489
+ -0.2210870385169983,0.9669690132141113,3.2742474,-0.27499515,6,7
490
+ -0.018655553460121155,-1.0,3.2739542,-0.07285692,6,8
491
+ 0.005173325538635254,-0.21361695230007172,3.236685,0.086297154,6,9
492
+ -0.2555556893348694,1.0,3.2472537,0.33645755,6,10
493
+ -0.40941745042800903,1.0,3.2520142,0.4855588,6,11
494
+ -0.35100024938583374,-0.674392819404602,3.251439,0.42771667,6,12
495
+ -0.16058611869812012,-0.5748022198677063,3.2457902,0.2429514,6,13
496
+ -0.08587980270385742,0.9570469260215759,3.2396786,0.1743567,6,14
497
+ 0.054853420704603195,-0.2902489900588989,3.2251525,0.048149604,6,15
498
+ -0.020409531891345978,0.03356442600488663,3.2272563,-0.12130875,6,16
499
+ -0.08940304815769196,-1.0,3.2372015,-0.18035711,6,17
500
+ -0.14455465972423553,-0.24003130197525024,3.2311773,-0.24153285,6,18
501
+ -0.03938649594783783,0.7176497578620911,3.2139373,-0.15360473,6,19
502
+ 0.08300404250621796,-0.022320233285427094,3.1962914,-0.048860032,6,20
503
+ 0.1419232338666916,-0.6990198493003845,3.178612,-0.007620289,6,21
504
+ 0.12959134578704834,-0.4805378317832947,3.181228,0.017336247,6,22
505
+ 0.058630041778087616,1.0,3.1946368,0.074888654,6,23
506
+ -0.012283474206924438,1.0,3.184681,0.15575805,6,24
507
+ 0.00836634635925293,-0.2302427887916565,3.1613634,0.15842581,6,25
508
+ 0.10793865472078323,-1.0,3.137614,0.08260285,6,26
509
+ 0.15035372972488403,0.49500641226768494,3.1347463,0.043055475,6,27
510
+ 0.13404536247253418,1.0,3.1293795,0.064730644,6,28
511
+ 0.18367569148540497,-0.27628660202026367,3.1339605,-0.010519347,6,29
512
+ 0.07329364120960236,-0.9011304974555969,3.1440969,-0.110765025,6,30
513
+ 0.013079807162284851,-0.724246084690094,3.1546948,-0.16038091,6,31
514
+ 0.04207147657871246,0.8138835430145264,3.1470702,-0.13901387,6,32
515
+ 0.1425507813692093,0.5427653193473816,3.127057,-0.058547657,6,33
516
+ 0.16525760293006897,-0.8113674521446228,3.1108665,-0.052031368,6,34
517
+ 0.20347782969474792,-0.5334478616714478,3.1068268,-0.017850906,6,35
518
+ 0.16024231910705566,-0.1530400812625885,3.134377,0.033536196,6,36
519
+ 0.12810325622558594,0.9885199666023254,3.1603537,0.0396986,6,37
520
+ 0.07101423293352127,0.9747921824455261,3.1536136,0.10352772,6,38
521
+ 0.12617991864681244,-1.0,3.121259,0.080716625,6,39
522
+ 0.22577570378780365,-0.4543204605579376,3.0928826,0.00949718,6,40
523
+ 0.19278165698051453,0.739495575428009,3.09232,0.04305389,6,41
524
+ 0.15794959664344788,1.0,3.0996368,0.07056912,6,42
525
+ 0.1992424875497818,-0.6097491383552551,3.1181035,0.010809524,6,43
526
+ 0.1316770613193512,-0.8450025320053101,3.1298788,-0.0665997,6,44
527
+ 0.1151973232626915,-0.29953694343566895,3.13951,-0.07344828,6,45
528
+ 0.1296827644109726,0.577055811882019,3.1268203,-0.07165243,6,46
529
+ 0.146182119846344,0.22613458335399628,3.1114588,-0.07051461,6,47
530
+ 0.1409626305103302,-0.568809986114502,3.1050694,-0.082123496,6,48
531
+ 0.1955472081899643,-0.22282426059246063,3.1113818,-0.021226544,6,49
532
+ 0.16796915233135223,-0.3871857225894928,3.134878,0.025308449,6,50
533
+ 0.15412937104701996,0.6841472387313843,3.1566122,0.01741399,6,51
534
+ 0.0830869972705841,1.0,3.1499732,0.095095366,6,52
535
+ 0.13699015974998474,-0.9145500659942627,3.120523,0.07064238,6,53
536
+ 0.20984628796577454,0.04594780132174492,3.0944128,0.02389642,6,54
537
+ 0.17099085450172424,0.18865975737571716,3.097034,0.06013068,6,55
538
+ 0.15524952113628387,1.0,3.1112533,0.06165274,6,56
539
+ 0.13594846427440643,-0.22750172019004822,3.1334279,0.0587792,6,57
540
+ 0.17036528885364532,-0.8616768717765808,3.1426275,-0.015162754,6,58
541
+ 0.12637893855571747,-0.4282906651496887,3.14586,-0.05591662,6,59
542
+ 0.11167082190513611,0.3110849857330322,3.133822,-0.08266273,6,60
543
+ 0.10672084987163544,0.3911464214324951,3.1177924,-0.1036423,6,61
544
+ 0.10621181130409241,-0.3367399275302887,3.1104796,-0.11146411,6,62
545
+ 0.1677429974079132,-0.22716113924980164,3.1128206,-0.04759189,6,63
546
+ 0.18924580514431,-0.6623091697692871,3.1313448,0.0075649186,6,64
547
+ 0.1622813642024994,0.4953747093677521,3.156248,0.009626056,6,65
548
+ 0.14413982629776,0.5473206043243408,3.1571734,0.026842304,6,66
549
+ 0.09121134132146835,0.9735230803489685,3.1451967,0.0917475,6,67
550
+ 0.0733572393655777,-0.9849361777305603,3.1235492,0.13124906,6,68
551
+ 0.1813189834356308,-0.6209192276000977,3.1069689,0.039867654,6,69
552
+ 0.18428169190883636,0.9060658812522888,3.10497,0.038903847,6,70
553
+ 0.16878849267959595,1.0,3.1019356,0.0574314,6,71
554
+ 0.19145797193050385,-0.7354848384857178,3.1130002,-0.023697393,6,72
555
+ 0.09236970543861389,-0.9803345203399658,3.1211898,-0.11459598,6,73
556
+ 0.09560079127550125,-0.037474870681762695,3.1324103,-0.10014444,6,74
557
+ 0.13872478902339935,0.571842610836029,3.1217303,-0.0677004,6,75
558
+ 0.1597529798746109,0.18480750918388367,3.1114752,-0.05692731,6,76
559
+ 0.17507144808769226,-0.6076288223266602,3.1087537,-0.04433038,6,77
560
+ 0.1966339349746704,-0.5521019101142883,3.1222143,-0.009307259,6,78
561
+ 0.16013559699058533,0.04390062391757965,3.1509523,0.017067581,6,79
562
+ -0.3019851744174957,1.0,3.2973433,0.33279744,7,0
563
+ -0.04909702390432358,1.0,3.2557728,0.12147971,7,1
564
+ 0.003990570083260536,0.41789406538009644,3.2985535,0.02561148,7,2
565
+ -0.0807124525308609,-1.0,3.3763645,-0.032503504,7,3
566
+ -0.17800405621528625,-0.8790032267570496,3.3824205,-0.12373903,7,4
567
+ -0.2929287254810333,-0.999513566493988,3.3241642,-0.2969201,7,5
568
+ -0.46107494831085205,0.010777056217193604,3.2780087,-0.51122177,7,6
569
+ -0.42286691069602966,1.0,3.2702355,-0.4807869,7,7
570
+ -0.2256566286087036,-0.009210649877786636,3.2717829,-0.28202927,7,8
571
+ -0.014327578246593475,-0.6779725551605225,3.250772,-0.0917111,7,9
572
+ -0.03206530213356018,0.0992155373096466,3.245084,0.11513677,7,10
573
+ -0.23750802874565125,1.0,3.2559552,0.30970833,7,11
574
+ -0.37725627422332764,1.0,3.2537158,0.45169604,7,12
575
+ -0.3250313103199005,-1.0,3.2363255,0.41686133,7,13
576
+ -0.10340149700641632,-0.859602153301239,3.223416,0.20814092,7,14
577
+ 0.03206326812505722,0.9259240031242371,3.2120311,0.08406112,7,15
578
+ 0.11763730645179749,0.9742650985717773,3.1858897,0.024628494,7,16
579
+ 0.032620929181575775,-0.991125226020813,3.178526,-0.11700866,7,17
580
+ -0.07314825057983398,-1.0,3.1772723,-0.22403145,7,18
581
+ -0.031977444887161255,0.03211095184087753,3.1860104,-0.1741226,7,19
582
+ 0.04983975738286972,0.6445348858833313,3.17758,-0.10073564,7,20
583
+ 0.11516845971345901,0.1272268146276474,3.1692157,-0.04377138,7,21
584
+ 0.15980981290340424,-0.8234661221504211,3.1566875,-0.01165821,7,22
585
+ 0.16247989237308502,-0.5302742123603821,3.1626766,0.002999056,7,23
586
+ 0.08115454763174057,0.9906217455863953,3.1790283,0.0679727,7,24
587
+ 0.010259360074996948,1.0,3.1713994,0.1464968,7,25
588
+ 0.04179193079471588,-0.30928370356559753,3.1484294,0.1379342,7,26
589
+ 0.14873211085796356,-1.0,3.1227214,0.056701973,7,27
590
+ 0.17503651976585388,0.5737138986587524,3.1196752,0.03344384,7,28
591
+ 0.14143171906471252,0.9891381859779358,3.116567,0.070156895,7,29
592
+ 0.19713564217090607,-0.24407966434955597,3.124454,0.006565857,7,30
593
+ 0.1111544817686081,-0.9104558229446411,3.136067,-0.08093412,7,31
594
+ 0.06470124423503876,-0.6029378175735474,3.1468828,-0.1165715,7,32
595
+ 0.07413678616285324,0.5353605151176453,3.1411233,-0.11289544,7,33
596
+ 0.12868505716323853,0.5887246131896973,3.1254153,-0.074055135,7,34
597
+ 0.15343135595321655,-0.5434054732322693,3.1127138,-0.062010344,7,35
598
+ 0.19338294863700867,-0.5679413676261902,3.1071527,-0.027619876,7,36
599
+ 0.18842813372612,-0.3619549572467804,3.128527,0.011200462,7,37
600
+ 0.14464634656906128,1.0,3.1510231,0.032486025,7,38
601
+ 0.07095231115818024,1.0,3.144662,0.1125413,7,39
602
+ 0.13546410202980042,-1.0,3.1138349,0.078856565,7,40
603
+ 0.23896698653697968,-0.42115718126296997,3.0850058,0.004182775,7,41
604
+ 0.202815443277359,0.6514153480529785,3.0853856,0.039954513,7,42
605
+ 0.16827309131622314,1.0,3.0945282,0.06535423,7,43
606
+ 0.19412699341773987,-0.4413670599460602,3.1141663,0.019862257,7,44
607
+ 0.156864732503891,-0.8046553134918213,3.1273127,-0.043978132,7,45
608
+ 0.1354590356349945,-0.42816001176834106,3.137213,-0.055483498,7,46
609
+ 0.14840781688690186,0.5757297277450562,3.1253064,-0.054441325,7,47
610
+ 0.16878218948841095,0.2693144679069519,3.1082175,-0.05115585,7,48
611
+ 0.1378466784954071,-0.671701192855835,3.1004214,-0.08988741,7,49
612
+ 0.1907450556755066,0.03769831359386444,3.105603,-0.031807482,7,50
613
+ 0.1779370903968811,-0.6016222834587097,3.1278522,0.02236623,7,51
614
+ 0.14796777069568634,0.8848320245742798,3.149884,0.030303763,7,52
615
+ 0.15017737448215485,-0.13323964178562164,3.1420772,0.035900936,7,53
616
+ 0.13812218606472015,1.0,3.127879,0.06215443,7,54
617
+ 0.11091776937246323,-0.9948676228523254,3.1145208,0.10271696,7,55
618
+ 0.1997789740562439,0.0570279136300087,3.1075733,0.020803269,7,56
619
+ 0.19031888246536255,0.4419042468070984,3.1120594,0.025777273,7,57
620
+ 0.17677344381809235,0.9811691641807556,3.119946,0.031436075,7,58
621
+ 0.19616051018238068,-0.8848100900650024,3.1305904,-0.0014045757,7,59
622
+ 0.10445410013198853,-0.8496648073196411,3.1279826,-0.0957188,7,60
623
+ 0.09859523177146912,-0.033759281039237976,3.1294012,-0.10015908,7,61
624
+ 0.1294105350971222,0.7081672549247742,3.1163979,-0.08234713,7,62
625
+ 0.13282310962677002,-0.15514808893203735,3.1045895,-0.09074294,7,63
626
+ 0.15301568806171417,-0.27993008494377136,3.1020522,-0.07308762,7,64
627
+ 0.20096787810325623,-0.672224760055542,3.1167455,-0.010442161,7,65
628
+ 0.1758193075656891,0.148570254445076,3.1443233,0.008012867,7,66
629
+ 0.13826759159564972,0.7371547222137451,3.1565292,0.03335874,7,67
630
+ 0.07967172563076019,0.9289237856864929,3.148004,0.10047974,7,68
631
+ 0.10629022866487503,-1.0,3.1202602,0.10160505,7,69
632
+ 0.21379166841506958,-0.4837912321090698,3.0978088,0.016555013,7,70
633
+ 0.19303786754608154,0.8782555460929871,3.0965855,0.038532134,7,71
634
+ 0.1570052206516266,1.0,3.1012022,0.06994804,7,72
635
+ 0.19852356612682343,-0.6690627932548523,3.119796,0.009835911,7,73
636
+ 0.1292959749698639,-0.9426457285881042,3.131201,-0.06765851,7,74
637
+ 0.11620091646909714,-0.20797280967235565,3.1408916,-0.07106305,7,75
638
+ 0.12773177027702332,0.5279209017753601,3.1277995,-0.07262424,7,76
639
+ 0.144339919090271,0.37217071652412415,3.114232,-0.06958353,7,77
640
+ 0.15454576909542084,-0.6417171359062195,3.1087756,-0.06483413,7,78
641
+ 0.19332560896873474,-0.4057636857032776,3.116935,-0.017894898,7,79
642
+ -0.468765527009964,1.0,3.3045144,0.49240664,8,0
643
+ -0.19506490230560303,1.0,3.2445486,0.27867186,8,1
644
+ 0.0015715882182121277,-0.2149888277053833,3.2515075,0.07507641,8,2
645
+ -0.016389349475502968,0.0388074666261673,3.3160412,-0.028503636,8,3
646
+ -0.1216093972325325,-0.9089084267616272,3.3650396,-0.08472533,8,4
647
+ -0.3010481297969818,-1.0,3.3276868,-0.30151686,8,5
648
+ -0.4929995536804199,-0.539989709854126,3.2908757,-0.5302794,8,6
649
+ -0.506629467010498,1.0,3.27737,-0.557415,8,7
650
+ -0.2812407314777374,0.5896761417388916,3.2744122,-0.3349841,8,8
651
+ -0.054885134100914,-0.9906753897666931,3.2490838,-0.1339569,8,9
652
+ 0.08685485273599625,-0.4827466905117035,3.2236853,0.017615402,8,10
653
+ -0.11537942290306091,1.0,3.2380033,0.20553169,8,11
654
+ -0.2341386079788208,1.0,3.2409868,0.3213073,8,12
655
+ -0.1917635202407837,-0.22639095783233643,3.2262049,0.29371417,8,13
656
+ -0.04885631799697876,-0.8610895872116089,3.205219,0.1717928,8,14
657
+ 0.06753449141979218,0.23205377161502838,3.2026544,0.05796666,8,15
658
+ 0.12926450371742249,1.0,3.195374,0.0035169988,8,16
659
+ 0.0426495298743248,-0.22675977647304535,3.1965063,-0.088999726,8,17
660
+ -0.07264482975006104,-1.0,3.1988885,-0.2019118,8,18
661
+ -0.1198590099811554,-0.765465497970581,3.2002046,-0.24780992,8,19
662
+ -0.0624605268239975,0.750593364238739,3.1885595,-0.20205651,8,20
663
+ 0.05392888933420181,0.4614179730415344,3.1692276,-0.10499903,8,21
664
+ 0.11849334836006165,-0.517956554889679,3.1538677,-0.055794448,8,22
665
+ 0.16303569078445435,-0.9034366607666016,3.146518,-0.018601835,8,23
666
+ 0.1287492960691452,0.2875688374042511,3.1680424,0.0313638,8,24
667
+ 0.06850861012935638,1.0,3.1799755,0.0796714,8,25
668
+ 0.026881620287895203,0.9146102666854858,3.1721416,0.12913235,8,26
669
+ 0.06924740970134735,-1.0,3.1442158,0.114692286,8,27
670
+ 0.18199218809604645,-0.641185998916626,3.1223195,0.023843864,8,28
671
+ 0.18259656429290771,0.8888078927993774,3.1187198,0.02683914,8,29
672
+ 0.16481658816337585,1.0,3.1149127,0.048426185,8,30
673
+ 0.16406288743019104,-0.9017883539199829,3.1233108,-0.04078183,8,31
674
+ 0.055772677063941956,-1.0,3.1295526,-0.14283024,8,32
675
+ 0.06655699014663696,0.03911810368299484,3.1390533,-0.12254518,8,33
676
+ 0.13104671239852905,0.7665579319000244,3.127951,-0.06915789,8,34
677
+ 0.15071459114551544,-0.14617383480072021,3.116078,-0.061363023,8,35
678
+ 0.16187945008277893,-0.5088975429534912,3.1106355,-0.05564055,8,36
679
+ 0.19798976182937622,-0.525631308555603,3.1241663,-0.005999499,8,37
680
+ 0.16065995395183563,0.3191962242126465,3.150559,0.016936619,8,38
681
+ 0.11492954194545746,1.0,3.1581404,0.055085555,8,39
682
+ 0.06667188555002213,0.4924178421497345,3.1440995,0.11738416,8,40
683
+ 0.10843842476606369,-1.0,3.1173346,0.10238249,8,41
684
+ 0.18639801442623138,-0.36529359221458435,3.1047318,0.03702571,8,42
685
+ 0.17691975831985474,1.0,3.102334,0.04890173,8,43
686
+ 0.15750214457511902,0.8700118660926819,3.1033695,0.0672839,8,44
687
+ 0.2005588263273239,-0.9739128351211548,3.1134436,-0.014153078,8,45
688
+ 0.11885033547878265,-0.8072736263275146,3.1195824,-0.08972277,8,46
689
+ 0.12392789870500565,-0.05840764194726944,3.1281981,-0.07602947,8,47
690
+ 0.16883188486099243,0.9011261463165283,3.1159155,-0.043408092,8,48
691
+ 0.17465701699256897,-0.35659629106521606,3.1013043,-0.052194208,8,49
692
+ 0.15537530183792114,-0.45094171166419983,3.0971007,-0.07567947,8,50
693
+ 0.20968341827392578,-0.2983073890209198,3.1147232,-0.003748887,8,51
694
+ 0.17285001277923584,0.003637082874774933,3.143437,0.011868592,8,52
695
+ 0.14896562695503235,0.870684802532196,3.1573443,0.02184555,8,53
696
+ 0.07837264239788055,0.7084552645683289,3.145449,0.10433395,8,54
697
+ 0.11375238001346588,-1.0,3.117771,0.09663223,8,55
698
+ 0.2059064507484436,-0.37367525696754456,3.0996263,0.022622772,8,56
699
+ 0.1942129135131836,0.8560817837715149,3.098181,0.03576159,8,57
700
+ 0.16743305325508118,1.0,3.1022217,0.058500737,8,58
701
+ 0.20676922798156738,-0.7256901860237122,3.1178522,0.0035340777,8,59
702
+ 0.12519168853759766,-1.0,3.124974,-0.07798982,8,60
703
+ 0.12013928592205048,-0.06733022630214691,3.131472,-0.07654412,8,61
704
+ 0.14807096123695374,0.6006864905357361,3.116862,-0.0632225,8,62
705
+ 0.15079765021800995,0.16380411386489868,3.1042438,-0.07311411,8,63
706
+ 0.140783429145813,-0.6760898232460022,3.1012652,-0.08610689,8,64
707
+ 0.19519345462322235,-0.1426883488893509,3.1133401,-0.01962193,8,65
708
+ 0.1625671237707138,-0.3894089460372925,3.140357,0.025231374,8,66
709
+ 0.13412873446941376,0.9422851800918579,3.162173,0.031853747,8,67
710
+ 0.07734963297843933,0.5466657876968384,3.150428,0.10037783,8,68
711
+ 0.15091925859451294,-0.7484171390533447,3.121408,0.05582828,8,69
712
+ 0.1868395209312439,0.1705572009086609,3.101671,0.03964502,8,70
713
+ 0.16189256310462952,0.16169941425323486,3.1049771,0.061285824,8,71
714
+ 0.14861826598644257,0.9930729866027832,3.1214807,0.05805655,8,72
715
+ 0.12131769210100174,-0.3218823969364166,3.1443548,0.062483005,8,73
716
+ 0.15923593938350677,-0.9205450415611267,3.1503563,-0.018563287,8,74
717
+ 0.11340276151895523,-0.32529357075691223,3.1506267,-0.0641261,8,75
718
+ 0.10750884562730789,0.41002941131591797,3.135301,-0.08534556,8,76
719
+ 0.09279216825962067,0.19325494766235352,3.1190405,-0.11632286,8,77
720
+ 0.0849737673997879,-0.33225199580192566,3.1132314,-0.12995033,8,78
721
+ 0.16523225605487823,-0.09286102652549744,3.1199005,-0.043022793,8,79
722
+ -0.919625461101532,-1.0,3.3329878,0.9147932,9,0
723
+ -1.0049723386764526,0.1861991435289383,3.4114506,0.92167723,9,1
724
+ -0.9731177687644958,1.0,3.4193182,0.8819551,9,2
725
+ -0.7835059762001038,1.0,3.330059,0.78160244,9,3
726
+ -0.6612806916236877,1.0,3.2239008,0.7655354,9,4
727
+ -0.5297120213508606,-1.0,3.1954446,0.66242296,9,5
728
+ -0.22781780362129211,-1.0,3.2397223,0.31625107,9,6
729
+ -0.0025302618741989136,0.9701371192932129,3.27202,0.058665678,9,7
730
+ -0.0146867036819458,0.6629605889320374,3.2472723,-0.09556997,9,8
731
+ -0.20677348971366882,-1.0,3.2315128,-0.30341622,9,9
732
+ -0.3175795376300812,-1.0,3.2252953,-0.42043975,9,10
733
+ -0.2447754144668579,0.32795873284339905,3.235498,-0.33743298,9,11
734
+ -0.040837064385414124,0.9914581775665283,3.232146,-0.13684656,9,12
735
+ 0.09334897994995117,-0.6771780848503113,3.2152033,-0.019603256,9,13
736
+ 0.11561357229948044,-0.8713217973709106,3.1992579,-0.013284097,9,14
737
+ 0.005077280104160309,0.9519309401512146,3.2082825,0.11479577,9,15
738
+ -0.13745206594467163,0.9999989867210388,3.2088394,0.25676817,9,16
739
+ -0.1266191005706787,0.062055803835392,3.1990283,0.25574636,9,17
740
+ -0.015031322836875916,-0.939353883266449,3.1797564,0.16343044,9,18
741
+ 0.07593836635351181,0.20282547175884247,3.1759186,0.07629857,9,19
742
+ 0.10193197429180145,0.9564491510391235,3.1699493,0.056274254,9,20
743
+ 0.15353615581989288,0.19266267120838165,3.1725345,-0.0020849002,9,21
744
+ 0.05588386952877045,-0.9290778040885925,3.1824799,-0.08979179,9,22
745
+ -0.019147008657455444,-1.0,3.185473,-0.16182956,9,23
746
+ -0.008427232503890991,0.4716031849384308,3.17556,-0.16102275,9,24
747
+ 0.09133582562208176,0.8288642764091492,3.1513739,-0.08544583,9,25
748
+ 0.1364009827375412,-0.5087588429450989,3.1331978,-0.058556754,9,26
749
+ 0.1731538027524948,-0.7018042802810669,3.121977,-0.03302462,9,27
750
+ 0.1654082089662552,-0.3605363368988037,3.1451044,0.017642902,9,28
751
+ 0.1066458523273468,1.0,3.1727436,0.048766106,9,29
752
+ 0.05082374066114426,1.0,3.1686509,0.10868091,9,30
753
+ 0.07194529473781586,-0.39640694856643677,3.1418493,0.11436094,9,31
754
+ 0.16367962956428528,-1.0,3.1145015,0.04997441,9,32
755
+ 0.1825522482395172,0.5626180768013,3.1110606,0.034542654,9,33
756
+ 0.15786075592041016,0.9921497702598572,3.1078527,0.06244207,9,34
757
+ 0.20806370675563812,-0.14764434099197388,3.1186268,-0.0014649737,9,35
758
+ 0.1157388836145401,-0.8774732947349548,3.1338024,-0.07861422,9,36
759
+ 0.05611921846866608,-0.8133561611175537,3.1467426,-0.12529372,9,37
760
+ 0.08773490786552429,0.8533358573913574,3.1390667,-0.10135391,9,38
761
+ 0.1764470487833023,0.44589635729789734,3.1162012,-0.035507303,9,39
762
+ 0.1708102524280548,-0.7072260975837708,3.1012945,-0.056050744,9,40
763
+ 0.1990046501159668,-0.48743295669555664,3.1020443,-0.027106518,9,41
764
+ 0.1796160638332367,-0.25002995133399963,3.1313396,0.017199911,9,42
765
+ 0.14328965544700623,0.9308149814605713,3.1583138,0.026552118,9,43
766
+ 0.07131972908973694,0.9997833371162415,3.153037,0.10379872,9,44
767
+ 0.1229243203997612,-0.9999989867210388,3.1210217,0.08420945,9,45
768
+ 0.2212565392255783,-0.3906266987323761,3.0913076,0.015591335,9,46
769
+ 0.1912144422531128,0.6155149340629578,3.0907755,0.046165593,9,47
770
+ 0.16793663799762726,1.0,3.0999193,0.060299557,9,48
771
+ 0.184584841132164,-0.315245121717453,3.1221783,0.021392364,9,49
772
+ 0.1489488035440445,-0.9076185822486877,3.1373363,-0.04187046,9,50
773
+ 0.1242876797914505,-0.4209471642971039,3.1451757,-0.05869214,9,51
774
+ 0.1329842507839203,0.43750208616256714,3.1318493,-0.06332197,9,52
775
+ 0.13326579332351685,0.29269787669181824,3.1145241,-0.0803656,9,53
776
+ 0.11769218742847443,-0.398775577545166,3.108148,-0.10231523,9,54
777
+ 0.17444252967834473,-0.17757363617420197,3.1134362,-0.040276766,9,55
778
+ 0.18295636773109436,-0.5994142889976501,3.134705,0.010494089,9,56
779
+ 0.15901798009872437,0.5840718150138855,3.157876,0.011261528,9,57
780
+ 0.1430208832025528,0.4473251700401306,3.1553998,0.02973484,9,58
781
+ 0.1032944917678833,0.8449112772941589,3.1416583,0.08320272,9,59
782
+ 0.09696350991725922,-1.0,3.1219747,0.1092173,9,60
783
+ 0.19618156552314758,-0.3707053065299988,3.1095994,0.0223746,9,61
784
+ 0.19472327828407288,0.8388226628303528,3.108763,0.024669256,9,62
785
+ 0.16979055106639862,1.0,3.1110344,0.047330577,9,63
786
+ 0.18485556542873383,-0.9694064259529114,3.1205945,-0.022705445,9,64
787
+ 0.08539093285799026,-0.940716564655304,3.1222186,-0.120545976,9,65
788
+ 0.09235011041164398,0.055281419306993484,3.128853,-0.106952325,9,66
789
+ 0.15370333194732666,0.8633130192756653,3.1154463,-0.059005864,9,67
790
+ 0.15907102823257446,-0.36293867230415344,3.1015973,-0.06748719,9,68
791
+ 0.15928791463375092,-0.36108413338661194,3.0994217,-0.06944586,9,69
792
+ 0.20660582184791565,-0.5249258875846863,3.121021,0.0005286692,9,70
793
+ 0.16118107736110687,0.16930903494358063,3.1539047,0.013069768,9,71
794
+ 0.13596859574317932,0.7644881010055542,3.166972,0.025215007,9,72
795
+ 0.07541247457265854,0.883496105670929,3.1552243,0.09751872,9,73
796
+ 0.09526761621236801,-1.0,3.126278,0.10660998,9,74
797
+ 0.20111070573329926,-0.5143556594848633,3.1048958,0.022148976,9,75
798
+ 0.18749472498893738,0.9321654438972473,3.1024075,0.03825333,9,76
799
+ 0.15445587038993835,1.0,3.105211,0.068488635,9,77
800
+ 0.20060290396213531,-0.711915910243988,3.1224937,0.005058863,9,78
801
+ 0.1202181726694107,-1.0,3.1333954,-0.07454191,9,79
training/sarl/CylinderRot2D-easy-v0/TD-MPC/1/training_log.csv ADDED
The diff for this file is too large to render. See raw diff
 
training/sarl/CylinderRot2D-easy-v0/TD-MPC/2/hydra.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-easy-v0
116
+ - total_timesteps=50000
117
+ - seed=2
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-easy-v0,seed=2,total_timesteps=50000
122
+ id: '0'
123
+ num: 0
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: /cephfs/users/becktepe/git_projects/FluidGym/output/training/sarl/CylinderRot2D-easy-v0/TD-MPC/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
training/sarl/CylinderRot2D-easy-v0/TD-MPC/2/test/test_eval_sequences.csv ADDED
@@ -0,0 +1,801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,action_0,drag,lift,episode,step
2
+ -1.2213436365127563,0.4266715943813324,3.36451,1.1849891,0,0
3
+ -1.0775635242462158,1.0,3.2970815,1.1086376,0,1
4
+ -0.9318763017654419,1.0,3.2076647,1.0523671,0,2
5
+ -0.6649974584579468,-1.0,3.1701481,0.82300484,0,3
6
+ -0.27712395787239075,-0.8082823157310486,3.2131307,0.39214876,0,4
7
+ -0.013289347290992737,1.0,3.2549279,0.08651699,0,5
8
+ 0.0012975484132766724,1.0,3.2463713,-0.0804867,0,6
9
+ -0.17312806844711304,-1.0,3.2403927,-0.2608909,0,7
10
+ -0.258394718170166,-1.0,3.227191,-0.35935926,0,8
11
+ -0.1858328878879547,-0.17066076397895813,3.2186182,-0.29537025,0,9
12
+ -0.0317213237285614,1.0,3.2004178,-0.15945908,0,10
13
+ 0.10129058361053467,-0.15480469167232513,3.1863482,-0.040516738,0,11
14
+ 0.12509037554264069,-1.0,3.1783326,-0.02473258,0,12
15
+ 0.10438233613967896,-0.07159306108951569,3.1952765,0.028496679,0,13
16
+ -0.005737073719501495,1.0,3.2146392,0.119253404,0,14
17
+ -0.06290829181671143,0.9609220623970032,3.2101653,0.18089855,0,15
18
+ 0.0055157095193862915,-0.7108094692230225,3.1818254,0.14081441,0,16
19
+ 0.1376422643661499,-0.6177453994750977,3.1552684,0.03524482,0,17
20
+ 0.1595783829689026,0.7042400240898132,3.1535602,0.015016968,0,18
21
+ 0.15378762781620026,0.8836743235588074,3.1549706,0.01939724,0,19
22
+ 0.11463044583797455,-0.45528867840766907,3.1697404,-0.043784637,0,20
23
+ 0.03647640347480774,-1.0,3.1793098,-0.11236927,0,21
24
+ 0.01777234673500061,-0.4789010286331177,3.1822085,-0.12817463,0,22
25
+ 0.082798533141613,0.8527393937110901,3.164651,-0.08070607,0,23
26
+ 0.1683124303817749,0.2284780889749527,3.1428375,-0.017005563,0,24
27
+ 0.18097715079784393,-0.7669637203216553,3.1300402,-0.017138204,0,25
28
+ 0.16699914634227753,-0.8196519017219543,3.1398144,-0.02134199,0,26
29
+ 0.135890394449234,0.7119492888450623,3.1700413,0.022223806,0,27
30
+ 0.07406216114759445,0.984388530254364,3.1758938,0.07819957,0,28
31
+ 0.0985749140381813,0.1301700919866562,3.1584618,0.071118794,0,29
32
+ 0.16785123944282532,-0.7065001130104065,3.1272082,0.03309605,0,30
33
+ 0.19725853204727173,-0.012827647849917412,3.1191323,0.011764703,0,31
34
+ 0.20179055631160736,0.5809855461120605,3.125999,0.00036598815,0,32
35
+ 0.17276686429977417,0.7970427870750427,3.143781,-0.011607707,0,33
36
+ 0.12804701924324036,-0.6299937963485718,3.1654036,-0.0347049,0,34
37
+ 0.07118189334869385,-1.0,3.1675167,-0.089456916,0,35
38
+ 0.0628899484872818,-0.23080046474933624,3.1616678,-0.103597745,0,36
39
+ 0.12525184452533722,0.8869598507881165,3.1400225,-0.06288116,0,37
40
+ 0.1872776597738266,0.06026109680533409,3.1202264,-0.020651469,0,38
41
+ 0.19436024129390717,-0.7765151858329773,3.1110606,-0.02273466,0,39
42
+ 0.1848839819431305,-0.7523259520530701,3.1287355,-0.014536,0,40
43
+ 0.14536184072494507,0.6526182293891907,3.1638665,0.018927151,0,41
44
+ 0.0949438214302063,0.9807285070419312,3.171978,0.0612337,0,42
45
+ 0.0868087112903595,0.3812446892261505,3.1557543,0.08559248,0,43
46
+ 0.14073729515075684,-0.9680987000465393,3.123543,0.0638752,0,44
47
+ 0.19057336449623108,-0.07018756121397018,3.109504,0.028078174,0,45
48
+ 0.1980927586555481,0.5531315803527832,3.1132414,0.01682133,0,46
49
+ 0.193280428647995,1.0,3.1292815,-0.005593569,0,47
50
+ 0.13886135816574097,-0.5969517230987549,3.1543612,-0.03493292,0,48
51
+ 0.07453829050064087,-1.0,3.1608334,-0.09278387,0,49
52
+ 0.07467184960842133,-0.3161918818950653,3.1601458,-0.09333791,0,50
53
+ 0.1276935338973999,0.751462996006012,3.139868,-0.06059397,0,51
54
+ 0.18699556589126587,0.2803744375705719,3.1208136,-0.020346338,0,52
55
+ 0.20491468906402588,-0.6900116205215454,3.1126146,-0.010626197,0,53
56
+ 0.18362843990325928,-0.9489071369171143,3.1277084,-0.016818646,0,54
57
+ 0.15430592000484467,0.5575333833694458,3.1632512,0.01059844,0,55
58
+ 0.09681206941604614,0.991881251335144,3.1734905,0.057852924,0,56
59
+ 0.08005952835083008,0.588016927242279,3.1609645,0.0871315,0,57
60
+ 0.13065585494041443,-0.9910954833030701,3.1278622,0.06963745,0,58
61
+ 0.19636842608451843,-0.23742462694644928,3.108665,0.02312211,0,59
62
+ 0.19257454574108124,0.6324259638786316,3.111316,0.024265008,0,60
63
+ 0.1896819770336151,1.0,3.125709,0.012764477,0,61
64
+ 0.14612652361392975,-0.5518727898597717,3.151212,-0.030817011,0,62
65
+ 0.0763801857829094,-0.9427677392959595,3.1616642,-0.090111084,0,63
66
+ 0.06610661000013351,-0.4358394742012024,3.1648653,-0.09718365,0,64
67
+ 0.10673058032989502,0.7352965474128723,3.1462548,-0.07517016,0,65
68
+ 0.17800919711589813,0.4120716154575348,3.1255825,-0.024563866,0,66
69
+ 0.1942799985408783,-0.8023646473884583,3.1148295,-0.019045984,0,67
70
+ 0.17477735877037048,-0.8617637157440186,3.1264083,-0.026969813,0,68
71
+ 0.15706130862236023,0.42489153146743774,3.1620755,0.009018686,0,69
72
+ 0.10541769862174988,0.9720813632011414,3.1780803,0.044657495,0,70
73
+ 0.07192212343215942,0.7571974992752075,3.168502,0.0877313,0,71
74
+ 0.11042426526546478,-0.9991136789321899,3.1345415,0.08318974,0,72
75
+ 0.19040095806121826,-0.38371723890304565,3.1109338,0.02682078,0,73
76
+ 0.1940394639968872,0.6102033257484436,3.111735,0.022380956,0,74
77
+ 0.2045965939760208,0.9829946160316467,3.122788,-0.00077097566,0,75
78
+ 0.13325375318527222,-0.28589946031570435,3.1488998,-0.046001967,0,76
79
+ 0.06750677525997162,-1.0,3.1646118,-0.096036926,0,77
80
+ 0.05097971111536026,-0.5656353235244751,3.1684859,-0.10868993,0,78
81
+ 0.1008017435669899,0.6929722428321838,3.1492717,-0.07808205,0,79
82
+ 0.023818207904696465,1.0,3.281886,-0.022451209,1,0
83
+ -0.18004640936851501,1.0,3.2882335,-0.21996841,1,1
84
+ -0.28359195590019226,0.5515806078910828,3.3881686,-0.2235789,1,2
85
+ -0.28259819746017456,-1.0,3.4846523,-0.12610143,1,3
86
+ -0.18641991913318634,-1.0,3.4556236,-0.058951806,1,4
87
+ -0.11189944297075272,-0.9984636306762695,3.3562834,-0.083771534,1,5
88
+ -0.14160127937793732,0.1058100163936615,3.2975698,-0.17218705,1,6
89
+ -0.09509820491075516,0.7523511052131653,3.3059688,-0.11728496,1,7
90
+ -0.09356113523244858,-0.7663413882255554,3.3274112,-0.09430548,1,8
91
+ -0.023773571476340294,0.6400122046470642,3.3242226,-0.027706524,1,9
92
+ -0.21312502026557922,1.0,3.3036413,0.23763922,1,10
93
+ -0.38672196865081787,0.6986861824989319,3.2993371,0.41554034,1,11
94
+ -0.34816277027130127,-1.0,3.2927284,0.38358986,1,12
95
+ -0.13245512545108795,-0.3572036623954773,3.2867367,0.17387392,1,13
96
+ -0.001188516616821289,0.9910038113594055,3.2774584,0.051885605,1,14
97
+ -0.008432552218437195,0.08718796074390411,3.266036,-0.070552036,1,15
98
+ -0.18479934334754944,-1.0,3.266079,-0.24687591,1,16
99
+ -0.2923201620578766,-1.0,3.2640545,-0.35642114,1,17
100
+ -0.2654497027397156,0.39866721630096436,3.2517827,-0.34182256,1,18
101
+ -0.11996129155158997,0.7596549987792969,3.2289495,-0.21916726,1,19
102
+ 0.012210838496685028,-0.3630063235759735,3.2096546,-0.10629011,1,20
103
+ 0.0929035097360611,-1.0,3.1904943,-0.044757705,1,21
104
+ 0.05829540640115738,0.5410959124565125,3.1995437,0.0703164,1,22
105
+ -0.06586690247058868,0.8723980784416199,3.206902,0.1871204,1,23
106
+ -0.04871313273906708,0.3191765248775482,3.1988542,0.17801444,1,24
107
+ 0.036094292998313904,-0.4702661335468292,3.1743326,0.117728606,1,25
108
+ 0.1258249431848526,-0.2771405875682831,3.1641204,0.038210142,1,26
109
+ 0.1521775722503662,0.8605647683143616,3.1659749,0.0100030955,1,27
110
+ 0.14590264856815338,0.5018450617790222,3.1725519,0.009700993,1,28
111
+ 0.10027483105659485,-0.6639407277107239,3.183242,-0.044638604,1,29
112
+ 0.04409296065568924,-1.0,3.1833386,-0.100723915,1,30
113
+ 0.03741122782230377,-0.08648844808340073,3.1750805,-0.11566375,1,31
114
+ 0.10356272011995316,0.8124313354492188,3.153822,-0.07077085,1,32
115
+ 0.17351190745830536,0.053096137940883636,3.1372647,-0.01737888,1,33
116
+ 0.1914691925048828,-0.9544966816902161,3.1255462,-0.011140108,1,34
117
+ 0.1816207617521286,-0.5673658847808838,3.139946,-0.006588776,1,35
118
+ 0.1105973869562149,0.957817792892456,3.1669104,0.050647724,1,36
119
+ 0.050422877073287964,0.985146164894104,3.1651354,0.11259726,1,37
120
+ 0.12237129360437393,-0.5178127884864807,3.1374102,0.06837406,1,38
121
+ 0.20452609658241272,-0.34852537512779236,3.1054718,0.018157579,1,39
122
+ 0.19316495954990387,0.16509029269218445,3.1076977,0.027292838,1,40
123
+ 0.2046370953321457,0.7050384283065796,3.1219819,0.0015365572,1,41
124
+ 0.17959696054458618,0.5461136698722839,3.1478667,-0.00069183763,1,42
125
+ 0.14290913939476013,-0.8346201777458191,3.1688201,-0.016426235,1,43
126
+ 0.09016154706478119,-0.9788482189178467,3.1665769,-0.07141711,1,44
127
+ 0.08607069402933121,0.10645640641450882,3.1543365,-0.08774837,1,45
128
+ 0.16169770061969757,1.0,3.12783,-0.038627792,1,46
129
+ 0.20341156423091888,-0.3693111538887024,3.107332,-0.01741196,1,47
130
+ 0.2035474181175232,-0.7377033233642578,3.0998387,-0.024769366,1,48
131
+ 0.19487209618091583,-0.6883007884025574,3.1284642,-0.0048191985,1,49
132
+ 0.14077216386795044,0.9595995545387268,3.1670837,0.02029962,1,50
133
+ 0.08028333634138107,1.0,3.1675036,0.080368586,1,51
134
+ 0.12233178317546844,-0.2900730073451996,3.1393652,0.06645854,1,52
135
+ 0.19022369384765625,-0.6295897364616394,3.1044989,0.03343296,1,53
136
+ 0.18949323892593384,0.15729749202728271,3.1015477,0.037114568,1,54
137
+ 0.20725680887699127,0.5813472867012024,3.1126862,0.008212551,1,55
138
+ 0.17935393750667572,0.8510228991508484,3.1393793,-0.00942232,1,56
139
+ 0.1338253915309906,-0.8193632364273071,3.1658795,-0.028450644,1,57
140
+ 0.09273461252450943,-0.7810922861099243,3.166331,-0.06908985,1,58
141
+ 0.08397350460290909,-0.42487743496894836,3.1608293,-0.08335271,1,59
142
+ 0.11357598751783371,0.9610071778297424,3.139503,-0.07507653,1,60
143
+ 0.1922955960035324,0.21631841361522675,3.1185808,-0.017279102,1,61
144
+ 0.20415371656417847,-0.8783925771713257,3.1074262,-0.016575627,1,62
145
+ 0.18464352190494537,-0.8818002343177795,3.123238,-0.020273905,1,63
146
+ 0.15079365670681,0.6682433485984802,3.1613169,0.016044995,1,64
147
+ 0.10025343298912048,1.0,3.1720169,0.05588522,1,65
148
+ 0.09902230650186539,0.43755826354026794,3.1580083,0.071124874,1,66
149
+ 0.147480770945549,-0.9123772978782654,3.1241455,0.056529243,1,67
150
+ 0.19718500971794128,-0.21113905310630798,3.108134,0.022836473,1,68
151
+ 0.1991076022386551,0.61005038022995,3.1130404,0.016007466,1,69
152
+ 0.19582243263721466,1.0,3.1300836,0.0022495224,1,70
153
+ 0.1388271450996399,-0.5212072134017944,3.1570458,-0.032282524,1,71
154
+ 0.07312897592782974,-1.0,3.1662161,-0.08881041,1,72
155
+ 0.06153501570224762,-0.4333902597427368,3.166953,-0.099667415,1,73
156
+ 0.10717226564884186,0.7666890621185303,3.1464138,-0.07456945,1,74
157
+ 0.18396058678627014,0.44424983859062195,3.124516,-0.01967892,1,75
158
+ 0.19900479912757874,-0.8754734396934509,3.112782,-0.016368715,1,76
159
+ 0.17570488154888153,-0.8486948013305664,3.12515,-0.027300669,1,77
160
+ 0.15378764271736145,0.436558336019516,3.1629064,0.011461465,1,78
161
+ 0.10311080515384674,1.0,3.180337,0.044707764,1,79
162
+ -0.4180103540420532,1.0,3.3034115,0.4427544,2,0
163
+ -0.1283402442932129,0.8526817560195923,3.2496295,0.20686626,2,1
164
+ 0.020593564957380295,0.24048711359500885,3.271631,0.03593095,2,2
165
+ -0.039023615419864655,0.05745990574359894,3.3548136,0.012365556,2,3
166
+ -0.0878065750002861,-1.0,3.406137,0.009825101,2,4
167
+ -0.15942756831645966,-1.0,3.3602135,-0.12736957,2,5
168
+ -0.28248777985572815,-0.5861658453941345,3.3081846,-0.30245867,2,6
169
+ -0.2873019278049469,1.0,3.2900732,-0.3253843,2,7
170
+ -0.09921754896640778,0.44868969917297363,3.2836206,-0.14375247,2,8
171
+ 0.043438419699668884,-1.0,3.2594063,-0.025310768,2,9
172
+ -0.03605183959007263,0.23535294830799103,3.2464094,0.11779794,2,10
173
+ -0.261904239654541,1.0,3.2560244,0.3340354,2,11
174
+ -0.3371852934360504,0.540807843208313,3.2589564,0.40638438,2,12
175
+ -0.24587032198905945,-0.4834873080253601,3.248048,0.32597777,2,13
176
+ -0.08746263384819031,-0.34376782178878784,3.239841,0.17577717,2,14
177
+ 0.029366131871938705,0.5781500339508057,3.237728,0.061061267,2,15
178
+ 0.07944157719612122,0.5845507383346558,3.237439,-0.011275021,2,16
179
+ -0.04980543255805969,-1.0,3.238639,-0.13932183,2,17
180
+ -0.1818271279335022,-1.0,3.2297268,-0.28025585,2,18
181
+ -0.1667630672454834,0.2657166123390198,3.2176964,-0.27722216,2,19
182
+ -0.04981836676597595,0.7378823161125183,3.1960132,-0.18196067,2,20
183
+ 0.0445379838347435,-0.33084526658058167,3.1796198,-0.103997745,2,21
184
+ 0.1006213054060936,-0.9111731052398682,3.1661608,-0.06137339,2,22
185
+ 0.13956157863140106,-0.055977486073970795,3.1826074,0.0059865294,2,23
186
+ 0.0499703511595726,0.9113029837608337,3.203473,0.074712075,2,24
187
+ 0.004536539316177368,0.9393811821937561,3.1979213,0.1256977,2,25
188
+ 0.05904350429773331,-0.6314535140991211,3.165913,0.10319891,2,26
189
+ 0.15774430334568024,-0.4725385010242462,3.1374729,0.032938343,2,27
190
+ 0.16677974164485931,0.4896266460418701,3.1375763,0.02379943,2,28
191
+ 0.173317089676857,0.8147750496864319,3.1433928,0.0114456285,2,29
192
+ 0.13512003421783447,-0.13777078688144684,3.1618335,-0.03120196,2,30
193
+ 0.07795288413763046,-0.8786731362342834,3.1748877,-0.07531498,2,31
194
+ 0.04276739060878754,-0.7907439470291138,3.1752594,-0.110128775,2,32
195
+ 0.08200304955244064,0.7324072122573853,3.158733,-0.08741958,2,33
196
+ 0.173461452126503,0.43741878867149353,3.13416,-0.02053403,2,34
197
+ 0.19369858503341675,-0.5638980865478516,3.1204615,-0.013995461,2,35
198
+ 0.18004703521728516,-1.0,3.1234264,-0.024682045,2,36
199
+ 0.16950789093971252,0.39377108216285706,3.153438,0.005209543,2,37
200
+ 0.09973834455013275,1.0,3.1672094,0.06120779,2,38
201
+ 0.07013768702745438,0.701615571975708,3.15883,0.0991879,2,39
202
+ 0.127203106880188,-1.0,3.1263678,0.0745846,2,40
203
+ 0.2047620266675949,-0.26480573415756226,3.1044042,0.018989282,2,41
204
+ 0.191787987947464,0.6680871844291687,3.1062958,0.03007171,2,42
205
+ 0.20428095757961273,0.8008607625961304,3.117586,0.0062886635,2,43
206
+ 0.1500721573829651,-0.2324451357126236,3.1431677,-0.034915633,2,44
207
+ 0.10429535806179047,-0.9081847667694092,3.1605046,-0.06335558,2,45
208
+ 0.08059006929397583,-0.6470829844474792,3.1632035,-0.08436197,2,46
209
+ 0.11776541918516159,0.7149103879928589,3.144843,-0.065547,2,47
210
+ 0.18712128698825836,0.39529678225517273,3.1210234,-0.020010812,2,48
211
+ 0.19988791644573212,-0.543582022190094,3.109715,-0.018552613,2,49
212
+ 0.20095770061016083,-0.8449705839157104,3.1168604,-0.010337422,2,50
213
+ 0.16913332045078278,0.03676420822739601,3.1511974,0.00782477,2,51
214
+ 0.12041584402322769,1.0,3.1731863,0.03455337,2,52
215
+ 0.0632835254073143,1.0,3.1654925,0.09937946,2,53
216
+ 0.10753664374351501,-1.0,3.1303017,0.09031716,2,54
217
+ 0.20877057313919067,-0.5118613243103027,3.0992708,0.020114116,2,55
218
+ 0.19032593071460724,0.6968376636505127,3.0982637,0.039565846,2,56
219
+ 0.20388661324977875,0.754294216632843,3.1066353,0.017633567,2,57
220
+ 0.1582169234752655,0.055299583822488785,3.1355455,-0.034393094,2,58
221
+ 0.10703802108764648,-0.9089931845664978,3.1619806,-0.059136868,2,59
222
+ 0.06610047817230225,-0.8232381939888,3.1681736,-0.09388149,2,60
223
+ 0.09905713051557541,0.6354843378067017,3.1515172,-0.077581234,2,61
224
+ 0.18543435633182526,0.5964535474777222,3.1241765,-0.01854466,2,62
225
+ 0.19882702827453613,-0.5876450538635254,3.1091423,-0.020186188,2,63
226
+ 0.192535400390625,-0.820593535900116,3.1131694,-0.022450686,2,64
227
+ 0.1765868365764618,-0.11555541306734085,3.148675,0.0028937154,2,65
228
+ 0.12474360316991806,0.949980616569519,3.177982,0.025429823,2,66
229
+ 0.07277051359415054,1.0,3.1736348,0.08175024,2,67
230
+ 0.11466731876134872,-0.7833825945854187,3.1392553,0.07423291,2,68
231
+ 0.2027449905872345,-0.5146899223327637,3.106462,0.018948527,2,69
232
+ 0.18800851702690125,0.5111281871795654,3.1057866,0.034360435,2,70
233
+ 0.21042896807193756,0.6437478065490723,3.1161044,0.001622192,2,71
234
+ 0.1454983502626419,0.40051576495170593,3.1463153,-0.036341835,2,72
235
+ 0.10374172031879425,-0.8924711346626282,3.1743195,-0.050094288,2,73
236
+ 0.04851210117340088,-0.99675053358078,3.1753607,-0.10428274,2,74
237
+ 0.08252782374620438,0.5547098517417908,3.1581109,-0.08751684,2,75
238
+ 0.16361457109451294,0.5131468176841736,3.1278741,-0.036666803,2,76
239
+ 0.18129870295524597,-0.2180023491382599,3.1140716,-0.0327852,2,77
240
+ 0.20200100541114807,-0.8164905309677124,3.1170595,-0.009095039,2,78
241
+ 0.17459993064403534,-0.5150318145751953,3.150327,-0.003228622,2,79
242
+ -0.07719769328832626,1.0,3.2867925,-0.118560694,3,0
243
+ -0.26985499262809753,0.9999989867210388,3.3013232,-0.29668733,3,1
244
+ -0.36819568276405334,0.4375530183315277,3.4074848,-0.28886643,3,2
245
+ -0.3483080267906189,-1.0,3.4967542,-0.17970939,3,3
246
+ -0.22232377529144287,-1.0,3.4574492,-0.09303009,3,4
247
+ -0.12673085927963257,-0.9968969225883484,3.3502877,-0.10459869,3,5
248
+ -0.14478227496147156,0.12946516275405884,3.2973163,-0.17562148,3,6
249
+ -0.09256409108638763,0.7446332573890686,3.3135726,-0.10714696,3,7
250
+ -0.08994647115468979,-0.7414578199386597,3.3377273,-0.08037468,3,8
251
+ -0.005252468399703503,0.7508307695388794,3.329923,-0.0034850712,3,9
252
+ -0.24535855650901794,1.0,3.3043475,0.26916656,3,10
253
+ -0.3908296227455139,0.492267906665802,3.2974913,0.42149383,3,11
254
+ -0.33279770612716675,-0.8978545069694519,3.2947214,0.36623186,3,12
255
+ -0.1300419718027115,-0.2382706254720688,3.2952762,0.16292132,3,13
256
+ -0.005435433238744736,0.990485668182373,3.2884045,0.045186486,3,14
257
+ -0.03478964418172836,-0.19613412022590637,3.2777846,-0.085160576,3,15
258
+ -0.20849007368087769,-0.9311789274215698,3.2743769,-0.26226872,3,16
259
+ -0.30823901295661926,-1.0,3.2707808,-0.36561373,3,17
260
+ -0.28532764315605164,0.5573647022247314,3.2572613,-0.35622188,3,18
261
+ -0.12665827572345734,0.7106676697731018,3.2349072,-0.21990664,3,19
262
+ 0.006953917443752289,-0.48515623807907104,3.2126868,-0.10851482,3,20
263
+ 0.08459511399269104,-1.0,3.192541,-0.051019523,3,21
264
+ 0.060778096318244934,0.7529823780059814,3.2015479,0.06582956,3,22
265
+ -0.06541131436824799,0.9583074450492859,3.2050657,0.1885011,3,23
266
+ -0.024941205978393555,0.024276448413729668,3.1946368,0.1584599,3,24
267
+ 0.06100770831108093,-0.3575487434864044,3.1719928,0.09515503,3,25
268
+ 0.12616488337516785,-0.26620933413505554,3.168369,0.033621572,3,26
269
+ 0.15244869887828827,0.9678850769996643,3.1710742,0.004632668,3,27
270
+ 0.13389761745929718,0.38856545090675354,3.1788177,0.015440145,3,28
271
+ 0.091628797352314,-0.932990550994873,3.184889,-0.051637642,3,29
272
+ 0.021566972136497498,-1.0,3.1815164,-0.12507214,3,30
273
+ 0.05253858119249344,0.4528380036354065,3.1698935,-0.10572343,3,31
274
+ 0.14097890257835388,0.5851184129714966,3.145205,-0.0419716,3,32
275
+ 0.16489414870738983,-0.3413841724395752,3.131652,-0.03160925,3,33
276
+ 0.17392295598983765,-0.8275472521781921,3.128356,-0.025876585,3,34
277
+ 0.17373491823673248,-0.19413672387599945,3.1530285,-0.0013921091,3,35
278
+ 0.10628420114517212,1.0,3.1768525,0.04501885,3,36
279
+ 0.046723656356334686,0.9461831450462341,3.1697698,0.1116621,3,37
280
+ 0.09962121397256851,-0.7596787214279175,3.1372478,0.0912865,3,38
281
+ 0.18929801881313324,-0.45681411027908325,3.107569,0.031288516,3,39
282
+ 0.18506690859794617,0.448883593082428,3.1087005,0.034388103,3,40
283
+ 0.19673900306224823,0.8434377312660217,3.117304,0.01411243,3,41
284
+ 0.1705288141965866,0.11618495732545853,3.140745,-0.016881773,3,42
285
+ 0.1154983788728714,-0.9497212767601013,3.1596715,-0.05298559,3,43
286
+ 0.07668837904930115,-0.7810948491096497,3.161798,-0.08966914,3,44
287
+ 0.11553981155157089,0.5825464129447937,3.1455736,-0.06704209,3,45
288
+ 0.1799919754266739,0.44340723752975464,3.1203659,-0.027797678,3,46
289
+ 0.19753339886665344,-0.28023138642311096,3.1095922,-0.021029923,3,47
290
+ 0.19820015132427216,-1.0,3.1135614,-0.016393973,3,48
291
+ 0.18123972415924072,-0.04710758477449417,3.1436615,-0.0032542972,3,49
292
+ 0.1254768967628479,0.8589144349098206,3.1665933,0.036085315,3,50
293
+ 0.079260915517807,1.0,3.1629393,0.08595529,3,51
294
+ 0.12428991496562958,-0.7872226238250732,3.1301773,0.07368834,3,52
295
+ 0.21071425080299377,-0.4191025197505951,3.0988426,0.018598646,3,53
296
+ 0.1932152956724167,0.4375757873058319,3.0998886,0.03505166,3,54
297
+ 0.216313898563385,0.6571873426437378,3.1116772,0.00016444511,3,55
298
+ 0.15968775749206543,0.4358054995536804,3.1411443,-0.027323484,3,56
299
+ 0.1230582594871521,-0.871031641960144,3.167068,-0.038029257,3,57
300
+ 0.07714973390102386,-0.9173632264137268,3.1674004,-0.08360542,3,58
301
+ 0.1062006875872612,0.3973706066608429,3.151217,-0.070737846,3,59
302
+ 0.16753631830215454,0.5126027464866638,3.1235387,-0.037080463,3,60
303
+ 0.1882617175579071,-0.09217382222414017,3.1112382,-0.028655559,3,61
304
+ 0.20187589526176453,-0.8806414604187012,3.1136713,-0.012608313,3,62
305
+ 0.16580244898796082,-0.561066746711731,3.1435177,-0.01883533,3,63
306
+ 0.14071299135684967,0.9601753950119019,3.1752172,0.012225379,3,64
307
+ 0.08281988650560379,1.0,3.1715724,0.073763184,3,65
308
+ 0.1154639720916748,-0.31217488646507263,3.1423717,0.07031989,3,66
309
+ 0.18155817687511444,-0.6678658127784729,3.108577,0.038020328,3,67
310
+ 0.18423640727996826,0.1890878528356552,3.1057923,0.038126834,3,68
311
+ 0.2059347927570343,0.593447208404541,3.1159766,0.006244153,3,69
312
+ 0.17547796666622162,0.8972306251525879,3.1436553,-0.009022256,3,70
313
+ 0.12233201414346695,-1.0,3.1700795,-0.035744034,3,71
314
+ 0.05196491628885269,-0.9368356466293335,3.1666973,-0.10949334,3,72
315
+ 0.069425567984581,0.06779803335666656,3.157277,-0.10145284,3,73
316
+ 0.1358259916305542,0.8593136072158813,3.1311579,-0.061171643,3,74
317
+ 0.18276089429855347,-0.10322418063879013,3.1135647,-0.031829886,3,75
318
+ 0.19448356330394745,-0.8241076469421387,3.109782,-0.023889977,3,76
319
+ 0.1790144145488739,-0.7401267886161804,3.1378605,-0.011280563,3,77
320
+ 0.13442841172218323,0.7961705327033997,3.1769998,0.016727298,3,78
321
+ 0.09299836307764053,0.9352608919143677,3.181559,0.05359807,3,79
322
+ -0.9757840633392334,1.0,3.3313892,0.9725504,4,0
323
+ -0.7666232585906982,1.0,3.2411087,0.8536701,4,1
324
+ -0.4938105344772339,-0.2846212089061737,3.1868768,0.6350893,4,2
325
+ -0.15391477942466736,-1.0,3.2068014,0.27526888,4,3
326
+ 0.03598345071077347,1.0,3.2519176,0.040254466,4,4
327
+ -0.006982125341892242,0.3307887017726898,3.2644925,-0.07064513,4,5
328
+ -0.2247442901134491,-1.0,3.2590249,-0.29387495,4,6
329
+ -0.3698481619358063,-1.0,3.2489536,-0.4490501,4,7
330
+ -0.3375226855278015,0.3189809024333954,3.237714,-0.42796415,4,8
331
+ -0.14906451106071472,1.0,3.2237005,-0.2535195,4,9
332
+ 0.017538003623485565,-0.5444156527519226,3.2074711,-0.10314638,4,10
333
+ 0.09533030539751053,-1.0,3.189918,-0.04290717,4,11
334
+ 0.05285724252462387,0.3834206163883209,3.204793,0.0705053,4,12
335
+ -0.05819232761859894,0.9999989867210388,3.2179718,0.16837604,4,13
336
+ -0.09178315103054047,0.8400973081588745,3.2136912,0.20624743,4,14
337
+ -0.009642183780670166,-1.0,3.1859615,0.15183622,4,15
338
+ 0.11862902343273163,-0.3171817660331726,3.1654048,0.0441217,4,16
339
+ 0.1348225623369217,0.774777889251709,3.163618,0.029714866,4,17
340
+ 0.14606915414333344,0.8325245976448059,3.165863,0.016223324,4,18
341
+ 0.07370957732200623,-0.9923962950706482,3.1765554,-0.077890545,4,19
342
+ -0.036483362317085266,-1.0,3.1773334,-0.18730552,4,20
343
+ -0.011280953884124756,0.21006560325622559,3.175346,-0.16409057,4,21
344
+ 0.08292252570390701,0.7562610507011414,3.155123,-0.09011,4,22
345
+ 0.14642751216888428,-0.12273462116718292,3.1407802,-0.0409478,4,23
346
+ 0.1660580188035965,-0.9928953647613525,3.1327438,-0.029353663,4,24
347
+ 0.1657215654850006,-0.3590696454048157,3.153111,-0.009322969,4,25
348
+ 0.10356777161359787,0.9571074843406677,3.1781785,0.046409197,4,26
349
+ 0.05108635127544403,0.9931545853614807,3.175296,0.1017731,4,27
350
+ 0.11858399212360382,-0.6321274638175964,3.1443484,0.06522314,4,28
351
+ 0.20421016216278076,-0.37912482023239136,3.1126947,0.011250619,4,29
352
+ 0.18799671530723572,0.296337753534317,3.1149395,0.02521935,4,30
353
+ 0.19387957453727722,0.7474632263183594,3.1271393,0.0071366145,4,31
354
+ 0.16646407544612885,0.2962712049484253,3.1517482,-0.009943264,4,32
355
+ 0.12209458649158478,-0.8398330211639404,3.1707165,-0.035344403,4,33
356
+ 0.0676296129822731,-0.9671289324760437,3.1699803,-0.09054562,4,34
357
+ 0.09378133714199066,0.546608567237854,3.1534472,-0.08092703,4,35
358
+ 0.17241817712783813,0.5240959525108337,3.1254156,-0.030321773,4,36
359
+ 0.19443820416927338,-0.22422757744789124,3.1118298,-0.021887552,4,37
360
+ 0.1973487138748169,-1.0,3.112832,-0.017974738,4,38
361
+ 0.17119182646274567,-0.2487863153219223,3.1428816,-0.014082059,4,39
362
+ 0.13338154554367065,0.9576318264007568,3.1697888,0.02498513,4,40
363
+ 0.08193611353635788,1.0,3.1662488,0.079970606,4,41
364
+ 0.13427117466926575,-0.7007748484611511,3.1333923,0.06049201,4,42
365
+ 0.20933757722377777,-0.39804399013519287,3.100184,0.018633978,4,43
366
+ 0.1910153329372406,0.27794018387794495,3.1013274,0.035812758,4,44
367
+ 0.21042010188102722,0.7119497060775757,3.1150613,0.0026741263,4,45
368
+ 0.16952751576900482,0.5061646699905396,3.143951,-0.014677069,4,46
369
+ 0.12745638191699982,-0.8543806076049805,3.1690948,-0.03160433,4,47
370
+ 0.0742410197854042,-0.9824538826942444,3.169058,-0.08485641,4,48
371
+ 0.09897907823324203,0.37124335765838623,3.1535594,-0.07561699,4,49
372
+ 0.16059619188308716,0.5268419981002808,3.1254244,-0.042134948,4,50
373
+ 0.1861240565776825,0.008324098773300648,3.1122406,-0.029790912,4,51
374
+ 0.2003215253353119,-0.9582476019859314,3.1128616,-0.014972355,4,52
375
+ 0.16265414655208588,-0.5716527104377747,3.1413064,-0.024194976,4,53
376
+ 0.1403050720691681,0.9431861639022827,3.1732564,0.014594054,4,54
377
+ 0.08360301703214645,0.9992217421531677,3.1708221,0.07373036,4,55
378
+ 0.113377146422863,-0.2430490255355835,3.1438546,0.07092375,4,56
379
+ 0.18510295450687408,-0.7636286616325378,3.1095212,0.03353141,4,57
380
+ 0.1869376003742218,0.3037564754486084,3.1049643,0.036253665,4,58
381
+ 0.20259524881839752,0.49044325947761536,3.114207,0.011353246,4,59
382
+ 0.17528036236763,0.9501405954360962,3.1429796,-0.009895538,4,60
383
+ 0.1260117143392563,-1.0,3.1716166,-0.030527245,4,61
384
+ 0.054521337151527405,-0.9059231281280518,3.1682558,-0.105378374,4,62
385
+ 0.061400406062603,-0.05914915353059769,3.159437,-0.10731817,4,63
386
+ 0.12384645640850067,0.9809087514877319,3.1340282,-0.070280865,4,64
387
+ 0.1829083263874054,-0.10734258592128754,3.11411,-0.031137194,4,65
388
+ 0.19282931089401245,-0.8372595310211182,3.1072674,-0.028058829,4,66
389
+ 0.1800011545419693,-0.7900491952896118,3.1338735,-0.014280897,4,67
390
+ 0.1400086134672165,0.7834743857383728,3.1749425,0.013204407,4,68
391
+ 0.09707812964916229,0.9715548753738403,3.1811044,0.04997297,4,69
392
+ 0.10111723095178604,0.3220151662826538,3.1609256,0.06611266,4,70
393
+ 0.14265067875385284,-0.8937845230102539,3.1256032,0.059901636,4,71
394
+ 0.18113233149051666,-0.13409365713596344,3.1124616,0.034561615,4,72
395
+ 0.19241268932819366,0.5715524554252625,3.1176903,0.018052503,4,73
396
+ 0.18821297585964203,1.0,3.1360555,-0.003887075,4,74
397
+ 0.12729087471961975,-0.6022818684577942,3.161552,-0.03931269,4,75
398
+ 0.06073853373527527,-0.9858328700065613,3.1674347,-0.09998229,4,76
399
+ 0.05675753206014633,-0.3486178517341614,3.1667907,-0.10460726,4,77
400
+ 0.10621774196624756,0.7556630373001099,3.1457372,-0.076200604,4,78
401
+ 0.17747284471988678,0.36881396174430847,3.125866,-0.024816738,4,79
402
+ -0.343702107667923,1.0,3.2964053,0.3754523,5,0
403
+ -0.08408842980861664,1.0,3.249509,0.16273485,5,1
404
+ -0.06209499388933182,0.7631475925445557,3.298275,0.09197552,5,2
405
+ -0.1633051633834839,-0.8513134121894836,3.4003503,0.09111035,5,3
406
+ -0.13627102971076965,-1.0,3.4216986,0.042727984,5,4
407
+ -0.11958389729261398,-1.0,3.364113,-0.08362632,5,5
408
+ -0.24147763848304749,-0.05130384489893913,3.2994988,-0.27013436,5,6
409
+ -0.20963579416275024,1.0,3.27771,-0.26008135,5,7
410
+ -0.047484345734119415,-0.010939211584627628,3.272978,-0.102661796,5,8
411
+ 0.05519808828830719,-1.0,3.259355,-0.013602359,5,9
412
+ -0.0721895694732666,0.6772955060005188,3.2625997,0.13774538,5,10
413
+ -0.2796485126018524,1.0,3.2719936,0.3358104,5,11
414
+ -0.282099187374115,0.10335759818553925,3.2665303,0.34372443,5,12
415
+ -0.1556541919708252,-0.4903639256954193,3.2507741,0.23303556,5,13
416
+ -0.0496847927570343,0.21381784975528717,3.2443929,0.13344744,5,14
417
+ -0.003976970911026001,0.6921239495277405,3.2473276,0.08480492,5,15
418
+ 0.05209093540906906,-0.3927718997001648,3.254605,-0.021459527,5,16
419
+ -0.09441842138767242,-0.8442321419715881,3.2556787,-0.16689529,5,17
420
+ -0.17628797888755798,-0.6301336884498596,3.2474208,-0.2570227,5,18
421
+ -0.20116755366325378,0.1930646300315857,3.230289,-0.2990341,5,19
422
+ -0.09904254972934723,0.8533353209495544,3.2141228,-0.2130753,5,20
423
+ 0.0394260436296463,-0.5775372385978699,3.192586,-0.09614353,5,21
424
+ 0.10727652907371521,-0.8598889708518982,3.1745818,-0.046297226,5,22
425
+ 0.09836147725582123,0.28089606761932373,3.1860626,0.043731466,5,23
426
+ 0.011693201959133148,1.0,3.1978798,0.118582524,5,24
427
+ 0.00791226327419281,0.525036633014679,3.188905,0.13133825,5,25
428
+ 0.08695497363805771,-0.6150712966918945,3.161316,0.079884626,5,26
429
+ 0.16492383182048798,-0.28726932406425476,3.1464887,0.016743025,5,27
430
+ 0.17385709285736084,0.659402072429657,3.1494644,0.0048340624,5,28
431
+ 0.163551464676857,0.7361354231834412,3.1576025,0.0070015076,5,29
432
+ 0.11591032147407532,-0.6364124417304993,3.1721432,-0.04010198,5,30
433
+ 0.045695699751377106,-1.0,3.1740286,-0.10843118,5,31
434
+ 0.03487358242273331,-0.2277168333530426,3.170055,-0.12322702,5,32
435
+ 0.1033722460269928,0.8814220428466797,3.150974,-0.07380924,5,33
436
+ 0.18418455123901367,0.11293099820613861,3.1325786,-0.011392357,5,34
437
+ 0.19510994851589203,-0.9682285785675049,3.119981,-0.013064518,5,35
438
+ 0.17826645076274872,-0.6386192440986633,3.1345208,-0.015368304,5,36
439
+ 0.12173599004745483,0.9405683279037476,3.1635025,0.04291707,5,37
440
+ 0.05719070881605148,1.0,3.1646698,0.10629506,5,38
441
+ 0.1145789697766304,-0.35359030961990356,3.1403418,0.07323479,5,39
442
+ 0.18812967836856842,-0.4550379514694214,3.1092517,0.030774103,5,40
443
+ 0.1859707534313202,0.08716949820518494,3.1099346,0.0322502,5,41
444
+ 0.20138050615787506,0.6691349148750305,3.1224062,0.0043687653,5,42
445
+ 0.1795661747455597,0.7154642939567566,3.1468134,0.0017759574,5,43
446
+ 0.14051377773284912,-0.8621020913124084,3.168305,-0.019336816,5,44
447
+ 0.07800638675689697,-1.0,3.165957,-0.08419216,5,45
448
+ 0.07406335324048996,0.019523760303854942,3.156101,-0.097991176,5,46
449
+ 0.14533524215221405,1.0,3.1303265,-0.05249377,5,47
450
+ 0.1956123262643814,-0.21443626284599304,3.109834,-0.022709241,5,48
451
+ 0.1988057792186737,-0.8057032227516174,3.1016502,-0.027699498,5,49
452
+ 0.19305101037025452,-0.6886577606201172,3.1275625,-0.007541978,5,50
453
+ 0.13772118091583252,0.840968668460846,3.1661441,0.0242902,5,51
454
+ 0.08606930077075958,0.9813400506973267,3.1706116,0.0714746,5,52
455
+ 0.1069808304309845,0.011558056809008121,3.1476748,0.07349989,5,53
456
+ 0.1653968244791031,-0.7813259959220886,3.1138034,0.048955306,5,54
457
+ 0.18429678678512573,0.05841519683599472,3.1069963,0.03686243,5,55
458
+ 0.20069724321365356,0.5370330214500427,3.1147733,0.0126850065,5,56
459
+ 0.18597671389579773,0.9872626066207886,3.1370256,-0.0051532136,5,57
460
+ 0.13715028762817383,-0.781936526298523,3.162304,-0.028701298,5,58
461
+ 0.07723637670278549,-0.9151804447174072,3.1628926,-0.08802656,5,59
462
+ 0.07988092303276062,-0.2635124623775482,3.1590796,-0.08919504,5,60
463
+ 0.12627190351486206,0.8270633220672607,3.1373503,-0.064533286,5,61
464
+ 0.18418873846530914,0.17082305252552032,3.118282,-0.0256847,5,62
465
+ 0.2005653977394104,-0.7249023914337158,3.111059,-0.016531162,5,63
466
+ 0.18174639344215393,-0.9367659687995911,3.1291015,-0.017307607,5,64
467
+ 0.15321215987205505,0.6360254287719727,3.1661851,0.008758224,5,65
468
+ 0.10068663954734802,0.9789121150970459,3.1750884,0.052380476,5,66
469
+ 0.08876009285449982,0.5485200881958008,3.1607256,0.07866983,5,67
470
+ 0.1355006843805313,-1.0,3.1267579,0.06589697,5,68
471
+ 0.19705462455749512,-0.21751272678375244,3.1081336,0.022967339,5,69
472
+ 0.19641241431236267,0.6213315725326538,3.111168,0.020575194,5,70
473
+ 0.19760726392269135,1.0,3.1267302,0.0038180447,5,71
474
+ 0.1389426290988922,-0.5160974860191345,3.1532297,-0.03598317,5,72
475
+ 0.0754748210310936,-0.9503067135810852,3.164002,-0.088678755,5,73
476
+ 0.06345677375793457,-0.4985767602920532,3.1666586,-0.098040104,5,74
477
+ 0.1036939024925232,0.7620316743850708,3.147529,-0.07693273,5,75
478
+ 0.1799333542585373,0.4436565339565277,3.125589,-0.022633266,5,76
479
+ 0.19448180496692657,-0.8144441246986389,3.11369,-0.019983819,5,77
480
+ 0.17528221011161804,-0.8561681509017944,3.1244946,-0.028378759,5,78
481
+ 0.1597030758857727,0.37943893671035767,3.160963,0.007489388,5,79
482
+ -0.3709043562412262,1.0,3.289234,-0.40982595,6,0
483
+ -0.5512242913246155,1.0,3.342082,-0.5372978,6,1
484
+ -0.6140557527542114,-0.16726630926132202,3.4512267,-0.49098456,6,2
485
+ -0.5151113271713257,-1.0,3.4929974,-0.35026947,6,3
486
+ -0.3088218569755554,-1.0,3.4138753,-0.22310203,6,4
487
+ -0.22418858110904694,-1.0,3.3083699,-0.24397422,6,5
488
+ -0.20095396041870117,0.7423713803291321,3.2884903,-0.24061918,6,6
489
+ -0.08584919571876526,0.3962338864803314,3.3131273,-0.100877434,6,7
490
+ -0.06940988451242447,-0.6459602117538452,3.3316798,-0.06588558,6,8
491
+ -0.06484825164079666,1.0,3.3051293,0.08787448,6,9
492
+ -0.3346787095069885,0.9891620874404907,3.2867703,0.37606388,6,10
493
+ -0.40454837679862976,-0.12477436661720276,3.2869596,0.44574425,6,11
494
+ -0.2444852888584137,-0.9955657124519348,3.2888348,0.283806,6,12
495
+ -0.051509350538253784,0.4756963551044464,3.289843,0.089821786,6,13
496
+ 0.03319497033953667,1.0,3.2793736,0.015586901,6,14
497
+ -0.0865434855222702,-0.9067948460578918,3.276857,-0.1378421,6,15
498
+ -0.22166764736175537,-0.7633461356163025,3.2712114,-0.27861178,6,16
499
+ -0.25999173521995544,-0.8471385836601257,3.268509,-0.31963834,6,17
500
+ -0.21881794929504395,0.9629249572753906,3.2526789,-0.2942946,6,18
501
+ -0.06896662712097168,0.18841193616390228,3.228362,-0.16876006,6,19
502
+ 0.043546050786972046,-0.3845295310020447,3.2064092,-0.07820025,6,20
503
+ 0.12454333156347275,-0.9076678156852722,3.1973984,0.0062137614,6,21
504
+ 0.010119900107383728,1.0,3.210844,0.10719158,6,22
505
+ -0.10976211726665497,1.0,3.204966,0.23295157,6,23
506
+ -0.016039103269577026,-0.5651785135269165,3.1836069,0.16058776,6,24
507
+ 0.09088093042373657,-0.052536360919475555,3.1593628,0.077911794,6,25
508
+ 0.11868385970592499,-0.09037833660840988,3.1633039,0.04616781,6,26
509
+ 0.1537829488515854,0.9638336300849915,3.171496,0.0028766494,6,27
510
+ 0.14274956285953522,0.0006715869531035423,3.1853454,6.054878e-05,6,28
511
+ 0.07513171434402466,-0.9118927121162415,3.189243,-0.063780725,6,29
512
+ 0.017501160502433777,-0.9443337321281433,3.1842697,-0.12638469,6,30
513
+ 0.06357362121343613,0.8441583514213562,3.1685913,-0.095990635,6,31
514
+ 0.16382619738578796,0.3122485280036926,3.141992,-0.022337236,6,32
515
+ 0.17813006043434143,-0.4380910396575928,3.128418,-0.021607488,6,33
516
+ 0.17878510057926178,-1.0,3.130258,-0.019112328,6,34
517
+ 0.1591321974992752,0.37906765937805176,3.1587548,0.010268488,6,35
518
+ 0.08286206424236298,1.0,3.1717834,0.073510006,6,36
519
+ 0.07069521397352219,0.5357523560523987,3.161327,0.09613342,6,37
520
+ 0.14410428702831268,-0.8656207919120789,3.1287875,0.055263717,6,38
521
+ 0.20381607115268707,-0.0933978259563446,3.1101894,0.014150015,6,39
522
+ 0.19271649420261383,0.5271286964416504,3.114702,0.020737037,6,40
523
+ 0.19782185554504395,0.7953146696090698,3.1289678,-0.0013658957,6,41
524
+ 0.15012279152870178,-0.2964269518852234,3.153124,-0.024908638,6,42
525
+ 0.10939016938209534,-0.8830594420433044,3.164523,-0.054242466,6,43
526
+ 0.08540097624063492,-0.6321491003036499,3.1634517,-0.07930287,6,44
527
+ 0.11392740905284882,0.7023619413375854,3.1453214,-0.06890674,6,45
528
+ 0.18226829171180725,0.4139413833618164,3.1233032,-0.022584056,6,46
529
+ 0.19900670647621155,-0.5791003108024597,3.1115947,-0.017554129,6,47
530
+ 0.19652369618415833,-0.87349534034729,3.116885,-0.014746872,6,48
531
+ 0.16889522969722748,0.18329215049743652,3.148888,0.01037218,6,49
532
+ 0.1135106012225151,1.0,3.1674752,0.047169693,6,50
533
+ 0.06642288714647293,0.8692519664764404,3.1599035,0.101829104,6,51
534
+ 0.11445530503988266,-1.0,3.1265154,0.087184824,6,52
535
+ 0.20629194378852844,-0.42718327045440674,3.1001227,0.021740878,6,53
536
+ 0.19253917038440704,0.6914675235748291,3.1004808,0.03513555,6,54
537
+ 0.20125092566013336,0.8300185799598694,3.1097057,0.017198902,6,55
538
+ 0.16067370772361755,-0.12958337366580963,3.136686,-0.030795721,6,56
539
+ 0.10386186838150024,-0.9530136585235596,3.157864,-0.066429555,6,57
540
+ 0.06954726576805115,-0.6958385109901428,3.1634862,-0.09512201,6,58
541
+ 0.1099606305360794,0.7294826507568359,3.1460261,-0.07216875,6,59
542
+ 0.18808665871620178,0.46232786774635315,3.1204638,-0.019605014,6,60
543
+ 0.20036044716835022,-0.5882733464241028,3.1078632,-0.019931877,6,61
544
+ 0.20144233107566833,-0.8261745572090149,3.1151247,-0.011588489,6,62
545
+ 0.165544331073761,-0.03733798488974571,3.1515613,0.011049922,6,63
546
+ 0.11836520582437515,0.9757260084152222,3.1777747,0.032015644,6,64
547
+ 0.06689132750034332,1.0,3.170974,0.090290174,6,65
548
+ 0.11521080881357193,-0.9215627908706665,3.1348114,0.07813331,6,66
549
+ 0.20510096848011017,-0.4208943247795105,3.1023707,0.020683806,6,67
550
+ 0.188284769654274,0.4918331205844879,3.1028514,0.03701936,6,68
551
+ 0.20938684046268463,0.7647418975830078,3.1146693,0.004099356,6,69
552
+ 0.1508641242980957,0.2276102900505066,3.1451542,-0.032137156,6,70
553
+ 0.0956336036324501,-0.9761151075363159,3.169821,-0.06270089,6,71
554
+ 0.051495037972927094,-0.8013644814491272,3.1713457,-0.10531477,6,72
555
+ 0.09759694337844849,0.5931230783462524,3.1535523,-0.07700628,6,73
556
+ 0.16195762157440186,0.3679839074611664,3.1258965,-0.04030145,6,74
557
+ 0.18350030481815338,-0.14694567024707794,3.1153316,-0.029323569,6,75
558
+ 0.20434150099754333,-0.9382811188697815,3.121922,-0.0018920052,6,76
559
+ 0.1703558713197708,-0.3423137366771698,3.1546764,-0.0031232063,6,77
560
+ 0.11964190006256104,0.9526088237762451,3.182539,0.025974631,6,78
561
+ 0.07401296496391296,1.0,3.1766074,0.07753518,6,79
562
+ -1.122757911682129,1.0,3.3402405,1.110673,7,0
563
+ -0.9731452465057373,1.0,3.2471063,1.0541945,7,1
564
+ -0.7328664660453796,-0.14392893016338348,3.1781988,0.88282317,7,2
565
+ -0.39659637212753296,-1.0,3.1898487,0.5349032,7,3
566
+ -0.114698126912117,0.4852452278137207,3.2411058,0.20174785,7,4
567
+ 0.057608723640441895,1.0,3.2564528,0.014093995,7,5
568
+ -0.10735262930393219,-0.4815351366996765,3.2552512,-0.18025698,7,6
569
+ -0.2541698217391968,-1.0,3.2501028,-0.33222258,7,7
570
+ -0.278237909078598,-0.682682991027832,3.2400014,-0.366392,7,8
571
+ -0.16343218088150024,1.0,3.2190115,-0.27257615,7,9
572
+ 0.02921564131975174,0.37532442808151245,3.1975,-0.101439886,7,10
573
+ 0.1201043426990509,-0.9002333283424377,3.180646,-0.027405232,7,11
574
+ 0.13262395560741425,-0.7834951281547546,3.183023,0.0125085795,7,12
575
+ 0.01332007348537445,0.997208833694458,3.206967,0.10786833,7,13
576
+ -0.06136098504066467,0.9999989867210388,3.2056313,0.18388525,7,14
577
+ 0.003244176506996155,-0.11772617697715759,3.1856656,0.13924573,7,15
578
+ 0.10957056283950806,-0.6985760927200317,3.1579716,0.06061333,7,16
579
+ 0.1527557373046875,0.15868857502937317,3.1570325,0.01836729,7,17
580
+ 0.14447273313999176,0.951090931892395,3.1617029,0.021979915,7,18
581
+ 0.14797472953796387,0.08915881812572479,3.1744792,-0.0057015494,7,19
582
+ 0.061195261776447296,-0.9478190541267395,3.1841116,-0.08284866,7,20
583
+ -0.006637156009674072,-0.9268237948417664,3.1853323,-0.14946038,7,21
584
+ 0.03800473362207413,0.764948844909668,3.1709971,-0.11915364,7,22
585
+ 0.15419362485408783,0.5395820140838623,3.143799,-0.03016283,7,23
586
+ 0.176079660654068,-0.6511947512626648,3.127207,-0.02486881,7,24
587
+ 0.16035151481628418,-0.988132894039154,3.127836,-0.039968006,7,25
588
+ 0.1668923944234848,0.3603753447532654,3.1593187,-0.001944437,7,26
589
+ 0.09995387494564056,0.9994749426841736,3.1765294,0.05167224,7,27
590
+ 0.07490518689155579,0.6915220618247986,3.1693196,0.0839307,7,28
591
+ 0.13266009092330933,-0.9224673509597778,3.1360102,0.059485253,7,29
592
+ 0.2043309509754181,-0.2626282572746277,3.1131036,0.01072094,7,30
593
+ 0.18905965983867645,0.6331356763839722,3.1153088,0.023787098,7,31
594
+ 0.19537940621376038,0.7953726053237915,3.1270885,0.0056875604,7,32
595
+ 0.14548955857753754,-0.2267240285873413,3.152509,-0.030156989,7,33
596
+ 0.09300022572278976,-0.9787535667419434,3.1679873,-0.067167945,7,34
597
+ 0.06719332188367844,-0.5703224539756775,3.1677916,-0.09317059,7,35
598
+ 0.10911918431520462,0.7024598717689514,3.1480188,-0.0710175,7,36
599
+ 0.17550110816955566,0.38072001934051514,3.1245701,-0.02808427,7,37
600
+ 0.19234982132911682,-0.5617088079452515,3.1134667,-0.022338955,7,38
601
+ 0.19392390549182892,-0.8563259243965149,3.121062,-0.01316957,7,39
602
+ 0.1649722456932068,0.11021962761878967,3.1550372,0.008146101,7,40
603
+ 0.11472342163324356,1.0,3.1751606,0.03827145,7,41
604
+ 0.06469500809907913,0.9323040843009949,3.166333,0.09712755,7,42
605
+ 0.11217764019966125,-1.0,3.1315258,0.08445212,7,43
606
+ 0.20275995135307312,-0.40294256806373596,3.1023705,0.023025071,7,44
607
+ 0.18757030367851257,0.5977421402931213,3.1024601,0.038125068,7,45
608
+ 0.20224764943122864,0.8266353607177734,3.1126897,0.013218128,7,46
609
+ 0.1572277992963791,-0.027350522577762604,3.1402721,-0.030655574,7,47
610
+ 0.10174256563186646,-0.9213206768035889,3.1630785,-0.063334405,7,48
611
+ 0.060083284974098206,-0.8263458013534546,3.16763,-0.100442275,7,49
612
+ 0.09853073954582214,0.7552474737167358,3.1503832,-0.079241544,7,50
613
+ 0.18707126379013062,0.4905143082141876,3.122226,-0.018858254,7,51
614
+ 0.20045572519302368,-0.5343736410140991,3.108092,-0.01960773,7,52
615
+ 0.19638125598430634,-0.9255931973457336,3.113744,-0.018030236,7,53
616
+ 0.17229759693145752,0.027016639709472656,3.1502306,0.005627271,7,54
617
+ 0.11852103471755981,0.9179970026016235,3.1764312,0.033203304,7,55
618
+ 0.07468519359827042,1.0,3.1715393,0.08193102,7,56
619
+ 0.11854684352874756,-0.8613936305046082,3.1373694,0.07223928,7,57
620
+ 0.20679925382137299,-0.4430692195892334,3.1052556,0.016100662,7,58
621
+ 0.1897203028202057,0.5036042332649231,3.1052935,0.0331417,7,59
622
+ 0.20437297224998474,0.7502420544624329,3.1168833,0.0068992656,7,60
623
+ 0.15194466710090637,0.20155012607574463,3.1463625,-0.029848304,7,61
624
+ 0.09444217383861542,-0.9587276577949524,3.1706793,-0.06303401,7,62
625
+ 0.054201945662498474,-0.746364414691925,3.1721454,-0.101808205,7,63
626
+ 0.09105132520198822,0.47355034947395325,3.155166,-0.08193828,7,64
627
+ 0.17493660748004913,0.6673099994659424,3.1289842,-0.0242347,7,65
628
+ 0.19197508692741394,-0.6394975185394287,3.1142437,-0.021936683,7,66
629
+ 0.19231224060058594,-0.6357501745223999,3.117701,-0.01814222,7,67
630
+ 0.16533136367797852,-0.33633190393447876,3.1531878,0.009636404,7,68
631
+ 0.12086742371320724,0.9759788513183594,3.185998,0.02129013,7,69
632
+ 0.0621170848608017,1.0,3.1798491,0.086189285,7,70
633
+ 0.10136772692203522,-0.6211907267570496,3.144734,0.082053885,7,71
634
+ 0.19900545477867126,-0.6984198093414307,3.1108038,0.018346228,7,72
635
+ 0.18260028958320618,0.7191707491874695,3.107603,0.037952147,7,73
636
+ 0.19701619446277618,0.43076255917549133,3.115338,0.015801232,7,74
637
+ 0.14465194940567017,0.5175842046737671,3.1466632,-0.036840383,7,75
638
+ 0.10654067248106003,-0.899276614189148,3.1795952,-0.042019613,7,76
639
+ 0.044453173875808716,-0.9511924386024475,3.1809862,-0.10271618,7,77
640
+ 0.07095908373594284,0.41560834646224976,3.163348,-0.093848474,7,78
641
+ 0.1343924105167389,0.49282658100128174,3.1349907,-0.05877242,7,79
642
+ -1.1707351207733154,1.0,3.3375134,1.1613772,8,0
643
+ -1.0448702573776245,1.0,3.2460263,1.1269995,8,1
644
+ -0.8347054719924927,0.014219691976904869,3.1740525,0.9888085,8,2
645
+ -0.5211349129676819,-1.0,3.1816037,0.66768676,8,3
646
+ -0.2061786651611328,0.14848192036151886,3.2389464,0.29538774,8,4
647
+ 0.028238214552402496,1.0,3.2601416,0.039775692,8,5
648
+ -0.08150973916053772,0.1576949506998062,3.256671,-0.1529943,8,6
649
+ -0.21773117780685425,-1.0,3.2553444,-0.2905423,8,7
650
+ -0.26036956906318665,-1.0,3.2410033,-0.3475218,8,8
651
+ -0.13931119441986084,0.8131393790245056,3.2161784,-0.2512883,8,9
652
+ 0.06819005310535431,0.5942159295082092,3.187373,-0.07259254,8,10
653
+ 0.1485990732908249,-0.7618069052696228,3.1727808,-0.0067756856,8,11
654
+ 0.15081822872161865,-0.9963453412055969,3.176561,0.00077617104,8,12
655
+ 0.03653807193040848,0.870911180973053,3.204335,0.08728247,8,13
656
+ -0.05896829068660736,1.0,3.2068353,0.18028854,8,14
657
+ -0.02850620448589325,0.21490086615085602,3.1903002,0.1663615,8,15
658
+ 0.07413291931152344,-0.9040895104408264,3.1590967,0.09492588,8,16
659
+ 0.14031748473644257,0.1294817328453064,3.1505802,0.03725786,8,17
660
+ 0.14310353994369507,0.7678737640380859,3.1537704,0.03128154,8,18
661
+ 0.1588912159204483,0.5335394740104675,3.1676674,-0.0015969132,8,19
662
+ 0.08221685886383057,-0.8502569198608398,3.1854534,-0.060485244,8,20
663
+ 0.011420473456382751,-0.9962741136550903,3.1858342,-0.13090087,8,21
664
+ 0.029319830238819122,0.2402932345867157,3.1744628,-0.12437289,8,22
665
+ 0.11074566841125488,0.6988752484321594,3.1486638,-0.06874609,8,23
666
+ 0.1620461344718933,-0.10101048648357391,3.1335177,-0.03259164,8,24
667
+ 0.17961639165878296,-0.9686151146888733,3.127238,-0.021301085,8,25
668
+ 0.1681651473045349,-0.41632428765296936,3.1494823,-0.010508113,8,26
669
+ 0.11084508895874023,0.9958629608154297,3.1757464,0.041563988,8,27
670
+ 0.05584900081157684,0.9691213965415955,3.1721222,0.10018428,8,28
671
+ 0.1291714608669281,-0.6521381735801697,3.1403406,0.058643483,8,29
672
+ 0.20554132759571075,-0.27999627590179443,3.1087239,0.013890316,8,30
673
+ 0.1875857263803482,0.1782524436712265,3.1118865,0.028683292,8,31
674
+ 0.19984449446201324,0.742785632610321,3.1262872,-0.0020237959,8,32
675
+ 0.16517402231693268,0.41595715284347534,3.1527843,-0.010197146,8,33
676
+ 0.12166431546211243,-0.854367733001709,3.1723986,-0.034092635,8,34
677
+ 0.07200894504785538,-0.9244805574417114,3.1700363,-0.08611026,8,35
678
+ 0.07496175915002823,0.1978265643119812,3.1563148,-0.09687891,8,36
679
+ 0.16025513410568237,0.9886822700500488,3.1305285,-0.03737194,8,37
680
+ 0.20280152559280396,-0.5018132328987122,3.1106079,-0.014746122,8,38
681
+ 0.19724388420581818,-0.7703259587287903,3.1041827,-0.026728919,8,39
682
+ 0.1912391483783722,-0.518560528755188,3.1348891,-0.0020272417,8,40
683
+ 0.1334577202796936,1.0,3.1716192,0.023078615,8,41
684
+ 0.07586607336997986,1.0,3.1703176,0.081971794,8,42
685
+ 0.13164663314819336,-0.5414543747901917,3.1386797,0.05782915,8,43
686
+ 0.20272453129291534,-0.4488930404186249,3.1040366,0.021394417,8,44
687
+ 0.18995343148708344,0.1839945912361145,3.103933,0.034268994,8,45
688
+ 0.21031838655471802,0.6623752117156982,3.1176016,0.00023549296,8,46
689
+ 0.17035004496574402,0.6800737977027893,3.146498,-0.011307505,8,47
690
+ 0.12381630390882492,-0.8987850546836853,3.1718152,-0.032524057,8,48
691
+ 0.060269199311733246,-1.0,3.1694367,-0.098449625,8,49
692
+ 0.07987494766712189,0.2599743604660034,3.1559942,-0.09228639,8,50
693
+ 0.1446269452571869,0.6531155109405518,3.1283252,-0.055203352,8,51
694
+ 0.17969293892383575,-0.004089398309588432,3.1134386,-0.03502397,8,52
695
+ 0.19867804646492004,-0.8967357873916626,3.111806,-0.01767155,8,53
696
+ 0.17103837430477142,-0.6866254806518555,3.1393895,-0.01772763,8,54
697
+ 0.13637211918830872,0.8902704119682312,3.174272,0.017511342,8,55
698
+ 0.08446387946605682,0.9784011840820312,3.1743414,0.0693502,8,56
699
+ 0.10028588026762009,0.03899284452199936,3.150695,0.07717455,8,57
700
+ 0.15587839484214783,-0.8453019261360168,3.1169906,0.05528656,8,58
701
+ 0.1812901645898819,0.05046456679701805,3.1093123,0.03755306,8,59
702
+ 0.19512508809566498,0.6116935014724731,3.1164227,0.016607778,8,60
703
+ 0.1877165585756302,0.9645636081695557,3.1389372,-0.0015017219,8,61
704
+ 0.13087397813796997,-0.8223718404769897,3.1652613,-0.032020263,8,62
705
+ 0.07101476937532425,-0.9005658626556396,3.167365,-0.089775674,8,63
706
+ 0.07403017580509186,-0.280444473028183,3.1637866,-0.09033869,8,64
707
+ 0.11940998584032059,0.8618830442428589,3.1415944,-0.06715112,8,65
708
+ 0.17855197191238403,0.13950411975383759,3.1216655,-0.027938075,8,66
709
+ 0.19385689496994019,-0.721777617931366,3.1138458,-0.020452794,8,67
710
+ 0.17502549290657043,-0.9414925575256348,3.132674,-0.020456051,8,68
711
+ 0.1478828638792038,0.716087818145752,3.1698892,0.010383436,8,69
712
+ 0.09504896402359009,0.9219781756401062,3.1769967,0.056109846,8,70
713
+ 0.08858539164066315,0.5318732261657715,3.1630962,0.07647394,8,71
714
+ 0.12848129868507385,-0.9568008184432983,3.1305995,0.06907473,8,72
715
+ 0.19054590165615082,-0.24967209994792938,3.113931,0.023678673,8,73
716
+ 0.1931905746459961,0.667443037033081,3.1166437,0.018321281,8,74
717
+ 0.19161947071552277,0.9722563028335571,3.1310875,0.0054485034,8,75
718
+ 0.1315104365348816,-0.6033596396446228,3.1549094,-0.04173571,8,76
719
+ 0.06433454900979996,-0.9397339820861816,3.163936,-0.09988507,8,77
720
+ 0.06129402667284012,-0.37866243720054626,3.166197,-0.10066443,8,78
721
+ 0.10772097855806351,0.7385422587394714,3.1471252,-0.073309295,8,79
722
+ -1.1423656940460205,1.0,3.3345635,1.1359577,9,0
723
+ -1.0071316957473755,0.9989575743675232,3.2454803,1.0898069,9,1
724
+ -0.7873386740684509,-0.04195261374115944,3.1776495,0.9378447,9,2
725
+ -0.4668387174606323,-1.0,3.1861675,0.60882676,9,3
726
+ -0.16659018397331238,0.2793659567832947,3.2398844,0.25486133,9,4
727
+ 0.0416906401515007,1.0,3.258408,0.028056808,9,5
728
+ -0.09397178888320923,-0.10436466336250305,3.2567608,-0.16536647,9,6
729
+ -0.23648083209991455,-1.0,3.2545323,-0.310104,9,7
730
+ -0.28758880496025085,-0.993745744228363,3.2421324,-0.3736119,9,8
731
+ -0.17805376648902893,1.0,3.2179036,-0.28830567,9,9
732
+ 0.036706194281578064,0.5774690508842468,3.1906185,-0.10083081,9,10
733
+ 0.12944188714027405,-0.8286851048469543,3.1732018,-0.025511837,9,11
734
+ 0.1545681357383728,-1.0,3.1721354,0.0014520293,9,12
735
+ 0.02998454123735428,0.9343053102493286,3.1981542,0.100016765,9,13
736
+ -0.060818225145339966,0.992603063583374,3.2007434,0.1882303,9,14
737
+ -0.01322472095489502,0.13086463510990143,3.185941,0.15543926,9,15
738
+ 0.09575047343969345,-0.8744668960571289,3.157371,0.075034,9,16
739
+ 0.1575964391231537,0.1434360146522522,3.1514044,0.019154696,9,17
740
+ 0.1472800225019455,0.8837751746177673,3.1551778,0.025697665,9,18
741
+ 0.15810729563236237,0.36325201392173767,3.1687768,0.0012714764,9,19
742
+ 0.0800343006849289,-0.9166048169136047,3.1837463,-0.06437488,9,20
743
+ 0.019257165491580963,-0.9048997759819031,3.1845489,-0.1243495,9,21
744
+ 0.039375342428684235,0.28708475828170776,3.1733704,-0.115409814,9,22
745
+ 0.12388837337493896,0.7738561630249023,3.1490123,-0.05525482,9,23
746
+ 0.16626790165901184,-0.37019476294517517,3.1327243,-0.029163327,9,24
747
+ 0.1684570461511612,-0.8814256191253662,3.1263363,-0.03336214,9,25
748
+ 0.1702568680047989,-0.22426924109458923,3.1507201,-0.0071785245,9,26
749
+ 0.11256332695484161,0.9980376362800598,3.1755342,0.04005794,9,27
750
+ 0.05924619734287262,0.9195753335952759,3.1716728,0.0972365,9,28
751
+ 0.12439418584108353,-0.7527676820755005,3.1395879,0.06417345,9,29
752
+ 0.20499855279922485,-0.3292703628540039,3.1101298,0.01302713,9,30
753
+ 0.19019456207752228,0.3446996510028839,3.1124032,0.025557796,9,31
754
+ 0.20121656358242035,0.8013779520988464,3.1241534,0.0027855837,9,32
755
+ 0.15983690321445465,0.15790075063705444,3.1492238,-0.019094812,9,33
756
+ 0.11602848768234253,-0.8225908279418945,3.1681802,-0.0439468,9,34
757
+ 0.06415169686079025,-1.0,3.169093,-0.09491093,9,35
758
+ 0.09302113950252533,0.6872431039810181,3.151859,-0.08327533,9,36
759
+ 0.17795802652835846,0.45777982473373413,3.122735,-0.027462462,9,37
760
+ 0.19339853525161743,-0.2729375660419464,3.1094475,-0.025309507,9,38
761
+ 0.1986597776412964,-1.0,3.1123586,-0.01713717,9,39
762
+ 0.17685630917549133,-0.1456516534090042,3.1445045,-0.0067946687,9,40
763
+ 0.12941250205039978,0.8926875591278076,3.1714153,0.027327692,9,41
764
+ 0.0869964063167572,1.0,3.168576,0.07258311,9,42
765
+ 0.13782691955566406,-0.7142510414123535,3.1357327,0.054595955,9,43
766
+ 0.21580034494400024,-0.38350731134414673,3.102939,0.009416276,9,44
767
+ 0.20115703344345093,0.27729785442352295,3.103969,0.023029383,9,45
768
+ 0.2047913372516632,0.7669798731803894,3.1177073,-0.0056569204,9,46
769
+ 0.16131268441677094,0.41038474440574646,3.146644,-0.020198716,9,47
770
+ 0.11551845818758011,-0.8869070410728455,3.1703868,-0.04225027,9,48
771
+ 0.06224121153354645,-0.9842096567153931,3.1701076,-0.0958067,9,49
772
+ 0.0933343842625618,0.4943910837173462,3.1537573,-0.0810638,9,50
773
+ 0.16009217500686646,0.4597705602645874,3.1248894,-0.043173965,9,51
774
+ 0.17986132204532623,-0.04811086878180504,3.1127627,-0.03553151,9,52
775
+ 0.1997457593679428,-0.9268874526023865,3.1154213,-0.012988461,9,53
776
+ 0.16424742341041565,-0.5248699188232422,3.1461039,-0.017804235,9,54
777
+ 0.13286155462265015,0.965928852558136,3.1773746,0.017919356,9,55
778
+ 0.07736136019229889,1.0,3.1730707,0.07772349,9,56
779
+ 0.11018481105566025,-0.30995386838912964,3.1447306,0.07324014,9,57
780
+ 0.17756064236164093,-0.6836226582527161,3.1111913,0.0394036,9,58
781
+ 0.1814013421535492,0.21137504279613495,3.1085553,0.03819886,9,59
782
+ 0.20652545988559723,0.5564581155776978,3.1180158,0.0036142918,9,60
783
+ 0.16459156572818756,0.8739017844200134,3.1450286,-0.01853536,9,61
784
+ 0.1119498759508133,-0.9730704426765442,3.1711736,-0.045032065,9,62
785
+ 0.036785878241062164,-0.995059072971344,3.167528,-0.123841725,9,63
786
+ 0.057199396193027496,0.16015392541885376,3.1572087,-0.11374744,9,64
787
+ 0.14220301806926727,0.8953427672386169,3.1304705,-0.05548199,9,65
788
+ 0.18708251416683197,-0.243713840842247,3.112309,-0.028764019,9,66
789
+ 0.19454386830329895,-0.7980759739875793,3.108783,-0.02482865,9,67
790
+ 0.1773708015680313,-0.7206095457077026,3.1398387,-0.010946027,9,68
791
+ 0.1327177733182907,0.9308035373687744,3.1791174,0.016320297,9,69
792
+ 0.08307638019323349,0.9494526386260986,3.1799386,0.06514058,9,70
793
+ 0.10806740075349808,0.01211797259747982,3.1541889,0.065899245,9,71
794
+ 0.1642695665359497,-0.8111938238143921,3.1196125,0.0442735,9,72
795
+ 0.18470191955566406,0.08855465054512024,3.1123931,0.031060461,9,73
796
+ 0.20027779042720795,0.552739679813385,3.1202393,0.0076384684,9,74
797
+ 0.17550009489059448,1.0,3.1445343,-0.008121077,9,75
798
+ 0.1261567920446396,-0.857292115688324,3.1711266,-0.03087212,9,76
799
+ 0.05679091811180115,-1.0,3.1702392,-0.10112539,9,77
800
+ 0.05613928288221359,-0.18543832004070282,3.164831,-0.10718531,9,78
801
+ 0.11945554614067078,0.9805195927619934,3.139956,-0.068743974,9,79
training/sarl/CylinderRot2D-easy-v0/TD-MPC/2/test_eval_sequences.csv ADDED
@@ -0,0 +1,801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,action_0,drag,lift,episode,step
2
+ -1.2213436365127563,0.4266715943813324,3.36451,1.1849891,0,0
3
+ -1.0775635242462158,1.0,3.2970815,1.1086376,0,1
4
+ -0.9318763017654419,1.0,3.2076647,1.0523671,0,2
5
+ -0.6649974584579468,-1.0,3.1701481,0.82300484,0,3
6
+ -0.27712395787239075,-0.8082823157310486,3.2131307,0.39214876,0,4
7
+ -0.013289347290992737,1.0,3.2549279,0.08651699,0,5
8
+ 0.0012975484132766724,1.0,3.2463713,-0.0804867,0,6
9
+ -0.17312806844711304,-1.0,3.2403927,-0.2608909,0,7
10
+ -0.258394718170166,-1.0,3.227191,-0.35935926,0,8
11
+ -0.1858328878879547,-0.17066076397895813,3.2186182,-0.29537025,0,9
12
+ -0.0317213237285614,1.0,3.2004178,-0.15945908,0,10
13
+ 0.10129058361053467,-0.15480469167232513,3.1863482,-0.040516738,0,11
14
+ 0.12509037554264069,-1.0,3.1783326,-0.02473258,0,12
15
+ 0.10438233613967896,-0.07159306108951569,3.1952765,0.028496679,0,13
16
+ -0.005737073719501495,1.0,3.2146392,0.119253404,0,14
17
+ -0.06290829181671143,0.9609220623970032,3.2101653,0.18089855,0,15
18
+ 0.0055157095193862915,-0.7108094692230225,3.1818254,0.14081441,0,16
19
+ 0.1376422643661499,-0.6177453994750977,3.1552684,0.03524482,0,17
20
+ 0.1595783829689026,0.7042400240898132,3.1535602,0.015016968,0,18
21
+ 0.15378762781620026,0.8836743235588074,3.1549706,0.01939724,0,19
22
+ 0.11463044583797455,-0.45528867840766907,3.1697404,-0.043784637,0,20
23
+ 0.03647640347480774,-1.0,3.1793098,-0.11236927,0,21
24
+ 0.01777234673500061,-0.4789010286331177,3.1822085,-0.12817463,0,22
25
+ 0.082798533141613,0.8527393937110901,3.164651,-0.08070607,0,23
26
+ 0.1683124303817749,0.2284780889749527,3.1428375,-0.017005563,0,24
27
+ 0.18097715079784393,-0.7669637203216553,3.1300402,-0.017138204,0,25
28
+ 0.16699914634227753,-0.8196519017219543,3.1398144,-0.02134199,0,26
29
+ 0.135890394449234,0.7119492888450623,3.1700413,0.022223806,0,27
30
+ 0.07406216114759445,0.984388530254364,3.1758938,0.07819957,0,28
31
+ 0.0985749140381813,0.1301700919866562,3.1584618,0.071118794,0,29
32
+ 0.16785123944282532,-0.7065001130104065,3.1272082,0.03309605,0,30
33
+ 0.19725853204727173,-0.012827647849917412,3.1191323,0.011764703,0,31
34
+ 0.20179055631160736,0.5809855461120605,3.125999,0.00036598815,0,32
35
+ 0.17276686429977417,0.7970427870750427,3.143781,-0.011607707,0,33
36
+ 0.12804701924324036,-0.6299937963485718,3.1654036,-0.0347049,0,34
37
+ 0.07118189334869385,-1.0,3.1675167,-0.089456916,0,35
38
+ 0.0628899484872818,-0.23080046474933624,3.1616678,-0.103597745,0,36
39
+ 0.12525184452533722,0.8869598507881165,3.1400225,-0.06288116,0,37
40
+ 0.1872776597738266,0.06026109680533409,3.1202264,-0.020651469,0,38
41
+ 0.19436024129390717,-0.7765151858329773,3.1110606,-0.02273466,0,39
42
+ 0.1848839819431305,-0.7523259520530701,3.1287355,-0.014536,0,40
43
+ 0.14536184072494507,0.6526182293891907,3.1638665,0.018927151,0,41
44
+ 0.0949438214302063,0.9807285070419312,3.171978,0.0612337,0,42
45
+ 0.0868087112903595,0.3812446892261505,3.1557543,0.08559248,0,43
46
+ 0.14073729515075684,-0.9680987000465393,3.123543,0.0638752,0,44
47
+ 0.19057336449623108,-0.07018756121397018,3.109504,0.028078174,0,45
48
+ 0.1980927586555481,0.5531315803527832,3.1132414,0.01682133,0,46
49
+ 0.193280428647995,1.0,3.1292815,-0.005593569,0,47
50
+ 0.13886135816574097,-0.5969517230987549,3.1543612,-0.03493292,0,48
51
+ 0.07453829050064087,-1.0,3.1608334,-0.09278387,0,49
52
+ 0.07467184960842133,-0.3161918818950653,3.1601458,-0.09333791,0,50
53
+ 0.1276935338973999,0.751462996006012,3.139868,-0.06059397,0,51
54
+ 0.18699556589126587,0.2803744375705719,3.1208136,-0.020346338,0,52
55
+ 0.20491468906402588,-0.6900116205215454,3.1126146,-0.010626197,0,53
56
+ 0.18362843990325928,-0.9489071369171143,3.1277084,-0.016818646,0,54
57
+ 0.15430592000484467,0.5575333833694458,3.1632512,0.01059844,0,55
58
+ 0.09681206941604614,0.991881251335144,3.1734905,0.057852924,0,56
59
+ 0.08005952835083008,0.588016927242279,3.1609645,0.0871315,0,57
60
+ 0.13065585494041443,-0.9910954833030701,3.1278622,0.06963745,0,58
61
+ 0.19636842608451843,-0.23742462694644928,3.108665,0.02312211,0,59
62
+ 0.19257454574108124,0.6324259638786316,3.111316,0.024265008,0,60
63
+ 0.1896819770336151,1.0,3.125709,0.012764477,0,61
64
+ 0.14612652361392975,-0.5518727898597717,3.151212,-0.030817011,0,62
65
+ 0.0763801857829094,-0.9427677392959595,3.1616642,-0.090111084,0,63
66
+ 0.06610661000013351,-0.4358394742012024,3.1648653,-0.09718365,0,64
67
+ 0.10673058032989502,0.7352965474128723,3.1462548,-0.07517016,0,65
68
+ 0.17800919711589813,0.4120716154575348,3.1255825,-0.024563866,0,66
69
+ 0.1942799985408783,-0.8023646473884583,3.1148295,-0.019045984,0,67
70
+ 0.17477735877037048,-0.8617637157440186,3.1264083,-0.026969813,0,68
71
+ 0.15706130862236023,0.42489153146743774,3.1620755,0.009018686,0,69
72
+ 0.10541769862174988,0.9720813632011414,3.1780803,0.044657495,0,70
73
+ 0.07192212343215942,0.7571974992752075,3.168502,0.0877313,0,71
74
+ 0.11042426526546478,-0.9991136789321899,3.1345415,0.08318974,0,72
75
+ 0.19040095806121826,-0.38371723890304565,3.1109338,0.02682078,0,73
76
+ 0.1940394639968872,0.6102033257484436,3.111735,0.022380956,0,74
77
+ 0.2045965939760208,0.9829946160316467,3.122788,-0.00077097566,0,75
78
+ 0.13325375318527222,-0.28589946031570435,3.1488998,-0.046001967,0,76
79
+ 0.06750677525997162,-1.0,3.1646118,-0.096036926,0,77
80
+ 0.05097971111536026,-0.5656353235244751,3.1684859,-0.10868993,0,78
81
+ 0.1008017435669899,0.6929722428321838,3.1492717,-0.07808205,0,79
82
+ 0.023818207904696465,1.0,3.281886,-0.022451209,1,0
83
+ -0.18004640936851501,1.0,3.2882335,-0.21996841,1,1
84
+ -0.28359195590019226,0.5515806078910828,3.3881686,-0.2235789,1,2
85
+ -0.28259819746017456,-1.0,3.4846523,-0.12610143,1,3
86
+ -0.18641991913318634,-1.0,3.4556236,-0.058951806,1,4
87
+ -0.11189944297075272,-0.9984636306762695,3.3562834,-0.083771534,1,5
88
+ -0.14160127937793732,0.1058100163936615,3.2975698,-0.17218705,1,6
89
+ -0.09509820491075516,0.7523511052131653,3.3059688,-0.11728496,1,7
90
+ -0.09356113523244858,-0.7663413882255554,3.3274112,-0.09430548,1,8
91
+ -0.023773571476340294,0.6400122046470642,3.3242226,-0.027706524,1,9
92
+ -0.21312502026557922,1.0,3.3036413,0.23763922,1,10
93
+ -0.38672196865081787,0.6986861824989319,3.2993371,0.41554034,1,11
94
+ -0.34816277027130127,-1.0,3.2927284,0.38358986,1,12
95
+ -0.13245512545108795,-0.3572036623954773,3.2867367,0.17387392,1,13
96
+ -0.001188516616821289,0.9910038113594055,3.2774584,0.051885605,1,14
97
+ -0.008432552218437195,0.08718796074390411,3.266036,-0.070552036,1,15
98
+ -0.18479934334754944,-1.0,3.266079,-0.24687591,1,16
99
+ -0.2923201620578766,-1.0,3.2640545,-0.35642114,1,17
100
+ -0.2654497027397156,0.39866721630096436,3.2517827,-0.34182256,1,18
101
+ -0.11996129155158997,0.7596549987792969,3.2289495,-0.21916726,1,19
102
+ 0.012210838496685028,-0.3630063235759735,3.2096546,-0.10629011,1,20
103
+ 0.0929035097360611,-1.0,3.1904943,-0.044757705,1,21
104
+ 0.05829540640115738,0.5410959124565125,3.1995437,0.0703164,1,22
105
+ -0.06586690247058868,0.8723980784416199,3.206902,0.1871204,1,23
106
+ -0.04871313273906708,0.3191765248775482,3.1988542,0.17801444,1,24
107
+ 0.036094292998313904,-0.4702661335468292,3.1743326,0.117728606,1,25
108
+ 0.1258249431848526,-0.2771405875682831,3.1641204,0.038210142,1,26
109
+ 0.1521775722503662,0.8605647683143616,3.1659749,0.0100030955,1,27
110
+ 0.14590264856815338,0.5018450617790222,3.1725519,0.009700993,1,28
111
+ 0.10027483105659485,-0.6639407277107239,3.183242,-0.044638604,1,29
112
+ 0.04409296065568924,-1.0,3.1833386,-0.100723915,1,30
113
+ 0.03741122782230377,-0.08648844808340073,3.1750805,-0.11566375,1,31
114
+ 0.10356272011995316,0.8124313354492188,3.153822,-0.07077085,1,32
115
+ 0.17351190745830536,0.053096137940883636,3.1372647,-0.01737888,1,33
116
+ 0.1914691925048828,-0.9544966816902161,3.1255462,-0.011140108,1,34
117
+ 0.1816207617521286,-0.5673658847808838,3.139946,-0.006588776,1,35
118
+ 0.1105973869562149,0.957817792892456,3.1669104,0.050647724,1,36
119
+ 0.050422877073287964,0.985146164894104,3.1651354,0.11259726,1,37
120
+ 0.12237129360437393,-0.5178127884864807,3.1374102,0.06837406,1,38
121
+ 0.20452609658241272,-0.34852537512779236,3.1054718,0.018157579,1,39
122
+ 0.19316495954990387,0.16509029269218445,3.1076977,0.027292838,1,40
123
+ 0.2046370953321457,0.7050384283065796,3.1219819,0.0015365572,1,41
124
+ 0.17959696054458618,0.5461136698722839,3.1478667,-0.00069183763,1,42
125
+ 0.14290913939476013,-0.8346201777458191,3.1688201,-0.016426235,1,43
126
+ 0.09016154706478119,-0.9788482189178467,3.1665769,-0.07141711,1,44
127
+ 0.08607069402933121,0.10645640641450882,3.1543365,-0.08774837,1,45
128
+ 0.16169770061969757,1.0,3.12783,-0.038627792,1,46
129
+ 0.20341156423091888,-0.3693111538887024,3.107332,-0.01741196,1,47
130
+ 0.2035474181175232,-0.7377033233642578,3.0998387,-0.024769366,1,48
131
+ 0.19487209618091583,-0.6883007884025574,3.1284642,-0.0048191985,1,49
132
+ 0.14077216386795044,0.9595995545387268,3.1670837,0.02029962,1,50
133
+ 0.08028333634138107,1.0,3.1675036,0.080368586,1,51
134
+ 0.12233178317546844,-0.2900730073451996,3.1393652,0.06645854,1,52
135
+ 0.19022369384765625,-0.6295897364616394,3.1044989,0.03343296,1,53
136
+ 0.18949323892593384,0.15729749202728271,3.1015477,0.037114568,1,54
137
+ 0.20725680887699127,0.5813472867012024,3.1126862,0.008212551,1,55
138
+ 0.17935393750667572,0.8510228991508484,3.1393793,-0.00942232,1,56
139
+ 0.1338253915309906,-0.8193632364273071,3.1658795,-0.028450644,1,57
140
+ 0.09273461252450943,-0.7810922861099243,3.166331,-0.06908985,1,58
141
+ 0.08397350460290909,-0.42487743496894836,3.1608293,-0.08335271,1,59
142
+ 0.11357598751783371,0.9610071778297424,3.139503,-0.07507653,1,60
143
+ 0.1922955960035324,0.21631841361522675,3.1185808,-0.017279102,1,61
144
+ 0.20415371656417847,-0.8783925771713257,3.1074262,-0.016575627,1,62
145
+ 0.18464352190494537,-0.8818002343177795,3.123238,-0.020273905,1,63
146
+ 0.15079365670681,0.6682433485984802,3.1613169,0.016044995,1,64
147
+ 0.10025343298912048,1.0,3.1720169,0.05588522,1,65
148
+ 0.09902230650186539,0.43755826354026794,3.1580083,0.071124874,1,66
149
+ 0.147480770945549,-0.9123772978782654,3.1241455,0.056529243,1,67
150
+ 0.19718500971794128,-0.21113905310630798,3.108134,0.022836473,1,68
151
+ 0.1991076022386551,0.61005038022995,3.1130404,0.016007466,1,69
152
+ 0.19582243263721466,1.0,3.1300836,0.0022495224,1,70
153
+ 0.1388271450996399,-0.5212072134017944,3.1570458,-0.032282524,1,71
154
+ 0.07312897592782974,-1.0,3.1662161,-0.08881041,1,72
155
+ 0.06153501570224762,-0.4333902597427368,3.166953,-0.099667415,1,73
156
+ 0.10717226564884186,0.7666890621185303,3.1464138,-0.07456945,1,74
157
+ 0.18396058678627014,0.44424983859062195,3.124516,-0.01967892,1,75
158
+ 0.19900479912757874,-0.8754734396934509,3.112782,-0.016368715,1,76
159
+ 0.17570488154888153,-0.8486948013305664,3.12515,-0.027300669,1,77
160
+ 0.15378764271736145,0.436558336019516,3.1629064,0.011461465,1,78
161
+ 0.10311080515384674,1.0,3.180337,0.044707764,1,79
162
+ -0.4180103540420532,1.0,3.3034115,0.4427544,2,0
163
+ -0.1283402442932129,0.8526817560195923,3.2496295,0.20686626,2,1
164
+ 0.020593564957380295,0.24048711359500885,3.271631,0.03593095,2,2
165
+ -0.039023615419864655,0.05745990574359894,3.3548136,0.012365556,2,3
166
+ -0.0878065750002861,-1.0,3.406137,0.009825101,2,4
167
+ -0.15942756831645966,-1.0,3.3602135,-0.12736957,2,5
168
+ -0.28248777985572815,-0.5861658453941345,3.3081846,-0.30245867,2,6
169
+ -0.2873019278049469,1.0,3.2900732,-0.3253843,2,7
170
+ -0.09921754896640778,0.44868969917297363,3.2836206,-0.14375247,2,8
171
+ 0.043438419699668884,-1.0,3.2594063,-0.025310768,2,9
172
+ -0.03605183959007263,0.23535294830799103,3.2464094,0.11779794,2,10
173
+ -0.261904239654541,1.0,3.2560244,0.3340354,2,11
174
+ -0.3371852934360504,0.540807843208313,3.2589564,0.40638438,2,12
175
+ -0.24587032198905945,-0.4834873080253601,3.248048,0.32597777,2,13
176
+ -0.08746263384819031,-0.34376782178878784,3.239841,0.17577717,2,14
177
+ 0.029366131871938705,0.5781500339508057,3.237728,0.061061267,2,15
178
+ 0.07944157719612122,0.5845507383346558,3.237439,-0.011275021,2,16
179
+ -0.04980543255805969,-1.0,3.238639,-0.13932183,2,17
180
+ -0.1818271279335022,-1.0,3.2297268,-0.28025585,2,18
181
+ -0.1667630672454834,0.2657166123390198,3.2176964,-0.27722216,2,19
182
+ -0.04981836676597595,0.7378823161125183,3.1960132,-0.18196067,2,20
183
+ 0.0445379838347435,-0.33084526658058167,3.1796198,-0.103997745,2,21
184
+ 0.1006213054060936,-0.9111731052398682,3.1661608,-0.06137339,2,22
185
+ 0.13956157863140106,-0.055977486073970795,3.1826074,0.0059865294,2,23
186
+ 0.0499703511595726,0.9113029837608337,3.203473,0.074712075,2,24
187
+ 0.004536539316177368,0.9393811821937561,3.1979213,0.1256977,2,25
188
+ 0.05904350429773331,-0.6314535140991211,3.165913,0.10319891,2,26
189
+ 0.15774430334568024,-0.4725385010242462,3.1374729,0.032938343,2,27
190
+ 0.16677974164485931,0.4896266460418701,3.1375763,0.02379943,2,28
191
+ 0.173317089676857,0.8147750496864319,3.1433928,0.0114456285,2,29
192
+ 0.13512003421783447,-0.13777078688144684,3.1618335,-0.03120196,2,30
193
+ 0.07795288413763046,-0.8786731362342834,3.1748877,-0.07531498,2,31
194
+ 0.04276739060878754,-0.7907439470291138,3.1752594,-0.110128775,2,32
195
+ 0.08200304955244064,0.7324072122573853,3.158733,-0.08741958,2,33
196
+ 0.173461452126503,0.43741878867149353,3.13416,-0.02053403,2,34
197
+ 0.19369858503341675,-0.5638980865478516,3.1204615,-0.013995461,2,35
198
+ 0.18004703521728516,-1.0,3.1234264,-0.024682045,2,36
199
+ 0.16950789093971252,0.39377108216285706,3.153438,0.005209543,2,37
200
+ 0.09973834455013275,1.0,3.1672094,0.06120779,2,38
201
+ 0.07013768702745438,0.701615571975708,3.15883,0.0991879,2,39
202
+ 0.127203106880188,-1.0,3.1263678,0.0745846,2,40
203
+ 0.2047620266675949,-0.26480573415756226,3.1044042,0.018989282,2,41
204
+ 0.191787987947464,0.6680871844291687,3.1062958,0.03007171,2,42
205
+ 0.20428095757961273,0.8008607625961304,3.117586,0.0062886635,2,43
206
+ 0.1500721573829651,-0.2324451357126236,3.1431677,-0.034915633,2,44
207
+ 0.10429535806179047,-0.9081847667694092,3.1605046,-0.06335558,2,45
208
+ 0.08059006929397583,-0.6470829844474792,3.1632035,-0.08436197,2,46
209
+ 0.11776541918516159,0.7149103879928589,3.144843,-0.065547,2,47
210
+ 0.18712128698825836,0.39529678225517273,3.1210234,-0.020010812,2,48
211
+ 0.19988791644573212,-0.543582022190094,3.109715,-0.018552613,2,49
212
+ 0.20095770061016083,-0.8449705839157104,3.1168604,-0.010337422,2,50
213
+ 0.16913332045078278,0.03676420822739601,3.1511974,0.00782477,2,51
214
+ 0.12041584402322769,1.0,3.1731863,0.03455337,2,52
215
+ 0.0632835254073143,1.0,3.1654925,0.09937946,2,53
216
+ 0.10753664374351501,-1.0,3.1303017,0.09031716,2,54
217
+ 0.20877057313919067,-0.5118613243103027,3.0992708,0.020114116,2,55
218
+ 0.19032593071460724,0.6968376636505127,3.0982637,0.039565846,2,56
219
+ 0.20388661324977875,0.754294216632843,3.1066353,0.017633567,2,57
220
+ 0.1582169234752655,0.055299583822488785,3.1355455,-0.034393094,2,58
221
+ 0.10703802108764648,-0.9089931845664978,3.1619806,-0.059136868,2,59
222
+ 0.06610047817230225,-0.8232381939888,3.1681736,-0.09388149,2,60
223
+ 0.09905713051557541,0.6354843378067017,3.1515172,-0.077581234,2,61
224
+ 0.18543435633182526,0.5964535474777222,3.1241765,-0.01854466,2,62
225
+ 0.19882702827453613,-0.5876450538635254,3.1091423,-0.020186188,2,63
226
+ 0.192535400390625,-0.820593535900116,3.1131694,-0.022450686,2,64
227
+ 0.1765868365764618,-0.11555541306734085,3.148675,0.0028937154,2,65
228
+ 0.12474360316991806,0.949980616569519,3.177982,0.025429823,2,66
229
+ 0.07277051359415054,1.0,3.1736348,0.08175024,2,67
230
+ 0.11466731876134872,-0.7833825945854187,3.1392553,0.07423291,2,68
231
+ 0.2027449905872345,-0.5146899223327637,3.106462,0.018948527,2,69
232
+ 0.18800851702690125,0.5111281871795654,3.1057866,0.034360435,2,70
233
+ 0.21042896807193756,0.6437478065490723,3.1161044,0.001622192,2,71
234
+ 0.1454983502626419,0.40051576495170593,3.1463153,-0.036341835,2,72
235
+ 0.10374172031879425,-0.8924711346626282,3.1743195,-0.050094288,2,73
236
+ 0.04851210117340088,-0.99675053358078,3.1753607,-0.10428274,2,74
237
+ 0.08252782374620438,0.5547098517417908,3.1581109,-0.08751684,2,75
238
+ 0.16361457109451294,0.5131468176841736,3.1278741,-0.036666803,2,76
239
+ 0.18129870295524597,-0.2180023491382599,3.1140716,-0.0327852,2,77
240
+ 0.20200100541114807,-0.8164905309677124,3.1170595,-0.009095039,2,78
241
+ 0.17459993064403534,-0.5150318145751953,3.150327,-0.003228622,2,79
242
+ -0.07719769328832626,1.0,3.2867925,-0.118560694,3,0
243
+ -0.26985499262809753,0.9999989867210388,3.3013232,-0.29668733,3,1
244
+ -0.36819568276405334,0.4375530183315277,3.4074848,-0.28886643,3,2
245
+ -0.3483080267906189,-1.0,3.4967542,-0.17970939,3,3
246
+ -0.22232377529144287,-1.0,3.4574492,-0.09303009,3,4
247
+ -0.12673085927963257,-0.9968969225883484,3.3502877,-0.10459869,3,5
248
+ -0.14478227496147156,0.12946516275405884,3.2973163,-0.17562148,3,6
249
+ -0.09256409108638763,0.7446332573890686,3.3135726,-0.10714696,3,7
250
+ -0.08994647115468979,-0.7414578199386597,3.3377273,-0.08037468,3,8
251
+ -0.005252468399703503,0.7508307695388794,3.329923,-0.0034850712,3,9
252
+ -0.24535855650901794,1.0,3.3043475,0.26916656,3,10
253
+ -0.3908296227455139,0.492267906665802,3.2974913,0.42149383,3,11
254
+ -0.33279770612716675,-0.8978545069694519,3.2947214,0.36623186,3,12
255
+ -0.1300419718027115,-0.2382706254720688,3.2952762,0.16292132,3,13
256
+ -0.005435433238744736,0.990485668182373,3.2884045,0.045186486,3,14
257
+ -0.03478964418172836,-0.19613412022590637,3.2777846,-0.085160576,3,15
258
+ -0.20849007368087769,-0.9311789274215698,3.2743769,-0.26226872,3,16
259
+ -0.30823901295661926,-1.0,3.2707808,-0.36561373,3,17
260
+ -0.28532764315605164,0.5573647022247314,3.2572613,-0.35622188,3,18
261
+ -0.12665827572345734,0.7106676697731018,3.2349072,-0.21990664,3,19
262
+ 0.006953917443752289,-0.48515623807907104,3.2126868,-0.10851482,3,20
263
+ 0.08459511399269104,-1.0,3.192541,-0.051019523,3,21
264
+ 0.060778096318244934,0.7529823780059814,3.2015479,0.06582956,3,22
265
+ -0.06541131436824799,0.9583074450492859,3.2050657,0.1885011,3,23
266
+ -0.024941205978393555,0.024276448413729668,3.1946368,0.1584599,3,24
267
+ 0.06100770831108093,-0.3575487434864044,3.1719928,0.09515503,3,25
268
+ 0.12616488337516785,-0.26620933413505554,3.168369,0.033621572,3,26
269
+ 0.15244869887828827,0.9678850769996643,3.1710742,0.004632668,3,27
270
+ 0.13389761745929718,0.38856545090675354,3.1788177,0.015440145,3,28
271
+ 0.091628797352314,-0.932990550994873,3.184889,-0.051637642,3,29
272
+ 0.021566972136497498,-1.0,3.1815164,-0.12507214,3,30
273
+ 0.05253858119249344,0.4528380036354065,3.1698935,-0.10572343,3,31
274
+ 0.14097890257835388,0.5851184129714966,3.145205,-0.0419716,3,32
275
+ 0.16489414870738983,-0.3413841724395752,3.131652,-0.03160925,3,33
276
+ 0.17392295598983765,-0.8275472521781921,3.128356,-0.025876585,3,34
277
+ 0.17373491823673248,-0.19413672387599945,3.1530285,-0.0013921091,3,35
278
+ 0.10628420114517212,1.0,3.1768525,0.04501885,3,36
279
+ 0.046723656356334686,0.9461831450462341,3.1697698,0.1116621,3,37
280
+ 0.09962121397256851,-0.7596787214279175,3.1372478,0.0912865,3,38
281
+ 0.18929801881313324,-0.45681411027908325,3.107569,0.031288516,3,39
282
+ 0.18506690859794617,0.448883593082428,3.1087005,0.034388103,3,40
283
+ 0.19673900306224823,0.8434377312660217,3.117304,0.01411243,3,41
284
+ 0.1705288141965866,0.11618495732545853,3.140745,-0.016881773,3,42
285
+ 0.1154983788728714,-0.9497212767601013,3.1596715,-0.05298559,3,43
286
+ 0.07668837904930115,-0.7810948491096497,3.161798,-0.08966914,3,44
287
+ 0.11553981155157089,0.5825464129447937,3.1455736,-0.06704209,3,45
288
+ 0.1799919754266739,0.44340723752975464,3.1203659,-0.027797678,3,46
289
+ 0.19753339886665344,-0.28023138642311096,3.1095922,-0.021029923,3,47
290
+ 0.19820015132427216,-1.0,3.1135614,-0.016393973,3,48
291
+ 0.18123972415924072,-0.04710758477449417,3.1436615,-0.0032542972,3,49
292
+ 0.1254768967628479,0.8589144349098206,3.1665933,0.036085315,3,50
293
+ 0.079260915517807,1.0,3.1629393,0.08595529,3,51
294
+ 0.12428991496562958,-0.7872226238250732,3.1301773,0.07368834,3,52
295
+ 0.21071425080299377,-0.4191025197505951,3.0988426,0.018598646,3,53
296
+ 0.1932152956724167,0.4375757873058319,3.0998886,0.03505166,3,54
297
+ 0.216313898563385,0.6571873426437378,3.1116772,0.00016444511,3,55
298
+ 0.15968775749206543,0.4358054995536804,3.1411443,-0.027323484,3,56
299
+ 0.1230582594871521,-0.871031641960144,3.167068,-0.038029257,3,57
300
+ 0.07714973390102386,-0.9173632264137268,3.1674004,-0.08360542,3,58
301
+ 0.1062006875872612,0.3973706066608429,3.151217,-0.070737846,3,59
302
+ 0.16753631830215454,0.5126027464866638,3.1235387,-0.037080463,3,60
303
+ 0.1882617175579071,-0.09217382222414017,3.1112382,-0.028655559,3,61
304
+ 0.20187589526176453,-0.8806414604187012,3.1136713,-0.012608313,3,62
305
+ 0.16580244898796082,-0.561066746711731,3.1435177,-0.01883533,3,63
306
+ 0.14071299135684967,0.9601753950119019,3.1752172,0.012225379,3,64
307
+ 0.08281988650560379,1.0,3.1715724,0.073763184,3,65
308
+ 0.1154639720916748,-0.31217488646507263,3.1423717,0.07031989,3,66
309
+ 0.18155817687511444,-0.6678658127784729,3.108577,0.038020328,3,67
310
+ 0.18423640727996826,0.1890878528356552,3.1057923,0.038126834,3,68
311
+ 0.2059347927570343,0.593447208404541,3.1159766,0.006244153,3,69
312
+ 0.17547796666622162,0.8972306251525879,3.1436553,-0.009022256,3,70
313
+ 0.12233201414346695,-1.0,3.1700795,-0.035744034,3,71
314
+ 0.05196491628885269,-0.9368356466293335,3.1666973,-0.10949334,3,72
315
+ 0.069425567984581,0.06779803335666656,3.157277,-0.10145284,3,73
316
+ 0.1358259916305542,0.8593136072158813,3.1311579,-0.061171643,3,74
317
+ 0.18276089429855347,-0.10322418063879013,3.1135647,-0.031829886,3,75
318
+ 0.19448356330394745,-0.8241076469421387,3.109782,-0.023889977,3,76
319
+ 0.1790144145488739,-0.7401267886161804,3.1378605,-0.011280563,3,77
320
+ 0.13442841172218323,0.7961705327033997,3.1769998,0.016727298,3,78
321
+ 0.09299836307764053,0.9352608919143677,3.181559,0.05359807,3,79
322
+ -0.9757840633392334,1.0,3.3313892,0.9725504,4,0
323
+ -0.7666232585906982,1.0,3.2411087,0.8536701,4,1
324
+ -0.4938105344772339,-0.2846212089061737,3.1868768,0.6350893,4,2
325
+ -0.15391477942466736,-1.0,3.2068014,0.27526888,4,3
326
+ 0.03598345071077347,1.0,3.2519176,0.040254466,4,4
327
+ -0.006982125341892242,0.3307887017726898,3.2644925,-0.07064513,4,5
328
+ -0.2247442901134491,-1.0,3.2590249,-0.29387495,4,6
329
+ -0.3698481619358063,-1.0,3.2489536,-0.4490501,4,7
330
+ -0.3375226855278015,0.3189809024333954,3.237714,-0.42796415,4,8
331
+ -0.14906451106071472,1.0,3.2237005,-0.2535195,4,9
332
+ 0.017538003623485565,-0.5444156527519226,3.2074711,-0.10314638,4,10
333
+ 0.09533030539751053,-1.0,3.189918,-0.04290717,4,11
334
+ 0.05285724252462387,0.3834206163883209,3.204793,0.0705053,4,12
335
+ -0.05819232761859894,0.9999989867210388,3.2179718,0.16837604,4,13
336
+ -0.09178315103054047,0.8400973081588745,3.2136912,0.20624743,4,14
337
+ -0.009642183780670166,-1.0,3.1859615,0.15183622,4,15
338
+ 0.11862902343273163,-0.3171817660331726,3.1654048,0.0441217,4,16
339
+ 0.1348225623369217,0.774777889251709,3.163618,0.029714866,4,17
340
+ 0.14606915414333344,0.8325245976448059,3.165863,0.016223324,4,18
341
+ 0.07370957732200623,-0.9923962950706482,3.1765554,-0.077890545,4,19
342
+ -0.036483362317085266,-1.0,3.1773334,-0.18730552,4,20
343
+ -0.011280953884124756,0.21006560325622559,3.175346,-0.16409057,4,21
344
+ 0.08292252570390701,0.7562610507011414,3.155123,-0.09011,4,22
345
+ 0.14642751216888428,-0.12273462116718292,3.1407802,-0.0409478,4,23
346
+ 0.1660580188035965,-0.9928953647613525,3.1327438,-0.029353663,4,24
347
+ 0.1657215654850006,-0.3590696454048157,3.153111,-0.009322969,4,25
348
+ 0.10356777161359787,0.9571074843406677,3.1781785,0.046409197,4,26
349
+ 0.05108635127544403,0.9931545853614807,3.175296,0.1017731,4,27
350
+ 0.11858399212360382,-0.6321274638175964,3.1443484,0.06522314,4,28
351
+ 0.20421016216278076,-0.37912482023239136,3.1126947,0.011250619,4,29
352
+ 0.18799671530723572,0.296337753534317,3.1149395,0.02521935,4,30
353
+ 0.19387957453727722,0.7474632263183594,3.1271393,0.0071366145,4,31
354
+ 0.16646407544612885,0.2962712049484253,3.1517482,-0.009943264,4,32
355
+ 0.12209458649158478,-0.8398330211639404,3.1707165,-0.035344403,4,33
356
+ 0.0676296129822731,-0.9671289324760437,3.1699803,-0.09054562,4,34
357
+ 0.09378133714199066,0.546608567237854,3.1534472,-0.08092703,4,35
358
+ 0.17241817712783813,0.5240959525108337,3.1254156,-0.030321773,4,36
359
+ 0.19443820416927338,-0.22422757744789124,3.1118298,-0.021887552,4,37
360
+ 0.1973487138748169,-1.0,3.112832,-0.017974738,4,38
361
+ 0.17119182646274567,-0.2487863153219223,3.1428816,-0.014082059,4,39
362
+ 0.13338154554367065,0.9576318264007568,3.1697888,0.02498513,4,40
363
+ 0.08193611353635788,1.0,3.1662488,0.079970606,4,41
364
+ 0.13427117466926575,-0.7007748484611511,3.1333923,0.06049201,4,42
365
+ 0.20933757722377777,-0.39804399013519287,3.100184,0.018633978,4,43
366
+ 0.1910153329372406,0.27794018387794495,3.1013274,0.035812758,4,44
367
+ 0.21042010188102722,0.7119497060775757,3.1150613,0.0026741263,4,45
368
+ 0.16952751576900482,0.5061646699905396,3.143951,-0.014677069,4,46
369
+ 0.12745638191699982,-0.8543806076049805,3.1690948,-0.03160433,4,47
370
+ 0.0742410197854042,-0.9824538826942444,3.169058,-0.08485641,4,48
371
+ 0.09897907823324203,0.37124335765838623,3.1535594,-0.07561699,4,49
372
+ 0.16059619188308716,0.5268419981002808,3.1254244,-0.042134948,4,50
373
+ 0.1861240565776825,0.008324098773300648,3.1122406,-0.029790912,4,51
374
+ 0.2003215253353119,-0.9582476019859314,3.1128616,-0.014972355,4,52
375
+ 0.16265414655208588,-0.5716527104377747,3.1413064,-0.024194976,4,53
376
+ 0.1403050720691681,0.9431861639022827,3.1732564,0.014594054,4,54
377
+ 0.08360301703214645,0.9992217421531677,3.1708221,0.07373036,4,55
378
+ 0.113377146422863,-0.2430490255355835,3.1438546,0.07092375,4,56
379
+ 0.18510295450687408,-0.7636286616325378,3.1095212,0.03353141,4,57
380
+ 0.1869376003742218,0.3037564754486084,3.1049643,0.036253665,4,58
381
+ 0.20259524881839752,0.49044325947761536,3.114207,0.011353246,4,59
382
+ 0.17528036236763,0.9501405954360962,3.1429796,-0.009895538,4,60
383
+ 0.1260117143392563,-1.0,3.1716166,-0.030527245,4,61
384
+ 0.054521337151527405,-0.9059231281280518,3.1682558,-0.105378374,4,62
385
+ 0.061400406062603,-0.05914915353059769,3.159437,-0.10731817,4,63
386
+ 0.12384645640850067,0.9809087514877319,3.1340282,-0.070280865,4,64
387
+ 0.1829083263874054,-0.10734258592128754,3.11411,-0.031137194,4,65
388
+ 0.19282931089401245,-0.8372595310211182,3.1072674,-0.028058829,4,66
389
+ 0.1800011545419693,-0.7900491952896118,3.1338735,-0.014280897,4,67
390
+ 0.1400086134672165,0.7834743857383728,3.1749425,0.013204407,4,68
391
+ 0.09707812964916229,0.9715548753738403,3.1811044,0.04997297,4,69
392
+ 0.10111723095178604,0.3220151662826538,3.1609256,0.06611266,4,70
393
+ 0.14265067875385284,-0.8937845230102539,3.1256032,0.059901636,4,71
394
+ 0.18113233149051666,-0.13409365713596344,3.1124616,0.034561615,4,72
395
+ 0.19241268932819366,0.5715524554252625,3.1176903,0.018052503,4,73
396
+ 0.18821297585964203,1.0,3.1360555,-0.003887075,4,74
397
+ 0.12729087471961975,-0.6022818684577942,3.161552,-0.03931269,4,75
398
+ 0.06073853373527527,-0.9858328700065613,3.1674347,-0.09998229,4,76
399
+ 0.05675753206014633,-0.3486178517341614,3.1667907,-0.10460726,4,77
400
+ 0.10621774196624756,0.7556630373001099,3.1457372,-0.076200604,4,78
401
+ 0.17747284471988678,0.36881396174430847,3.125866,-0.024816738,4,79
402
+ -0.343702107667923,1.0,3.2964053,0.3754523,5,0
403
+ -0.08408842980861664,1.0,3.249509,0.16273485,5,1
404
+ -0.06209499388933182,0.7631475925445557,3.298275,0.09197552,5,2
405
+ -0.1633051633834839,-0.8513134121894836,3.4003503,0.09111035,5,3
406
+ -0.13627102971076965,-1.0,3.4216986,0.042727984,5,4
407
+ -0.11958389729261398,-1.0,3.364113,-0.08362632,5,5
408
+ -0.24147763848304749,-0.05130384489893913,3.2994988,-0.27013436,5,6
409
+ -0.20963579416275024,1.0,3.27771,-0.26008135,5,7
410
+ -0.047484345734119415,-0.010939211584627628,3.272978,-0.102661796,5,8
411
+ 0.05519808828830719,-1.0,3.259355,-0.013602359,5,9
412
+ -0.0721895694732666,0.6772955060005188,3.2625997,0.13774538,5,10
413
+ -0.2796485126018524,1.0,3.2719936,0.3358104,5,11
414
+ -0.282099187374115,0.10335759818553925,3.2665303,0.34372443,5,12
415
+ -0.1556541919708252,-0.4903639256954193,3.2507741,0.23303556,5,13
416
+ -0.0496847927570343,0.21381784975528717,3.2443929,0.13344744,5,14
417
+ -0.003976970911026001,0.6921239495277405,3.2473276,0.08480492,5,15
418
+ 0.05209093540906906,-0.3927718997001648,3.254605,-0.021459527,5,16
419
+ -0.09441842138767242,-0.8442321419715881,3.2556787,-0.16689529,5,17
420
+ -0.17628797888755798,-0.6301336884498596,3.2474208,-0.2570227,5,18
421
+ -0.20116755366325378,0.1930646300315857,3.230289,-0.2990341,5,19
422
+ -0.09904254972934723,0.8533353209495544,3.2141228,-0.2130753,5,20
423
+ 0.0394260436296463,-0.5775372385978699,3.192586,-0.09614353,5,21
424
+ 0.10727652907371521,-0.8598889708518982,3.1745818,-0.046297226,5,22
425
+ 0.09836147725582123,0.28089606761932373,3.1860626,0.043731466,5,23
426
+ 0.011693201959133148,1.0,3.1978798,0.118582524,5,24
427
+ 0.00791226327419281,0.525036633014679,3.188905,0.13133825,5,25
428
+ 0.08695497363805771,-0.6150712966918945,3.161316,0.079884626,5,26
429
+ 0.16492383182048798,-0.28726932406425476,3.1464887,0.016743025,5,27
430
+ 0.17385709285736084,0.659402072429657,3.1494644,0.0048340624,5,28
431
+ 0.163551464676857,0.7361354231834412,3.1576025,0.0070015076,5,29
432
+ 0.11591032147407532,-0.6364124417304993,3.1721432,-0.04010198,5,30
433
+ 0.045695699751377106,-1.0,3.1740286,-0.10843118,5,31
434
+ 0.03487358242273331,-0.2277168333530426,3.170055,-0.12322702,5,32
435
+ 0.1033722460269928,0.8814220428466797,3.150974,-0.07380924,5,33
436
+ 0.18418455123901367,0.11293099820613861,3.1325786,-0.011392357,5,34
437
+ 0.19510994851589203,-0.9682285785675049,3.119981,-0.013064518,5,35
438
+ 0.17826645076274872,-0.6386192440986633,3.1345208,-0.015368304,5,36
439
+ 0.12173599004745483,0.9405683279037476,3.1635025,0.04291707,5,37
440
+ 0.05719070881605148,1.0,3.1646698,0.10629506,5,38
441
+ 0.1145789697766304,-0.35359030961990356,3.1403418,0.07323479,5,39
442
+ 0.18812967836856842,-0.4550379514694214,3.1092517,0.030774103,5,40
443
+ 0.1859707534313202,0.08716949820518494,3.1099346,0.0322502,5,41
444
+ 0.20138050615787506,0.6691349148750305,3.1224062,0.0043687653,5,42
445
+ 0.1795661747455597,0.7154642939567566,3.1468134,0.0017759574,5,43
446
+ 0.14051377773284912,-0.8621020913124084,3.168305,-0.019336816,5,44
447
+ 0.07800638675689697,-1.0,3.165957,-0.08419216,5,45
448
+ 0.07406335324048996,0.019523760303854942,3.156101,-0.097991176,5,46
449
+ 0.14533524215221405,1.0,3.1303265,-0.05249377,5,47
450
+ 0.1956123262643814,-0.21443626284599304,3.109834,-0.022709241,5,48
451
+ 0.1988057792186737,-0.8057032227516174,3.1016502,-0.027699498,5,49
452
+ 0.19305101037025452,-0.6886577606201172,3.1275625,-0.007541978,5,50
453
+ 0.13772118091583252,0.840968668460846,3.1661441,0.0242902,5,51
454
+ 0.08606930077075958,0.9813400506973267,3.1706116,0.0714746,5,52
455
+ 0.1069808304309845,0.011558056809008121,3.1476748,0.07349989,5,53
456
+ 0.1653968244791031,-0.7813259959220886,3.1138034,0.048955306,5,54
457
+ 0.18429678678512573,0.05841519683599472,3.1069963,0.03686243,5,55
458
+ 0.20069724321365356,0.5370330214500427,3.1147733,0.0126850065,5,56
459
+ 0.18597671389579773,0.9872626066207886,3.1370256,-0.0051532136,5,57
460
+ 0.13715028762817383,-0.781936526298523,3.162304,-0.028701298,5,58
461
+ 0.07723637670278549,-0.9151804447174072,3.1628926,-0.08802656,5,59
462
+ 0.07988092303276062,-0.2635124623775482,3.1590796,-0.08919504,5,60
463
+ 0.12627190351486206,0.8270633220672607,3.1373503,-0.064533286,5,61
464
+ 0.18418873846530914,0.17082305252552032,3.118282,-0.0256847,5,62
465
+ 0.2005653977394104,-0.7249023914337158,3.111059,-0.016531162,5,63
466
+ 0.18174639344215393,-0.9367659687995911,3.1291015,-0.017307607,5,64
467
+ 0.15321215987205505,0.6360254287719727,3.1661851,0.008758224,5,65
468
+ 0.10068663954734802,0.9789121150970459,3.1750884,0.052380476,5,66
469
+ 0.08876009285449982,0.5485200881958008,3.1607256,0.07866983,5,67
470
+ 0.1355006843805313,-1.0,3.1267579,0.06589697,5,68
471
+ 0.19705462455749512,-0.21751272678375244,3.1081336,0.022967339,5,69
472
+ 0.19641241431236267,0.6213315725326538,3.111168,0.020575194,5,70
473
+ 0.19760726392269135,1.0,3.1267302,0.0038180447,5,71
474
+ 0.1389426290988922,-0.5160974860191345,3.1532297,-0.03598317,5,72
475
+ 0.0754748210310936,-0.9503067135810852,3.164002,-0.088678755,5,73
476
+ 0.06345677375793457,-0.4985767602920532,3.1666586,-0.098040104,5,74
477
+ 0.1036939024925232,0.7620316743850708,3.147529,-0.07693273,5,75
478
+ 0.1799333542585373,0.4436565339565277,3.125589,-0.022633266,5,76
479
+ 0.19448180496692657,-0.8144441246986389,3.11369,-0.019983819,5,77
480
+ 0.17528221011161804,-0.8561681509017944,3.1244946,-0.028378759,5,78
481
+ 0.1597030758857727,0.37943893671035767,3.160963,0.007489388,5,79
482
+ -0.3709043562412262,1.0,3.289234,-0.40982595,6,0
483
+ -0.5512242913246155,1.0,3.342082,-0.5372978,6,1
484
+ -0.6140557527542114,-0.16726630926132202,3.4512267,-0.49098456,6,2
485
+ -0.5151113271713257,-1.0,3.4929974,-0.35026947,6,3
486
+ -0.3088218569755554,-1.0,3.4138753,-0.22310203,6,4
487
+ -0.22418858110904694,-1.0,3.3083699,-0.24397422,6,5
488
+ -0.20095396041870117,0.7423713803291321,3.2884903,-0.24061918,6,6
489
+ -0.08584919571876526,0.3962338864803314,3.3131273,-0.100877434,6,7
490
+ -0.06940988451242447,-0.6459602117538452,3.3316798,-0.06588558,6,8
491
+ -0.06484825164079666,1.0,3.3051293,0.08787448,6,9
492
+ -0.3346787095069885,0.9891620874404907,3.2867703,0.37606388,6,10
493
+ -0.40454837679862976,-0.12477436661720276,3.2869596,0.44574425,6,11
494
+ -0.2444852888584137,-0.9955657124519348,3.2888348,0.283806,6,12
495
+ -0.051509350538253784,0.4756963551044464,3.289843,0.089821786,6,13
496
+ 0.03319497033953667,1.0,3.2793736,0.015586901,6,14
497
+ -0.0865434855222702,-0.9067948460578918,3.276857,-0.1378421,6,15
498
+ -0.22166764736175537,-0.7633461356163025,3.2712114,-0.27861178,6,16
499
+ -0.25999173521995544,-0.8471385836601257,3.268509,-0.31963834,6,17
500
+ -0.21881794929504395,0.9629249572753906,3.2526789,-0.2942946,6,18
501
+ -0.06896662712097168,0.18841193616390228,3.228362,-0.16876006,6,19
502
+ 0.043546050786972046,-0.3845295310020447,3.2064092,-0.07820025,6,20
503
+ 0.12454333156347275,-0.9076678156852722,3.1973984,0.0062137614,6,21
504
+ 0.010119900107383728,1.0,3.210844,0.10719158,6,22
505
+ -0.10976211726665497,1.0,3.204966,0.23295157,6,23
506
+ -0.016039103269577026,-0.5651785135269165,3.1836069,0.16058776,6,24
507
+ 0.09088093042373657,-0.052536360919475555,3.1593628,0.077911794,6,25
508
+ 0.11868385970592499,-0.09037833660840988,3.1633039,0.04616781,6,26
509
+ 0.1537829488515854,0.9638336300849915,3.171496,0.0028766494,6,27
510
+ 0.14274956285953522,0.0006715869531035423,3.1853454,6.054878e-05,6,28
511
+ 0.07513171434402466,-0.9118927121162415,3.189243,-0.063780725,6,29
512
+ 0.017501160502433777,-0.9443337321281433,3.1842697,-0.12638469,6,30
513
+ 0.06357362121343613,0.8441583514213562,3.1685913,-0.095990635,6,31
514
+ 0.16382619738578796,0.3122485280036926,3.141992,-0.022337236,6,32
515
+ 0.17813006043434143,-0.4380910396575928,3.128418,-0.021607488,6,33
516
+ 0.17878510057926178,-1.0,3.130258,-0.019112328,6,34
517
+ 0.1591321974992752,0.37906765937805176,3.1587548,0.010268488,6,35
518
+ 0.08286206424236298,1.0,3.1717834,0.073510006,6,36
519
+ 0.07069521397352219,0.5357523560523987,3.161327,0.09613342,6,37
520
+ 0.14410428702831268,-0.8656207919120789,3.1287875,0.055263717,6,38
521
+ 0.20381607115268707,-0.0933978259563446,3.1101894,0.014150015,6,39
522
+ 0.19271649420261383,0.5271286964416504,3.114702,0.020737037,6,40
523
+ 0.19782185554504395,0.7953146696090698,3.1289678,-0.0013658957,6,41
524
+ 0.15012279152870178,-0.2964269518852234,3.153124,-0.024908638,6,42
525
+ 0.10939016938209534,-0.8830594420433044,3.164523,-0.054242466,6,43
526
+ 0.08540097624063492,-0.6321491003036499,3.1634517,-0.07930287,6,44
527
+ 0.11392740905284882,0.7023619413375854,3.1453214,-0.06890674,6,45
528
+ 0.18226829171180725,0.4139413833618164,3.1233032,-0.022584056,6,46
529
+ 0.19900670647621155,-0.5791003108024597,3.1115947,-0.017554129,6,47
530
+ 0.19652369618415833,-0.87349534034729,3.116885,-0.014746872,6,48
531
+ 0.16889522969722748,0.18329215049743652,3.148888,0.01037218,6,49
532
+ 0.1135106012225151,1.0,3.1674752,0.047169693,6,50
533
+ 0.06642288714647293,0.8692519664764404,3.1599035,0.101829104,6,51
534
+ 0.11445530503988266,-1.0,3.1265154,0.087184824,6,52
535
+ 0.20629194378852844,-0.42718327045440674,3.1001227,0.021740878,6,53
536
+ 0.19253917038440704,0.6914675235748291,3.1004808,0.03513555,6,54
537
+ 0.20125092566013336,0.8300185799598694,3.1097057,0.017198902,6,55
538
+ 0.16067370772361755,-0.12958337366580963,3.136686,-0.030795721,6,56
539
+ 0.10386186838150024,-0.9530136585235596,3.157864,-0.066429555,6,57
540
+ 0.06954726576805115,-0.6958385109901428,3.1634862,-0.09512201,6,58
541
+ 0.1099606305360794,0.7294826507568359,3.1460261,-0.07216875,6,59
542
+ 0.18808665871620178,0.46232786774635315,3.1204638,-0.019605014,6,60
543
+ 0.20036044716835022,-0.5882733464241028,3.1078632,-0.019931877,6,61
544
+ 0.20144233107566833,-0.8261745572090149,3.1151247,-0.011588489,6,62
545
+ 0.165544331073761,-0.03733798488974571,3.1515613,0.011049922,6,63
546
+ 0.11836520582437515,0.9757260084152222,3.1777747,0.032015644,6,64
547
+ 0.06689132750034332,1.0,3.170974,0.090290174,6,65
548
+ 0.11521080881357193,-0.9215627908706665,3.1348114,0.07813331,6,66
549
+ 0.20510096848011017,-0.4208943247795105,3.1023707,0.020683806,6,67
550
+ 0.188284769654274,0.4918331205844879,3.1028514,0.03701936,6,68
551
+ 0.20938684046268463,0.7647418975830078,3.1146693,0.004099356,6,69
552
+ 0.1508641242980957,0.2276102900505066,3.1451542,-0.032137156,6,70
553
+ 0.0956336036324501,-0.9761151075363159,3.169821,-0.06270089,6,71
554
+ 0.051495037972927094,-0.8013644814491272,3.1713457,-0.10531477,6,72
555
+ 0.09759694337844849,0.5931230783462524,3.1535523,-0.07700628,6,73
556
+ 0.16195762157440186,0.3679839074611664,3.1258965,-0.04030145,6,74
557
+ 0.18350030481815338,-0.14694567024707794,3.1153316,-0.029323569,6,75
558
+ 0.20434150099754333,-0.9382811188697815,3.121922,-0.0018920052,6,76
559
+ 0.1703558713197708,-0.3423137366771698,3.1546764,-0.0031232063,6,77
560
+ 0.11964190006256104,0.9526088237762451,3.182539,0.025974631,6,78
561
+ 0.07401296496391296,1.0,3.1766074,0.07753518,6,79
562
+ -1.122757911682129,1.0,3.3402405,1.110673,7,0
563
+ -0.9731452465057373,1.0,3.2471063,1.0541945,7,1
564
+ -0.7328664660453796,-0.14392893016338348,3.1781988,0.88282317,7,2
565
+ -0.39659637212753296,-1.0,3.1898487,0.5349032,7,3
566
+ -0.114698126912117,0.4852452278137207,3.2411058,0.20174785,7,4
567
+ 0.057608723640441895,1.0,3.2564528,0.014093995,7,5
568
+ -0.10735262930393219,-0.4815351366996765,3.2552512,-0.18025698,7,6
569
+ -0.2541698217391968,-1.0,3.2501028,-0.33222258,7,7
570
+ -0.278237909078598,-0.682682991027832,3.2400014,-0.366392,7,8
571
+ -0.16343218088150024,1.0,3.2190115,-0.27257615,7,9
572
+ 0.02921564131975174,0.37532442808151245,3.1975,-0.101439886,7,10
573
+ 0.1201043426990509,-0.9002333283424377,3.180646,-0.027405232,7,11
574
+ 0.13262395560741425,-0.7834951281547546,3.183023,0.0125085795,7,12
575
+ 0.01332007348537445,0.997208833694458,3.206967,0.10786833,7,13
576
+ -0.06136098504066467,0.9999989867210388,3.2056313,0.18388525,7,14
577
+ 0.003244176506996155,-0.11772617697715759,3.1856656,0.13924573,7,15
578
+ 0.10957056283950806,-0.6985760927200317,3.1579716,0.06061333,7,16
579
+ 0.1527557373046875,0.15868857502937317,3.1570325,0.01836729,7,17
580
+ 0.14447273313999176,0.951090931892395,3.1617029,0.021979915,7,18
581
+ 0.14797472953796387,0.08915881812572479,3.1744792,-0.0057015494,7,19
582
+ 0.061195261776447296,-0.9478190541267395,3.1841116,-0.08284866,7,20
583
+ -0.006637156009674072,-0.9268237948417664,3.1853323,-0.14946038,7,21
584
+ 0.03800473362207413,0.764948844909668,3.1709971,-0.11915364,7,22
585
+ 0.15419362485408783,0.5395820140838623,3.143799,-0.03016283,7,23
586
+ 0.176079660654068,-0.6511947512626648,3.127207,-0.02486881,7,24
587
+ 0.16035151481628418,-0.988132894039154,3.127836,-0.039968006,7,25
588
+ 0.1668923944234848,0.3603753447532654,3.1593187,-0.001944437,7,26
589
+ 0.09995387494564056,0.9994749426841736,3.1765294,0.05167224,7,27
590
+ 0.07490518689155579,0.6915220618247986,3.1693196,0.0839307,7,28
591
+ 0.13266009092330933,-0.9224673509597778,3.1360102,0.059485253,7,29
592
+ 0.2043309509754181,-0.2626282572746277,3.1131036,0.01072094,7,30
593
+ 0.18905965983867645,0.6331356763839722,3.1153088,0.023787098,7,31
594
+ 0.19537940621376038,0.7953726053237915,3.1270885,0.0056875604,7,32
595
+ 0.14548955857753754,-0.2267240285873413,3.152509,-0.030156989,7,33
596
+ 0.09300022572278976,-0.9787535667419434,3.1679873,-0.067167945,7,34
597
+ 0.06719332188367844,-0.5703224539756775,3.1677916,-0.09317059,7,35
598
+ 0.10911918431520462,0.7024598717689514,3.1480188,-0.0710175,7,36
599
+ 0.17550110816955566,0.38072001934051514,3.1245701,-0.02808427,7,37
600
+ 0.19234982132911682,-0.5617088079452515,3.1134667,-0.022338955,7,38
601
+ 0.19392390549182892,-0.8563259243965149,3.121062,-0.01316957,7,39
602
+ 0.1649722456932068,0.11021962761878967,3.1550372,0.008146101,7,40
603
+ 0.11472342163324356,1.0,3.1751606,0.03827145,7,41
604
+ 0.06469500809907913,0.9323040843009949,3.166333,0.09712755,7,42
605
+ 0.11217764019966125,-1.0,3.1315258,0.08445212,7,43
606
+ 0.20275995135307312,-0.40294256806373596,3.1023705,0.023025071,7,44
607
+ 0.18757030367851257,0.5977421402931213,3.1024601,0.038125068,7,45
608
+ 0.20224764943122864,0.8266353607177734,3.1126897,0.013218128,7,46
609
+ 0.1572277992963791,-0.027350522577762604,3.1402721,-0.030655574,7,47
610
+ 0.10174256563186646,-0.9213206768035889,3.1630785,-0.063334405,7,48
611
+ 0.060083284974098206,-0.8263458013534546,3.16763,-0.100442275,7,49
612
+ 0.09853073954582214,0.7552474737167358,3.1503832,-0.079241544,7,50
613
+ 0.18707126379013062,0.4905143082141876,3.122226,-0.018858254,7,51
614
+ 0.20045572519302368,-0.5343736410140991,3.108092,-0.01960773,7,52
615
+ 0.19638125598430634,-0.9255931973457336,3.113744,-0.018030236,7,53
616
+ 0.17229759693145752,0.027016639709472656,3.1502306,0.005627271,7,54
617
+ 0.11852103471755981,0.9179970026016235,3.1764312,0.033203304,7,55
618
+ 0.07468519359827042,1.0,3.1715393,0.08193102,7,56
619
+ 0.11854684352874756,-0.8613936305046082,3.1373694,0.07223928,7,57
620
+ 0.20679925382137299,-0.4430692195892334,3.1052556,0.016100662,7,58
621
+ 0.1897203028202057,0.5036042332649231,3.1052935,0.0331417,7,59
622
+ 0.20437297224998474,0.7502420544624329,3.1168833,0.0068992656,7,60
623
+ 0.15194466710090637,0.20155012607574463,3.1463625,-0.029848304,7,61
624
+ 0.09444217383861542,-0.9587276577949524,3.1706793,-0.06303401,7,62
625
+ 0.054201945662498474,-0.746364414691925,3.1721454,-0.101808205,7,63
626
+ 0.09105132520198822,0.47355034947395325,3.155166,-0.08193828,7,64
627
+ 0.17493660748004913,0.6673099994659424,3.1289842,-0.0242347,7,65
628
+ 0.19197508692741394,-0.6394975185394287,3.1142437,-0.021936683,7,66
629
+ 0.19231224060058594,-0.6357501745223999,3.117701,-0.01814222,7,67
630
+ 0.16533136367797852,-0.33633190393447876,3.1531878,0.009636404,7,68
631
+ 0.12086742371320724,0.9759788513183594,3.185998,0.02129013,7,69
632
+ 0.0621170848608017,1.0,3.1798491,0.086189285,7,70
633
+ 0.10136772692203522,-0.6211907267570496,3.144734,0.082053885,7,71
634
+ 0.19900545477867126,-0.6984198093414307,3.1108038,0.018346228,7,72
635
+ 0.18260028958320618,0.7191707491874695,3.107603,0.037952147,7,73
636
+ 0.19701619446277618,0.43076255917549133,3.115338,0.015801232,7,74
637
+ 0.14465194940567017,0.5175842046737671,3.1466632,-0.036840383,7,75
638
+ 0.10654067248106003,-0.899276614189148,3.1795952,-0.042019613,7,76
639
+ 0.044453173875808716,-0.9511924386024475,3.1809862,-0.10271618,7,77
640
+ 0.07095908373594284,0.41560834646224976,3.163348,-0.093848474,7,78
641
+ 0.1343924105167389,0.49282658100128174,3.1349907,-0.05877242,7,79
642
+ -1.1707351207733154,1.0,3.3375134,1.1613772,8,0
643
+ -1.0448702573776245,1.0,3.2460263,1.1269995,8,1
644
+ -0.8347054719924927,0.014219691976904869,3.1740525,0.9888085,8,2
645
+ -0.5211349129676819,-1.0,3.1816037,0.66768676,8,3
646
+ -0.2061786651611328,0.14848192036151886,3.2389464,0.29538774,8,4
647
+ 0.028238214552402496,1.0,3.2601416,0.039775692,8,5
648
+ -0.08150973916053772,0.1576949506998062,3.256671,-0.1529943,8,6
649
+ -0.21773117780685425,-1.0,3.2553444,-0.2905423,8,7
650
+ -0.26036956906318665,-1.0,3.2410033,-0.3475218,8,8
651
+ -0.13931119441986084,0.8131393790245056,3.2161784,-0.2512883,8,9
652
+ 0.06819005310535431,0.5942159295082092,3.187373,-0.07259254,8,10
653
+ 0.1485990732908249,-0.7618069052696228,3.1727808,-0.0067756856,8,11
654
+ 0.15081822872161865,-0.9963453412055969,3.176561,0.00077617104,8,12
655
+ 0.03653807193040848,0.870911180973053,3.204335,0.08728247,8,13
656
+ -0.05896829068660736,1.0,3.2068353,0.18028854,8,14
657
+ -0.02850620448589325,0.21490086615085602,3.1903002,0.1663615,8,15
658
+ 0.07413291931152344,-0.9040895104408264,3.1590967,0.09492588,8,16
659
+ 0.14031748473644257,0.1294817328453064,3.1505802,0.03725786,8,17
660
+ 0.14310353994369507,0.7678737640380859,3.1537704,0.03128154,8,18
661
+ 0.1588912159204483,0.5335394740104675,3.1676674,-0.0015969132,8,19
662
+ 0.08221685886383057,-0.8502569198608398,3.1854534,-0.060485244,8,20
663
+ 0.011420473456382751,-0.9962741136550903,3.1858342,-0.13090087,8,21
664
+ 0.029319830238819122,0.2402932345867157,3.1744628,-0.12437289,8,22
665
+ 0.11074566841125488,0.6988752484321594,3.1486638,-0.06874609,8,23
666
+ 0.1620461344718933,-0.10101048648357391,3.1335177,-0.03259164,8,24
667
+ 0.17961639165878296,-0.9686151146888733,3.127238,-0.021301085,8,25
668
+ 0.1681651473045349,-0.41632428765296936,3.1494823,-0.010508113,8,26
669
+ 0.11084508895874023,0.9958629608154297,3.1757464,0.041563988,8,27
670
+ 0.05584900081157684,0.9691213965415955,3.1721222,0.10018428,8,28
671
+ 0.1291714608669281,-0.6521381735801697,3.1403406,0.058643483,8,29
672
+ 0.20554132759571075,-0.27999627590179443,3.1087239,0.013890316,8,30
673
+ 0.1875857263803482,0.1782524436712265,3.1118865,0.028683292,8,31
674
+ 0.19984449446201324,0.742785632610321,3.1262872,-0.0020237959,8,32
675
+ 0.16517402231693268,0.41595715284347534,3.1527843,-0.010197146,8,33
676
+ 0.12166431546211243,-0.854367733001709,3.1723986,-0.034092635,8,34
677
+ 0.07200894504785538,-0.9244805574417114,3.1700363,-0.08611026,8,35
678
+ 0.07496175915002823,0.1978265643119812,3.1563148,-0.09687891,8,36
679
+ 0.16025513410568237,0.9886822700500488,3.1305285,-0.03737194,8,37
680
+ 0.20280152559280396,-0.5018132328987122,3.1106079,-0.014746122,8,38
681
+ 0.19724388420581818,-0.7703259587287903,3.1041827,-0.026728919,8,39
682
+ 0.1912391483783722,-0.518560528755188,3.1348891,-0.0020272417,8,40
683
+ 0.1334577202796936,1.0,3.1716192,0.023078615,8,41
684
+ 0.07586607336997986,1.0,3.1703176,0.081971794,8,42
685
+ 0.13164663314819336,-0.5414543747901917,3.1386797,0.05782915,8,43
686
+ 0.20272453129291534,-0.4488930404186249,3.1040366,0.021394417,8,44
687
+ 0.18995343148708344,0.1839945912361145,3.103933,0.034268994,8,45
688
+ 0.21031838655471802,0.6623752117156982,3.1176016,0.00023549296,8,46
689
+ 0.17035004496574402,0.6800737977027893,3.146498,-0.011307505,8,47
690
+ 0.12381630390882492,-0.8987850546836853,3.1718152,-0.032524057,8,48
691
+ 0.060269199311733246,-1.0,3.1694367,-0.098449625,8,49
692
+ 0.07987494766712189,0.2599743604660034,3.1559942,-0.09228639,8,50
693
+ 0.1446269452571869,0.6531155109405518,3.1283252,-0.055203352,8,51
694
+ 0.17969293892383575,-0.004089398309588432,3.1134386,-0.03502397,8,52
695
+ 0.19867804646492004,-0.8967357873916626,3.111806,-0.01767155,8,53
696
+ 0.17103837430477142,-0.6866254806518555,3.1393895,-0.01772763,8,54
697
+ 0.13637211918830872,0.8902704119682312,3.174272,0.017511342,8,55
698
+ 0.08446387946605682,0.9784011840820312,3.1743414,0.0693502,8,56
699
+ 0.10028588026762009,0.03899284452199936,3.150695,0.07717455,8,57
700
+ 0.15587839484214783,-0.8453019261360168,3.1169906,0.05528656,8,58
701
+ 0.1812901645898819,0.05046456679701805,3.1093123,0.03755306,8,59
702
+ 0.19512508809566498,0.6116935014724731,3.1164227,0.016607778,8,60
703
+ 0.1877165585756302,0.9645636081695557,3.1389372,-0.0015017219,8,61
704
+ 0.13087397813796997,-0.8223718404769897,3.1652613,-0.032020263,8,62
705
+ 0.07101476937532425,-0.9005658626556396,3.167365,-0.089775674,8,63
706
+ 0.07403017580509186,-0.280444473028183,3.1637866,-0.09033869,8,64
707
+ 0.11940998584032059,0.8618830442428589,3.1415944,-0.06715112,8,65
708
+ 0.17855197191238403,0.13950411975383759,3.1216655,-0.027938075,8,66
709
+ 0.19385689496994019,-0.721777617931366,3.1138458,-0.020452794,8,67
710
+ 0.17502549290657043,-0.9414925575256348,3.132674,-0.020456051,8,68
711
+ 0.1478828638792038,0.716087818145752,3.1698892,0.010383436,8,69
712
+ 0.09504896402359009,0.9219781756401062,3.1769967,0.056109846,8,70
713
+ 0.08858539164066315,0.5318732261657715,3.1630962,0.07647394,8,71
714
+ 0.12848129868507385,-0.9568008184432983,3.1305995,0.06907473,8,72
715
+ 0.19054590165615082,-0.24967209994792938,3.113931,0.023678673,8,73
716
+ 0.1931905746459961,0.667443037033081,3.1166437,0.018321281,8,74
717
+ 0.19161947071552277,0.9722563028335571,3.1310875,0.0054485034,8,75
718
+ 0.1315104365348816,-0.6033596396446228,3.1549094,-0.04173571,8,76
719
+ 0.06433454900979996,-0.9397339820861816,3.163936,-0.09988507,8,77
720
+ 0.06129402667284012,-0.37866243720054626,3.166197,-0.10066443,8,78
721
+ 0.10772097855806351,0.7385422587394714,3.1471252,-0.073309295,8,79
722
+ -1.1423656940460205,1.0,3.3345635,1.1359577,9,0
723
+ -1.0071316957473755,0.9989575743675232,3.2454803,1.0898069,9,1
724
+ -0.7873386740684509,-0.04195261374115944,3.1776495,0.9378447,9,2
725
+ -0.4668387174606323,-1.0,3.1861675,0.60882676,9,3
726
+ -0.16659018397331238,0.2793659567832947,3.2398844,0.25486133,9,4
727
+ 0.0416906401515007,1.0,3.258408,0.028056808,9,5
728
+ -0.09397178888320923,-0.10436466336250305,3.2567608,-0.16536647,9,6
729
+ -0.23648083209991455,-1.0,3.2545323,-0.310104,9,7
730
+ -0.28758880496025085,-0.993745744228363,3.2421324,-0.3736119,9,8
731
+ -0.17805376648902893,1.0,3.2179036,-0.28830567,9,9
732
+ 0.036706194281578064,0.5774690508842468,3.1906185,-0.10083081,9,10
733
+ 0.12944188714027405,-0.8286851048469543,3.1732018,-0.025511837,9,11
734
+ 0.1545681357383728,-1.0,3.1721354,0.0014520293,9,12
735
+ 0.02998454123735428,0.9343053102493286,3.1981542,0.100016765,9,13
736
+ -0.060818225145339966,0.992603063583374,3.2007434,0.1882303,9,14
737
+ -0.01322472095489502,0.13086463510990143,3.185941,0.15543926,9,15
738
+ 0.09575047343969345,-0.8744668960571289,3.157371,0.075034,9,16
739
+ 0.1575964391231537,0.1434360146522522,3.1514044,0.019154696,9,17
740
+ 0.1472800225019455,0.8837751746177673,3.1551778,0.025697665,9,18
741
+ 0.15810729563236237,0.36325201392173767,3.1687768,0.0012714764,9,19
742
+ 0.0800343006849289,-0.9166048169136047,3.1837463,-0.06437488,9,20
743
+ 0.019257165491580963,-0.9048997759819031,3.1845489,-0.1243495,9,21
744
+ 0.039375342428684235,0.28708475828170776,3.1733704,-0.115409814,9,22
745
+ 0.12388837337493896,0.7738561630249023,3.1490123,-0.05525482,9,23
746
+ 0.16626790165901184,-0.37019476294517517,3.1327243,-0.029163327,9,24
747
+ 0.1684570461511612,-0.8814256191253662,3.1263363,-0.03336214,9,25
748
+ 0.1702568680047989,-0.22426924109458923,3.1507201,-0.0071785245,9,26
749
+ 0.11256332695484161,0.9980376362800598,3.1755342,0.04005794,9,27
750
+ 0.05924619734287262,0.9195753335952759,3.1716728,0.0972365,9,28
751
+ 0.12439418584108353,-0.7527676820755005,3.1395879,0.06417345,9,29
752
+ 0.20499855279922485,-0.3292703628540039,3.1101298,0.01302713,9,30
753
+ 0.19019456207752228,0.3446996510028839,3.1124032,0.025557796,9,31
754
+ 0.20121656358242035,0.8013779520988464,3.1241534,0.0027855837,9,32
755
+ 0.15983690321445465,0.15790075063705444,3.1492238,-0.019094812,9,33
756
+ 0.11602848768234253,-0.8225908279418945,3.1681802,-0.0439468,9,34
757
+ 0.06415169686079025,-1.0,3.169093,-0.09491093,9,35
758
+ 0.09302113950252533,0.6872431039810181,3.151859,-0.08327533,9,36
759
+ 0.17795802652835846,0.45777982473373413,3.122735,-0.027462462,9,37
760
+ 0.19339853525161743,-0.2729375660419464,3.1094475,-0.025309507,9,38
761
+ 0.1986597776412964,-1.0,3.1123586,-0.01713717,9,39
762
+ 0.17685630917549133,-0.1456516534090042,3.1445045,-0.0067946687,9,40
763
+ 0.12941250205039978,0.8926875591278076,3.1714153,0.027327692,9,41
764
+ 0.0869964063167572,1.0,3.168576,0.07258311,9,42
765
+ 0.13782691955566406,-0.7142510414123535,3.1357327,0.054595955,9,43
766
+ 0.21580034494400024,-0.38350731134414673,3.102939,0.009416276,9,44
767
+ 0.20115703344345093,0.27729785442352295,3.103969,0.023029383,9,45
768
+ 0.2047913372516632,0.7669798731803894,3.1177073,-0.0056569204,9,46
769
+ 0.16131268441677094,0.41038474440574646,3.146644,-0.020198716,9,47
770
+ 0.11551845818758011,-0.8869070410728455,3.1703868,-0.04225027,9,48
771
+ 0.06224121153354645,-0.9842096567153931,3.1701076,-0.0958067,9,49
772
+ 0.0933343842625618,0.4943910837173462,3.1537573,-0.0810638,9,50
773
+ 0.16009217500686646,0.4597705602645874,3.1248894,-0.043173965,9,51
774
+ 0.17986132204532623,-0.04811086878180504,3.1127627,-0.03553151,9,52
775
+ 0.1997457593679428,-0.9268874526023865,3.1154213,-0.012988461,9,53
776
+ 0.16424742341041565,-0.5248699188232422,3.1461039,-0.017804235,9,54
777
+ 0.13286155462265015,0.965928852558136,3.1773746,0.017919356,9,55
778
+ 0.07736136019229889,1.0,3.1730707,0.07772349,9,56
779
+ 0.11018481105566025,-0.30995386838912964,3.1447306,0.07324014,9,57
780
+ 0.17756064236164093,-0.6836226582527161,3.1111913,0.0394036,9,58
781
+ 0.1814013421535492,0.21137504279613495,3.1085553,0.03819886,9,59
782
+ 0.20652545988559723,0.5564581155776978,3.1180158,0.0036142918,9,60
783
+ 0.16459156572818756,0.8739017844200134,3.1450286,-0.01853536,9,61
784
+ 0.1119498759508133,-0.9730704426765442,3.1711736,-0.045032065,9,62
785
+ 0.036785878241062164,-0.995059072971344,3.167528,-0.123841725,9,63
786
+ 0.057199396193027496,0.16015392541885376,3.1572087,-0.11374744,9,64
787
+ 0.14220301806926727,0.8953427672386169,3.1304705,-0.05548199,9,65
788
+ 0.18708251416683197,-0.243713840842247,3.112309,-0.028764019,9,66
789
+ 0.19454386830329895,-0.7980759739875793,3.108783,-0.02482865,9,67
790
+ 0.1773708015680313,-0.7206095457077026,3.1398387,-0.010946027,9,68
791
+ 0.1327177733182907,0.9308035373687744,3.1791174,0.016320297,9,69
792
+ 0.08307638019323349,0.9494526386260986,3.1799386,0.06514058,9,70
793
+ 0.10806740075349808,0.01211797259747982,3.1541889,0.065899245,9,71
794
+ 0.1642695665359497,-0.8111938238143921,3.1196125,0.0442735,9,72
795
+ 0.18470191955566406,0.08855465054512024,3.1123931,0.031060461,9,73
796
+ 0.20027779042720795,0.552739679813385,3.1202393,0.0076384684,9,74
797
+ 0.17550009489059448,1.0,3.1445343,-0.008121077,9,75
798
+ 0.1261567920446396,-0.857292115688324,3.1711266,-0.03087212,9,76
799
+ 0.05679091811180115,-1.0,3.1702392,-0.10112539,9,77
800
+ 0.05613928288221359,-0.18543832004070282,3.164831,-0.10718531,9,78
801
+ 0.11945554614067078,0.9805195927619934,3.139956,-0.068743974,9,79
training/sarl/CylinderRot2D-easy-v0/TD-MPC/2/training_log.csv ADDED
The diff for this file is too large to render. See raw diff
 
training/sarl/CylinderRot2D-easy-v0/TD-MPC/3/multirun.yaml ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-easy-v0
116
+ - total_timesteps=50000
117
+ - seed=3
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-easy-v0,seed=3,total_timesteps=50000
122
+ id: ???
123
+ num: ???
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: ???
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
162
+ env_id: CylinderRot2D-easy-v0
163
+ env_kwargs: {}
164
+ eval_env_kwargs: {}
165
+ seed: 3
166
+ device: cuda
167
+ rl_mode: sarl
168
+ total_timesteps: 50000
169
+ run_training: true
170
+ n_eval_steps: 10
171
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
172
+ n_eval_episodes: 1
173
+ n_test_episodes: 10
174
+ modality: state
175
+ action_repeat: 1
176
+ train_steps: ${total_timesteps}
177
+ iterations: 6
178
+ num_samples: 512
179
+ num_elites: 64
180
+ mixture_coef: 0.05
181
+ min_std: 0.05
182
+ temperature: 0.5
183
+ momentum: 0.1
184
+ discount: 0.99
185
+ batch_size: 512
186
+ max_buffer_size: ${train_steps}
187
+ horizon: 20
188
+ reward_coef: 0.5
189
+ value_coef: 0.1
190
+ consistency_coef: 2
191
+ rho: 0.5
192
+ kappa: 0.1
193
+ lr: 0.001
194
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
195
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
196
+ per_alpha: 0.6
197
+ per_beta: 0.4
198
+ grad_clip_norm: 10
199
+ seed_steps: 100
200
+ update_freq: 2
201
+ tau: 0.01
202
+ enc_dim: 256
203
+ mlp_dim: 512
204
+ latent_dim: 50
205
+ wandb:
206
+ enable: true
207
+ entity: safe-autonomous-systems
208
+ project: jbecktepe-fluidgym
209
+ cluster: {}
training/sarl/CylinderRot2D-easy-v0/TD-MPC/3/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - env_id=CylinderRot2D-easy-v0
2
+ - total_timesteps=50000
3
+ - seed=3
training/sarl/CylinderRot2D-easy-v0/TD-MPC/3/test_eval_sequences.csv ADDED
@@ -0,0 +1,801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,action_0,drag,lift,episode,step
2
+ -1.2232469320297241,0.4468700587749481,3.3639514,1.187451,0,0
3
+ -1.0824068784713745,1.0,3.2955291,1.1150333,0,1
4
+ -0.9379364252090454,0.9842308163642883,3.2063582,1.0597337,0,2
5
+ -0.6724402904510498,-1.0,3.1698053,0.8307905,0,3
6
+ -0.3089573085308075,-0.5865705609321594,3.2117956,0.42531726,0,4
7
+ -0.07820317149162292,1.0,3.2516513,0.1547074,0,5
8
+ 0.06690384447574615,0.772443950176239,3.2463465,-0.014905198,0,6
9
+ -0.11871950328350067,-1.0,3.2447815,-0.20209353,0,7
10
+ -0.22202438116073608,-1.0,3.2359025,-0.31427735,0,8
11
+ -0.16978025436401367,0.013456672430038452,3.226392,-0.27154374,0,9
12
+ -0.01739470660686493,1.0,3.205792,-0.13975827,0,10
13
+ 0.10295619070529938,-0.34200337529182434,3.1886237,-0.036575656,0,11
14
+ 0.12065526843070984,-1.0,3.178174,-0.029326228,0,12
15
+ 0.11522822082042694,-0.04866306856274605,3.198973,0.013954353,0,13
16
+ 0.03685850650072098,1.0,3.221336,0.06996112,0,14
17
+ 0.0030338019132614136,1.0,3.2175763,0.10754545,0,15
18
+ 0.06129284203052521,-0.6004214286804199,3.1890185,0.07784419,0,16
19
+ 0.14035257697105408,-0.8716219663619995,3.1591105,-0.028692398,0,17
20
+ 0.1433858424425125,0.9560271501541138,3.1532068,-0.031562846,0,18
21
+ 0.14828939735889435,0.8925877213478088,3.1539078,0.025958346,0,19
22
+ 0.12329555302858353,-0.6536078453063965,3.1692626,-0.035597317,0,20
23
+ 0.050964683294296265,-1.0,3.1817012,-0.09548965,0,21
24
+ 0.026617273688316345,-0.5713881850242615,3.190274,-0.11126424,0,22
25
+ 0.07665129005908966,0.99793541431427,3.174712,-0.076792285,0,23
26
+ 0.15965864062309265,0.18413254618644714,3.1504796,-0.01801733,0,24
27
+ 0.17334671318531036,-0.6843569278717041,3.133976,-0.020832827,0,25
28
+ 0.15482331812381744,-1.0,3.1423044,-0.031027777,0,26
29
+ 0.1463129222393036,0.9397108554840088,3.1737916,0.008050944,0,27
30
+ 0.07682609558105469,0.9737820029258728,3.1774871,0.07384229,0,28
31
+ 0.10359854996204376,0.1949242502450943,3.1643665,0.06019048,0,29
32
+ 0.18082331120967865,-0.9613652229309082,3.135833,0.011499179,0,30
33
+ 0.1780012547969818,0.09739740192890167,3.1262486,-0.023905663,0,31
34
+ 0.18030384182929993,0.6813269853591919,3.1296952,-0.018156504,0,32
35
+ 0.16063560545444489,0.8210375905036926,3.1485095,-0.019010412,0,33
36
+ 0.10849972814321518,-1.0,3.1712694,-0.048386373,0,34
37
+ 0.04500305652618408,-1.0,3.170917,-0.11223543,0,35
38
+ 0.06732898205518723,0.05867724493145943,3.1654809,-0.09534568,0,36
39
+ 0.14842331409454346,0.9353941082954407,3.1433315,-0.036400672,0,37
40
+ 0.1943454146385193,-0.23811288177967072,3.1249504,-0.008859692,0,38
41
+ 0.19586411118507385,-0.7493146657943726,3.117747,-0.014544338,0,39
42
+ 0.17850783467292786,-0.6749642491340637,3.143653,-0.005994762,0,40
43
+ 0.1302824467420578,1.0,3.1794012,0.01847191,0,41
44
+ 0.07672639936208725,1.0,3.178836,0.07259301,0,42
45
+ 0.1118200272321701,-0.143737331032753,3.154967,0.061368424,0,43
46
+ 0.19075439870357513,-0.8684508800506592,3.1236303,0.0137708355,0,44
47
+ 0.2014574110507965,0.19684922695159912,3.118342,-0.008356185,0,45
48
+ 0.19730244576931,0.8071033358573914,3.1235058,-0.0073472387,0,46
49
+ 0.16563522815704346,0.601959764957428,3.1458197,-0.016700624,0,47
50
+ 0.10866904258728027,-1.0,3.1698074,-0.04967904,0,48
51
+ 0.05196956545114517,-1.0,3.1716475,-0.1045384,0,49
52
+ 0.08132504671812057,0.27241572737693787,3.1636138,-0.083216675,0,50
53
+ 0.16239839792251587,0.7921203374862671,3.138753,-0.027004177,0,51
54
+ 0.1917727142572403,-0.275027871131897,3.1222491,-0.01413367,0,52
55
+ 0.19979295134544373,-0.7199697494506836,3.1183968,-0.009965813,0,53
56
+ 0.1790434569120407,-0.5975472927093506,3.1471345,0.0019775226,0,54
57
+ 0.12225554883480072,1.0,3.181398,0.024502058,0,55
58
+ 0.06812895834445953,1.0,3.178466,0.08156048,0,56
59
+ 0.10373499989509583,-0.24400195479393005,3.1536336,0.07078692,0,57
60
+ 0.18811747431755066,-0.8515188097953796,3.122815,0.017223146,0,58
61
+ 0.19634169340133667,0.18799705803394318,3.1190634,-0.012750444,0,59
62
+ 0.19189143180847168,0.9453123211860657,3.1235976,-0.012666456,0,60
63
+ 0.16252899169921875,0.4880267083644867,3.1458647,-0.019761803,0,61
64
+ 0.10505317151546478,-1.0,3.1687462,-0.054356117,0,62
65
+ 0.05939781665802002,-1.0,3.1727796,-0.09597814,0,63
66
+ 0.08372330665588379,0.23886844515800476,3.1648962,-0.07953596,0,64
67
+ 0.15849678218364716,0.8405233025550842,3.140609,-0.029049706,0,65
68
+ 0.18972747027873993,-0.2535468339920044,3.12391,-0.014518101,0,66
69
+ 0.19515231251716614,-0.7650978565216064,3.1186528,-0.014350383,0,67
70
+ 0.17839792370796204,-0.5783149003982544,3.1460912,-0.0036663732,0,68
71
+ 0.12752939760684967,1.0,3.1802266,0.020399552,0,69
72
+ 0.07626310735940933,1.0,3.1796815,0.07221087,0,70
73
+ 0.10909818112850189,-0.20751142501831055,3.1557598,0.063297525,0,71
74
+ 0.1934146136045456,-0.9135474562644958,3.1260748,0.008666114,0,72
75
+ 0.18302088975906372,0.1950303316116333,3.1215813,-0.023553308,0,73
76
+ 0.1888049691915512,0.9851856827735901,3.1241841,-0.015166423,0,74
77
+ 0.15654924511909485,0.383548378944397,3.1444747,-0.027131528,0,75
78
+ 0.0927836075425148,-1.0,3.165318,-0.0700539,0,76
79
+ 0.04399079829454422,-1.0,3.1714494,-0.1127153,0,77
80
+ 0.08086051046848297,0.4199276864528656,3.163334,-0.083961114,0,78
81
+ 0.16095957159996033,0.6727759838104248,3.139437,-0.027758978,0,79
82
+ -0.2815421223640442,1.0,3.2865963,-0.32310134,1,0
83
+ -0.46956661343574524,1.0,3.3306231,-0.46709898,1,1
84
+ -0.5389949083328247,0.11285560578107834,3.443871,-0.4232794,1,2
85
+ -0.45251673460006714,-1.0,3.5063603,-0.27431196,1,3
86
+ -0.2576167583465576,-1.0,3.4423983,-0.14337395,1,4
87
+ -0.13963668048381805,-0.9492684602737427,3.3303518,-0.13744037,1,5
88
+ -0.08156655728816986,0.6985601782798767,3.2900634,-0.11965869,1,6
89
+ -0.07620970159769058,-0.47914624214172363,3.315661,-0.088704266,1,7
90
+ -0.1292184293270111,0.41827237606048584,3.367191,-0.09018286,1,8
91
+ -0.17127646505832672,1.0,3.3555868,0.14384522,1,9
92
+ -0.4029245376586914,0.8234519958496094,3.3256218,0.4054582,1,10
93
+ -0.4674432873725891,-0.4480184018611908,3.2954707,0.5001281,1,11
94
+ -0.30210554599761963,-0.7909430861473083,3.2828383,0.34742272,1,12
95
+ -0.08623355627059937,0.4846898019313812,3.2837927,0.13059634,1,13
96
+ 0.04409242421388626,1.0,3.2799275,-0.004135603,1,14
97
+ -0.1296088993549347,-0.8500890135765076,3.2857933,-0.17197111,1,15
98
+ -0.2858206629753113,-1.0,3.2785313,-0.33544487,1,16
99
+ -0.31042730808258057,-0.45211219787597656,3.2663994,-0.37218344,1,17
100
+ -0.21537703275680542,0.9714049100875854,3.2390718,-0.3044607,1,18
101
+ -0.043970197439193726,0.21249106526374817,3.2150064,-0.15711936,1,19
102
+ 0.05889039486646652,-1.0,3.1924107,-0.076854415,1,20
103
+ 0.11390727758407593,-0.6563667058944702,3.1957228,-0.018525425,1,21
104
+ 0.028174780309200287,1.0,3.2213156,0.078665115,1,22
105
+ -0.040391236543655396,1.0,3.2190173,0.14952949,1,23
106
+ 0.04458553344011307,-0.3825477957725525,3.1884935,0.095076494,1,24
107
+ 0.16003945469856262,-0.4932396113872528,3.150514,0.01760217,1,25
108
+ 0.16395801305770874,0.4273488223552704,3.1487353,0.015462224,1,26
109
+ 0.1627245396375656,0.6306062936782837,3.1595135,0.0059175086,1,27
110
+ 0.13361577689647675,0.3385065197944641,3.183289,-0.0112506915,1,28
111
+ 0.10707565397024155,-0.8356767296791077,3.2035866,-0.017493283,1,29
112
+ 0.0745420902967453,-0.9328415393829346,3.197328,-0.056285333,1,30
113
+ 0.08190659433603287,0.17176678776741028,3.1792336,-0.06701537,1,31
114
+ 0.15200822055339813,0.8189248442649841,3.1529772,-0.023170074,1,32
115
+ 0.18604597449302673,-0.3861565589904785,3.1344717,-0.0076378887,1,33
116
+ 0.17692796885967255,-0.8037854433059692,3.1263278,-0.024899798,1,34
117
+ 0.16837498545646667,-0.3092848062515259,3.1493824,-0.010398176,1,35
118
+ 0.1301497220993042,1.0,3.1775827,0.020423051,1,36
119
+ 0.07525066286325455,1.0,3.1738396,0.079065286,1,37
120
+ 0.12689056992530823,-0.6485556960105896,3.143341,0.05792388,1,38
121
+ 0.21554748713970184,-0.5476034283638,3.1117413,-0.0008667283,1,39
122
+ 0.20977748930454254,0.31542620062828064,3.111703,-0.0066751144,1,40
123
+ 0.19457659125328064,0.9881250262260437,3.1202846,-0.013294375,1,41
124
+ 0.160856232047081,0.18293331563472748,3.1451797,-0.022119533,1,42
125
+ 0.11151979118585587,-0.9814608693122864,3.1652398,-0.051395915,1,43
126
+ 0.07380242645740509,-0.9570456147193909,3.168212,-0.086141154,1,44
127
+ 0.11401104182004929,0.5977359414100647,3.152686,-0.061458357,1,45
128
+ 0.19079023599624634,0.5373656153678894,3.1241581,-0.0132071385,1,46
129
+ 0.20061209797859192,-0.3094072937965393,3.1110468,-0.016496629,1,47
130
+ 0.20217323303222656,-0.8965086340904236,3.113792,-0.012190335,1,48
131
+ 0.17303328216075897,-0.29018330574035645,3.1475596,-0.0075625954,1,49
132
+ 0.13220585882663727,1.0,3.1779912,0.017958505,1,50
133
+ 0.08475217968225479,1.0,3.1740692,0.06933417,1,51
134
+ 0.13301876187324524,-0.6047860383987427,3.1418505,0.053286288,1,52
135
+ 0.21654659509658813,-0.5840035676956177,3.1090415,0.002567464,1,53
136
+ 0.2133796364068985,0.23702722787857056,3.10885,-0.0059258854,1,54
137
+ 0.19219490885734558,1.0,3.118975,-0.01698568,1,55
138
+ 0.15906423330307007,0.3095055818557739,3.1462564,-0.022834834,1,56
139
+ 0.10430102050304413,-1.0,3.168468,-0.0553865,1,57
140
+ 0.059495314955711365,-1.0,3.1713605,-0.09729971,1,58
141
+ 0.09677046537399292,0.5236819386482239,3.1570292,-0.0743559,1,59
142
+ 0.17881450057029724,0.6398410797119141,3.127839,-0.021501927,1,60
143
+ 0.1918196678161621,-0.3327261507511139,3.113215,-0.023120875,1,61
144
+ 0.20068830251693726,-0.7745547294616699,3.1152108,-0.012256442,1,62
145
+ 0.17683503031730652,-0.4890483617782593,3.1498363,-0.0014841844,1,63
146
+ 0.12642085552215576,1.0,3.1847525,0.016982198,1,64
147
+ 0.07714692503213882,1.0,3.1811724,0.06983622,1,65
148
+ 0.11434631049633026,-0.3511691093444824,3.1516857,0.062123492,1,66
149
+ 0.19569146633148193,-0.776478111743927,3.118659,0.013805024,1,67
150
+ 0.21080920100212097,0.28860902786254883,3.1152942,0.0020520934,1,68
151
+ 0.20158366858959198,0.8094487190246582,3.1220934,-0.004478416,1,69
152
+ 0.15976902842521667,0.5101925730705261,3.1476872,-0.020699287,1,70
153
+ 0.10418559610843658,-1.0,3.1726208,-0.051349144,1,71
154
+ 0.047742657363414764,-1.0,3.174809,-0.10560388,1,72
155
+ 0.07910001277923584,0.38008373975753784,3.163547,-0.085508466,1,73
156
+ 0.16381889581680298,0.7492422461509705,3.13643,-0.027906591,1,74
157
+ 0.18579475581645966,-0.3540096580982208,3.1201599,-0.022200894,1,75
158
+ 0.20031961798667908,-0.6539525985717773,3.118501,-0.009334958,1,76
159
+ 0.17224138975143433,-0.6385930180549622,3.1502542,0.0056598843,1,77
160
+ 0.12427336722612381,1.0,3.186797,0.017085249,1,78
161
+ 0.07404138892889023,1.0,3.1833165,0.07079766,1,79
162
+ -0.7127086520195007,1.0,3.301707,-0.73915714,2,0
163
+ -0.8088391423225403,1.0,3.3973482,-0.7396465,2,1
164
+ -0.7902885675430298,-1.0,3.4912798,-0.62716424,2,2
165
+ -0.6017882823944092,-1.0,3.4540157,-0.4759281,2,3
166
+ -0.34786516427993774,-1.0,3.344708,-0.33131272,2,4
167
+ -0.22648516297340393,-0.07955830544233322,3.259853,-0.2947878,2,5
168
+ -0.0791461318731308,0.9634484052658081,3.263812,-0.14348958,2,6
169
+ -0.037050485610961914,-1.0,3.2981079,-0.06709814,2,7
170
+ -0.00867307186126709,0.8434694409370422,3.3190384,0.017790198,2,8
171
+ -0.31165820360183716,1.0,3.3043492,0.33546454,2,9
172
+ -0.4682392477989197,0.4211556911468506,3.2944689,0.5019259,2,10
173
+ -0.3928726613521576,-1.0,3.2789779,0.4420503,2,11
174
+ -0.180080384016037,-0.08797433972358704,3.2742085,0.23402736,2,12
175
+ -0.002001289278268814,0.6627473831176758,3.2698376,0.06031919,2,13
176
+ -0.03926075994968414,0.47296223044395447,3.271114,-0.09630217,2,14
177
+ -0.18853281438350677,-0.9969965815544128,3.2782762,-0.23841213,2,15
178
+ -0.2901565134525299,-1.0,3.266492,-0.35182014,2,16
179
+ -0.2528833746910095,0.2101365476846695,3.245125,-0.33591384,2,17
180
+ -0.0961989015340805,0.9462106823921204,3.216747,-0.20760737,2,18
181
+ 0.030625104904174805,-0.5207090377807617,3.1963885,-0.10114193,2,19
182
+ 0.10449250787496567,-0.7839707136154175,3.1802258,-0.04343716,2,20
183
+ 0.09230763465166092,-0.22229436039924622,3.2000618,0.035786085,2,21
184
+ 0.02110869437456131,0.9976792931556702,3.2260716,0.08097523,2,22
185
+ -0.01654292643070221,1.0,3.216891,0.1278074,2,23
186
+ 0.07326671481132507,-0.7724222540855408,3.1776097,0.07727912,2,24
187
+ 0.1722874939441681,-0.42366015911102295,3.1426635,-0.013204549,2,25
188
+ 0.17696864902973175,0.6099063754081726,3.1421192,-0.009067699,2,26
189
+ 0.17286363244056702,0.9027701020240784,3.1520605,0.0032313727,2,27
190
+ 0.13496950268745422,-0.28503644466400146,3.1759932,-0.017192805,2,28
191
+ 0.08949487656354904,-0.9927278757095337,3.1886418,-0.050018854,2,29
192
+ 0.06531423330307007,-0.748399555683136,3.187356,-0.07548529,2,30
193
+ 0.09523385018110275,0.7231108546257019,3.1676812,-0.06524045,2,31
194
+ 0.1738375872373581,0.5389981269836426,3.1420047,-0.012313197,2,32
195
+ 0.19155935943126678,-0.654590368270874,3.1252458,-0.011350346,2,33
196
+ 0.1795448511838913,-0.9190082550048828,3.124694,-0.023916554,2,34
197
+ 0.170623779296875,0.2829241454601288,3.155639,0.001892808,2,35
198
+ 0.12480157613754272,0.9734923839569092,3.1758723,0.027481616,2,36
199
+ 0.09916908293962479,0.8671645522117615,3.1704707,0.05851572,2,37
200
+ 0.15504032373428345,-1.0,3.1384115,0.03470367,2,38
201
+ 0.18951596319675446,-0.3491121232509613,3.1117084,-0.026931146,2,39
202
+ 0.20451128482818604,0.5867687463760376,3.1116943,-0.011949889,2,40
203
+ 0.19981394708156586,1.0,3.1218681,-0.0064734393,2,41
204
+ 0.15212532877922058,-0.3934585154056549,3.1469042,-0.029125957,2,42
205
+ 0.10178546607494354,-0.9884316325187683,3.1605828,-0.06578727,2,43
206
+ 0.07784639298915863,-0.7182425856590271,3.1664803,-0.08382882,2,44
207
+ 0.12223494052886963,0.9192904233932495,3.1506472,-0.055273417,2,45
208
+ 0.1901775449514389,0.2469581961631775,3.1251237,-0.012854237,2,46
209
+ 0.19230733811855316,-0.4520120918750763,3.112599,-0.023249282,2,47
210
+ 0.1876535713672638,-1.0,3.1203663,-0.020135611,2,48
211
+ 0.1638857126235962,0.31448110938072205,3.1553228,-0.008947011,2,49
212
+ 0.12911270558834076,0.9778496026992798,3.173136,0.02590682,2,50
213
+ 0.09975473582744598,0.8359415531158447,3.1678746,0.060526203,2,51
214
+ 0.1526382714509964,-1.0,3.1373477,0.03816955,2,52
215
+ 0.1906534880399704,-0.38528409600257874,3.1117523,-0.02574976,2,53
216
+ 0.20190970599651337,0.6109861731529236,3.1116369,-0.014608941,2,54
217
+ 0.19596710801124573,1.0,3.1219914,-0.010197015,2,55
218
+ 0.14504429697990417,-0.3694923520088196,3.1482544,-0.03485683,2,56
219
+ 0.09397090971469879,-1.0,3.1633708,-0.07081376,2,57
220
+ 0.0634264424443245,-0.7868702411651611,3.170277,-0.09445196,2,58
221
+ 0.11072029918432236,1.0,3.1545496,-0.06288562,2,59
222
+ 0.19384633004665375,0.28905755281448364,3.126951,-0.0073582106,2,60
223
+ 0.19378037750720978,-0.54084312915802,3.1127346,-0.021640582,2,61
224
+ 0.1841164082288742,-1.0,3.1210644,-0.022974681,2,62
225
+ 0.16697733104228973,0.3896828591823578,3.1581564,-0.0030217886,2,63
226
+ 0.1146831288933754,1.0,3.1764574,0.037014984,2,64
227
+ 0.08732090145349503,0.7828471660614014,3.1715417,0.069292925,2,65
228
+ 0.1389816850423813,-1.0,3.141764,0.047409907,2,66
229
+ 0.1880817711353302,-0.44624558091163635,3.117756,-0.022317853,2,67
230
+ 0.20097000896930695,0.7660745978355408,3.116414,-0.010771432,2,68
231
+ 0.19549864530563354,0.9999989867210388,3.1258419,0.0068150167,2,69
232
+ 0.14679014682769775,-0.565604567527771,3.1507537,-0.030611629,2,70
233
+ 0.0882599800825119,-1.0,3.1644683,-0.07542725,2,71
234
+ 0.062881700694561,-0.6618270874023438,3.1732416,-0.0920322,2,72
235
+ 0.10352972894906998,0.9959353804588318,3.158257,-0.06636878,2,73
236
+ 0.18201015889644623,0.29826435446739197,3.1327724,-0.013372908,2,74
237
+ 0.19015201926231384,-0.6241443157196045,3.1175237,-0.020479836,2,75
238
+ 0.1791684627532959,-1.0,3.1262646,-0.022722475,2,76
239
+ 0.16284775733947754,0.521019697189331,3.1622858,0.0030219608,2,77
240
+ 0.10630160570144653,1.0,3.177803,0.044050872,2,78
241
+ 0.0965566337108612,0.6367762684822083,3.1717837,0.059815194,2,79
242
+ -0.1903417557477951,1.0,3.2919664,0.22653084,3,0
243
+ 0.05256321653723717,1.0,3.2665572,0.009035084,3,1
244
+ -0.053425684571266174,0.6130713224411011,3.3298125,-0.051768675,3,2
245
+ -0.13260042667388916,-1.0,3.42033,-0.0404259,3,3
246
+ -0.16139522194862366,-1.0,3.4175189,-0.07203188,3,4
247
+ -0.19975365698337555,-1.0,3.3437457,-0.18416347,3,5
248
+ -0.2787145972251892,0.2345343977212906,3.2821999,-0.32467026,3,6
249
+ -0.18300268054008484,1.0,3.266411,-0.24474713,3,7
250
+ -0.06067772954702377,-0.6823874711990356,3.2665746,-0.122258626,3,8
251
+ 0.020992271602153778,-0.42841029167175293,3.2618551,-0.04530812,3,9
252
+ -0.09819188714027405,0.7502403855323792,3.279127,0.14722052,3,10
253
+ -0.2686980068683624,0.9739243984222412,3.2902806,0.30657294,3,11
254
+ -0.2643604874610901,-0.08385960012674332,3.2766228,0.31589323,3,12
255
+ -0.07434473931789398,-1.0,3.2528145,0.14968573,3,13
256
+ 0.06604163348674774,0.806743323802948,3.2391565,0.022957396,3,14
257
+ 0.08511462807655334,0.7793137431144714,3.2375286,0.0055123256,3,15
258
+ -0.04314417392015457,-0.6905480623245239,3.250059,-0.1212408,3,16
259
+ -0.16709311306476593,-1.0,3.2551994,-0.2400492,3,17
260
+ -0.218075692653656,-0.6536483764648438,3.2483697,-0.29786152,3,18
261
+ -0.15721076726913452,1.0,3.2224658,-0.26290053,3,19
262
+ -0.003636300563812256,0.2977352440357208,3.1959245,-0.1358673,3,20
263
+ 0.08035711199045181,-0.9222154021263123,3.1738634,-0.073934995,3,21
264
+ 0.11741393804550171,-0.8842577934265137,3.1771207,-0.033620894,3,22
265
+ 0.08728821575641632,0.7229170203208923,3.212259,0.028608246,3,23
266
+ 0.04301455616950989,1.0,3.2230518,0.062089175,3,24
267
+ 0.059390224516391754,0.5534855723381042,3.20465,0.06411537,3,25
268
+ 0.13429170846939087,-1.0,3.1644635,0.029400282,3,26
269
+ 0.1529671549797058,-0.13793234527111053,3.144574,-0.030614428,3,27
270
+ 0.1617506444454193,0.8098767399787903,3.1457558,-0.020649113,3,28
271
+ 0.15605862438678741,0.8263373374938965,3.1605449,-0.011552024,3,29
272
+ 0.08648186922073364,-1.0,3.182651,-0.059022605,3,30
273
+ 0.019910559058189392,-1.0,3.183732,-0.124512926,3,31
274
+ 0.04734726995229721,0.006142901256680489,3.1781342,-0.102674045,3,32
275
+ 0.1338530033826828,0.9221785664558411,3.1540136,-0.040288877,3,33
276
+ 0.18550342321395874,-0.24549129605293274,3.134959,-0.0076931166,3,34
277
+ 0.17878760397434235,-0.8295038938522339,3.1273224,-0.02204548,3,35
278
+ 0.1634293645620346,-0.5206048488616943,3.1519713,-0.012754816,3,36
279
+ 0.1215173602104187,1.0,3.185716,0.02092224,3,37
280
+ 0.06840994209051132,1.0,3.1846356,0.07510994,3,38
281
+ 0.10040508210659027,-0.22268891334533691,3.1582851,0.069465294,3,39
282
+ 0.18523801863193512,-0.8785918354988098,3.126178,0.016739473,3,40
283
+ 0.19471797347068787,0.25908735394477844,3.121375,-0.012062458,3,41
284
+ 0.1982249617576599,0.970232367515564,3.1254745,-0.0044560987,3,42
285
+ 0.1645197570323944,0.3919626474380493,3.1473515,-0.016284265,3,43
286
+ 0.10442382097244263,-1.0,3.1704888,-0.053242862,3,44
287
+ 0.058172017335891724,-1.0,3.1753411,-0.09464237,3,45
288
+ 0.08463918417692184,0.3319876790046692,3.1646466,-0.07886971,3,46
289
+ 0.16522647440433502,0.8063768744468689,3.1379821,-0.024946908,3,47
290
+ 0.19671624898910522,-0.3071715533733368,3.1209252,-0.010514084,3,48
291
+ 0.196481853723526,-0.8659834861755371,3.1169324,-0.014741265,3,49
292
+ 0.1784241795539856,-0.42568838596343994,3.1472435,-0.0024878336,3,50
293
+ 0.12138017266988754,1.0,3.181398,0.02537743,3,51
294
+ 0.07544039189815521,1.0,3.1803436,0.0723715,3,52
295
+ 0.10760132968425751,-0.2953289747238159,3.1533628,0.06719144,3,53
296
+ 0.19442802667617798,-0.8976896405220032,3.1216989,0.012028641,3,54
297
+ 0.19438885152339935,0.2811982035636902,3.1175308,-0.016235841,3,55
298
+ 0.1981509029865265,1.0,3.1215613,-0.008443323,3,56
299
+ 0.15903496742248535,0.33235493302345276,3.144251,-0.024869436,3,57
300
+ 0.09576869755983353,-1.0,3.1668859,-0.06550097,3,58
301
+ 0.04905438423156738,-1.0,3.173098,-0.106003046,3,59
302
+ 0.07437712699174881,0.37177249789237976,3.1635869,-0.090191536,3,60
303
+ 0.16174092888832092,0.8535088300704956,3.137649,-0.028765522,3,61
304
+ 0.19135914742946625,-0.41477999091148376,3.1200473,-0.016749036,3,62
305
+ 0.1900203377008438,-0.8125830888748169,3.1159768,-0.022158368,3,63
306
+ 0.1806502789258957,-0.394367516040802,3.1469307,-0.0005745478,3,64
307
+ 0.12170562148094177,1.0,3.1814084,0.025041489,3,65
308
+ 0.07294828444719315,1.0,3.181068,0.07413929,3,66
309
+ 0.11528068780899048,-0.43695056438446045,3.1531994,0.05967539,3,67
310
+ 0.19771811366081238,-0.7032259702682495,3.122255,0.008182312,3,68
311
+ 0.19463536143302917,0.18157419562339783,3.1206708,-0.012849357,3,69
312
+ 0.18202294409275055,1.0,3.1270642,-0.019068345,3,70
313
+ 0.15382520854473114,0.35609567165374756,3.150255,-0.024075339,3,71
314
+ 0.09937343001365662,-1.0,3.17096,-0.05782214,3,72
315
+ 0.058935970067977905,-0.9992260336875916,3.1746378,-0.09458175,3,73
316
+ 0.0870538130402565,0.35395753383636475,3.1651134,-0.075988255,3,74
317
+ 0.1639776974916458,0.7750349044799805,3.1402423,-0.023935484,3,75
318
+ 0.19414740800857544,-0.24772386252880096,3.1244442,-0.00956386,3,76
319
+ 0.19344675540924072,-0.9060235023498535,3.120134,-0.014574643,3,77
320
+ 0.17851434648036957,-0.32931673526763916,3.14774,-0.0019012871,3,78
321
+ 0.11391516029834747,1.0,3.1778483,0.03639202,3,79
322
+ -0.8005554676055908,1.0,3.3158648,-0.8128462,4,0
323
+ -0.8643316030502319,1.0,3.416939,-0.7755481,4,1
324
+ -0.7948281764984131,-1.0,3.506886,-0.6160977,4,2
325
+ -0.5564414262771606,-1.0,3.4610362,-0.42356074,4,3
326
+ -0.27205848693847656,-1.0,3.347308,-0.25290608,4,4
327
+ -0.1458473950624466,-0.1022922545671463,3.2671542,-0.2068487,4,5
328
+ -0.10238510370254517,0.3200668394565582,3.285866,-0.1446746,4,6
329
+ -0.10583819448947906,0.015475526452064514,3.3434942,-0.090499535,4,7
330
+ -0.08272110670804977,0.7602872848510742,3.3553216,0.05555498,4,8
331
+ -0.3380066752433777,1.0,3.3175902,0.34857196,4,9
332
+ -0.5023714900016785,0.06819257885217667,3.292929,0.5375981,4,10
333
+ -0.4048823416233063,-1.0,3.2837048,0.4493331,4,11
334
+ -0.17892810702323914,0.07703819125890732,3.2891028,0.21798083,4,12
335
+ 0.028339199721813202,0.6802785992622375,3.280996,0.018820234,4,13
336
+ -0.10552944242954254,0.2504202425479889,3.2799456,-0.15373935,4,14
337
+ -0.2361186444759369,-0.9773906469345093,3.2825143,-0.28175983,4,15
338
+ -0.31116268038749695,-1.0,3.26773,-0.3715882,4,16
339
+ -0.25054508447647095,0.45312756299972534,3.2444148,-0.3342858,4,17
340
+ -0.06560811400413513,0.8967331647872925,3.216823,-0.17694053,4,18
341
+ 0.05891621112823486,-0.7047585844993591,3.1961412,-0.07309806,4,19
342
+ 0.10379255563020706,-0.959708571434021,3.1809728,-0.043390147,4,20
343
+ 0.08855082094669342,0.31976351141929626,3.2020984,0.037506323,4,21
344
+ 0.01566246896982193,0.9977076649665833,3.218395,0.094098054,4,22
345
+ 0.01476404070854187,0.707034707069397,3.2093534,0.10403803,4,23
346
+ 0.11471269279718399,-0.9238644242286682,3.1714134,0.042029403,4,24
347
+ 0.16448864340782166,-0.00724269263446331,3.1468105,-0.01685635,4,25
348
+ 0.17813140153884888,0.529441237449646,3.1494873,0.0005368583,4,26
349
+ 0.1521272361278534,0.947434663772583,3.1639888,0.0120394565,4,27
350
+ 0.13426372408866882,-0.8259913921356201,3.184905,-0.008986734,4,28
351
+ 0.06485623866319656,-0.9862778186798096,3.1835895,-0.07970982,4,29
352
+ 0.06992655992507935,-0.1853957623243332,3.1774075,-0.080821455,4,30
353
+ 0.13761001825332642,0.9130507707595825,3.1537824,-0.036763128,4,31
354
+ 0.1911775767803192,-0.09655600786209106,3.1325903,-0.004387645,4,32
355
+ 0.19426307082176208,-0.7009447813034058,3.122295,-0.011597542,4,33
356
+ 0.17022095620632172,-0.8432443737983704,3.1413078,-0.016626732,4,34
357
+ 0.14558443427085876,0.9785749316215515,3.175359,0.0072120773,4,35
358
+ 0.10825903713703156,0.7915627360343933,3.1743207,0.04557578,4,36
359
+ 0.13547828793525696,0.29149216413497925,3.1547077,0.037969563,4,37
360
+ 0.18377187848091125,-0.9367612600326538,3.1249437,0.019439913,4,38
361
+ 0.1991935819387436,0.059141337871551514,3.1155877,-0.013374229,4,39
362
+ 0.19478702545166016,0.631396472454071,3.1198897,-0.013478756,4,40
363
+ 0.18323105573654175,0.9828696846961975,3.1387055,-0.0062189763,4,41
364
+ 0.14270620048046112,-0.9658718109130859,3.1618884,-0.023560958,4,42
365
+ 0.09183474630117416,-0.9084230065345764,3.1608999,-0.075420894,4,43
366
+ 0.11556805670261383,-0.1461547315120697,3.1575513,-0.055036176,4,44
367
+ 0.16554589569568634,0.811554491519928,3.1368103,-0.025799325,4,45
368
+ 0.19707351922988892,-0.0453377403318882,3.1197891,-0.011292876,4,46
369
+ 0.20966090261936188,-0.49478471279144287,3.1148808,-0.003613819,4,47
370
+ 0.1891958862543106,-1.0,3.135264,-0.0036957068,4,48
371
+ 0.15464818477630615,0.792869508266449,3.171441,0.0020662572,4,49
372
+ 0.10759320855140686,0.9124791622161865,3.1734796,0.047082756,4,50
373
+ 0.12004974484443665,0.41131484508514404,3.1577218,0.05038402,4,51
374
+ 0.175995871424675,-0.9553785920143127,3.1274688,0.024690818,4,52
375
+ 0.19570009410381317,-0.11379002779722214,3.1139843,-0.018471071,4,53
376
+ 0.19885790348052979,0.704931914806366,3.1175897,-0.0117079085,4,54
377
+ 0.18912258744239807,0.9994711875915527,3.1350222,0.004010763,4,55
378
+ 0.1355854868888855,-1.0,3.1576107,-0.034959376,4,56
379
+ 0.05866917222738266,-0.969304084777832,3.158488,-0.11099831,4,57
380
+ 0.07672449946403503,-0.04094155877828598,3.1583703,-0.09306076,4,58
381
+ 0.1484544277191162,0.9156766533851624,3.1378253,-0.04187584,4,59
382
+ 0.18944454193115234,-0.18687890470027924,3.1197174,-0.018993612,4,60
383
+ 0.20426248013973236,-0.5369283556938171,3.1148293,-0.009063735,4,61
384
+ 0.18530213832855225,-1.0,3.14163,-0.0012234523,4,62
385
+ 0.1418503373861313,0.8946747183799744,3.1816487,0.0046564476,4,63
386
+ 0.09122587740421295,0.9560917019844055,3.181897,0.055032715,4,64
387
+ 0.10847360640764236,0.31052669882774353,3.1621203,0.05756157,4,65
388
+ 0.16986879706382751,-1.0,3.129046,0.029240757,4,66
389
+ 0.2007548213005066,-0.047899022698402405,3.116222,-0.011178787,4,67
390
+ 0.20172089338302612,0.7478950023651123,3.1198666,-0.0065680193,4,68
391
+ 0.18481671810150146,0.9742010235786438,3.1405945,0.0027443187,4,69
392
+ 0.12893500924110413,-1.0,3.1659386,-0.033281893,4,70
393
+ 0.05762924253940582,-1.0,3.167702,-0.102824315,4,71
394
+ 0.07403798401355743,-0.06049659848213196,3.1660063,-0.08811121,4,72
395
+ 0.1406916081905365,0.9164173007011414,3.1434503,-0.044013645,4,73
396
+ 0.18425261974334717,-0.1015685573220253,3.1241207,-0.01978218,4,74
397
+ 0.20338939130306244,-0.5685651302337646,3.1180954,-0.006670727,4,75
398
+ 0.18372976779937744,-1.0,3.1427765,0.001649268,4,76
399
+ 0.13789457082748413,0.8277398943901062,3.1834335,0.006827421,4,77
400
+ 0.09289476275444031,0.9934677481651306,3.1855261,0.049734626,4,78
401
+ 0.11070454120635986,0.3515222668647766,3.1673684,0.050082568,4,79
402
+ -0.2527686357498169,1.0,3.2925246,0.28839958,5,0
403
+ -0.007392957806587219,1.0,3.2593176,0.07623084,5,1
404
+ 0.01061032060533762,0.5691874027252197,3.3158956,-0.0016496396,5,2
405
+ -0.09531743079423904,-0.97940593957901,3.4053607,-0.01811225,5,3
406
+ -0.1589471697807312,-1.0,3.4089305,-0.07817215,5,4
407
+ -0.23573577404022217,-1.0,3.341095,-0.22279632,5,5
408
+ -0.345608651638031,0.20742149651050568,3.2828856,-0.39087862,5,6
409
+ -0.26544812321662903,1.0,3.2653463,-0.32825735,5,7
410
+ -0.09004493057727814,-0.26919668912887573,3.26367,-0.15453048,5,8
411
+ 0.024634987115859985,-1.0,3.250492,-0.053028435,5,9
412
+ -0.0408991202712059,0.7012721300125122,3.2621946,0.106860004,5,10
413
+ -0.22927317023277283,1.0,3.274127,0.28330168,5,11
414
+ -0.24958369135856628,0.3499002158641815,3.2683017,0.30943748,5,12
415
+ -0.11189985275268555,-1.0,3.2461565,0.19389892,5,13
416
+ 0.06244730204343796,0.024363435804843903,3.2312517,0.0344565,5,14
417
+ 0.08572842180728912,1.0,3.2244158,-0.018011313,5,15
418
+ -0.012204200029373169,-0.1149192675948143,3.2278395,-0.11252025,5,16
419
+ -0.1577664315700531,-1.0,3.232719,-0.253203,5,17
420
+ -0.23570317029953003,-0.9114453792572021,3.2300317,-0.33382696,5,18
421
+ -0.1660764515399933,0.8294911980628967,3.2111316,-0.2831004,5,19
422
+ 0.017616748809814453,0.652224600315094,3.1853938,-0.12514496,5,20
423
+ 0.10566344857215881,-0.949517011642456,3.1646948,-0.05779728,5,21
424
+ 0.12634682655334473,-1.0,3.1604824,-0.04132629,5,22
425
+ 0.11114472895860672,0.4730195105075836,3.1941338,0.02287703,5,23
426
+ 0.06306467950344086,0.9776178598403931,3.2138076,0.051283255,5,24
427
+ 0.05513320863246918,0.9004729986190796,3.2023566,0.07066573,5,25
428
+ 0.10200429707765579,-0.9204439520835876,3.162069,0.06408214,5,26
429
+ 0.18297433853149414,-0.5811678171157837,3.1327481,-0.012433046,5,27
430
+ 0.184225931763649,0.8341830372810364,3.1309083,-0.013021337,5,28
431
+ 0.18700318038463593,1.0,3.1381793,0.0029730399,5,29
432
+ 0.12788057327270508,-0.487778902053833,3.1634095,-0.036865465,5,30
433
+ 0.08023671060800552,-1.0,3.1791039,-0.068814956,5,31
434
+ 0.07302750647068024,-0.6769993305206299,3.1827288,-0.07239924,5,32
435
+ 0.11451516300439835,0.8303698897361755,3.1624212,-0.051219128,5,33
436
+ 0.18159641325473785,0.3474667966365814,3.136138,-0.010421148,5,34
437
+ 0.19059275090694427,-0.5401097536087036,3.1225708,-0.014992016,5,35
438
+ 0.17719458043575287,-1.0,3.1287346,-0.022226345,5,36
439
+ 0.16043846309185028,0.41277605295181274,3.162304,-0.0054131327,5,37
440
+ 0.12589894235134125,0.9197556376457214,3.1788914,0.02336515,5,38
441
+ 0.1074877455830574,0.8507983088493347,3.1729784,0.04768937,5,39
442
+ 0.15674684941768646,-1.0,3.142534,0.028874654,5,40
443
+ 0.17853957414627075,-0.3404122292995453,3.1174028,-0.03221316,5,41
444
+ 0.1937645524740219,0.6012505292892456,3.1169848,-0.017406125,5,42
445
+ 0.19300875067710876,1.0,3.1268542,-0.008292588,5,43
446
+ 0.14427965879440308,-0.48190417885780334,3.1509326,-0.032943305,5,44
447
+ 0.0903061106801033,-1.0,3.162794,-0.075055294,5,45
448
+ 0.06895016878843307,-0.652004063129425,3.1692812,-0.089924105,5,46
449
+ 0.11687535047531128,0.9459171295166016,3.1541681,-0.057112038,5,47
450
+ 0.19034282863140106,0.24587193131446838,3.1297863,-0.008026431,5,48
451
+ 0.19350099563598633,-0.5666921734809875,3.1165178,-0.018136734,5,49
452
+ 0.17827636003494263,-1.0,3.1254296,-0.024449527,5,50
453
+ 0.1641787737607956,0.5429608821868896,3.160432,-0.0035446489,5,51
454
+ 0.11125606298446655,1.0,3.1738896,0.043009818,5,52
455
+ 0.09981566667556763,0.5990068912506104,3.166665,0.061674774,5,53
456
+ 0.161207914352417,-1.0,3.137251,0.029696705,5,54
457
+ 0.18547305464744568,-0.22764715552330017,3.1181238,-0.024558697,5,55
458
+ 0.197604700922966,0.6973598599433899,3.1194534,-0.011097382,5,56
459
+ 0.1906551569700241,1.0,3.1332803,0.0042200843,5,57
460
+ 0.14056396484375,-0.7866495251655579,3.1573565,-0.030235052,5,58
461
+ 0.07288897037506104,-0.9946816563606262,3.163969,-0.09129751,5,59
462
+ 0.06708911806344986,-0.35536813735961914,3.168087,-0.092979394,5,60
463
+ 0.12654167413711548,1.0,3.1503155,-0.05129832,5,61
464
+ 0.1870274394750595,0.0069784983061254025,3.1283448,-0.012783306,5,62
465
+ 0.19746346771717072,-0.5599578619003296,3.1180756,-0.012616434,5,63
466
+ 0.18625563383102417,-1.0,3.1358984,-0.0060015367,5,64
467
+ 0.1451638638973236,0.7295470833778381,3.1741905,0.008801126,5,65
468
+ 0.09718775749206543,0.9454836249351501,3.1808813,0.0500865,5,66
469
+ 0.10326986014842987,0.5084871053695679,3.168256,0.05662961,5,67
470
+ 0.16114312410354614,-0.9963818192481995,3.1377685,0.029243892,5,68
471
+ 0.18136906623840332,-0.20711621642112732,3.1216004,-0.025186058,5,69
472
+ 0.19225169718265533,0.798401415348053,3.123129,-0.012774931,5,70
473
+ 0.18084973096847534,0.9599088430404663,3.1388385,0.008467261,5,71
474
+ 0.128525048494339,-1.0,3.1607027,-0.038927764,5,72
475
+ 0.04981563985347748,-1.0,3.163447,-0.114892974,5,73
476
+ 0.06561097502708435,-0.03432980924844742,3.1650696,-0.09747496,5,74
477
+ 0.14218313992023468,0.9527169466018677,3.1448479,-0.041124504,5,75
478
+ 0.18371804058551788,-0.23388512432575226,3.1258538,-0.018583702,5,76
479
+ 0.19813533127307892,-0.5147072672843933,3.1197057,-0.010314504,5,77
480
+ 0.18051721155643463,-1.0,3.1463253,-0.001312953,5,78
481
+ 0.13853144645690918,0.95777428150177,3.1860979,0.003526217,5,79
482
+ -1.1232612133026123,1.0,3.3371692,1.1142476,6,0
483
+ -0.9825562238693237,1.0,3.2475982,1.0631136,6,1
484
+ -0.7289441227912903,-0.2927461564540863,3.179981,0.87711865,6,2
485
+ -0.36261454224586487,-1.0,3.1908941,0.49987593,6,3
486
+ -0.08778762817382812,0.7950963973999023,3.236744,0.17919922,6,4
487
+ 0.05888700485229492,1.0,3.2524104,0.016858099,6,5
488
+ -0.10613866150379181,-0.6425037980079651,3.2602434,-0.17405076,6,6
489
+ -0.23745477199554443,-0.9895848631858826,3.2599797,-0.30563056,6,7
490
+ -0.2556958794593811,-0.7343635559082031,3.2485986,-0.33525282,6,8
491
+ -0.16147175431251526,1.0,3.2214508,-0.26817647,6,9
492
+ 0.022331662476062775,0.4452502429485321,3.1962192,-0.10960465,6,10
493
+ 0.10330487042665482,-0.9957265257835388,3.1786084,-0.04624223,6,11
494
+ 0.12071746587753296,-0.8541148900985718,3.1831768,-0.024261292,6,12
495
+ 0.06158987060189247,0.8992558121681213,3.2141998,0.052365866,6,13
496
+ 0.007749505341053009,1.0,3.2201908,0.10021525,6,14
497
+ 0.048512332141399384,0.27583760023117065,3.204307,0.075336106,6,15
498
+ 0.1483662724494934,-1.0,3.171396,0.008393229,6,16
499
+ 0.13191261887550354,0.18801352381706238,3.159414,-0.036828846,6,17
500
+ 0.16452841460704803,0.8778969645500183,3.1622248,0.0014023378,6,18
501
+ 0.13612638413906097,0.23170503973960876,3.176131,-0.015898127,6,19
502
+ 0.05137961357831955,-1.0,3.1915581,-0.08521778,6,20
503
+ -0.025546997785568237,-1.0,3.1945474,-0.1591551,6,21
504
+ 0.009812146425247192,0.6334239840507507,3.1836038,-0.13473961,6,22
505
+ 0.12893006205558777,0.6993973851203918,3.1571214,-0.04210404,6,23
506
+ 0.17233021557331085,-0.5510136485099792,3.1386733,-0.017151993,6,24
507
+ 0.1715320646762848,-1.0,3.133419,-0.023204423,6,25
508
+ 0.1586151421070099,0.09860553592443466,3.1643877,0.0051526707,6,26
509
+ 0.102611243724823,1.0,3.1893277,0.036216557,6,27
510
+ 0.07072556018829346,1.0,3.1865685,0.07086146,6,28
511
+ 0.1364039182662964,-0.9362767934799194,3.1526504,0.039101236,6,29
512
+ 0.17422081530094147,-0.4172225892543793,3.1211987,-0.03273605,6,30
513
+ 0.1900862455368042,0.5664628744125366,3.1214325,-0.016636737,6,31
514
+ 0.189492866396904,1.0,3.1329181,-0.0057445387,6,32
515
+ 0.13701456785202026,-0.3515222668647766,3.1597176,-0.031423386,6,33
516
+ 0.07734567672014236,-1.0,3.1752014,-0.075608425,6,34
517
+ 0.039889708161354065,-0.8215046525001526,3.179838,-0.10842787,6,35
518
+ 0.08529383689165115,0.9946685433387756,3.1619604,-0.08090132,6,36
519
+ 0.17589552700519562,0.3121674060821533,3.1326506,-0.019609373,6,37
520
+ 0.1828136146068573,-0.5651304721832275,3.117055,-0.028286956,6,38
521
+ 0.1784593015909195,-1.0,3.1240966,-0.02559959,6,39
522
+ 0.1639043688774109,0.3717281222343445,3.161329,-0.0029221207,6,40
523
+ 0.11425242573022842,0.9931817650794983,3.1811228,0.032780312,6,41
524
+ 0.086985744535923,0.8389904499053955,3.175763,0.06540688,6,42
525
+ 0.13729912042617798,-1.0,3.1445632,0.046293207,6,43
526
+ 0.18635448813438416,-0.4527798891067505,3.1184988,-0.023302227,6,44
527
+ 0.20010249316692352,0.7394423484802246,3.1169326,-0.011120393,6,45
528
+ 0.19761601090431213,1.0,3.1263814,0.004158105,6,46
529
+ 0.1436319500207901,-0.5303544402122498,3.1513693,-0.03315423,6,47
530
+ 0.08383213728666306,-1.0,3.1661468,-0.078176625,6,48
531
+ 0.06073668599128723,-0.6623874306678772,3.174032,-0.09338686,6,49
532
+ 0.10924188792705536,1.0,3.1578608,-0.061052874,6,50
533
+ 0.18648239970207214,0.22616629302501678,3.1317425,-0.009930637,6,51
534
+ 0.19012141227722168,-0.5804119110107422,3.1177669,-0.020267243,6,52
535
+ 0.17833495140075684,-1.0,3.128147,-0.021673681,6,53
536
+ 0.16323339939117432,0.5312879085540771,3.1648562,-6.5925116e-05,6,54
537
+ 0.10727435350418091,0.9822357296943665,3.1795552,0.041325986,6,55
538
+ 0.09545581042766571,0.6571424603462219,3.1721923,0.06050737,6,56
539
+ 0.1536102294921875,-1.0,3.1421177,0.032427557,6,57
540
+ 0.17825567722320557,-0.3072591722011566,3.1213243,-0.028575543,6,58
541
+ 0.19050602614879608,0.7466937303543091,3.121493,-0.016156387,6,59
542
+ 0.19089914858341217,1.0,3.1341667,0.0030896494,6,60
543
+ 0.13718724250793457,-0.7525230050086975,3.158355,-0.032613277,6,61
544
+ 0.0735567957162857,-1.0,3.1666024,-0.08799635,6,62
545
+ 0.06368441134691238,-0.44245463609695435,3.1721153,-0.09235578,6,63
546
+ 0.11630755662918091,1.0,3.1550648,-0.05678314,6,64
547
+ 0.1803739219903946,0.09156406670808792,3.1324131,-0.0153684495,6,65
548
+ 0.19016294181346893,-0.5786707401275635,3.1205482,-0.017444333,6,66
549
+ 0.17962904274463654,-0.9977278709411621,3.135202,-0.013324539,6,67
550
+ 0.1499577909708023,0.698295533657074,3.1719637,0.0062340335,6,68
551
+ 0.09743334352970123,0.9643142819404602,3.1806674,0.05005477,6,69
552
+ 0.09845475852489471,0.5316483378410339,3.1701992,0.059501607,6,70
553
+ 0.15550099313259125,-1.0,3.1408587,0.031795878,6,71
554
+ 0.1729569286108017,-0.29374366998672485,3.124237,-0.030961527,6,72
555
+ 0.19034895300865173,0.9246912598609924,3.1242595,-0.013547098,6,73
556
+ 0.1759730875492096,0.8942508101463318,3.1374304,0.014751997,6,74
557
+ 0.13167496025562286,-1.0,3.1578522,-0.03862839,6,75
558
+ 0.0579218789935112,-1.0,3.1632802,-0.10695339,6,76
559
+ 0.06919840723276138,-0.07487962394952774,3.1668828,-0.09207436,6,77
560
+ 0.1422099769115448,1.0,3.1476648,-0.03828075,6,78
561
+ 0.1882854402065277,-0.20790629088878632,3.1282954,-0.011574656,6,79
562
+ -0.1696617603302002,1.0,3.2941508,0.20366645,7,0
563
+ 0.051706463098526,1.0,3.2702625,-0.0061865756,7,1
564
+ -0.06841839849948883,0.6227969527244568,3.3377972,-0.058776755,7,2
565
+ -0.13942913711071014,-1.0,3.4286501,-0.038934514,7,3
566
+ -0.15775084495544434,-1.0,3.424894,-0.06101226,7,4
567
+ -0.18448957800865173,-1.0,3.3485014,-0.16414365,7,5
568
+ -0.2607591450214386,0.2024238109588623,3.2860599,-0.3028548,7,6
569
+ -0.17101576924324036,1.0,3.2714996,-0.22767165,7,7
570
+ -0.04791566729545593,-0.6164777278900146,3.2711368,-0.104934424,7,8
571
+ 0.03248513489961624,-0.42912721633911133,3.2663748,-0.029295558,7,9
572
+ -0.11345092952251434,0.7952841520309448,3.2781744,0.16343205,7,10
573
+ -0.2921992242336273,1.0,3.2872741,0.33308062,7,11
574
+ -0.2752508223056793,-0.25221937894821167,3.2739282,0.32947817,7,12
575
+ -0.06285063922405243,-1.0,3.2535722,0.13743393,7,13
576
+ 0.07330605387687683,1.0,3.2403753,0.014474184,7,14
577
+ 0.0809839516878128,0.6456870436668396,3.2383068,-0.008864806,7,15
578
+ -0.07300250232219696,-0.7437993884086609,3.2512212,-0.14993684,7,16
579
+ -0.1868090033531189,-1.0,3.2573216,-0.25764292,7,17
580
+ -0.23097562789916992,-0.5988276600837708,3.2487907,-0.3103404,7,18
581
+ -0.16931462287902832,1.0,3.222307,-0.27516317,7,19
582
+ -0.012867003679275513,0.31159278750419617,3.1976666,-0.14335588,7,20
583
+ 0.0819043517112732,-0.9412861466407776,3.1754777,-0.07077342,7,21
584
+ 0.1261693686246872,-0.8716241717338562,3.1778362,-0.024149975,7,22
585
+ 0.07504487037658691,0.7363894581794739,3.21187,0.041240692,7,23
586
+ 0.03342331945896149,1.0,3.2217908,0.07294141,7,24
587
+ 0.05450225621461868,0.5303899049758911,3.2030404,0.0706129,7,25
588
+ 0.132426917552948,-1.0,3.1636086,0.032120056,7,26
589
+ 0.15363569557666779,-0.13408562541007996,3.1449652,-0.02955465,7,27
590
+ 0.1676884889602661,0.8741898536682129,3.1461918,-0.014275191,7,28
591
+ 0.16241343319416046,0.723162055015564,3.1600451,-0.0056969333,7,29
592
+ 0.08766952157020569,-1.0,3.1806896,-0.05979642,7,30
593
+ 0.020457051694393158,-1.0,3.1828887,-0.12480972,7,31
594
+ 0.047946661710739136,0.09209340810775757,3.1770577,-0.10315111,7,32
595
+ 0.13565963506698608,0.8888983130455017,3.1531298,-0.03936606,7,33
596
+ 0.18134711682796478,-0.29519346356391907,3.1347792,-0.012029191,7,34
597
+ 0.17791622877120972,-0.7995234727859497,3.127423,-0.022816245,7,35
598
+ 0.16460347175598145,-0.5020010471343994,3.1524363,-0.011115794,7,36
599
+ 0.1253148913383484,1.0,3.1856225,0.017218178,7,37
600
+ 0.07478301227092743,1.0,3.1838505,0.06952198,7,38
601
+ 0.10763169825077057,-0.25091084837913513,3.157052,0.06347178,7,39
602
+ 0.19144991040229797,-0.8634287118911743,3.125418,0.011287661,7,40
603
+ 0.19778946042060852,0.3096211850643158,3.1209214,-0.009444681,7,41
604
+ 0.19737043976783752,0.8560549020767212,3.1248162,-0.005968891,7,42
605
+ 0.15821564197540283,0.43079912662506104,3.14656,-0.023379918,7,43
606
+ 0.10263915359973907,-1.0,3.169839,-0.05567746,7,44
607
+ 0.05151486396789551,-1.0,3.1733093,-0.10333133,7,45
608
+ 0.07993768900632858,0.3682144284248352,3.1626568,-0.085561045,7,46
609
+ 0.1676849126815796,0.8156048655509949,3.136466,-0.024004573,7,47
610
+ 0.19932422041893005,-0.3665664792060852,3.1192894,-0.009541897,7,48
611
+ 0.19451376795768738,-0.8811943531036377,3.1151123,-0.018529445,7,49
612
+ 0.1783069372177124,-0.35227692127227783,3.1456487,-0.0041998625,7,50
613
+ 0.12574216723442078,1.0,3.1789942,0.023419172,7,51
614
+ 0.08069033175706863,1.0,3.1783733,0.06909185,7,52
615
+ 0.11486674845218658,-0.3801332414150238,3.1508954,0.062393416,7,53
616
+ 0.20165815949440002,-0.8450933694839478,3.119688,0.0068093287,7,54
617
+ 0.2032843828201294,0.3700525462627411,3.1162806,-0.008590582,7,55
618
+ 0.20495489239692688,0.9044294357299805,3.1209552,-0.0022454027,7,56
619
+ 0.15904302895069122,0.30675336718559265,3.144544,-0.0245686,7,57
620
+ 0.0991506576538086,-1.0,3.167555,-0.061449766,7,58
621
+ 0.0456133708357811,-1.0,3.1730142,-0.10952798,7,59
622
+ 0.08438176661729813,0.5724892616271973,3.1609688,-0.08280497,7,60
623
+ 0.17563536763191223,0.6426895260810852,3.1331623,-0.019357897,7,61
624
+ 0.19665038585662842,-0.3519952893257141,3.118091,-0.013414027,7,62
625
+ 0.20024944841861725,-0.8898028135299683,3.1183736,-0.009532443,7,63
626
+ 0.17408280074596405,-0.28880631923675537,3.1515646,0.0025081136,7,64
627
+ 0.11759784072637558,1.0,3.1830876,0.027470091,7,65
628
+ 0.0749356672167778,1.0,3.180492,0.072727926,7,66
629
+ 0.12948434054851532,-0.5961479544639587,3.1494274,0.049243767,7,67
630
+ 0.2058088779449463,-0.4825621545314789,3.118134,0.004212623,7,68
631
+ 0.2065824270248413,0.12816011905670166,3.119428,-0.002145165,7,69
632
+ 0.18198178708553314,1.0,3.129851,-0.016322633,7,70
633
+ 0.15759950876235962,0.2817394435405731,3.155117,-0.015438969,7,71
634
+ 0.10254967212677002,-1.0,3.1737244,-0.051881436,7,72
635
+ 0.05549144744873047,-1.0,3.1758342,-0.09682989,7,73
636
+ 0.09698069840669632,0.5818701982498169,3.1629915,-0.068183295,7,74
637
+ 0.17694781720638275,0.5309098958969116,3.1353197,-0.015887989,7,75
638
+ 0.19254326820373535,-0.2124730944633484,3.122273,-0.013339282,7,76
639
+ 0.1959698647260666,-0.9521777033805847,3.1236837,-0.008501968,7,77
640
+ 0.16590426862239838,-0.24239587783813477,3.1552913,-0.0069599277,7,78
641
+ 0.1192966103553772,1.0,3.1834698,0.025389131,7,79
642
+ -0.7219122648239136,1.0,3.3052232,-0.74484456,8,0
643
+ -0.8128139972686768,1.0,3.4024332,-0.73853636,8,1
644
+ -0.7857476472854614,-1.0,3.4940097,-0.61989343,8,2
645
+ -0.5928065776824951,-1.0,3.4558105,-0.46515152,8,3
646
+ -0.3385586142539978,-1.0,3.344934,-0.32178015,8,4
647
+ -0.22287240624427795,-0.11032041907310486,3.2600143,-0.29101363,8,5
648
+ -0.07945427298545837,1.0,3.2639172,-0.14369258,8,6
649
+ -0.035395897924900055,-1.0,3.2969236,-0.06662778,8,7
650
+ -0.006045682355761528,0.8605252504348755,3.3166873,0.017513854,8,8
651
+ -0.31273365020751953,1.0,3.30166,0.3392291,8,9
652
+ -0.47340649366378784,0.41778939962387085,3.2933233,0.50823873,8,10
653
+ -0.4020547866821289,-1.0,3.279674,0.45053625,8,11
654
+ -0.18335415422916412,-0.1518315225839615,3.2756288,0.23588087,8,12
655
+ 0.0010724253952503204,0.7130383849143982,3.2702768,0.056806307,8,13
656
+ -0.03844054043292999,0.485325425863266,3.2690923,-0.09750374,8,14
657
+ -0.18820519745349884,-1.0,3.274942,-0.2414188,8,15
658
+ -0.28565359115600586,-1.0,3.2634103,-0.35039878,8,16
659
+ -0.2444630265235901,0.2052440047264099,3.2433848,-0.3292337,8,17
660
+ -0.08053204417228699,1.0,3.215212,-0.19347546,8,18
661
+ 0.04944388568401337,-0.564836859703064,3.1942656,-0.08444603,8,19
662
+ 0.10546307265758514,-0.901156485080719,3.1781247,-0.044567775,8,20
663
+ 0.09827931225299835,-0.08444906026124954,3.1995459,0.030330343,8,21
664
+ 0.02344980090856552,1.0,3.2250896,0.07961617,8,22
665
+ -0.009543187916278839,1.0,3.2169323,0.12076641,8,23
666
+ 0.07642520219087601,-0.8261831998825073,3.176795,0.07493531,8,24
667
+ 0.17574134469032288,-0.4003240466117859,3.1416364,-0.010777799,8,25
668
+ 0.18168295919895172,0.603211522102356,3.1412704,-0.0052021653,8,26
669
+ 0.16612815856933594,0.9883413314819336,3.1519508,0.01007652,8,27
670
+ 0.14066854119300842,-0.3953918218612671,3.1763196,-0.0111673735,8,28
671
+ 0.0914296805858612,-0.9638268351554871,3.1878173,-0.0489085,8,29
672
+ 0.0761847198009491,-0.7042685151100159,3.1875844,-0.0643864,8,30
673
+ 0.10157528519630432,0.6817715764045715,3.167945,-0.058635328,8,31
674
+ 0.17262043058872223,0.5372711420059204,3.1433282,-0.012206891,8,32
675
+ 0.19095823168754578,-0.6460165977478027,3.1273034,-0.009893922,8,33
676
+ 0.17256775498390198,-0.9548081159591675,3.127467,-0.028120838,8,34
677
+ 0.16669540107250214,0.3519743084907532,3.157851,-0.00360914,8,35
678
+ 0.1258477419614792,0.9621392488479614,3.1760004,0.02630742,8,36
679
+ 0.10583293437957764,0.8131317496299744,3.1703396,0.051983,8,37
680
+ 0.1624927967786789,-0.9890128374099731,3.1385894,0.027073342,8,38
681
+ 0.18731281161308289,-0.27716952562332153,3.1134298,-0.027412925,8,39
682
+ 0.20261722803115845,0.5513201951980591,3.1142235,-0.011314811,8,40
683
+ 0.19575437903404236,1.0,3.125813,-0.006588125,8,41
684
+ 0.15046794712543488,-0.4466225802898407,3.1507397,-0.026947899,8,42
685
+ 0.09957963973283768,-0.9655035734176636,3.1625774,-0.06599849,8,43
686
+ 0.07461641728878021,-0.7125361561775208,3.167714,-0.08582498,8,44
687
+ 0.12168245017528534,0.9857010245323181,3.151255,-0.05521818,8,45
688
+ 0.19547773897647858,0.1927998960018158,3.1249683,-0.007709487,8,46
689
+ 0.1953548640012741,-0.49821215867996216,3.112016,-0.020784697,8,47
690
+ 0.18807187676429749,-1.0,3.1215646,-0.018519022,8,48
691
+ 0.16572099924087524,0.41943293809890747,3.1580017,-0.004432861,8,49
692
+ 0.12847484648227692,0.9047031998634338,3.174844,0.024836645,8,50
693
+ 0.10592076182365417,0.8554337620735168,3.1694946,0.05274013,8,51
694
+ 0.15051622688770294,-0.9989206194877625,3.139351,0.038288403,8,52
695
+ 0.18483038246631622,-0.4114990830421448,3.1142862,-0.029038953,8,53
696
+ 0.19885629415512085,0.6847644448280334,3.113615,-0.015684191,8,54
697
+ 0.20227600634098053,1.0,3.123479,-0.002400626,8,55
698
+ 0.14669737219810486,-0.4805900752544403,3.1489508,-0.032507323,8,56
699
+ 0.09119375050067902,-1.0,3.1631176,-0.07384412,8,57
700
+ 0.06418788433074951,-0.7074621319770813,3.170759,-0.09320867,8,58
701
+ 0.10971347242593765,1.0,3.1551495,-0.063292585,8,59
702
+ 0.18688057363033295,0.24896134436130524,3.128873,-0.012401831,8,60
703
+ 0.1904156655073166,-0.5444604754447937,3.115042,-0.022697875,8,61
704
+ 0.1833399087190628,-1.0,3.1242344,-0.020581169,8,62
705
+ 0.16505427658557892,0.43207061290740967,3.1614423,-0.0016589572,8,63
706
+ 0.1128871738910675,1.0,3.1782715,0.036996815,8,64
707
+ 0.08925732970237732,0.7637062668800354,3.1724985,0.06639972,8,65
708
+ 0.14004561305046082,-1.0,3.1429272,0.045182742,8,66
709
+ 0.18344929814338684,-0.45314592123031616,3.1197717,-0.024934495,8,67
710
+ 0.19272592663764954,0.7647159695625305,3.1183953,-0.017034262,8,68
711
+ 0.1995120644569397,1.0,3.127346,-0.0012974218,8,69
712
+ 0.13546335697174072,-0.6006409525871277,3.1513214,-0.041370742,8,70
713
+ 0.07616209983825684,-1.0,3.1639013,-0.08809209,8,71
714
+ 0.060593120753765106,-0.5847983956336975,3.1722767,-0.09528566,8,72
715
+ 0.11264215409755707,0.9909939765930176,3.1571143,-0.0583991,8,73
716
+ 0.18211324512958527,0.1554824709892273,3.1332843,-0.01275794,8,74
717
+ 0.1864849328994751,-0.5364768505096436,3.120819,-0.020851493,8,75
718
+ 0.1759406477212906,-1.0,3.1328049,-0.019410001,8,76
719
+ 0.15910400450229645,0.5903028249740601,3.1682484,-0.00080310105,8,77
720
+ 0.10200934112071991,1.0,3.1797304,0.04641576,8,78
721
+ 0.09528392553329468,0.5556764602661133,3.1711943,0.061677273,8,79
722
+ -0.9203291535377502,-1.0,3.3357244,0.9127603,9,0
723
+ -1.010944128036499,0.21536532044410706,3.4142494,0.9248502,9,1
724
+ -0.9794736504554749,1.0,3.4168136,0.89081556,9,2
725
+ -0.7942472100257874,1.0,3.325056,0.79734665,9,3
726
+ -0.6616975665092468,0.8554284572601318,3.2197826,0.7700705,9,4
727
+ -0.5119763016700745,-0.9562327265739441,3.191518,0.64861375,9,5
728
+ -0.22151365876197815,-0.8467386960983276,3.2395928,0.3100764,9,6
729
+ -0.0032470226287841797,1.0,3.2722845,0.059118032,9,7
730
+ -0.03590504080057144,0.4524158239364624,3.253826,-0.110234655,9,8
731
+ -0.24805670976638794,-1.0,3.242697,-0.33351523,9,9
732
+ -0.3654589354991913,-0.9999989867210388,3.2337997,-0.45981476,9,10
733
+ -0.28663742542266846,0.5577481389045715,3.2350016,-0.37979138,9,11
734
+ -0.05780397355556488,0.9674723148345947,3.225848,-0.16011153,9,12
735
+ 0.08343464881181717,-0.869975745677948,3.2060535,-0.038667373,9,13
736
+ 0.10526122152805328,-1.0,3.190896,-0.031998258,9,14
737
+ 0.06482972204685211,0.691504180431366,3.2110457,0.052280053,9,15
738
+ -0.004759706556797028,1.0,3.22049,0.112425245,9,16
739
+ 0.024011604487895966,0.495079904794693,3.2127678,0.09137607,9,17
740
+ 0.11857440322637558,-0.884651243686676,3.184452,0.025129057,9,18
741
+ 0.12767228484153748,0.002768600359559059,3.1703918,-0.030091433,9,19
742
+ 0.14855845272541046,0.7329232096672058,3.1723828,-0.0072142323,9,20
743
+ 0.13808564841747284,0.544370174407959,3.1824596,-0.0076102815,9,21
744
+ 0.06318832188844681,-1.0,3.1949666,-0.07000064,9,22
745
+ -0.0236070454120636,-0.9990975260734558,3.1926465,-0.15911606,9,23
746
+ 0.02382655441761017,0.5417302250862122,3.1808794,-0.12344961,9,24
747
+ 0.13252925872802734,0.5449021458625793,3.1542757,-0.041350603,9,25
748
+ 0.17177268862724304,-0.3158358931541443,3.1393545,-0.017028367,9,26
749
+ 0.17638422548770905,-1.0,3.1378412,-0.013930069,9,27
750
+ 0.15495070815086365,-0.08563341945409775,3.1678586,-0.0053462163,9,28
751
+ 0.1090475469827652,1.0,3.191574,0.027533874,9,29
752
+ 0.0726340040564537,1.0,3.1856463,0.06987522,9,30
753
+ 0.12134087085723877,-0.6668228507041931,3.1522467,0.054567937,9,31
754
+ 0.19734804332256317,-0.636784017086029,3.120847,-0.009960487,9,32
755
+ 0.19512474536895752,0.49212759733200073,3.1200018,-0.013028981,9,33
756
+ 0.196663036942482,1.0,3.127687,-0.0038054981,9,34
757
+ 0.14996333420276642,-0.03231101855635643,3.1528504,-0.025341796,9,35
758
+ 0.09392262995243073,-1.0,3.1728368,-0.061396103,9,36
759
+ 0.04666116088628769,-1.0,3.1775403,-0.103954054,9,37
760
+ 0.08385895192623138,0.8319811224937439,3.160224,-0.084072605,9,38
761
+ 0.18324710428714752,0.5579729676246643,3.1283336,-0.016574843,9,39
762
+ 0.19881325960159302,-0.49192696809768677,3.1115346,-0.017807655,9,40
763
+ 0.19804979860782623,-1.0,3.1137774,-0.016328322,9,41
764
+ 0.17222705483436584,0.022981133311986923,3.150827,0.005101527,9,42
765
+ 0.11760485172271729,0.9663408994674683,3.1801457,0.030404925,9,43
766
+ 0.086095429956913,1.0,3.1778204,0.06423964,9,44
767
+ 0.14001327753067017,-0.8135969042778015,3.1449962,0.043146066,9,45
768
+ 0.1959485113620758,-0.5124304890632629,3.1128533,-0.019353718,9,46
769
+ 0.20246639847755432,0.451491117477417,3.1124818,-0.013207292,9,47
770
+ 0.19332624971866608,1.0,3.123685,-0.0111443885,9,48
771
+ 0.1486794650554657,-0.042219411581754684,3.1516235,-0.027852558,9,49
772
+ 0.09423762559890747,-1.0,3.1716967,-0.06222123,9,50
773
+ 0.0453970804810524,-1.0,3.1766255,-0.10613295,9,51
774
+ 0.09192415326833725,0.9369348287582397,3.1591887,-0.07704262,9,52
775
+ 0.18841630220413208,0.396219938993454,3.1266751,-0.013064086,9,53
776
+ 0.19235104322433472,-0.4234165847301483,3.111494,-0.024310406,9,54
777
+ 0.19338729977607727,-1.0,3.11768,-0.01708815,9,55
778
+ 0.16742999851703644,0.03967415168881416,3.1565502,-0.0041753487,9,56
779
+ 0.12254150956869125,0.9684069752693176,3.1841278,0.0214862,9,57
780
+ 0.08731567859649658,1.0,3.1808374,0.06000245,9,58
781
+ 0.14117711782455444,-0.8607354164123535,3.147801,0.039177477,9,59
782
+ 0.19005152583122253,-0.46754536032676697,3.1154926,-0.022611408,9,60
783
+ 0.2007880061864853,0.4544505178928375,3.1150937,-0.012273798,9,61
784
+ 0.19150665402412415,1.0,3.1265564,-0.010092474,9,62
785
+ 0.14614932239055634,-0.09729023277759552,3.155244,-0.026762081,9,63
786
+ 0.09094837307929993,-1.0,3.1743805,-0.0628266,9,64
787
+ 0.039968013763427734,-1.0,3.1798558,-0.10833168,9,65
788
+ 0.08714365214109421,1.0,3.1626232,-0.0783887,9,66
789
+ 0.18414539098739624,0.33706921339035034,3.1297722,-0.014237936,9,67
790
+ 0.1837438941001892,-0.4380316734313965,3.1144207,-0.029990977,9,68
791
+ 0.18417423963546753,-1.0,3.121596,-0.022385182,9,69
792
+ 0.16473039984703064,0.16787205636501312,3.1595643,-0.0038608552,9,70
793
+ 0.11817837506532669,0.9196151494979858,3.184771,0.02520608,9,71
794
+ 0.0824982151389122,1.0,3.1827152,0.062942125,9,72
795
+ 0.13891467452049255,-0.9859781861305237,3.1497838,0.039456986,9,73
796
+ 0.18472613394260406,-0.3253624737262726,3.1187084,-0.024721006,9,74
797
+ 0.20013658702373505,0.4462732970714569,3.1190288,-0.008990123,9,75
798
+ 0.18396762013435364,1.0,3.1312392,-0.0129487235,9,76
799
+ 0.1379537433385849,-0.23166988790035248,3.1595984,-0.030603418,9,77
800
+ 0.08224406093358994,-1.0,3.1756165,-0.070294954,9,78
801
+ 0.03399507701396942,-0.9327542781829834,3.1810699,-0.11309059,9,79
training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/config.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: CylinderRot2D-easy-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 4
5
+ device: cuda
6
+ rl_mode: sarl
7
+ total_timesteps: 50000
8
+ run_training: true
9
+ n_eval_steps: 10
10
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
11
+ n_eval_episodes: 1
12
+ n_test_episodes: 10
13
+ modality: state
14
+ action_repeat: 1
15
+ train_steps: ${total_timesteps}
16
+ iterations: 6
17
+ num_samples: 512
18
+ num_elites: 64
19
+ mixture_coef: 0.05
20
+ min_std: 0.05
21
+ temperature: 0.5
22
+ momentum: 0.1
23
+ discount: 0.99
24
+ batch_size: 512
25
+ max_buffer_size: ${train_steps}
26
+ horizon: 20
27
+ reward_coef: 0.5
28
+ value_coef: 0.1
29
+ consistency_coef: 2
30
+ rho: 0.5
31
+ kappa: 0.1
32
+ lr: 0.001
33
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
34
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
35
+ per_alpha: 0.6
36
+ per_beta: 0.4
37
+ grad_clip_norm: 10
38
+ seed_steps: 100
39
+ update_freq: 2
40
+ tau: 0.01
41
+ enc_dim: 256
42
+ mlp_dim: 512
43
+ latent_dim: 50
44
+ wandb:
45
+ enable: true
46
+ entity: safe-autonomous-systems
47
+ project: jbecktepe-fluidgym
48
+ cluster: {}
training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/hydra.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-easy-v0
116
+ - total_timesteps=50000
117
+ - seed=4
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-easy-v0,seed=4,total_timesteps=50000
122
+ id: '0'
123
+ num: 0
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: /cephfs/users/becktepe/git_projects/FluidGym/output/training/sarl/CylinderRot2D-easy-v0/TD-MPC/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
training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/multirun.yaml ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-easy-v0
116
+ - total_timesteps=50000
117
+ - seed=4
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-easy-v0,seed=4,total_timesteps=50000
122
+ id: ???
123
+ num: ???
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: ???
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
162
+ env_id: CylinderRot2D-easy-v0
163
+ env_kwargs: {}
164
+ eval_env_kwargs: {}
165
+ seed: 4
166
+ device: cuda
167
+ rl_mode: sarl
168
+ total_timesteps: 50000
169
+ run_training: true
170
+ n_eval_steps: 10
171
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
172
+ n_eval_episodes: 1
173
+ n_test_episodes: 10
174
+ modality: state
175
+ action_repeat: 1
176
+ train_steps: ${total_timesteps}
177
+ iterations: 6
178
+ num_samples: 512
179
+ num_elites: 64
180
+ mixture_coef: 0.05
181
+ min_std: 0.05
182
+ temperature: 0.5
183
+ momentum: 0.1
184
+ discount: 0.99
185
+ batch_size: 512
186
+ max_buffer_size: ${train_steps}
187
+ horizon: 20
188
+ reward_coef: 0.5
189
+ value_coef: 0.1
190
+ consistency_coef: 2
191
+ rho: 0.5
192
+ kappa: 0.1
193
+ lr: 0.001
194
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
195
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
196
+ per_alpha: 0.6
197
+ per_beta: 0.4
198
+ grad_clip_norm: 10
199
+ seed_steps: 100
200
+ update_freq: 2
201
+ tau: 0.01
202
+ enc_dim: 256
203
+ mlp_dim: 512
204
+ latent_dim: 50
205
+ wandb:
206
+ enable: true
207
+ entity: safe-autonomous-systems
208
+ project: jbecktepe-fluidgym
209
+ cluster: {}
training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - env_id=CylinderRot2D-easy-v0
2
+ - total_timesteps=50000
3
+ - seed=4
training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/test/test_eval_sequences.csv ADDED
@@ -0,0 +1,801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,action_0,drag,lift,episode,step
2
+ -1.2214314937591553,0.42761093378067017,3.3644836,1.1851034,0,0
3
+ -1.0777887105941772,1.0,3.2970092,1.108935,0,1
4
+ -0.8914055824279785,0.6533281207084656,3.2097905,1.0097706,0,2
5
+ -0.5677449107170105,-0.960443913936615,3.1755555,0.72034496,0,3
6
+ -0.2212209701538086,-0.06310897320508957,3.212243,0.3371334,0,4
7
+ -0.025340132415294647,1.0,3.2481234,0.10537224,0,5
8
+ 0.0053285472095012665,0.452165812253952,3.2660108,-0.05681621,0,6
9
+ -0.15631455183029175,-1.0,3.278253,-0.20621699,0,7
10
+ -0.230167418718338,-1.0,3.267258,-0.291065,0,8
11
+ -0.18288886547088623,0.05091133341193199,3.2413864,-0.26965797,0,9
12
+ -0.033095717430114746,1.0,3.2086508,-0.15260041,0,10
13
+ 0.09802304208278656,-0.3237273395061493,3.1897857,-0.040346757,0,11
14
+ 0.13626576960086823,-1.0,3.1812913,-0.010598406,0,12
15
+ 0.0536099374294281,0.14200042188167572,3.2029216,0.07162395,0,13
16
+ -0.06392352283000946,1.0,3.2222257,0.16985337,0,14
17
+ -0.07201404869556427,0.5833398103713989,3.2154088,0.18476076,0,15
18
+ 0.04776329547166824,-0.6917642951011658,3.1838558,0.09653645,0,16
19
+ 0.12519165873527527,0.1564723551273346,3.1635287,0.039435178,0,17
20
+ 0.1191956102848053,0.3343467712402344,3.1702209,0.03873905,0,18
21
+ 0.12350748479366302,0.7327952980995178,3.1872106,0.01743747,0,19
22
+ 0.11760474741458893,-0.5335296988487244,3.2085857,-0.001965029,0,20
23
+ 0.04526809602975845,-1.0,3.2076972,-0.07519027,0,21
24
+ 0.021900944411754608,-0.27613112330436707,3.1977673,-0.108487315,0,22
25
+ 0.09736169874668121,0.8941680788993835,3.1743252,-0.056468587,0,23
26
+ 0.15888944268226624,0.07654264569282532,3.1518462,0.0174199,0,24
27
+ 0.1721133440732956,-0.9843502044677734,3.1387854,0.017256806,0,25
28
+ 0.1656503528356552,-0.6939041614532471,3.1585944,0.0039107893,0,26
29
+ 0.0935630202293396,0.9608650207519531,3.1932063,0.041386183,0,27
30
+ 0.056678563356399536,0.9730233550071716,3.1934588,0.07801816,0,28
31
+ 0.139021635055542,-0.25025996565818787,3.1639276,0.02520632,0,29
32
+ 0.18589012324810028,-0.12269017845392227,3.12999,0.012275292,0,30
33
+ 0.1741635799407959,-0.2742129862308502,3.133121,0.02087092,0,31
34
+ 0.1746673882007599,0.8030558228492737,3.1492083,-0.0042798244,0,32
35
+ 0.1370774507522583,0.5296581983566284,3.172603,0.018475171,0,33
36
+ 0.09688470512628555,-1.0,3.1852527,-0.046018146,0,34
37
+ -0.000906333327293396,-1.0,3.1793664,-0.1496955,0,35
38
+ 0.050503335893154144,0.7421154975891113,3.1642828,-0.11336938,0,36
39
+ 0.18341279029846191,0.7593941688537598,3.1335313,0.011211402,0,37
40
+ 0.19998405873775482,-0.9789530634880066,3.1125274,0.015644083,0,38
41
+ 0.1896701157093048,-0.9128660559654236,3.119375,-0.019110419,0,39
42
+ 0.13798919320106506,0.2185279130935669,3.1655421,0.024624193,0,40
43
+ 0.08244073390960693,0.9637277722358704,3.1983,0.047414903,0,41
44
+ 0.07018568366765976,0.7829179763793945,3.1904085,0.067561366,0,42
45
+ 0.12374193966388702,-0.7053497433662415,3.1479993,0.056414288,0,43
46
+ 0.1786510944366455,-0.2335292547941208,3.1174734,0.032031063,0,44
47
+ 0.1681610643863678,0.3568115234375,3.1221771,0.037817333,0,45
48
+ 0.1617126613855362,0.9999989867210388,3.143365,0.023077944,0,46
49
+ 0.14860299229621887,-0.1676134467124939,3.177038,-0.0025145768,0,47
50
+ 0.06274483352899551,-0.9820978045463562,3.1934533,-0.07195737,0,48
51
+ -0.014910221099853516,-0.9336773157119751,3.1917775,-0.15128827,0,49
52
+ 0.01409265398979187,1.0,3.1659915,-0.14807132,0,50
53
+ 0.16255813837051392,0.7598769664764404,3.1296403,-0.035957035,0,51
54
+ 0.20833075046539307,-1.0,3.1066573,-0.013167494,0,52
55
+ 0.2116139829158783,-0.9999989867210388,3.1107671,-0.0057744146,0,53
56
+ 0.11885382235050201,0.10025767982006073,3.1611943,0.048107367,0,54
57
+ 0.07007433474063873,1.0,3.2011375,0.056943636,0,55
58
+ 0.06301409751176834,0.9357525110244751,3.1959002,0.06924122,0,56
59
+ 0.1264009326696396,-0.7384070158004761,3.1510623,0.050692335,0,57
60
+ 0.19025740027427673,-0.2840661108493805,3.1134472,0.024450926,0,58
61
+ 0.16453392803668976,0.3458142578601837,3.1172671,0.046354454,0,59
62
+ 0.15808983147144318,0.9031878709793091,3.1394684,0.030597255,0,60
63
+ 0.1460571587085724,0.030554259195923805,3.1757953,0.0063030445,0,61
64
+ 0.0762103945016861,-1.0,3.1968868,-0.05505834,0,62
65
+ -0.011646479368209839,-0.9989348649978638,3.1953826,-0.1444194,0,63
66
+ 0.022001266479492188,1.0,3.1700234,-0.13613081,0,64
67
+ 0.17718088626861572,0.7884770035743713,3.1312897,-0.019684907,0,65
68
+ 0.2171856164932251,-1.0,3.1065238,-0.0044461563,0,66
69
+ 0.21155625581741333,-1.0,3.110113,-0.0064863544,0,67
70
+ 0.1229243278503418,0.09535461664199829,3.160808,0.044423103,0,68
71
+ 0.07470609247684479,1.0,3.20064,0.05280946,0,69
72
+ 0.07158906012773514,0.8943116664886475,3.1960907,0.06047576,0,70
73
+ 0.14301873743534088,-0.7518912553787231,3.1508923,0.034244526,0,71
74
+ 0.20860256254673004,-0.24656634032726288,3.1140811,0.0054718065,0,72
75
+ 0.1737513542175293,0.42386749386787415,3.1181414,0.036262747,0,73
76
+ 0.16220873594284058,0.8111398816108704,3.1418004,0.02414638,0,74
77
+ 0.14716818928718567,0.03788565844297409,3.1794603,0.0015270376,0,75
78
+ 0.07876485586166382,-0.9914333820343018,3.200942,-0.04844862,0,76
79
+ -0.009594634175300598,-1.0,3.1977968,-0.13995333,0,77
80
+ 0.020825296640396118,1.0,3.1712973,-0.13603291,0,78
81
+ 0.1730734407901764,0.7702090740203857,3.1323192,-0.022762863,0,79
82
+ -0.1483735740184784,1.0,3.2948875,0.18164155,1,0
83
+ 0.031161807477474213,1.0,3.2677023,-0.029291369,1,1
84
+ -0.07944708317518234,0.6581652760505676,3.3367147,-0.070887856,1,2
85
+ -0.14172974228858948,-1.0,3.4342546,-0.035630606,1,3
86
+ -0.14713671803474426,-1.0,3.4307337,-0.04455855,1,4
87
+ -0.15865707397460938,-1.0,3.3534448,-0.13336778,1,5
88
+ -0.11050999164581299,1.0,3.2743323,-0.16433322,1,6
89
+ 0.06345872581005096,0.22703832387924194,3.234946,-0.029750783,1,7
90
+ 0.07862038165330887,-1.0,3.2467449,-0.002790262,1,8
91
+ -0.009402777999639511,-0.1820971667766571,3.2942376,0.043320682,1,9
92
+ -0.18909180164337158,1.0,3.3403356,0.17691171,1,10
93
+ -0.2775005102157593,1.0,3.336018,0.26963794,1,11
94
+ -0.2635684013366699,0.10114815086126328,3.293442,0.2982819,1,12
95
+ -0.12580567598342896,-1.0,3.257928,0.1960333,1,13
96
+ 0.038085103034973145,0.1783415526151657,3.2516315,0.038438916,1,14
97
+ 0.049854815006256104,1.0,3.25137,-0.026930751,1,15
98
+ -0.058709681034088135,-0.31580665707588196,3.2580419,-0.12882334,1,16
99
+ -0.17836716771125793,-1.0,3.2611077,-0.245415,1,17
100
+ -0.22871366143226624,-0.94624263048172,3.2595391,-0.29733005,1,18
101
+ -0.1801150143146515,0.6757208704948425,3.245479,-0.26279142,1,19
102
+ 0.015077032148838043,0.9975128769874573,3.221795,-0.0912834,1,20
103
+ 0.13198606669902802,-1.0,3.1937737,0.002395702,1,21
104
+ 0.13614198565483093,-0.8109137415885925,3.1753757,0.01663784,1,22
105
+ -0.014488980174064636,1.0,3.1900048,0.15263967,1,23
106
+ -0.12218961119651794,1.0,3.1958182,0.25452694,1,24
107
+ -0.004691570997238159,-0.5705996751785278,3.1817718,0.15107533,1,25
108
+ 0.11377664655447006,0.037998609244823456,3.1597202,0.05465869,1,26
109
+ 0.11658280342817307,0.09200204908847809,3.165802,0.045770712,1,27
110
+ 0.13314835727214813,0.7742455005645752,3.1810656,0.013941595,1,28
111
+ 0.1152513176202774,0.006534649059176445,3.202737,0.010167105,1,29
112
+ 0.06494362652301788,-1.0,3.2089937,-0.054218214,1,30
113
+ -0.01075543463230133,-0.8571633100509644,3.1990106,-0.13990034,1,31
114
+ 0.03570253401994705,0.9176545739173889,3.177752,-0.114700966,1,32
115
+ 0.17724893987178802,0.5694065690040588,3.1476083,-0.003298302,1,33
116
+ 0.19204264879226685,-0.9634737968444824,3.1266766,0.009436311,1,34
117
+ 0.19708427786827087,-0.9059120416641235,3.1300957,-0.00097551587,1,35
118
+ 0.11088511347770691,0.4487472176551819,3.1697612,0.04750922,1,36
119
+ 0.07259950041770935,0.9305620193481445,3.192132,0.06342402,1,37
120
+ 0.104535773396492,0.5396032929420471,3.180224,0.0433958,1,38
121
+ 0.15136969089508057,-0.44362035393714905,3.1433728,0.033413056,1,39
122
+ 0.18728698790073395,-0.38787785172462463,3.1257043,0.015164241,1,40
123
+ 0.18051235377788544,0.5422590970993042,3.132924,0.01471909,1,41
124
+ 0.16199932992458344,0.7582988142967224,3.1478133,0.018342871,1,42
125
+ 0.13614889979362488,-0.3325423300266266,3.1689248,-0.023081804,1,43
126
+ 0.05670281499624252,-1.0,3.1772792,-0.09417347,1,44
127
+ 0.01099957525730133,-0.48616594076156616,3.1744068,-0.14274918,1,45
128
+ 0.08113213628530502,1.0,3.1527133,-0.09431008,1,46
129
+ 0.1934693455696106,0.22250965237617493,3.127268,-0.007418103,1,47
130
+ 0.21344131231307983,-0.9361114501953125,3.112619,-0.0020952802,1,48
131
+ 0.19791169464588165,-0.8607885837554932,3.129155,-0.0010889065,1,49
132
+ 0.12183370441198349,0.5991811156272888,3.1708374,0.03548441,1,50
133
+ 0.0938994511961937,0.8733916282653809,3.1867685,0.047487535,1,51
134
+ 0.1087791919708252,0.616251528263092,3.1718035,0.04757285,1,52
135
+ 0.15347807109355927,-0.8004313111305237,3.1344976,0.040179804,1,53
136
+ 0.20288929343223572,-0.18604490160942078,3.1148608,0.010405445,1,54
137
+ 0.18045324087142944,0.6232002973556519,3.1216702,0.026032023,1,55
138
+ 0.16200700402259827,0.8420087695121765,3.141631,0.024517624,1,56
139
+ 0.14870168268680573,-0.44077268242836,3.1708412,-0.008612623,1,57
140
+ 0.07925206422805786,-1.0,3.1823435,-0.06655997,1,58
141
+ 0.03957919031381607,-0.522525429725647,3.1802661,-0.108310185,1,59
142
+ 0.09591282904148102,1.0,3.1551878,-0.07705484,1,60
143
+ 0.19569185376167297,0.36643683910369873,3.1265335,0.005930156,1,61
144
+ 0.20711149275302887,-1.0,3.1105843,0.010459764,1,62
145
+ 0.1971607804298401,-0.9636653661727905,3.127795,-0.0031997543,1,63
146
+ 0.11878558993339539,0.6521972417831421,3.1733892,0.035980735,1,64
147
+ 0.07872853428125381,0.9666260480880737,3.1901484,0.05927863,1,65
148
+ 0.11259669065475464,0.4204970896244049,3.174661,0.040897906,1,66
149
+ 0.16184662282466888,-0.5926582217216492,3.1361325,0.03017641,1,67
150
+ 0.19630128145217896,-0.3071066439151764,3.1197815,0.012072735,1,68
151
+ 0.18499106168746948,0.6643434762954712,3.1287792,0.0143852895,1,69
152
+ 0.15464834868907928,0.8458514213562012,3.1506753,0.022831868,1,70
153
+ 0.1376274824142456,-0.4523453712463379,3.1796587,-0.010869381,1,71
154
+ 0.06931948661804199,-1.0,3.1901164,-0.068719625,1,72
155
+ 0.023908600211143494,-0.5990021228790283,3.1876888,-0.11655809,1,73
156
+ 0.06982670724391937,1.0,3.1627471,-0.095581666,1,74
157
+ 0.19440703094005585,0.5221444964408875,3.1332033,-0.00054521445,1,75
158
+ 0.19198355078697205,-1.0,3.1147025,0.0214695,1,76
159
+ 0.18337908387184143,-1.0,3.1269867,0.017789692,1,77
160
+ 0.08799872547388077,0.5878688097000122,3.1716776,0.0684792,1,78
161
+ 0.055734023451805115,0.8672829866409302,3.1924412,0.07998027,1,79
162
+ -0.8562153577804565,-0.9930108189582825,3.3236558,0.86071503,2,0
163
+ -0.9333499073982239,-0.2829166650772095,3.4161263,0.8453792,2,1
164
+ -0.8863247036933899,1.0,3.4582524,0.7562278,2,2
165
+ -0.67262864112854,1.0,3.383941,0.6168432,2,3
166
+ -0.47969144582748413,1.0,3.2653325,0.5425145,2,4
167
+ -0.32017335295677185,-0.7913206815719604,3.207907,0.4404219,2,5
168
+ -0.06221941113471985,-0.8243483901023865,3.231734,0.15864089,2,6
169
+ 0.04646814614534378,1.0,3.2709274,-0.01075994,2,7
170
+ -0.04881522059440613,0.3144363462924957,3.270031,-0.10693976,2,8
171
+ -0.2292180061340332,-1.0,3.2690392,-0.28833437,2,9
172
+ -0.3272739052772522,-1.0,3.2662206,-0.38920885,2,10
173
+ -0.18495908379554749,0.9936478734016418,3.2614343,-0.25168028,2,11
174
+ 0.054471660405397415,0.18483445048332214,3.2406812,-0.033002686,2,12
175
+ 0.1020062267780304,-1.0,3.225705,0.00044438004,2,13
176
+ 0.04499741643667221,-0.151687353849411,3.2390497,0.044108428,2,14
177
+ -0.10366909205913544,1.0,3.262126,0.16969864,2,15
178
+ -0.1916993260383606,0.9952782392501831,3.256699,0.26315576,2,16
179
+ -0.08409982919692993,-0.8793776035308838,3.2187815,0.19347388,2,17
180
+ 0.024229779839515686,0.30909067392349243,3.1860135,0.11791228,2,18
181
+ 0.04749421030282974,-0.03048839047551155,3.189888,0.09077331,2,19
182
+ 0.10869192332029343,1.0,3.2069788,0.012484798,2,20
183
+ 0.08852344006299973,-0.25936582684516907,3.2347054,-0.0049266326,2,21
184
+ 0.0024589449167251587,-1.0,3.2374601,-0.088236436,2,22
185
+ -0.06102858483791351,-0.8701727986335754,3.2257679,-0.16341625,2,23
186
+ -0.017378076910972595,0.9255263805389404,3.1988747,-0.14665888,2,24
187
+ 0.13884180784225464,0.6588733792304993,3.1662295,-0.023084227,2,25
188
+ 0.17343805730342865,-1.0,3.142404,0.012313385,2,26
189
+ 0.17781007289886475,-0.989829421043396,3.144134,0.006211397,2,27
190
+ 0.07526039332151413,0.6430897116661072,3.1834924,0.0694027,2,28
191
+ 0.033599577844142914,0.9022097587585449,3.202588,0.09196786,2,29
192
+ 0.09156624972820282,0.4482479989528656,3.1900706,0.04651864,2,30
193
+ 0.1329098641872406,-0.2775958478450775,3.1558232,0.039422426,2,31
194
+ 0.166291743516922,-0.5129258632659912,3.1442254,0.017638413,2,32
195
+ 0.16962866485118866,0.6599649786949158,3.152348,0.0061788177,2,33
196
+ 0.14692434668540955,0.6267584562301636,3.164491,0.016740238,2,34
197
+ 0.1101684719324112,-0.4288046061992645,3.179859,-0.03812812,2,35
198
+ 0.03324882686138153,-1.0,3.1853552,-0.109551504,2,36
199
+ 0.0011755377054214478,-0.3419747054576874,3.1815999,-0.14538012,2,37
200
+ 0.08757676184177399,1.0,3.1612885,-0.079290256,2,38
201
+ 0.1780141443014145,0.08106041699647903,3.13843,0.011711255,2,39
202
+ 0.18914805352687836,-1.0,3.124322,0.014685523,2,40
203
+ 0.1731264442205429,-0.7325794100761414,3.1443899,0.010639205,2,41
204
+ 0.09995744377374649,0.8412467241287231,3.1828136,0.04538443,2,42
205
+ 0.06728339940309525,1.0,3.1885812,0.07229089,2,43
206
+ 0.13970959186553955,-0.1006978303194046,3.162974,0.0254718,2,44
207
+ 0.18420478701591492,-0.17532825469970703,3.1285949,0.015355861,2,45
208
+ 0.17738226056098938,-0.3355775773525238,3.1288579,0.021915404,2,46
209
+ 0.1845875233411789,0.7478154301643372,3.1435492,1.8785893e-05,2,47
210
+ 0.13943025469779968,0.6507522463798523,3.1659148,0.022810483,2,48
211
+ 0.1141233742237091,-0.8328425288200378,3.1817663,-0.032265875,2,49
212
+ 0.02412852644920349,-1.0,3.1790717,-0.12495533,2,50
213
+ 0.034918151795864105,0.24865467846393585,3.1695354,-0.12370197,2,51
214
+ 0.15501993894577026,0.9544491767883301,3.1427066,-0.03042895,2,52
215
+ 0.20408859848976135,-0.5999239683151245,3.1210387,0.0030282459,2,53
216
+ 0.20681583881378174,-0.7444016337394714,3.1178777,-0.0034619637,2,54
217
+ 0.1477721482515335,-0.5104923248291016,3.1566136,0.023769783,2,55
218
+ 0.09146499633789062,1.0,3.1990697,0.037620787,2,56
219
+ 0.04719610512256622,0.9994562864303589,3.1950793,0.085880086,2,57
220
+ 0.13310843706130981,-0.6396290063858032,3.1554308,0.039616283,2,58
221
+ 0.19448839128017426,-0.0225357748568058,3.1162472,0.017419944,2,59
222
+ 0.16490846872329712,-0.032576270401477814,3.1200087,0.04323835,2,60
223
+ 0.17327982187271118,0.8621079921722412,3.1423028,0.012572944,2,61
224
+ 0.13491368293762207,0.2988894581794739,3.1765409,0.016700981,2,62
225
+ 0.09548597037792206,-0.8820773959159851,3.1957974,-0.036872104,2,63
226
+ 0.014325611293315887,-1.0,3.1920562,-0.12177373,2,64
227
+ 0.05354880541563034,0.7543310523033142,3.1704304,-0.10417629,2,65
228
+ 0.19085970520973206,0.6410589218139648,3.1344893,-0.0028065208,2,66
229
+ 0.21047791838645935,-0.7861572504043579,3.114652,0.0030256754,2,67
230
+ 0.18751096725463867,-1.0,3.12397,-0.016674522,2,68
231
+ 0.14057683944702148,0.11318184435367584,3.1727004,0.014878274,2,69
232
+ 0.08989956974983215,0.8705562949180603,3.2080157,0.030240271,2,70
233
+ 0.0694148987531662,0.9891085624694824,3.2028608,0.055879783,2,71
234
+ 0.11844437569379807,-0.7248678207397461,3.1573267,0.052384444,2,72
235
+ 0.18907855451107025,-0.27901390194892883,3.119079,0.019997852,2,73
236
+ 0.16413047909736633,0.39607754349708557,3.121116,0.042909108,2,74
237
+ 0.15793226659297943,0.8557426333427429,3.142835,0.027388344,2,75
238
+ 0.14679279923439026,0.041746944189071655,3.180519,-0.0008436134,2,76
239
+ 0.07334890961647034,-0.9028551578521729,3.2045069,-0.050299738,2,77
240
+ -0.0020543932914733887,-1.0,3.2029746,-0.12723535,2,78
241
+ 0.04566967487335205,1.0,3.1748538,-0.10763204,2,79
242
+ -0.3318648040294647,1.0,3.2941446,0.3658757,3,0
243
+ -0.06296379864215851,1.0,3.2527764,0.13834293,3,1
244
+ -0.024768445640802383,0.6590076088905334,3.301478,0.051446054,3,2
245
+ -0.08866612613201141,-0.9852021336555481,3.3921056,0.024716066,3,3
246
+ -0.1260029375553131,-1.0,3.4033108,-0.050847672,3,4
247
+ -0.22084756195545197,-1.0,3.343943,-0.20505996,3,5
248
+ -0.2313922941684723,1.0,3.269455,-0.29009286,3,6
249
+ -0.0565190464258194,0.4268653392791748,3.2238245,-0.16085006,3,7
250
+ 0.021124079823493958,-1.0,3.2206082,-0.0864232,3,8
251
+ 0.053947120904922485,-0.594894289970398,3.2587004,-0.015508024,3,9
252
+ -0.1256813257932663,1.0,3.3140447,0.13979213,3,10
253
+ -0.2616805136203766,1.0,3.3235705,0.26626554,3,11
254
+ -0.27972984313964844,0.3639374375343323,3.2856848,0.32220054,3,12
255
+ -0.18701884150505066,-1.0,3.237219,0.27795526,3,13
256
+ -0.02428169548511505,-0.14954039454460144,3.2216144,0.13082285,3,14
257
+ 0.07266354560852051,1.0,3.2188678,0.036624193,3,15
258
+ 0.0599975548684597,0.53203946352005,3.228692,-0.039465908,3,16
259
+ -0.053577154874801636,-1.0,3.245799,-0.13593361,3,17
260
+ -0.11108773946762085,-0.9999989867210388,3.2456703,-0.19357294,3,18
261
+ -0.07871992886066437,-0.02650059014558792,3.2320127,-0.1748627,3,19
262
+ 0.03371019661426544,1.0,3.2020574,-0.09238796,3,20
263
+ 0.13296286761760712,-0.26664355397224426,3.1805954,-0.014597251,3,21
264
+ 0.1482032835483551,-0.991453230381012,3.166869,-0.013083315,3,22
265
+ 0.10868445038795471,-0.057489652186632156,3.1853206,0.034150448,3,23
266
+ 0.028698481619358063,0.8535580635070801,3.210772,0.088685,3,24
267
+ 0.005461923778057098,0.9903807044029236,3.2096539,0.11303974,3,25
268
+ 0.08967247605323792,-0.67671138048172,3.1784532,0.060029835,3,26
269
+ 0.17698751389980316,-0.09264003485441208,3.1493423,0.0018256999,3,27
270
+ 0.15441551804542542,0.25200188159942627,3.1541913,0.019548744,3,28
271
+ 0.1469462662935257,0.7955427169799805,3.1669848,0.0142244585,3,29
272
+ 0.13418403267860413,-0.34973621368408203,3.1860614,-0.007910099,3,30
273
+ 0.05061911791563034,-1.0,3.1901019,-0.08743454,3,31
274
+ 0.0036841481924057007,-0.5048341751098633,3.186422,-0.13804926,3,32
275
+ 0.06678856909275055,0.9195067286491394,3.1686797,-0.092687234,3,33
276
+ 0.17683878540992737,0.35059720277786255,3.1455595,0.0057571805,3,34
277
+ 0.179658442735672,-1.0,3.1280804,0.020416712,3,35
278
+ 0.18807673454284668,-0.9046640992164612,3.1386926,0.0013861613,3,36
279
+ 0.10938158631324768,0.8526070713996887,3.1743364,0.044437494,3,37
280
+ 0.06555498391389847,0.9968360066413879,3.1813006,0.08129989,3,38
281
+ 0.14870603382587433,-0.09029952436685562,3.159984,0.01946537,3,39
282
+ 0.19008077681064606,-0.04847382754087448,3.1274948,0.010579934,3,40
283
+ 0.17626653611660004,-0.43645375967025757,3.1284418,0.023447165,3,41
284
+ 0.1788720339536667,0.659538209438324,3.1432397,-0.0060437447,3,42
285
+ 0.14874118566513062,0.6772304773330688,3.1629324,0.016481936,3,43
286
+ 0.11464033275842667,-0.7153456211090088,3.1764119,-0.037103318,3,44
287
+ 0.02267596125602722,-1.0,3.1734788,-0.13200071,3,45
288
+ 0.03130844235420227,0.20882642269134521,3.1653314,-0.13151571,3,46
289
+ 0.13796335458755493,0.7745223641395569,3.1417978,-0.048394382,3,47
290
+ 0.1944148987531662,-0.3456437587738037,3.1241808,-0.009559831,3,48
291
+ 0.20555943250656128,-0.775664746761322,3.1217198,-0.0008762481,3,49
292
+ 0.16045379638671875,-0.5875813364982605,3.1542983,0.01340342,3,50
293
+ 0.10886815190315247,0.8781604170799255,3.1929204,0.02636692,3,51
294
+ 0.07055295258760452,1.0,3.1909425,0.06666004,3,52
295
+ 0.13006384670734406,-0.30625033378601074,3.156839,0.041252773,3,53
296
+ 0.18905988335609436,-0.31416863203048706,3.119668,0.019427622,3,54
297
+ 0.17940177023410797,-0.01883685030043125,3.1195683,0.029185401,3,55
298
+ 0.1730550080537796,0.8486244678497314,3.1358838,0.019216705,3,56
299
+ 0.14106301963329315,0.4226253926753998,3.164906,0.022186475,3,57
300
+ 0.11119124293327332,-0.8496574759483337,3.185969,-0.030995157,3,58
301
+ 0.030387625098228455,-1.0,3.1854308,-0.11233713,3,59
302
+ 0.06399815529584885,0.5968914031982422,3.1681073,-0.09605009,3,60
303
+ 0.19217127561569214,0.6951190233230591,3.133876,-0.00210815,3,61
304
+ 0.2060040533542633,-0.6741395592689514,3.11412,0.008031457,3,62
305
+ 0.19602809846401215,-0.9622738361358643,3.1213048,-0.010822668,3,63
306
+ 0.149383082985878,-0.1028885617852211,3.1683166,0.01045583,3,64
307
+ 0.0972394049167633,0.8967809081077576,3.2068074,0.024108738,3,65
308
+ 0.0699210837483406,1.0,3.202329,0.055905513,3,66
309
+ 0.12854598462581635,-0.6709651947021484,3.1576207,0.041988865,3,67
310
+ 0.18982185423374176,-0.16800300776958466,3.1171649,0.02116881,3,68
311
+ 0.16332297027111053,0.17080183327198029,3.119598,0.045234635,3,69
312
+ 0.16642630100250244,0.8734787106513977,3.1421149,0.019614335,3,70
313
+ 0.1363135725259781,0.2529892921447754,3.1802454,0.01159655,3,71
314
+ 0.08772996068000793,-0.9111499190330505,3.2046444,-0.03578111,3,72
315
+ 0.013128995895385742,-1.0,3.2015154,-0.113511086,3,73
316
+ 0.055920183658599854,0.7856101393699646,3.1759257,-0.0963096,3,74
317
+ 0.18662412464618683,0.5683422088623047,3.1360476,-0.0054837875,3,75
318
+ 0.20200297236442566,-0.780950129032135,3.1158667,-0.010285882,3,76
319
+ 0.1812906712293625,-0.8918306231498718,3.1283667,-0.018498143,3,77
320
+ 0.13252751529216766,0.01714390516281128,3.1798418,0.015786251,3,78
321
+ 0.0835849791765213,0.8661591410636902,3.2181792,0.026391314,3,79
322
+ -0.9598525762557983,-0.9954633116722107,3.3457892,0.9422189,4,0
323
+ -1.0189969539642334,0.15874017775058746,3.4225972,0.92455536,4,1
324
+ -0.9486784338951111,1.0,3.4271626,0.8496713,4,2
325
+ -0.7236621975898743,1.0,3.3320951,0.71972257,4,3
326
+ -0.5236145257949829,0.5356923937797546,3.223402,0.628368,4,4
327
+ -0.3015614449977875,-1.0,3.1917555,0.43796143,4,5
328
+ -0.05699889361858368,-0.13395428657531738,3.2343683,0.15078609,4,6
329
+ 0.050637319684028625,0.979176938533783,3.273487,-0.004031108,4,7
330
+ -0.10206805169582367,-0.10088029503822327,3.2786298,-0.15159379,4,8
331
+ -0.2749885320663452,-1.0,3.28013,-0.32301414,4,9
332
+ -0.3550907373428345,-1.0,3.2693663,-0.41388,4,10
333
+ -0.2506865859031677,0.9931867122650146,3.2527108,-0.32613128,4,11
334
+ 0.003098413348197937,0.6855747103691101,3.2292166,-0.09584053,4,12
335
+ 0.11515028029680252,-1.0,3.205292,0.00771325,4,13
336
+ 0.07141509652137756,-0.6868674755096436,3.2001965,0.056543916,4,14
337
+ -0.08084070682525635,0.99590665102005,3.2236612,0.18533504,4,15
338
+ -0.1644611954689026,1.0,3.225749,0.2668677,4,16
339
+ -0.040662482380867004,-0.5115107893943787,3.2032378,0.16558023,4,17
340
+ 0.07760639488697052,0.020557744428515434,3.1768389,0.07371025,4,18
341
+ 0.0940420925617218,0.009320646524429321,3.1830475,0.05106589,4,19
342
+ 0.12877178192138672,0.7693954706192017,3.1974018,0.0019819746,4,20
343
+ 0.10515838116407394,0.10158321261405945,3.217643,-0.005354111,4,21
344
+ 0.03748913109302521,-1.0,3.2221112,-0.06855516,4,22
345
+ -0.040231868624687195,-0.9516007900238037,3.210768,-0.1576194,4,23
346
+ 0.010234221816062927,0.8924135565757751,3.1890955,-0.1288258,4,24
347
+ 0.16922180354595184,0.6711544394493103,3.1577044,-0.0012293565,4,25
348
+ 0.17718103528022766,-1.0,3.1348748,0.016099656,4,26
349
+ 0.1869930475950241,-0.9355906844139099,3.136297,-0.0048654885,4,27
350
+ 0.10281340777873993,0.5566290616989136,3.1740887,0.051253393,4,28
351
+ 0.05890054255723953,0.9245979189872742,3.194613,0.074641995,4,29
352
+ 0.099337637424469,0.4810715913772583,3.1833856,0.045432266,4,30
353
+ 0.1475231796503067,-0.4257865846157074,3.149049,0.03158329,4,31
354
+ 0.18249516189098358,-0.37910979986190796,3.1347148,0.010945513,4,32
355
+ 0.17391479015350342,0.6200769543647766,3.1424847,0.0117560625,4,33
356
+ 0.14914512634277344,0.7012149095535278,3.1568737,0.022136692,4,34
357
+ 0.1298947036266327,-0.45315802097320557,3.175545,-0.022715831,4,35
358
+ 0.05261075496673584,-1.0,3.1816804,-0.09386432,4,36
359
+ 0.015071913599967957,-0.38577890396118164,3.1780093,-0.13507433,4,37
360
+ 0.08708877861499786,1.0,3.1566253,-0.08444147,4,38
361
+ 0.19314083456993103,0.18548397719860077,3.132716,0.0022987425,4,39
362
+ 0.20190368592739105,-1.0,3.1176758,0.008576046,4,40
363
+ 0.19157326221466064,-0.8453164100646973,3.135541,0.0010412922,4,41
364
+ 0.11405912041664124,0.8050602078437805,3.1754282,0.03866824,4,42
365
+ 0.07497715950012207,1.0,3.1840258,0.06915259,4,43
366
+ 0.14995403587818146,-0.07036790996789932,3.1611102,0.017091319,4,44
367
+ 0.18515819311141968,-0.05970580875873566,3.1267078,0.016289534,4,45
368
+ 0.17869754135608673,-0.5228298902511597,3.1254473,0.024010701,4,46
369
+ 0.18517901003360748,0.7771654725074768,3.1393657,-0.0036108377,4,47
370
+ 0.14710722863674164,0.6487034559249878,3.1595244,0.021523844,4,48
371
+ 0.12637819349765778,-0.5384079217910767,3.176986,-0.024791345,4,49
372
+ 0.056514471769332886,-1.0,3.1800995,-0.09154156,4,50
373
+ 0.03356042504310608,-0.221516415476799,3.1745574,-0.120037645,4,51
374
+ 0.118729367852211,1.0,3.1508965,-0.058529597,4,52
375
+ 0.18961527943611145,-0.03722440078854561,3.1274996,0.011040653,4,53
376
+ 0.19977426528930664,-0.9109460115432739,3.117134,0.0112471515,4,54
377
+ 0.17488516867160797,-0.80738365650177,3.1438878,0.009382592,4,55
378
+ 0.10767903923988342,0.8480013608932495,3.1867025,0.03377399,4,56
379
+ 0.07096540182828903,1.0,3.1917398,0.06545032,4,57
380
+ 0.13486044108867645,-0.04651819169521332,3.1651275,0.028167555,4,58
381
+ 0.18423044681549072,-0.3110102713108063,3.1276617,0.016263371,4,59
382
+ 0.18749471008777618,-0.2811228334903717,3.1238267,0.016834069,4,60
383
+ 0.18935197591781616,0.7700096368789673,3.1383636,-0.00043994308,4,61
384
+ 0.1442306637763977,0.7237052321434021,3.164151,0.019773895,4,62
385
+ 0.11720000207424164,-0.7739546298980713,3.1864502,-0.024505269,4,63
386
+ 0.03989509493112564,-1.0,3.1870556,-0.101204835,4,64
387
+ 0.03668603301048279,-0.02552325651049614,3.1778905,-0.113578945,4,65
388
+ 0.1311187446117401,1.0,3.1499767,-0.04706005,4,66
389
+ 0.19867362082004547,-0.3147714138031006,3.1262085,-0.0032733553,4,67
390
+ 0.20444202423095703,-0.7527210116386414,3.1204712,-0.0032422575,4,68
391
+ 0.15613429248332977,-0.7155292630195618,3.1542332,0.017788013,4,69
392
+ 0.09341534972190857,0.8593557476997375,3.1990817,0.035658505,4,70
393
+ 0.06900770217180252,0.847260057926178,3.2019103,0.057237558,4,71
394
+ 0.13147607445716858,0.034342389553785324,3.17293,0.023749437,4,72
395
+ 0.1652154177427292,-0.2706603407859802,3.1376832,0.02525695,4,73
396
+ 0.17413215339183807,-0.2771628499031067,3.134734,0.01928945,4,74
397
+ 0.1727241575717926,0.6931159496307373,3.1479373,-0.0074940627,4,75
398
+ 0.13925771415233612,0.7850081324577332,3.1723268,0.016570995,4,76
399
+ 0.11186669021844864,-0.8547419309616089,3.1917102,-0.024578596,4,77
400
+ 0.030601225793361664,-1.0,3.188114,-0.109440364,4,78
401
+ 0.033395081758499146,0.022441977635025978,3.179535,-0.11522552,4,79
402
+ -1.0737531185150146,1.0,3.3307116,1.071197,5,0
403
+ -0.9043054580688477,1.0,3.239524,0.9929371,5,1
404
+ -0.6169564127922058,-0.48058632016181946,3.178601,0.7665109,5,2
405
+ -0.24671649932861328,-0.8026607036590576,3.1953938,0.37947822,5,3
406
+ -0.015580855309963226,0.9066786766052246,3.2407384,0.10299798,5,4
407
+ 0.056627679616212845,1.0,3.2620153,-0.009512496,5,5
408
+ -0.11324764788150787,-1.0,3.272539,-0.16886427,5,6
409
+ -0.2245599329471588,-1.0,3.2643557,-0.2883598,5,7
410
+ -0.19159826636314392,-0.34025153517723083,3.249054,-0.27069983,5,8
411
+ -0.06740504503250122,1.0,3.2211778,-0.17438275,5,9
412
+ 0.09312707185745239,0.12544941902160645,3.199677,-0.035351455,5,10
413
+ 0.12458948791027069,-1.0,3.1878881,0.015677888,5,11
414
+ 0.045137181878089905,-0.23181554675102234,3.201887,0.08113144,5,12
415
+ -0.079316645860672,0.8946284055709839,3.2258937,0.18157843,5,13
416
+ -0.12362824380397797,0.9526719450950623,3.2238827,0.22790109,5,14
417
+ -0.005581766366958618,-0.7080188989639282,3.1942022,0.1395351,5,15
418
+ 0.11144541203975677,0.04949004203081131,3.1663373,0.050372858,5,16
419
+ 0.11872407048940659,0.1563596874475479,3.1722848,0.037146606,5,17
420
+ 0.1358158439397812,0.8529568910598755,3.1872985,0.005041138,5,18
421
+ 0.10911586135625839,-0.2930334806442261,3.2088518,-0.010187844,5,19
422
+ 0.033621467649936676,-1.0,3.210721,-0.083813034,5,20
423
+ -0.02014683187007904,-0.6921013593673706,3.2039049,-0.14439748,5,21
424
+ 0.02846839278936386,0.8972458243370056,3.184378,-0.115309216,5,22
425
+ 0.16499096155166626,0.5644118785858154,3.1588202,-0.0043444056,5,23
426
+ 0.16896530985832214,-1.0,3.1379638,0.02122643,5,24
427
+ 0.18513919413089752,-1.0,3.1414287,-0.0015876156,5,25
428
+ 0.1009427011013031,0.8088367581367493,3.1764314,0.050781403,5,26
429
+ 0.05118171125650406,1.0,3.1864154,0.09055837,5,27
430
+ 0.13085731863975525,0.042145393788814545,3.1697369,0.027561335,5,28
431
+ 0.17962630093097687,-0.1261952668428421,3.1382244,0.010304856,5,29
432
+ 0.17232602834701538,-0.3886156678199768,3.1368475,0.018981986,5,30
433
+ 0.17733781039714813,0.5985128283500671,3.1504908,-0.00032695322,5,31
434
+ 0.14284470677375793,0.6458346843719482,3.167934,0.01737687,5,32
435
+ 0.11633243411779404,-0.63863605260849,3.1807206,-0.031102514,5,33
436
+ 0.029795393347740173,-1.0,3.1789005,-0.119459644,5,34
437
+ 0.02761980891227722,0.07985194027423859,3.1719496,-0.12858608,5,35
438
+ 0.12739618122577667,0.8109124898910522,3.1505284,-0.0502309,5,36
439
+ 0.18821075558662415,-0.17484740912914276,3.1327057,0.007239067,5,37
440
+ 0.190556138753891,-0.933428943157196,3.1264172,0.011182216,5,38
441
+ 0.1572030484676361,-0.5080959796905518,3.1538727,0.01707974,5,39
442
+ 0.09974092990159988,0.8405683040618896,3.189616,0.038798623,5,40
443
+ 0.0739436149597168,1.0,3.1901364,0.06407547,5,41
444
+ 0.14083115756511688,-0.28176555037498474,3.1584952,0.028829176,5,42
445
+ 0.19157367944717407,-0.19848434627056122,3.124042,0.012539799,5,43
446
+ 0.17900808155536652,-0.16106288135051727,3.1260648,0.02308266,5,44
447
+ 0.18167448043823242,0.8007538318634033,3.1420937,0.004387385,5,45
448
+ 0.1425229161977768,0.48233699798583984,3.1676726,0.017959962,5,46
449
+ 0.10117955505847931,-0.940660297870636,3.1837065,-0.043269444,5,47
450
+ 0.0067529380321502686,-1.0,3.1799915,-0.1414111,5,48
451
+ 0.05128765106201172,0.7171275615692139,3.1640446,-0.11282325,5,49
452
+ 0.19488781690597534,0.7131296396255493,3.1324334,0.00083428284,5,50
453
+ 0.20560994744300842,-0.8325827121734619,3.112296,0.010249468,5,51
454
+ 0.18991678953170776,-1.0,3.1195192,-0.018719489,5,52
455
+ 0.14794091880321503,0.14582936465740204,3.165691,0.014523694,5,53
456
+ 0.09115515649318695,0.9278795719146729,3.1998398,0.03716053,5,54
457
+ 0.06354518979787827,0.9760334491729736,3.1939669,0.07064346,5,55
458
+ 0.11686406284570694,-0.8501976728439331,3.1507723,0.06051912,5,56
459
+ 0.19427794218063354,-0.2573384642601013,3.112988,0.020889577,5,57
460
+ 0.16498209536075592,0.4836425483226776,3.115164,0.048009384,5,58
461
+ 0.15963143110275269,0.8592989444732666,3.1370502,0.031473942,5,59
462
+ 0.1503349244594574,0.00035880343057215214,3.175924,0.0018965262,5,60
463
+ 0.0768222063779831,-1.0,3.2001727,-0.05116065,5,61
464
+ -0.009590193629264832,-1.0,3.198539,-0.1392067,5,62
465
+ 0.020024672150611877,1.0,3.1708293,-0.13730155,5,63
466
+ 0.17042629420757294,0.7678314447402954,3.1306121,-0.027117083,5,64
467
+ 0.20783446729183197,-1.0,3.1059444,-0.014376659,5,65
468
+ 0.20175786316394806,-1.0,3.1115656,-0.014832068,5,66
469
+ 0.12704050540924072,0.08308769017457962,3.1644058,0.036709193,5,67
470
+ 0.0759022980928421,0.9997020959854126,3.2059982,0.04625504,5,68
471
+ 0.06261953711509705,0.958869993686676,3.201472,0.06406394,5,69
472
+ 0.13230633735656738,-0.8236227035522461,3.1538782,0.04197097,5,70
473
+ 0.20463424921035767,-0.2284487634897232,3.1136553,0.009865941,5,71
474
+ 0.17213822901248932,0.3940029740333557,3.1169353,0.039082035,5,72
475
+ 0.15815381705760956,0.929909884929657,3.141932,0.028069695,5,73
476
+ 0.13824087381362915,-0.029730265960097313,3.1820328,0.007881826,5,74
477
+ 0.07577016949653625,-1.0,3.2041724,-0.04821297,5,75
478
+ -0.008173033595085144,-1.0,3.2023396,-0.1339889,5,76
479
+ 0.022111117839813232,1.0,3.174176,-0.13186842,5,77
480
+ 0.17079734802246094,0.7532210946083069,3.1334827,-0.023875482,5,78
481
+ 0.20490795373916626,-1.0,3.108539,-0.014708457,5,79
482
+ -0.46889564394950867,1.0,3.3045254,0.4925258,6,0
483
+ -0.13714872300624847,0.48382368683815,3.2442033,0.22110091,6,1
484
+ 0.011760126799345016,0.8561548590660095,3.2604187,0.055976737,6,2
485
+ -0.048683978617191315,-0.35122254490852356,3.3478496,0.02898989,6,3
486
+ -0.11826096475124359,-1.0,3.3920178,-0.05439864,6,4
487
+ -0.2274470329284668,-1.0,3.3560998,-0.1995027,6,5
488
+ -0.3047761917114258,0.021391088142991066,3.2915754,-0.34135628,6,6
489
+ -0.21058601140975952,1.0,3.250047,-0.28869456,6,7
490
+ -0.04157504439353943,-0.3413345515727997,3.238252,-0.13147864,6,8
491
+ 0.04892902076244354,-1.0,3.2405248,-0.038701728,6,9
492
+ -0.06395474076271057,0.46937158703804016,3.271162,0.120948225,6,10
493
+ -0.26125845313072205,1.0,3.2934146,0.29599938,6,11
494
+ -0.33614227175712585,0.7837280631065369,3.2783937,0.38590404,6,12
495
+ -0.24126854538917542,-1.0,3.2337134,0.33571067,6,13
496
+ -0.04891060292720795,-0.31070515513420105,3.206154,0.17091201,6,14
497
+ 0.03558511286973953,1.0,3.2008536,0.09171682,6,15
498
+ 0.07438482344150543,0.8962846994400024,3.2108667,0.042904004,6,16
499
+ 0.050390396267175674,-0.8348234295845032,3.2373538,-0.04041132,6,17
500
+ -0.014273785054683685,-1.0,3.246516,-0.09591331,6,18
501
+ -0.018119893968105316,-0.5583056211471558,3.2395036,-0.10677179,6,19
502
+ 0.040718212723731995,1.0,3.2063851,-0.08105217,6,20
503
+ 0.15084344148635864,0.24376370012760162,3.1759453,-0.0013667995,6,21
504
+ 0.169592022895813,-1.0,3.1578972,0.00066626054,6,22
505
+ 0.15250331163406372,-0.7348974347114563,3.1727605,-0.0028917186,6,23
506
+ 0.06339721381664276,0.9341715574264526,3.209305,0.055453252,6,24
507
+ 0.027596503496170044,0.8623726963996887,3.2143233,0.08623573,6,25
508
+ 0.09059758484363556,0.13517649471759796,3.1907964,0.046761554,6,26
509
+ 0.1478813886642456,-0.4999077320098877,3.1567767,0.023497464,6,27
510
+ 0.16551266610622406,-0.025545956566929817,3.1519964,0.010646473,6,28
511
+ 0.15270721912384033,0.6964821219444275,3.1622117,0.0132366475,6,29
512
+ 0.13825389742851257,0.41105905175209045,3.1794345,0.010467082,6,30
513
+ 0.0771244466304779,-1.0,3.191569,-0.059461985,6,31
514
+ -0.02682839334011078,-1.0,3.187932,-0.1670519,6,32
515
+ 0.01496829092502594,0.7564026117324829,3.174027,-0.13916026,6,33
516
+ 0.171566903591156,0.7899909019470215,3.1453333,-0.011255322,6,34
517
+ 0.19369755685329437,-0.9356608390808105,3.1234648,0.01099314,6,35
518
+ 0.19626034796237946,-0.9390081167221069,3.1239166,-0.007978547,6,36
519
+ 0.12204331904649734,0.2314223349094391,3.1649127,0.041199498,6,37
520
+ 0.07407988607883453,0.9350992441177368,3.1960797,0.0579959,6,38
521
+ 0.0638619139790535,0.917242169380188,3.1898189,0.074474744,6,39
522
+ 0.12349893152713776,-0.8206371068954468,3.1487916,0.055865034,6,40
523
+ 0.19570426642894745,-0.23652242124080658,3.1172802,0.015171001,6,41
524
+ 0.16849729418754578,0.470535546541214,3.1216893,0.0379689,6,42
525
+ 0.15690238773822784,0.8918147087097168,3.1406374,0.030615738,6,43
526
+ 0.1506718546152115,-0.2812410295009613,3.1713288,-0.006154883,6,44
527
+ 0.07014598697423935,-0.9335877299308777,3.18717,-0.0708395,6,45
528
+ 0.008819550275802612,-0.7826123237609863,3.1867545,-0.1325815,6,46
529
+ 0.0493617057800293,1.0,3.1632042,-0.11558962,6,47
530
+ 0.18657685816287994,0.5792187452316284,3.131219,-0.010359747,6,48
531
+ 0.21269339323043823,-1.0,3.110751,0.004711207,6,49
532
+ 0.20723554491996765,-1.0,3.1188262,-0.002093822,6,50
533
+ 0.12082629650831223,0.39942631125450134,3.1646721,0.042657085,6,51
534
+ 0.08005954325199127,0.9682709574699402,3.192034,0.05606197,6,52
535
+ 0.09521433711051941,0.7109754085540771,3.1825616,0.05037955,6,53
536
+ 0.15299150347709656,-0.7121540307998657,3.1416707,0.033493318,6,54
537
+ 0.20341765880584717,-0.267694354057312,3.1154377,0.009300105,6,55
538
+ 0.1801784783601761,0.5018337368965149,3.1219249,0.02605216,6,56
539
+ 0.15856324136257172,0.902448296546936,3.1434903,0.026101956,6,57
540
+ 0.14890940487384796,-0.2946140766143799,3.17513,-0.004116223,6,58
541
+ 0.0775788426399231,-0.9224100112915039,3.1897595,-0.06081718,6,59
542
+ 0.015600897371768951,-0.8326149582862854,3.1893768,-0.12317779,6,60
543
+ 0.04822423309087753,1.0,3.1652944,-0.114636876,6,61
544
+ 0.18725983798503876,0.6516922116279602,3.1323004,-0.008595302,6,62
545
+ 0.20952385663986206,-1.0,3.110719,0.007912701,6,63
546
+ 0.20836997032165527,-1.0,3.1173503,0.0024352015,6,64
547
+ 0.11262907087802887,0.3524790406227112,3.163985,0.051541436,6,65
548
+ 0.0754348486661911,0.9171750545501709,3.1940684,0.058652233,6,66
549
+ 0.09247037768363953,0.7837058305740356,3.1873822,0.048302922,6,67
550
+ 0.14711731672286987,-0.662905216217041,3.1476092,0.033428967,6,68
551
+ 0.20142336189746857,-0.3054371476173401,3.119857,0.006875082,6,69
552
+ 0.17533759772777557,0.48887899518013,3.1257553,0.027062612,6,70
553
+ 0.15927976369857788,0.794280469417572,3.1457512,0.023124518,6,71
554
+ 0.1447666883468628,-0.13054817914962769,3.1771486,-0.0062402426,6,72
555
+ 0.07272631675004959,-1.0,3.19357,-0.061859302,6,73
556
+ 0.0009000152349472046,-0.8239287734031677,3.1914246,-0.1358309,6,74
557
+ 0.0426323264837265,0.9999989867210388,3.1681492,-0.11737396,6,75
558
+ 0.18969032168388367,0.6825447678565979,3.1348755,-0.0035896595,6,76
559
+ 0.19609196484088898,-1.0,3.1125407,0.019522829,6,77
560
+ 0.19240424036979675,-1.0,3.1184301,0.017321145,6,78
561
+ 0.09912630915641785,0.2938154637813568,3.165847,0.063182145,6,79
562
+ -0.7567868232727051,1.0,3.3118143,-0.77312803,7,0
563
+ -0.8507686853408813,0.8143740296363831,3.4027777,-0.77614653,7,1
564
+ -0.8350521326065063,-1.0,3.4831157,-0.680092,7,2
565
+ -0.6468398571014404,-1.0,3.435777,-0.5392184,7,3
566
+ -0.4107360541820526,-1.0,3.324304,-0.41458747,7,4
567
+ -0.17478066682815552,0.9013484716415405,3.235792,-0.26714426,7,5
568
+ 0.04995667189359665,-0.02926585078239441,3.2224622,-0.05573667,7,6
569
+ 0.030010879039764404,-1.0,3.2667596,-0.031385005,7,7
570
+ -0.04412638023495674,0.409527450799942,3.327784,0.044497836,7,8
571
+ -0.2252940982580185,1.0,3.344159,0.20929073,7,9
572
+ -0.31650039553642273,1.0,3.323903,0.32075283,7,10
573
+ -0.3209272027015686,-0.26667675375938416,3.287491,0.36159164,7,11
574
+ -0.1703914999961853,-1.0,3.2741134,0.2244336,7,12
575
+ -0.003806367516517639,0.36415350437164307,3.276035,0.055926815,7,13
576
+ 0.05261287838220596,1.0,3.2656124,-0.0099302735,7,14
577
+ -0.08068092167377472,-1.0,3.2538617,-0.15497477,7,15
578
+ -0.23781022429466248,-1.0,3.2466006,-0.3193651,7,16
579
+ -0.23385390639305115,-0.16015589237213135,3.2533891,-0.3086203,7,17
580
+ -0.10715170204639435,1.0,3.2474747,-0.18783255,7,18
581
+ 0.06082889810204506,0.00906330905854702,3.2287805,-0.03854611,7,19
582
+ 0.1085512787103653,-1.0,3.202953,0.016651135,7,20
583
+ 0.01680905371904373,0.19356884062290192,3.2004235,0.110922985,7,21
584
+ -0.12462981045246124,1.0,3.20806,0.2447253,7,22
585
+ -0.11628012359142303,0.30141404271125793,3.2029028,0.24153285,7,23
586
+ 0.015455886721611023,-0.4376715123653412,3.1837611,0.12893851,7,24
587
+ 0.09764797240495682,0.09490594267845154,3.174488,0.056019478,7,25
588
+ 0.11279498785734177,0.518433690071106,3.1808593,0.034501202,7,26
589
+ 0.10872705280780792,0.5423919558525085,3.193898,0.025530504,7,27
590
+ 0.11221790313720703,-0.7328968644142151,3.2072406,-0.008697037,7,28
591
+ 0.03516519069671631,-1.0,3.2010858,-0.09190452,7,29
592
+ 0.03005252033472061,0.11029642820358276,3.18763,-0.11047306,7,30
593
+ 0.14248715341091156,1.0,3.1615853,-0.024083039,7,31
594
+ 0.1696501225233078,-0.5734301209449768,3.1386578,0.019847589,7,32
595
+ 0.17810101807117462,-1.0,3.1309404,-0.01911406,7,33
596
+ 0.16201001405715942,-0.0884513258934021,3.161204,0.0049413964,7,34
597
+ 0.09061601758003235,0.9950061440467834,3.1924088,0.0451307,7,35
598
+ 0.06405413895845413,0.8628696203231812,3.1875937,0.07650768,7,36
599
+ 0.13202941417694092,-0.6216952204704285,3.149442,0.046684146,7,37
600
+ 0.19885431230068207,-0.2679307758808136,3.1158855,0.013415711,7,38
601
+ 0.17798736691474915,0.35024064779281616,3.1194239,0.030744288,7,39
602
+ 0.1784127652645111,0.7634767293930054,3.1369193,0.012823498,7,40
603
+ 0.15973255038261414,0.19161131978034973,3.1681118,0.00031116084,7,41
604
+ 0.10286228358745575,-1.0,3.1877768,-0.03751643,7,42
605
+ 0.02463442087173462,-0.996744692325592,3.1838117,-0.11970943,7,43
606
+ 0.07668551802635193,0.9986358880996704,3.1591568,-0.0923132,7,44
607
+ 0.1957695335149765,0.5638940334320068,3.1214507,0.010935317,7,45
608
+ 0.22607707977294922,-0.919829785823822,3.1006582,-0.0014202528,7,46
609
+ 0.192719966173172,-1.0,3.111396,-0.024039483,7,47
610
+ 0.15127801895141602,0.3360272943973541,3.1596816,0.017195938,7,48
611
+ 0.09760318696498871,0.9133870005607605,3.1906602,0.039892092,7,49
612
+ 0.09340064227581024,0.7734413743019104,3.1834567,0.05129822,7,50
613
+ 0.1449681967496872,-0.764245867729187,3.1414099,0.041777447,7,51
614
+ 0.20518216490745544,-0.2561012804508209,3.1107314,0.012241989,7,52
615
+ 0.17883536219596863,0.5492664575576782,3.1150048,0.03431537,7,53
616
+ 0.17124813795089722,0.7881754040718079,3.136346,0.020561272,7,54
617
+ 0.15057264268398285,-0.020906632766127586,3.172221,-0.0053619337,7,55
618
+ 0.09047241508960724,-0.9687020778656006,3.1944253,-0.04325776,7,56
619
+ 0.01303546130657196,-0.9798279404640198,3.1919885,-0.12313159,7,57
620
+ 0.04372309893369675,0.9966022968292236,3.165147,-0.11928535,7,58
621
+ 0.1913636177778244,0.7496144771575928,3.126624,-0.010167799,7,59
622
+ 0.2248743176460266,-0.9965893626213074,3.1028671,0.0004140669,7,60
623
+ 0.21425031125545502,-1.0,3.1090503,-0.0048549394,7,61
624
+ 0.12312185019254684,0.13650798797607422,3.1607502,0.044283517,7,62
625
+ 0.07440220564603806,0.98143070936203,3.2001584,0.053594954,7,63
626
+ 0.07333838939666748,0.8683065176010132,3.194912,0.059905175,7,64
627
+ 0.1419399082660675,-0.7320311665534973,3.1496587,0.036556937,7,65
628
+ 0.20700372755527496,-0.2569367289543152,3.1131194,0.008032432,7,66
629
+ 0.1801886260509491,0.40359336137771606,3.117407,0.030559806,7,67
630
+ 0.16416522860527039,0.9073663949966431,3.141753,0.022237334,7,68
631
+ 0.14586986601352692,-0.08276998996734619,3.1793625,-0.0029231217,7,69
632
+ 0.07166093587875366,-0.9002756476402283,3.2005267,-0.055967864,7,70
633
+ -0.0036745965480804443,-1.0,3.1990151,-0.13281497,7,71
634
+ 0.029158815741539,1.0,3.1720788,-0.12691785,7,72
635
+ 0.17951297760009766,0.6753921508789062,3.1330402,-0.015602357,7,73
636
+ 0.20842522382736206,-1.0,3.109738,-0.0099921785,7,74
637
+ 0.19028045237064362,-1.0,3.1179278,-0.019947274,7,75
638
+ 0.13182713091373444,0.20989929139614105,3.1697912,0.026537165,7,76
639
+ 0.08035120368003845,1.0,3.2063243,0.04147998,7,77
640
+ 0.06310728937387466,0.9308707118034363,3.1996906,0.06535765,7,78
641
+ 0.12491554021835327,-0.8915563821792603,3.1525912,0.050648745,7,79
642
+ -0.25766628980636597,1.0,3.2982373,0.28758448,8,0
643
+ -0.008097343146800995,0.9837561845779419,3.2597706,0.07648223,8,1
644
+ -0.004105759784579277,0.727608323097229,3.3161142,0.01614709,8,2
645
+ -0.10275813937187195,-1.0,3.413104,0.017809603,8,3
646
+ -0.12578581273555756,-1.0,3.421396,-0.03254531,8,4
647
+ -0.18019221723079681,-1.0,3.3544095,-0.15393828,8,5
648
+ -0.15858213603496552,1.0,3.2732284,-0.21350925,8,6
649
+ 0.014733754098415375,0.2986084520816803,3.228104,-0.08531765,8,7
650
+ 0.0569373220205307,-0.9761713743209839,3.2336907,-0.037527457,8,8
651
+ 0.02972932904958725,-0.4068557322025299,3.2766008,0.02182535,8,9
652
+ -0.1673315316438675,1.0,3.3321044,0.1633826,8,10
653
+ -0.28113991022109985,1.0,3.3346438,0.2746516,8,11
654
+ -0.287075400352478,0.28407686948776245,3.2922733,0.32295763,8,12
655
+ -0.17744198441505432,-1.0,3.2479706,0.25762692,8,13
656
+ -0.008379742503166199,-0.049143459647893906,3.236915,0.09962015,8,14
657
+ 0.08347403258085251,1.0,3.2352066,0.009474878,8,15
658
+ 0.00704212486743927,0.22363263368606567,3.2433875,-0.07772593,8,16
659
+ -0.10688512027263641,-1.0,3.2550728,-0.1799678,8,17
660
+ -0.15866541862487793,-1.0,3.2534056,-0.23341537,8,18
661
+ -0.1119174212217331,0.2688945531845093,3.2379055,-0.20216744,8,19
662
+ 0.04045818746089935,1.0,3.2100604,-0.07763697,8,20
663
+ 0.133470818400383,-0.5805264115333557,3.187827,0.0068575838,8,21
664
+ 0.15034088492393494,-1.0,3.1746554,0.003159199,8,22
665
+ 0.05546330660581589,0.4445039927959442,3.1945941,0.078098066,8,23
666
+ -0.03687433898448944,0.9999989867210388,3.209649,0.15538077,8,24
667
+ -0.014130756258964539,0.4413159191608429,3.2021463,0.14013998,8,25
668
+ 0.08548252284526825,-0.5922538638114929,3.1733828,0.069290236,8,26
669
+ 0.15914036333560944,-0.13066348433494568,3.159912,0.00910304,8,27
670
+ 0.14965428411960602,0.7420129776000977,3.1658592,0.012642006,8,28
671
+ 0.12491624057292938,0.5761628150939941,3.1799114,0.023327906,8,29
672
+ 0.09402800351381302,-0.9358448386192322,3.1939983,-0.040129177,8,30
673
+ -0.00021360814571380615,-1.0,3.1916444,-0.1367247,8,31
674
+ 0.013488203287124634,0.2910926342010498,3.180907,-0.1337603,8,32
675
+ 0.1386486291885376,1.0,3.154248,-0.035258885,8,33
676
+ 0.18611115217208862,-0.6280413269996643,3.1319208,0.010123544,8,34
677
+ 0.19040986895561218,-1.0,3.125423,-0.012322691,8,35
678
+ 0.14635008573532104,-0.11033250391483307,3.1595068,0.022298627,8,36
679
+ 0.0773492306470871,1.0,3.1942806,0.056525663,8,37
680
+ 0.05208507925271988,0.9327225089073181,3.1906543,0.08541616,8,38
681
+ 0.12431198358535767,-0.6657710075378418,3.1511366,0.052706897,8,39
682
+ 0.18942487239837646,-0.2062336802482605,3.1165411,0.022189502,8,40
683
+ 0.17053720355033875,0.1903054416179657,3.1210449,0.036573432,8,41
684
+ 0.16592131555080414,0.9670977592468262,3.1397362,0.02249802,8,42
685
+ 0.14672142267227173,0.006966548506170511,3.1698773,0.011556806,8,43
686
+ 0.0880763977766037,-1.0,3.1850603,-0.055018853,8,44
687
+ 0.012537211179733276,-0.9041342735290527,3.1834025,-0.13221577,8,45
688
+ 0.06254696100950241,0.9998588562011719,3.160348,-0.10526062,8,46
689
+ 0.20167745649814606,0.5676162242889404,3.1250916,-0.001386501,8,47
690
+ 0.21461497247219086,-0.9969497323036194,3.104356,-0.00918449,8,48
691
+ 0.18221330642700195,-0.9866794347763062,3.1145854,-0.03135682,8,49
692
+ 0.15068668127059937,0.4109468162059784,3.1615539,0.015914975,8,50
693
+ 0.09679411351680756,0.9344463348388672,3.1901042,0.041257158,8,51
694
+ 0.10123968124389648,0.6633453369140625,3.1816783,0.04523754,8,52
695
+ 0.14742541313171387,-0.6740160584449768,3.1410525,0.03967762,8,53
696
+ 0.19535797834396362,-0.295930951833725,3.1143508,0.018446743,8,54
697
+ 0.17687419056892395,0.5469560027122498,3.1198883,0.031393018,8,55
698
+ 0.16183364391326904,0.8566286563873291,3.1407886,0.025533313,8,56
699
+ 0.15008726716041565,-0.16242535412311554,3.173632,-0.0044363425,8,57
700
+ 0.08675330132246017,-0.9157100915908813,3.1918366,-0.04956562,8,58
701
+ 0.01837923377752304,-0.9267246723175049,3.190589,-0.11918733,8,59
702
+ 0.0488341748714447,1.0,3.1645093,-0.11481205,8,60
703
+ 0.19082379341125488,0.6797171235084534,3.128059,-0.009272817,8,61
704
+ 0.22169430553913116,-1.0,3.105822,-0.00063913077,8,62
705
+ 0.20638442039489746,-1.0,3.1134577,-0.00831342,8,63
706
+ 0.12829627096652985,0.20257221162319183,3.164275,0.035584312,8,64
707
+ 0.08290454745292664,1.0,3.2000608,0.045190122,8,65
708
+ 0.07587070763111115,0.8906099796295166,3.1931527,0.05913214,8,66
709
+ 0.13487586379051208,-0.7905963659286499,3.1479077,0.045371912,8,67
710
+ 0.19780293107032776,-0.2783324122428894,3.112359,0.017993532,8,68
711
+ 0.1643504500389099,0.4766385853290558,3.1163776,0.047427483,8,69
712
+ 0.16018357872962952,0.7823512554168701,3.1384768,0.029495088,8,70
713
+ 0.1510518342256546,0.037601321935653687,3.175778,-0.0013257664,8,71
714
+ 0.08163835108280182,-0.9724434018135071,3.1989095,-0.04760764,8,72
715
+ -0.00323525071144104,-1.0,3.1973088,-0.13408199,8,73
716
+ 0.03033478558063507,1.0,3.1713488,-0.12647192,8,74
717
+ 0.18615153431892395,0.7726438641548157,3.132524,-0.009479975,8,75
718
+ 0.2152257263660431,-1.0,3.1077232,0.0052065616,8,76
719
+ 0.21559715270996094,-1.0,3.111922,0.0006363438,8,77
720
+ 0.11650873720645905,0.12784351408481598,3.1630383,0.048608523,8,78
721
+ 0.07118156552314758,1.0,3.2020192,0.054954737,8,79
722
+ -0.9191182851791382,-1.0,3.333821,0.91345274,9,0
723
+ -0.988603413105011,0.05557924881577492,3.4197583,0.8970006,9,1
724
+ -0.9285027980804443,1.0,3.4335191,0.8231392,9,2
725
+ -0.7122540473937988,1.0,3.3460913,0.6943183,9,3
726
+ -0.5239724516868591,0.7179621458053589,3.2344506,0.6176774,9,4
727
+ -0.3502123951911926,-0.7865337133407593,3.1972215,0.4811464,9,5
728
+ -0.10151451826095581,-0.6371040940284729,3.2380517,0.19161838,9,6
729
+ 0.046958282589912415,1.0,3.277103,0.0040942864,9,7
730
+ -0.06371413171291351,0.18585065007209778,3.2736893,-0.11818038,9,8
731
+ -0.24177581071853638,-1.0,3.268731,-0.3012002,9,9
732
+ -0.3306378424167633,-0.9945465326309204,3.2596478,-0.3991455,9,10
733
+ -0.20124810934066772,0.9995415210723877,3.252324,-0.27707952,9,11
734
+ 0.04423409700393677,0.39995309710502625,3.2324,-0.05152148,9,12
735
+ 0.10551003366708755,-1.0,3.2128692,0.009776315,9,13
736
+ 0.06185594201087952,-0.41687721014022827,3.2176821,0.048617452,9,14
737
+ -0.07997110486030579,1.0,3.2411602,0.16696647,9,15
738
+ -0.16031944751739502,1.0,3.2396681,0.24880683,9,16
739
+ -0.044782474637031555,-0.6880586743354797,3.2093828,0.16355522,9,17
740
+ 0.07301216572523117,0.08811535686254501,3.1788495,0.07629389,9,18
741
+ 0.08431223034858704,0.13053253293037415,3.184082,0.059761252,9,19
742
+ 0.12364573031663895,0.785033643245697,3.199635,0.0048747617,9,20
743
+ 0.08746306598186493,-0.0908188447356224,3.2235699,-0.017122583,9,21
744
+ 0.013143397867679596,-1.0,3.2286932,-0.08631887,9,22
745
+ -0.05954571068286896,-0.8885850310325623,3.2165258,-0.17117544,9,23
746
+ -0.005683109164237976,0.9932332634925842,3.1911757,-0.14266293,9,24
747
+ 0.153013676404953,0.5528721809387207,3.1587744,-0.016367473,9,25
748
+ 0.18599393963813782,-1.0,3.1362307,0.0059308726,9,26
749
+ 0.18280018866062164,-0.9828086495399475,3.1408708,-0.00448452,9,27
750
+ 0.09448708593845367,0.6758683919906616,3.180769,0.052899465,9,28
751
+ 0.0456819087266922,0.9672328233718872,3.1977594,0.08471422,9,29
752
+ 0.09599849581718445,0.36036381125450134,3.1827888,0.049368177,9,30
753
+ 0.14610975980758667,-0.3984645903110504,3.1468298,0.035215914,9,31
754
+ 0.17639842629432678,-0.39419353008270264,3.1353164,0.016440714,9,32
755
+ 0.17340871691703796,0.6976874470710754,3.1446245,0.01012233,9,33
756
+ 0.1532457321882248,0.6363520622253418,3.1602542,0.014655552,9,34
757
+ 0.1151212751865387,-0.4320787191390991,3.1797223,-0.033311937,9,35
758
+ 0.0475565642118454,-1.0,3.186527,-0.09407194,9,36
759
+ 0.014838963747024536,-0.3898456394672394,3.1811843,-0.13213226,9,37
760
+ 0.09086621552705765,0.9999989867210388,3.158438,-0.078851335,9,38
761
+ 0.18479564785957336,0.17363791167736053,3.1340938,0.009266112,9,39
762
+ 0.19383610785007477,-1.0,3.1194756,0.01484381,9,40
763
+ 0.18662062287330627,-0.8654178977012634,3.1388593,0.0026756155,9,41
764
+ 0.10848673433065414,0.8851987719535828,3.1787755,0.040893234,9,42
765
+ 0.06608133763074875,1.0,3.18484,0.077234216,9,43
766
+ 0.1424248367547989,-0.09727555513381958,3.1605356,0.025195105,9,44
767
+ 0.18827544152736664,-0.17787553369998932,3.1250398,0.014840256,9,45
768
+ 0.185067817568779,-0.38521260023117065,3.1239395,0.019148191,9,46
769
+ 0.187238872051239,0.8067957162857056,3.1391804,-0.0017362245,9,47
770
+ 0.14664322137832642,0.6226488947868347,3.1623802,0.019132078,9,48
771
+ 0.11439193785190582,-0.6924117803573608,3.1809533,-0.032810315,9,49
772
+ 0.03737417608499527,-1.0,3.1818054,-0.10897597,9,50
773
+ 0.04432380944490433,0.12193353474140167,3.1721783,-0.11165344,9,51
774
+ 0.14117369055747986,0.7851215600967407,3.1453514,-0.041630425,9,52
775
+ 0.196583092212677,-0.2675866484642029,3.1257799,-0.0057925517,9,53
776
+ 0.1909574419260025,-0.6598911881446838,3.1237109,0.013487199,9,54
777
+ 0.14903977513313293,-0.8388062715530396,3.1567395,0.022376267,9,55
778
+ 0.09756241738796234,0.9464319944381714,3.1989386,0.031654496,9,56
779
+ 0.04912504553794861,1.0,3.1947522,0.084278256,9,57
780
+ 0.12794502079486847,-0.31360945105552673,3.1607668,0.03944366,9,58
781
+ 0.1879492700099945,-0.17872703075408936,3.1216164,0.018589891,9,59
782
+ 0.17839474976062775,-0.16255582869052887,3.121599,0.028161807,9,60
783
+ 0.18476465344429016,0.809916079044342,3.1401088,0.0032820404,9,61
784
+ 0.14177305996418,0.5486060380935669,3.1707954,0.015587017,9,62
785
+ 0.10459262132644653,-0.7938200831413269,3.1928759,-0.030687036,9,63
786
+ 0.02993497997522354,-1.0,3.1910374,-0.10718312,9,64
787
+ 0.032205477356910706,0.17489491403102875,3.1767004,-0.11924969,9,65
788
+ 0.12672702968120575,0.8581469058990479,3.1462407,-0.055187773,9,66
789
+ 0.17998406291007996,-0.36996737122535706,3.1255302,-0.022641206,9,67
790
+ 0.194577157497406,-0.7393912672996521,3.1233745,-0.010203898,9,68
791
+ 0.15341463685035706,-0.6559262275695801,3.1595538,0.015187117,9,69
792
+ 0.09339269250631332,0.8891971707344055,3.2026336,0.032129206,9,70
793
+ 0.054444536566734314,0.9583360552787781,3.202154,0.07155706,9,71
794
+ 0.12302717566490173,-0.2603932321071625,3.1674075,0.037720826,9,72
795
+ 0.1770535707473755,-0.21783138811588287,3.1291106,0.021991372,9,73
796
+ 0.17095892131328583,-0.11796210706233978,3.128335,0.028861593,9,74
797
+ 0.182646244764328,0.7398985028266907,3.1453454,0.00016382158,9,75
798
+ 0.14080101251602173,0.6230512857437134,3.1755688,0.01178569,9,76
799
+ 0.09865108132362366,-0.8916339874267578,3.1968503,-0.032654133,9,77
800
+ 0.017283543944358826,-1.0,3.1925151,-0.11835684,9,78
801
+ 0.02730654925107956,0.23469838500022888,3.1778734,-0.122975595,9,79
training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/test_eval_sequences.csv ADDED
@@ -0,0 +1,801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ reward,action_0,drag,lift,episode,step
2
+ -1.2214314937591553,0.42761093378067017,3.3644836,1.1851034,0,0
3
+ -1.0777887105941772,1.0,3.2970092,1.108935,0,1
4
+ -0.8914055824279785,0.6533281207084656,3.2097905,1.0097706,0,2
5
+ -0.5677449107170105,-0.960443913936615,3.1755555,0.72034496,0,3
6
+ -0.2212209701538086,-0.06310897320508957,3.212243,0.3371334,0,4
7
+ -0.025340132415294647,1.0,3.2481234,0.10537224,0,5
8
+ 0.0053285472095012665,0.452165812253952,3.2660108,-0.05681621,0,6
9
+ -0.15631455183029175,-1.0,3.278253,-0.20621699,0,7
10
+ -0.230167418718338,-1.0,3.267258,-0.291065,0,8
11
+ -0.18288886547088623,0.05091133341193199,3.2413864,-0.26965797,0,9
12
+ -0.033095717430114746,1.0,3.2086508,-0.15260041,0,10
13
+ 0.09802304208278656,-0.3237273395061493,3.1897857,-0.040346757,0,11
14
+ 0.13626576960086823,-1.0,3.1812913,-0.010598406,0,12
15
+ 0.0536099374294281,0.14200042188167572,3.2029216,0.07162395,0,13
16
+ -0.06392352283000946,1.0,3.2222257,0.16985337,0,14
17
+ -0.07201404869556427,0.5833398103713989,3.2154088,0.18476076,0,15
18
+ 0.04776329547166824,-0.6917642951011658,3.1838558,0.09653645,0,16
19
+ 0.12519165873527527,0.1564723551273346,3.1635287,0.039435178,0,17
20
+ 0.1191956102848053,0.3343467712402344,3.1702209,0.03873905,0,18
21
+ 0.12350748479366302,0.7327952980995178,3.1872106,0.01743747,0,19
22
+ 0.11760474741458893,-0.5335296988487244,3.2085857,-0.001965029,0,20
23
+ 0.04526809602975845,-1.0,3.2076972,-0.07519027,0,21
24
+ 0.021900944411754608,-0.27613112330436707,3.1977673,-0.108487315,0,22
25
+ 0.09736169874668121,0.8941680788993835,3.1743252,-0.056468587,0,23
26
+ 0.15888944268226624,0.07654264569282532,3.1518462,0.0174199,0,24
27
+ 0.1721133440732956,-0.9843502044677734,3.1387854,0.017256806,0,25
28
+ 0.1656503528356552,-0.6939041614532471,3.1585944,0.0039107893,0,26
29
+ 0.0935630202293396,0.9608650207519531,3.1932063,0.041386183,0,27
30
+ 0.056678563356399536,0.9730233550071716,3.1934588,0.07801816,0,28
31
+ 0.139021635055542,-0.25025996565818787,3.1639276,0.02520632,0,29
32
+ 0.18589012324810028,-0.12269017845392227,3.12999,0.012275292,0,30
33
+ 0.1741635799407959,-0.2742129862308502,3.133121,0.02087092,0,31
34
+ 0.1746673882007599,0.8030558228492737,3.1492083,-0.0042798244,0,32
35
+ 0.1370774507522583,0.5296581983566284,3.172603,0.018475171,0,33
36
+ 0.09688470512628555,-1.0,3.1852527,-0.046018146,0,34
37
+ -0.000906333327293396,-1.0,3.1793664,-0.1496955,0,35
38
+ 0.050503335893154144,0.7421154975891113,3.1642828,-0.11336938,0,36
39
+ 0.18341279029846191,0.7593941688537598,3.1335313,0.011211402,0,37
40
+ 0.19998405873775482,-0.9789530634880066,3.1125274,0.015644083,0,38
41
+ 0.1896701157093048,-0.9128660559654236,3.119375,-0.019110419,0,39
42
+ 0.13798919320106506,0.2185279130935669,3.1655421,0.024624193,0,40
43
+ 0.08244073390960693,0.9637277722358704,3.1983,0.047414903,0,41
44
+ 0.07018568366765976,0.7829179763793945,3.1904085,0.067561366,0,42
45
+ 0.12374193966388702,-0.7053497433662415,3.1479993,0.056414288,0,43
46
+ 0.1786510944366455,-0.2335292547941208,3.1174734,0.032031063,0,44
47
+ 0.1681610643863678,0.3568115234375,3.1221771,0.037817333,0,45
48
+ 0.1617126613855362,0.9999989867210388,3.143365,0.023077944,0,46
49
+ 0.14860299229621887,-0.1676134467124939,3.177038,-0.0025145768,0,47
50
+ 0.06274483352899551,-0.9820978045463562,3.1934533,-0.07195737,0,48
51
+ -0.014910221099853516,-0.9336773157119751,3.1917775,-0.15128827,0,49
52
+ 0.01409265398979187,1.0,3.1659915,-0.14807132,0,50
53
+ 0.16255813837051392,0.7598769664764404,3.1296403,-0.035957035,0,51
54
+ 0.20833075046539307,-1.0,3.1066573,-0.013167494,0,52
55
+ 0.2116139829158783,-0.9999989867210388,3.1107671,-0.0057744146,0,53
56
+ 0.11885382235050201,0.10025767982006073,3.1611943,0.048107367,0,54
57
+ 0.07007433474063873,1.0,3.2011375,0.056943636,0,55
58
+ 0.06301409751176834,0.9357525110244751,3.1959002,0.06924122,0,56
59
+ 0.1264009326696396,-0.7384070158004761,3.1510623,0.050692335,0,57
60
+ 0.19025740027427673,-0.2840661108493805,3.1134472,0.024450926,0,58
61
+ 0.16453392803668976,0.3458142578601837,3.1172671,0.046354454,0,59
62
+ 0.15808983147144318,0.9031878709793091,3.1394684,0.030597255,0,60
63
+ 0.1460571587085724,0.030554259195923805,3.1757953,0.0063030445,0,61
64
+ 0.0762103945016861,-1.0,3.1968868,-0.05505834,0,62
65
+ -0.011646479368209839,-0.9989348649978638,3.1953826,-0.1444194,0,63
66
+ 0.022001266479492188,1.0,3.1700234,-0.13613081,0,64
67
+ 0.17718088626861572,0.7884770035743713,3.1312897,-0.019684907,0,65
68
+ 0.2171856164932251,-1.0,3.1065238,-0.0044461563,0,66
69
+ 0.21155625581741333,-1.0,3.110113,-0.0064863544,0,67
70
+ 0.1229243278503418,0.09535461664199829,3.160808,0.044423103,0,68
71
+ 0.07470609247684479,1.0,3.20064,0.05280946,0,69
72
+ 0.07158906012773514,0.8943116664886475,3.1960907,0.06047576,0,70
73
+ 0.14301873743534088,-0.7518912553787231,3.1508923,0.034244526,0,71
74
+ 0.20860256254673004,-0.24656634032726288,3.1140811,0.0054718065,0,72
75
+ 0.1737513542175293,0.42386749386787415,3.1181414,0.036262747,0,73
76
+ 0.16220873594284058,0.8111398816108704,3.1418004,0.02414638,0,74
77
+ 0.14716818928718567,0.03788565844297409,3.1794603,0.0015270376,0,75
78
+ 0.07876485586166382,-0.9914333820343018,3.200942,-0.04844862,0,76
79
+ -0.009594634175300598,-1.0,3.1977968,-0.13995333,0,77
80
+ 0.020825296640396118,1.0,3.1712973,-0.13603291,0,78
81
+ 0.1730734407901764,0.7702090740203857,3.1323192,-0.022762863,0,79
82
+ -0.1483735740184784,1.0,3.2948875,0.18164155,1,0
83
+ 0.031161807477474213,1.0,3.2677023,-0.029291369,1,1
84
+ -0.07944708317518234,0.6581652760505676,3.3367147,-0.070887856,1,2
85
+ -0.14172974228858948,-1.0,3.4342546,-0.035630606,1,3
86
+ -0.14713671803474426,-1.0,3.4307337,-0.04455855,1,4
87
+ -0.15865707397460938,-1.0,3.3534448,-0.13336778,1,5
88
+ -0.11050999164581299,1.0,3.2743323,-0.16433322,1,6
89
+ 0.06345872581005096,0.22703832387924194,3.234946,-0.029750783,1,7
90
+ 0.07862038165330887,-1.0,3.2467449,-0.002790262,1,8
91
+ -0.009402777999639511,-0.1820971667766571,3.2942376,0.043320682,1,9
92
+ -0.18909180164337158,1.0,3.3403356,0.17691171,1,10
93
+ -0.2775005102157593,1.0,3.336018,0.26963794,1,11
94
+ -0.2635684013366699,0.10114815086126328,3.293442,0.2982819,1,12
95
+ -0.12580567598342896,-1.0,3.257928,0.1960333,1,13
96
+ 0.038085103034973145,0.1783415526151657,3.2516315,0.038438916,1,14
97
+ 0.049854815006256104,1.0,3.25137,-0.026930751,1,15
98
+ -0.058709681034088135,-0.31580665707588196,3.2580419,-0.12882334,1,16
99
+ -0.17836716771125793,-1.0,3.2611077,-0.245415,1,17
100
+ -0.22871366143226624,-0.94624263048172,3.2595391,-0.29733005,1,18
101
+ -0.1801150143146515,0.6757208704948425,3.245479,-0.26279142,1,19
102
+ 0.015077032148838043,0.9975128769874573,3.221795,-0.0912834,1,20
103
+ 0.13198606669902802,-1.0,3.1937737,0.002395702,1,21
104
+ 0.13614198565483093,-0.8109137415885925,3.1753757,0.01663784,1,22
105
+ -0.014488980174064636,1.0,3.1900048,0.15263967,1,23
106
+ -0.12218961119651794,1.0,3.1958182,0.25452694,1,24
107
+ -0.004691570997238159,-0.5705996751785278,3.1817718,0.15107533,1,25
108
+ 0.11377664655447006,0.037998609244823456,3.1597202,0.05465869,1,26
109
+ 0.11658280342817307,0.09200204908847809,3.165802,0.045770712,1,27
110
+ 0.13314835727214813,0.7742455005645752,3.1810656,0.013941595,1,28
111
+ 0.1152513176202774,0.006534649059176445,3.202737,0.010167105,1,29
112
+ 0.06494362652301788,-1.0,3.2089937,-0.054218214,1,30
113
+ -0.01075543463230133,-0.8571633100509644,3.1990106,-0.13990034,1,31
114
+ 0.03570253401994705,0.9176545739173889,3.177752,-0.114700966,1,32
115
+ 0.17724893987178802,0.5694065690040588,3.1476083,-0.003298302,1,33
116
+ 0.19204264879226685,-0.9634737968444824,3.1266766,0.009436311,1,34
117
+ 0.19708427786827087,-0.9059120416641235,3.1300957,-0.00097551587,1,35
118
+ 0.11088511347770691,0.4487472176551819,3.1697612,0.04750922,1,36
119
+ 0.07259950041770935,0.9305620193481445,3.192132,0.06342402,1,37
120
+ 0.104535773396492,0.5396032929420471,3.180224,0.0433958,1,38
121
+ 0.15136969089508057,-0.44362035393714905,3.1433728,0.033413056,1,39
122
+ 0.18728698790073395,-0.38787785172462463,3.1257043,0.015164241,1,40
123
+ 0.18051235377788544,0.5422590970993042,3.132924,0.01471909,1,41
124
+ 0.16199932992458344,0.7582988142967224,3.1478133,0.018342871,1,42
125
+ 0.13614889979362488,-0.3325423300266266,3.1689248,-0.023081804,1,43
126
+ 0.05670281499624252,-1.0,3.1772792,-0.09417347,1,44
127
+ 0.01099957525730133,-0.48616594076156616,3.1744068,-0.14274918,1,45
128
+ 0.08113213628530502,1.0,3.1527133,-0.09431008,1,46
129
+ 0.1934693455696106,0.22250965237617493,3.127268,-0.007418103,1,47
130
+ 0.21344131231307983,-0.9361114501953125,3.112619,-0.0020952802,1,48
131
+ 0.19791169464588165,-0.8607885837554932,3.129155,-0.0010889065,1,49
132
+ 0.12183370441198349,0.5991811156272888,3.1708374,0.03548441,1,50
133
+ 0.0938994511961937,0.8733916282653809,3.1867685,0.047487535,1,51
134
+ 0.1087791919708252,0.616251528263092,3.1718035,0.04757285,1,52
135
+ 0.15347807109355927,-0.8004313111305237,3.1344976,0.040179804,1,53
136
+ 0.20288929343223572,-0.18604490160942078,3.1148608,0.010405445,1,54
137
+ 0.18045324087142944,0.6232002973556519,3.1216702,0.026032023,1,55
138
+ 0.16200700402259827,0.8420087695121765,3.141631,0.024517624,1,56
139
+ 0.14870168268680573,-0.44077268242836,3.1708412,-0.008612623,1,57
140
+ 0.07925206422805786,-1.0,3.1823435,-0.06655997,1,58
141
+ 0.03957919031381607,-0.522525429725647,3.1802661,-0.108310185,1,59
142
+ 0.09591282904148102,1.0,3.1551878,-0.07705484,1,60
143
+ 0.19569185376167297,0.36643683910369873,3.1265335,0.005930156,1,61
144
+ 0.20711149275302887,-1.0,3.1105843,0.010459764,1,62
145
+ 0.1971607804298401,-0.9636653661727905,3.127795,-0.0031997543,1,63
146
+ 0.11878558993339539,0.6521972417831421,3.1733892,0.035980735,1,64
147
+ 0.07872853428125381,0.9666260480880737,3.1901484,0.05927863,1,65
148
+ 0.11259669065475464,0.4204970896244049,3.174661,0.040897906,1,66
149
+ 0.16184662282466888,-0.5926582217216492,3.1361325,0.03017641,1,67
150
+ 0.19630128145217896,-0.3071066439151764,3.1197815,0.012072735,1,68
151
+ 0.18499106168746948,0.6643434762954712,3.1287792,0.0143852895,1,69
152
+ 0.15464834868907928,0.8458514213562012,3.1506753,0.022831868,1,70
153
+ 0.1376274824142456,-0.4523453712463379,3.1796587,-0.010869381,1,71
154
+ 0.06931948661804199,-1.0,3.1901164,-0.068719625,1,72
155
+ 0.023908600211143494,-0.5990021228790283,3.1876888,-0.11655809,1,73
156
+ 0.06982670724391937,1.0,3.1627471,-0.095581666,1,74
157
+ 0.19440703094005585,0.5221444964408875,3.1332033,-0.00054521445,1,75
158
+ 0.19198355078697205,-1.0,3.1147025,0.0214695,1,76
159
+ 0.18337908387184143,-1.0,3.1269867,0.017789692,1,77
160
+ 0.08799872547388077,0.5878688097000122,3.1716776,0.0684792,1,78
161
+ 0.055734023451805115,0.8672829866409302,3.1924412,0.07998027,1,79
162
+ -0.8562153577804565,-0.9930108189582825,3.3236558,0.86071503,2,0
163
+ -0.9333499073982239,-0.2829166650772095,3.4161263,0.8453792,2,1
164
+ -0.8863247036933899,1.0,3.4582524,0.7562278,2,2
165
+ -0.67262864112854,1.0,3.383941,0.6168432,2,3
166
+ -0.47969144582748413,1.0,3.2653325,0.5425145,2,4
167
+ -0.32017335295677185,-0.7913206815719604,3.207907,0.4404219,2,5
168
+ -0.06221941113471985,-0.8243483901023865,3.231734,0.15864089,2,6
169
+ 0.04646814614534378,1.0,3.2709274,-0.01075994,2,7
170
+ -0.04881522059440613,0.3144363462924957,3.270031,-0.10693976,2,8
171
+ -0.2292180061340332,-1.0,3.2690392,-0.28833437,2,9
172
+ -0.3272739052772522,-1.0,3.2662206,-0.38920885,2,10
173
+ -0.18495908379554749,0.9936478734016418,3.2614343,-0.25168028,2,11
174
+ 0.054471660405397415,0.18483445048332214,3.2406812,-0.033002686,2,12
175
+ 0.1020062267780304,-1.0,3.225705,0.00044438004,2,13
176
+ 0.04499741643667221,-0.151687353849411,3.2390497,0.044108428,2,14
177
+ -0.10366909205913544,1.0,3.262126,0.16969864,2,15
178
+ -0.1916993260383606,0.9952782392501831,3.256699,0.26315576,2,16
179
+ -0.08409982919692993,-0.8793776035308838,3.2187815,0.19347388,2,17
180
+ 0.024229779839515686,0.30909067392349243,3.1860135,0.11791228,2,18
181
+ 0.04749421030282974,-0.03048839047551155,3.189888,0.09077331,2,19
182
+ 0.10869192332029343,1.0,3.2069788,0.012484798,2,20
183
+ 0.08852344006299973,-0.25936582684516907,3.2347054,-0.0049266326,2,21
184
+ 0.0024589449167251587,-1.0,3.2374601,-0.088236436,2,22
185
+ -0.06102858483791351,-0.8701727986335754,3.2257679,-0.16341625,2,23
186
+ -0.017378076910972595,0.9255263805389404,3.1988747,-0.14665888,2,24
187
+ 0.13884180784225464,0.6588733792304993,3.1662295,-0.023084227,2,25
188
+ 0.17343805730342865,-1.0,3.142404,0.012313385,2,26
189
+ 0.17781007289886475,-0.989829421043396,3.144134,0.006211397,2,27
190
+ 0.07526039332151413,0.6430897116661072,3.1834924,0.0694027,2,28
191
+ 0.033599577844142914,0.9022097587585449,3.202588,0.09196786,2,29
192
+ 0.09156624972820282,0.4482479989528656,3.1900706,0.04651864,2,30
193
+ 0.1329098641872406,-0.2775958478450775,3.1558232,0.039422426,2,31
194
+ 0.166291743516922,-0.5129258632659912,3.1442254,0.017638413,2,32
195
+ 0.16962866485118866,0.6599649786949158,3.152348,0.0061788177,2,33
196
+ 0.14692434668540955,0.6267584562301636,3.164491,0.016740238,2,34
197
+ 0.1101684719324112,-0.4288046061992645,3.179859,-0.03812812,2,35
198
+ 0.03324882686138153,-1.0,3.1853552,-0.109551504,2,36
199
+ 0.0011755377054214478,-0.3419747054576874,3.1815999,-0.14538012,2,37
200
+ 0.08757676184177399,1.0,3.1612885,-0.079290256,2,38
201
+ 0.1780141443014145,0.08106041699647903,3.13843,0.011711255,2,39
202
+ 0.18914805352687836,-1.0,3.124322,0.014685523,2,40
203
+ 0.1731264442205429,-0.7325794100761414,3.1443899,0.010639205,2,41
204
+ 0.09995744377374649,0.8412467241287231,3.1828136,0.04538443,2,42
205
+ 0.06728339940309525,1.0,3.1885812,0.07229089,2,43
206
+ 0.13970959186553955,-0.1006978303194046,3.162974,0.0254718,2,44
207
+ 0.18420478701591492,-0.17532825469970703,3.1285949,0.015355861,2,45
208
+ 0.17738226056098938,-0.3355775773525238,3.1288579,0.021915404,2,46
209
+ 0.1845875233411789,0.7478154301643372,3.1435492,1.8785893e-05,2,47
210
+ 0.13943025469779968,0.6507522463798523,3.1659148,0.022810483,2,48
211
+ 0.1141233742237091,-0.8328425288200378,3.1817663,-0.032265875,2,49
212
+ 0.02412852644920349,-1.0,3.1790717,-0.12495533,2,50
213
+ 0.034918151795864105,0.24865467846393585,3.1695354,-0.12370197,2,51
214
+ 0.15501993894577026,0.9544491767883301,3.1427066,-0.03042895,2,52
215
+ 0.20408859848976135,-0.5999239683151245,3.1210387,0.0030282459,2,53
216
+ 0.20681583881378174,-0.7444016337394714,3.1178777,-0.0034619637,2,54
217
+ 0.1477721482515335,-0.5104923248291016,3.1566136,0.023769783,2,55
218
+ 0.09146499633789062,1.0,3.1990697,0.037620787,2,56
219
+ 0.04719610512256622,0.9994562864303589,3.1950793,0.085880086,2,57
220
+ 0.13310843706130981,-0.6396290063858032,3.1554308,0.039616283,2,58
221
+ 0.19448839128017426,-0.0225357748568058,3.1162472,0.017419944,2,59
222
+ 0.16490846872329712,-0.032576270401477814,3.1200087,0.04323835,2,60
223
+ 0.17327982187271118,0.8621079921722412,3.1423028,0.012572944,2,61
224
+ 0.13491368293762207,0.2988894581794739,3.1765409,0.016700981,2,62
225
+ 0.09548597037792206,-0.8820773959159851,3.1957974,-0.036872104,2,63
226
+ 0.014325611293315887,-1.0,3.1920562,-0.12177373,2,64
227
+ 0.05354880541563034,0.7543310523033142,3.1704304,-0.10417629,2,65
228
+ 0.19085970520973206,0.6410589218139648,3.1344893,-0.0028065208,2,66
229
+ 0.21047791838645935,-0.7861572504043579,3.114652,0.0030256754,2,67
230
+ 0.18751096725463867,-1.0,3.12397,-0.016674522,2,68
231
+ 0.14057683944702148,0.11318184435367584,3.1727004,0.014878274,2,69
232
+ 0.08989956974983215,0.8705562949180603,3.2080157,0.030240271,2,70
233
+ 0.0694148987531662,0.9891085624694824,3.2028608,0.055879783,2,71
234
+ 0.11844437569379807,-0.7248678207397461,3.1573267,0.052384444,2,72
235
+ 0.18907855451107025,-0.27901390194892883,3.119079,0.019997852,2,73
236
+ 0.16413047909736633,0.39607754349708557,3.121116,0.042909108,2,74
237
+ 0.15793226659297943,0.8557426333427429,3.142835,0.027388344,2,75
238
+ 0.14679279923439026,0.041746944189071655,3.180519,-0.0008436134,2,76
239
+ 0.07334890961647034,-0.9028551578521729,3.2045069,-0.050299738,2,77
240
+ -0.0020543932914733887,-1.0,3.2029746,-0.12723535,2,78
241
+ 0.04566967487335205,1.0,3.1748538,-0.10763204,2,79
242
+ -0.3318648040294647,1.0,3.2941446,0.3658757,3,0
243
+ -0.06296379864215851,1.0,3.2527764,0.13834293,3,1
244
+ -0.024768445640802383,0.6590076088905334,3.301478,0.051446054,3,2
245
+ -0.08866612613201141,-0.9852021336555481,3.3921056,0.024716066,3,3
246
+ -0.1260029375553131,-1.0,3.4033108,-0.050847672,3,4
247
+ -0.22084756195545197,-1.0,3.343943,-0.20505996,3,5
248
+ -0.2313922941684723,1.0,3.269455,-0.29009286,3,6
249
+ -0.0565190464258194,0.4268653392791748,3.2238245,-0.16085006,3,7
250
+ 0.021124079823493958,-1.0,3.2206082,-0.0864232,3,8
251
+ 0.053947120904922485,-0.594894289970398,3.2587004,-0.015508024,3,9
252
+ -0.1256813257932663,1.0,3.3140447,0.13979213,3,10
253
+ -0.2616805136203766,1.0,3.3235705,0.26626554,3,11
254
+ -0.27972984313964844,0.3639374375343323,3.2856848,0.32220054,3,12
255
+ -0.18701884150505066,-1.0,3.237219,0.27795526,3,13
256
+ -0.02428169548511505,-0.14954039454460144,3.2216144,0.13082285,3,14
257
+ 0.07266354560852051,1.0,3.2188678,0.036624193,3,15
258
+ 0.0599975548684597,0.53203946352005,3.228692,-0.039465908,3,16
259
+ -0.053577154874801636,-1.0,3.245799,-0.13593361,3,17
260
+ -0.11108773946762085,-0.9999989867210388,3.2456703,-0.19357294,3,18
261
+ -0.07871992886066437,-0.02650059014558792,3.2320127,-0.1748627,3,19
262
+ 0.03371019661426544,1.0,3.2020574,-0.09238796,3,20
263
+ 0.13296286761760712,-0.26664355397224426,3.1805954,-0.014597251,3,21
264
+ 0.1482032835483551,-0.991453230381012,3.166869,-0.013083315,3,22
265
+ 0.10868445038795471,-0.057489652186632156,3.1853206,0.034150448,3,23
266
+ 0.028698481619358063,0.8535580635070801,3.210772,0.088685,3,24
267
+ 0.005461923778057098,0.9903807044029236,3.2096539,0.11303974,3,25
268
+ 0.08967247605323792,-0.67671138048172,3.1784532,0.060029835,3,26
269
+ 0.17698751389980316,-0.09264003485441208,3.1493423,0.0018256999,3,27
270
+ 0.15441551804542542,0.25200188159942627,3.1541913,0.019548744,3,28
271
+ 0.1469462662935257,0.7955427169799805,3.1669848,0.0142244585,3,29
272
+ 0.13418403267860413,-0.34973621368408203,3.1860614,-0.007910099,3,30
273
+ 0.05061911791563034,-1.0,3.1901019,-0.08743454,3,31
274
+ 0.0036841481924057007,-0.5048341751098633,3.186422,-0.13804926,3,32
275
+ 0.06678856909275055,0.9195067286491394,3.1686797,-0.092687234,3,33
276
+ 0.17683878540992737,0.35059720277786255,3.1455595,0.0057571805,3,34
277
+ 0.179658442735672,-1.0,3.1280804,0.020416712,3,35
278
+ 0.18807673454284668,-0.9046640992164612,3.1386926,0.0013861613,3,36
279
+ 0.10938158631324768,0.8526070713996887,3.1743364,0.044437494,3,37
280
+ 0.06555498391389847,0.9968360066413879,3.1813006,0.08129989,3,38
281
+ 0.14870603382587433,-0.09029952436685562,3.159984,0.01946537,3,39
282
+ 0.19008077681064606,-0.04847382754087448,3.1274948,0.010579934,3,40
283
+ 0.17626653611660004,-0.43645375967025757,3.1284418,0.023447165,3,41
284
+ 0.1788720339536667,0.659538209438324,3.1432397,-0.0060437447,3,42
285
+ 0.14874118566513062,0.6772304773330688,3.1629324,0.016481936,3,43
286
+ 0.11464033275842667,-0.7153456211090088,3.1764119,-0.037103318,3,44
287
+ 0.02267596125602722,-1.0,3.1734788,-0.13200071,3,45
288
+ 0.03130844235420227,0.20882642269134521,3.1653314,-0.13151571,3,46
289
+ 0.13796335458755493,0.7745223641395569,3.1417978,-0.048394382,3,47
290
+ 0.1944148987531662,-0.3456437587738037,3.1241808,-0.009559831,3,48
291
+ 0.20555943250656128,-0.775664746761322,3.1217198,-0.0008762481,3,49
292
+ 0.16045379638671875,-0.5875813364982605,3.1542983,0.01340342,3,50
293
+ 0.10886815190315247,0.8781604170799255,3.1929204,0.02636692,3,51
294
+ 0.07055295258760452,1.0,3.1909425,0.06666004,3,52
295
+ 0.13006384670734406,-0.30625033378601074,3.156839,0.041252773,3,53
296
+ 0.18905988335609436,-0.31416863203048706,3.119668,0.019427622,3,54
297
+ 0.17940177023410797,-0.01883685030043125,3.1195683,0.029185401,3,55
298
+ 0.1730550080537796,0.8486244678497314,3.1358838,0.019216705,3,56
299
+ 0.14106301963329315,0.4226253926753998,3.164906,0.022186475,3,57
300
+ 0.11119124293327332,-0.8496574759483337,3.185969,-0.030995157,3,58
301
+ 0.030387625098228455,-1.0,3.1854308,-0.11233713,3,59
302
+ 0.06399815529584885,0.5968914031982422,3.1681073,-0.09605009,3,60
303
+ 0.19217127561569214,0.6951190233230591,3.133876,-0.00210815,3,61
304
+ 0.2060040533542633,-0.6741395592689514,3.11412,0.008031457,3,62
305
+ 0.19602809846401215,-0.9622738361358643,3.1213048,-0.010822668,3,63
306
+ 0.149383082985878,-0.1028885617852211,3.1683166,0.01045583,3,64
307
+ 0.0972394049167633,0.8967809081077576,3.2068074,0.024108738,3,65
308
+ 0.0699210837483406,1.0,3.202329,0.055905513,3,66
309
+ 0.12854598462581635,-0.6709651947021484,3.1576207,0.041988865,3,67
310
+ 0.18982185423374176,-0.16800300776958466,3.1171649,0.02116881,3,68
311
+ 0.16332297027111053,0.17080183327198029,3.119598,0.045234635,3,69
312
+ 0.16642630100250244,0.8734787106513977,3.1421149,0.019614335,3,70
313
+ 0.1363135725259781,0.2529892921447754,3.1802454,0.01159655,3,71
314
+ 0.08772996068000793,-0.9111499190330505,3.2046444,-0.03578111,3,72
315
+ 0.013128995895385742,-1.0,3.2015154,-0.113511086,3,73
316
+ 0.055920183658599854,0.7856101393699646,3.1759257,-0.0963096,3,74
317
+ 0.18662412464618683,0.5683422088623047,3.1360476,-0.0054837875,3,75
318
+ 0.20200297236442566,-0.780950129032135,3.1158667,-0.010285882,3,76
319
+ 0.1812906712293625,-0.8918306231498718,3.1283667,-0.018498143,3,77
320
+ 0.13252751529216766,0.01714390516281128,3.1798418,0.015786251,3,78
321
+ 0.0835849791765213,0.8661591410636902,3.2181792,0.026391314,3,79
322
+ -0.9598525762557983,-0.9954633116722107,3.3457892,0.9422189,4,0
323
+ -1.0189969539642334,0.15874017775058746,3.4225972,0.92455536,4,1
324
+ -0.9486784338951111,1.0,3.4271626,0.8496713,4,2
325
+ -0.7236621975898743,1.0,3.3320951,0.71972257,4,3
326
+ -0.5236145257949829,0.5356923937797546,3.223402,0.628368,4,4
327
+ -0.3015614449977875,-1.0,3.1917555,0.43796143,4,5
328
+ -0.05699889361858368,-0.13395428657531738,3.2343683,0.15078609,4,6
329
+ 0.050637319684028625,0.979176938533783,3.273487,-0.004031108,4,7
330
+ -0.10206805169582367,-0.10088029503822327,3.2786298,-0.15159379,4,8
331
+ -0.2749885320663452,-1.0,3.28013,-0.32301414,4,9
332
+ -0.3550907373428345,-1.0,3.2693663,-0.41388,4,10
333
+ -0.2506865859031677,0.9931867122650146,3.2527108,-0.32613128,4,11
334
+ 0.003098413348197937,0.6855747103691101,3.2292166,-0.09584053,4,12
335
+ 0.11515028029680252,-1.0,3.205292,0.00771325,4,13
336
+ 0.07141509652137756,-0.6868674755096436,3.2001965,0.056543916,4,14
337
+ -0.08084070682525635,0.99590665102005,3.2236612,0.18533504,4,15
338
+ -0.1644611954689026,1.0,3.225749,0.2668677,4,16
339
+ -0.040662482380867004,-0.5115107893943787,3.2032378,0.16558023,4,17
340
+ 0.07760639488697052,0.020557744428515434,3.1768389,0.07371025,4,18
341
+ 0.0940420925617218,0.009320646524429321,3.1830475,0.05106589,4,19
342
+ 0.12877178192138672,0.7693954706192017,3.1974018,0.0019819746,4,20
343
+ 0.10515838116407394,0.10158321261405945,3.217643,-0.005354111,4,21
344
+ 0.03748913109302521,-1.0,3.2221112,-0.06855516,4,22
345
+ -0.040231868624687195,-0.9516007900238037,3.210768,-0.1576194,4,23
346
+ 0.010234221816062927,0.8924135565757751,3.1890955,-0.1288258,4,24
347
+ 0.16922180354595184,0.6711544394493103,3.1577044,-0.0012293565,4,25
348
+ 0.17718103528022766,-1.0,3.1348748,0.016099656,4,26
349
+ 0.1869930475950241,-0.9355906844139099,3.136297,-0.0048654885,4,27
350
+ 0.10281340777873993,0.5566290616989136,3.1740887,0.051253393,4,28
351
+ 0.05890054255723953,0.9245979189872742,3.194613,0.074641995,4,29
352
+ 0.099337637424469,0.4810715913772583,3.1833856,0.045432266,4,30
353
+ 0.1475231796503067,-0.4257865846157074,3.149049,0.03158329,4,31
354
+ 0.18249516189098358,-0.37910979986190796,3.1347148,0.010945513,4,32
355
+ 0.17391479015350342,0.6200769543647766,3.1424847,0.0117560625,4,33
356
+ 0.14914512634277344,0.7012149095535278,3.1568737,0.022136692,4,34
357
+ 0.1298947036266327,-0.45315802097320557,3.175545,-0.022715831,4,35
358
+ 0.05261075496673584,-1.0,3.1816804,-0.09386432,4,36
359
+ 0.015071913599967957,-0.38577890396118164,3.1780093,-0.13507433,4,37
360
+ 0.08708877861499786,1.0,3.1566253,-0.08444147,4,38
361
+ 0.19314083456993103,0.18548397719860077,3.132716,0.0022987425,4,39
362
+ 0.20190368592739105,-1.0,3.1176758,0.008576046,4,40
363
+ 0.19157326221466064,-0.8453164100646973,3.135541,0.0010412922,4,41
364
+ 0.11405912041664124,0.8050602078437805,3.1754282,0.03866824,4,42
365
+ 0.07497715950012207,1.0,3.1840258,0.06915259,4,43
366
+ 0.14995403587818146,-0.07036790996789932,3.1611102,0.017091319,4,44
367
+ 0.18515819311141968,-0.05970580875873566,3.1267078,0.016289534,4,45
368
+ 0.17869754135608673,-0.5228298902511597,3.1254473,0.024010701,4,46
369
+ 0.18517901003360748,0.7771654725074768,3.1393657,-0.0036108377,4,47
370
+ 0.14710722863674164,0.6487034559249878,3.1595244,0.021523844,4,48
371
+ 0.12637819349765778,-0.5384079217910767,3.176986,-0.024791345,4,49
372
+ 0.056514471769332886,-1.0,3.1800995,-0.09154156,4,50
373
+ 0.03356042504310608,-0.221516415476799,3.1745574,-0.120037645,4,51
374
+ 0.118729367852211,1.0,3.1508965,-0.058529597,4,52
375
+ 0.18961527943611145,-0.03722440078854561,3.1274996,0.011040653,4,53
376
+ 0.19977426528930664,-0.9109460115432739,3.117134,0.0112471515,4,54
377
+ 0.17488516867160797,-0.80738365650177,3.1438878,0.009382592,4,55
378
+ 0.10767903923988342,0.8480013608932495,3.1867025,0.03377399,4,56
379
+ 0.07096540182828903,1.0,3.1917398,0.06545032,4,57
380
+ 0.13486044108867645,-0.04651819169521332,3.1651275,0.028167555,4,58
381
+ 0.18423044681549072,-0.3110102713108063,3.1276617,0.016263371,4,59
382
+ 0.18749471008777618,-0.2811228334903717,3.1238267,0.016834069,4,60
383
+ 0.18935197591781616,0.7700096368789673,3.1383636,-0.00043994308,4,61
384
+ 0.1442306637763977,0.7237052321434021,3.164151,0.019773895,4,62
385
+ 0.11720000207424164,-0.7739546298980713,3.1864502,-0.024505269,4,63
386
+ 0.03989509493112564,-1.0,3.1870556,-0.101204835,4,64
387
+ 0.03668603301048279,-0.02552325651049614,3.1778905,-0.113578945,4,65
388
+ 0.1311187446117401,1.0,3.1499767,-0.04706005,4,66
389
+ 0.19867362082004547,-0.3147714138031006,3.1262085,-0.0032733553,4,67
390
+ 0.20444202423095703,-0.7527210116386414,3.1204712,-0.0032422575,4,68
391
+ 0.15613429248332977,-0.7155292630195618,3.1542332,0.017788013,4,69
392
+ 0.09341534972190857,0.8593557476997375,3.1990817,0.035658505,4,70
393
+ 0.06900770217180252,0.847260057926178,3.2019103,0.057237558,4,71
394
+ 0.13147607445716858,0.034342389553785324,3.17293,0.023749437,4,72
395
+ 0.1652154177427292,-0.2706603407859802,3.1376832,0.02525695,4,73
396
+ 0.17413215339183807,-0.2771628499031067,3.134734,0.01928945,4,74
397
+ 0.1727241575717926,0.6931159496307373,3.1479373,-0.0074940627,4,75
398
+ 0.13925771415233612,0.7850081324577332,3.1723268,0.016570995,4,76
399
+ 0.11186669021844864,-0.8547419309616089,3.1917102,-0.024578596,4,77
400
+ 0.030601225793361664,-1.0,3.188114,-0.109440364,4,78
401
+ 0.033395081758499146,0.022441977635025978,3.179535,-0.11522552,4,79
402
+ -1.0737531185150146,1.0,3.3307116,1.071197,5,0
403
+ -0.9043054580688477,1.0,3.239524,0.9929371,5,1
404
+ -0.6169564127922058,-0.48058632016181946,3.178601,0.7665109,5,2
405
+ -0.24671649932861328,-0.8026607036590576,3.1953938,0.37947822,5,3
406
+ -0.015580855309963226,0.9066786766052246,3.2407384,0.10299798,5,4
407
+ 0.056627679616212845,1.0,3.2620153,-0.009512496,5,5
408
+ -0.11324764788150787,-1.0,3.272539,-0.16886427,5,6
409
+ -0.2245599329471588,-1.0,3.2643557,-0.2883598,5,7
410
+ -0.19159826636314392,-0.34025153517723083,3.249054,-0.27069983,5,8
411
+ -0.06740504503250122,1.0,3.2211778,-0.17438275,5,9
412
+ 0.09312707185745239,0.12544941902160645,3.199677,-0.035351455,5,10
413
+ 0.12458948791027069,-1.0,3.1878881,0.015677888,5,11
414
+ 0.045137181878089905,-0.23181554675102234,3.201887,0.08113144,5,12
415
+ -0.079316645860672,0.8946284055709839,3.2258937,0.18157843,5,13
416
+ -0.12362824380397797,0.9526719450950623,3.2238827,0.22790109,5,14
417
+ -0.005581766366958618,-0.7080188989639282,3.1942022,0.1395351,5,15
418
+ 0.11144541203975677,0.04949004203081131,3.1663373,0.050372858,5,16
419
+ 0.11872407048940659,0.1563596874475479,3.1722848,0.037146606,5,17
420
+ 0.1358158439397812,0.8529568910598755,3.1872985,0.005041138,5,18
421
+ 0.10911586135625839,-0.2930334806442261,3.2088518,-0.010187844,5,19
422
+ 0.033621467649936676,-1.0,3.210721,-0.083813034,5,20
423
+ -0.02014683187007904,-0.6921013593673706,3.2039049,-0.14439748,5,21
424
+ 0.02846839278936386,0.8972458243370056,3.184378,-0.115309216,5,22
425
+ 0.16499096155166626,0.5644118785858154,3.1588202,-0.0043444056,5,23
426
+ 0.16896530985832214,-1.0,3.1379638,0.02122643,5,24
427
+ 0.18513919413089752,-1.0,3.1414287,-0.0015876156,5,25
428
+ 0.1009427011013031,0.8088367581367493,3.1764314,0.050781403,5,26
429
+ 0.05118171125650406,1.0,3.1864154,0.09055837,5,27
430
+ 0.13085731863975525,0.042145393788814545,3.1697369,0.027561335,5,28
431
+ 0.17962630093097687,-0.1261952668428421,3.1382244,0.010304856,5,29
432
+ 0.17232602834701538,-0.3886156678199768,3.1368475,0.018981986,5,30
433
+ 0.17733781039714813,0.5985128283500671,3.1504908,-0.00032695322,5,31
434
+ 0.14284470677375793,0.6458346843719482,3.167934,0.01737687,5,32
435
+ 0.11633243411779404,-0.63863605260849,3.1807206,-0.031102514,5,33
436
+ 0.029795393347740173,-1.0,3.1789005,-0.119459644,5,34
437
+ 0.02761980891227722,0.07985194027423859,3.1719496,-0.12858608,5,35
438
+ 0.12739618122577667,0.8109124898910522,3.1505284,-0.0502309,5,36
439
+ 0.18821075558662415,-0.17484740912914276,3.1327057,0.007239067,5,37
440
+ 0.190556138753891,-0.933428943157196,3.1264172,0.011182216,5,38
441
+ 0.1572030484676361,-0.5080959796905518,3.1538727,0.01707974,5,39
442
+ 0.09974092990159988,0.8405683040618896,3.189616,0.038798623,5,40
443
+ 0.0739436149597168,1.0,3.1901364,0.06407547,5,41
444
+ 0.14083115756511688,-0.28176555037498474,3.1584952,0.028829176,5,42
445
+ 0.19157367944717407,-0.19848434627056122,3.124042,0.012539799,5,43
446
+ 0.17900808155536652,-0.16106288135051727,3.1260648,0.02308266,5,44
447
+ 0.18167448043823242,0.8007538318634033,3.1420937,0.004387385,5,45
448
+ 0.1425229161977768,0.48233699798583984,3.1676726,0.017959962,5,46
449
+ 0.10117955505847931,-0.940660297870636,3.1837065,-0.043269444,5,47
450
+ 0.0067529380321502686,-1.0,3.1799915,-0.1414111,5,48
451
+ 0.05128765106201172,0.7171275615692139,3.1640446,-0.11282325,5,49
452
+ 0.19488781690597534,0.7131296396255493,3.1324334,0.00083428284,5,50
453
+ 0.20560994744300842,-0.8325827121734619,3.112296,0.010249468,5,51
454
+ 0.18991678953170776,-1.0,3.1195192,-0.018719489,5,52
455
+ 0.14794091880321503,0.14582936465740204,3.165691,0.014523694,5,53
456
+ 0.09115515649318695,0.9278795719146729,3.1998398,0.03716053,5,54
457
+ 0.06354518979787827,0.9760334491729736,3.1939669,0.07064346,5,55
458
+ 0.11686406284570694,-0.8501976728439331,3.1507723,0.06051912,5,56
459
+ 0.19427794218063354,-0.2573384642601013,3.112988,0.020889577,5,57
460
+ 0.16498209536075592,0.4836425483226776,3.115164,0.048009384,5,58
461
+ 0.15963143110275269,0.8592989444732666,3.1370502,0.031473942,5,59
462
+ 0.1503349244594574,0.00035880343057215214,3.175924,0.0018965262,5,60
463
+ 0.0768222063779831,-1.0,3.2001727,-0.05116065,5,61
464
+ -0.009590193629264832,-1.0,3.198539,-0.1392067,5,62
465
+ 0.020024672150611877,1.0,3.1708293,-0.13730155,5,63
466
+ 0.17042629420757294,0.7678314447402954,3.1306121,-0.027117083,5,64
467
+ 0.20783446729183197,-1.0,3.1059444,-0.014376659,5,65
468
+ 0.20175786316394806,-1.0,3.1115656,-0.014832068,5,66
469
+ 0.12704050540924072,0.08308769017457962,3.1644058,0.036709193,5,67
470
+ 0.0759022980928421,0.9997020959854126,3.2059982,0.04625504,5,68
471
+ 0.06261953711509705,0.958869993686676,3.201472,0.06406394,5,69
472
+ 0.13230633735656738,-0.8236227035522461,3.1538782,0.04197097,5,70
473
+ 0.20463424921035767,-0.2284487634897232,3.1136553,0.009865941,5,71
474
+ 0.17213822901248932,0.3940029740333557,3.1169353,0.039082035,5,72
475
+ 0.15815381705760956,0.929909884929657,3.141932,0.028069695,5,73
476
+ 0.13824087381362915,-0.029730265960097313,3.1820328,0.007881826,5,74
477
+ 0.07577016949653625,-1.0,3.2041724,-0.04821297,5,75
478
+ -0.008173033595085144,-1.0,3.2023396,-0.1339889,5,76
479
+ 0.022111117839813232,1.0,3.174176,-0.13186842,5,77
480
+ 0.17079734802246094,0.7532210946083069,3.1334827,-0.023875482,5,78
481
+ 0.20490795373916626,-1.0,3.108539,-0.014708457,5,79
482
+ -0.46889564394950867,1.0,3.3045254,0.4925258,6,0
483
+ -0.13714872300624847,0.48382368683815,3.2442033,0.22110091,6,1
484
+ 0.011760126799345016,0.8561548590660095,3.2604187,0.055976737,6,2
485
+ -0.048683978617191315,-0.35122254490852356,3.3478496,0.02898989,6,3
486
+ -0.11826096475124359,-1.0,3.3920178,-0.05439864,6,4
487
+ -0.2274470329284668,-1.0,3.3560998,-0.1995027,6,5
488
+ -0.3047761917114258,0.021391088142991066,3.2915754,-0.34135628,6,6
489
+ -0.21058601140975952,1.0,3.250047,-0.28869456,6,7
490
+ -0.04157504439353943,-0.3413345515727997,3.238252,-0.13147864,6,8
491
+ 0.04892902076244354,-1.0,3.2405248,-0.038701728,6,9
492
+ -0.06395474076271057,0.46937158703804016,3.271162,0.120948225,6,10
493
+ -0.26125845313072205,1.0,3.2934146,0.29599938,6,11
494
+ -0.33614227175712585,0.7837280631065369,3.2783937,0.38590404,6,12
495
+ -0.24126854538917542,-1.0,3.2337134,0.33571067,6,13
496
+ -0.04891060292720795,-0.31070515513420105,3.206154,0.17091201,6,14
497
+ 0.03558511286973953,1.0,3.2008536,0.09171682,6,15
498
+ 0.07438482344150543,0.8962846994400024,3.2108667,0.042904004,6,16
499
+ 0.050390396267175674,-0.8348234295845032,3.2373538,-0.04041132,6,17
500
+ -0.014273785054683685,-1.0,3.246516,-0.09591331,6,18
501
+ -0.018119893968105316,-0.5583056211471558,3.2395036,-0.10677179,6,19
502
+ 0.040718212723731995,1.0,3.2063851,-0.08105217,6,20
503
+ 0.15084344148635864,0.24376370012760162,3.1759453,-0.0013667995,6,21
504
+ 0.169592022895813,-1.0,3.1578972,0.00066626054,6,22
505
+ 0.15250331163406372,-0.7348974347114563,3.1727605,-0.0028917186,6,23
506
+ 0.06339721381664276,0.9341715574264526,3.209305,0.055453252,6,24
507
+ 0.027596503496170044,0.8623726963996887,3.2143233,0.08623573,6,25
508
+ 0.09059758484363556,0.13517649471759796,3.1907964,0.046761554,6,26
509
+ 0.1478813886642456,-0.4999077320098877,3.1567767,0.023497464,6,27
510
+ 0.16551266610622406,-0.025545956566929817,3.1519964,0.010646473,6,28
511
+ 0.15270721912384033,0.6964821219444275,3.1622117,0.0132366475,6,29
512
+ 0.13825389742851257,0.41105905175209045,3.1794345,0.010467082,6,30
513
+ 0.0771244466304779,-1.0,3.191569,-0.059461985,6,31
514
+ -0.02682839334011078,-1.0,3.187932,-0.1670519,6,32
515
+ 0.01496829092502594,0.7564026117324829,3.174027,-0.13916026,6,33
516
+ 0.171566903591156,0.7899909019470215,3.1453333,-0.011255322,6,34
517
+ 0.19369755685329437,-0.9356608390808105,3.1234648,0.01099314,6,35
518
+ 0.19626034796237946,-0.9390081167221069,3.1239166,-0.007978547,6,36
519
+ 0.12204331904649734,0.2314223349094391,3.1649127,0.041199498,6,37
520
+ 0.07407988607883453,0.9350992441177368,3.1960797,0.0579959,6,38
521
+ 0.0638619139790535,0.917242169380188,3.1898189,0.074474744,6,39
522
+ 0.12349893152713776,-0.8206371068954468,3.1487916,0.055865034,6,40
523
+ 0.19570426642894745,-0.23652242124080658,3.1172802,0.015171001,6,41
524
+ 0.16849729418754578,0.470535546541214,3.1216893,0.0379689,6,42
525
+ 0.15690238773822784,0.8918147087097168,3.1406374,0.030615738,6,43
526
+ 0.1506718546152115,-0.2812410295009613,3.1713288,-0.006154883,6,44
527
+ 0.07014598697423935,-0.9335877299308777,3.18717,-0.0708395,6,45
528
+ 0.008819550275802612,-0.7826123237609863,3.1867545,-0.1325815,6,46
529
+ 0.0493617057800293,1.0,3.1632042,-0.11558962,6,47
530
+ 0.18657685816287994,0.5792187452316284,3.131219,-0.010359747,6,48
531
+ 0.21269339323043823,-1.0,3.110751,0.004711207,6,49
532
+ 0.20723554491996765,-1.0,3.1188262,-0.002093822,6,50
533
+ 0.12082629650831223,0.39942631125450134,3.1646721,0.042657085,6,51
534
+ 0.08005954325199127,0.9682709574699402,3.192034,0.05606197,6,52
535
+ 0.09521433711051941,0.7109754085540771,3.1825616,0.05037955,6,53
536
+ 0.15299150347709656,-0.7121540307998657,3.1416707,0.033493318,6,54
537
+ 0.20341765880584717,-0.267694354057312,3.1154377,0.009300105,6,55
538
+ 0.1801784783601761,0.5018337368965149,3.1219249,0.02605216,6,56
539
+ 0.15856324136257172,0.902448296546936,3.1434903,0.026101956,6,57
540
+ 0.14890940487384796,-0.2946140766143799,3.17513,-0.004116223,6,58
541
+ 0.0775788426399231,-0.9224100112915039,3.1897595,-0.06081718,6,59
542
+ 0.015600897371768951,-0.8326149582862854,3.1893768,-0.12317779,6,60
543
+ 0.04822423309087753,1.0,3.1652944,-0.114636876,6,61
544
+ 0.18725983798503876,0.6516922116279602,3.1323004,-0.008595302,6,62
545
+ 0.20952385663986206,-1.0,3.110719,0.007912701,6,63
546
+ 0.20836997032165527,-1.0,3.1173503,0.0024352015,6,64
547
+ 0.11262907087802887,0.3524790406227112,3.163985,0.051541436,6,65
548
+ 0.0754348486661911,0.9171750545501709,3.1940684,0.058652233,6,66
549
+ 0.09247037768363953,0.7837058305740356,3.1873822,0.048302922,6,67
550
+ 0.14711731672286987,-0.662905216217041,3.1476092,0.033428967,6,68
551
+ 0.20142336189746857,-0.3054371476173401,3.119857,0.006875082,6,69
552
+ 0.17533759772777557,0.48887899518013,3.1257553,0.027062612,6,70
553
+ 0.15927976369857788,0.794280469417572,3.1457512,0.023124518,6,71
554
+ 0.1447666883468628,-0.13054817914962769,3.1771486,-0.0062402426,6,72
555
+ 0.07272631675004959,-1.0,3.19357,-0.061859302,6,73
556
+ 0.0009000152349472046,-0.8239287734031677,3.1914246,-0.1358309,6,74
557
+ 0.0426323264837265,0.9999989867210388,3.1681492,-0.11737396,6,75
558
+ 0.18969032168388367,0.6825447678565979,3.1348755,-0.0035896595,6,76
559
+ 0.19609196484088898,-1.0,3.1125407,0.019522829,6,77
560
+ 0.19240424036979675,-1.0,3.1184301,0.017321145,6,78
561
+ 0.09912630915641785,0.2938154637813568,3.165847,0.063182145,6,79
562
+ -0.7567868232727051,1.0,3.3118143,-0.77312803,7,0
563
+ -0.8507686853408813,0.8143740296363831,3.4027777,-0.77614653,7,1
564
+ -0.8350521326065063,-1.0,3.4831157,-0.680092,7,2
565
+ -0.6468398571014404,-1.0,3.435777,-0.5392184,7,3
566
+ -0.4107360541820526,-1.0,3.324304,-0.41458747,7,4
567
+ -0.17478066682815552,0.9013484716415405,3.235792,-0.26714426,7,5
568
+ 0.04995667189359665,-0.02926585078239441,3.2224622,-0.05573667,7,6
569
+ 0.030010879039764404,-1.0,3.2667596,-0.031385005,7,7
570
+ -0.04412638023495674,0.409527450799942,3.327784,0.044497836,7,8
571
+ -0.2252940982580185,1.0,3.344159,0.20929073,7,9
572
+ -0.31650039553642273,1.0,3.323903,0.32075283,7,10
573
+ -0.3209272027015686,-0.26667675375938416,3.287491,0.36159164,7,11
574
+ -0.1703914999961853,-1.0,3.2741134,0.2244336,7,12
575
+ -0.003806367516517639,0.36415350437164307,3.276035,0.055926815,7,13
576
+ 0.05261287838220596,1.0,3.2656124,-0.0099302735,7,14
577
+ -0.08068092167377472,-1.0,3.2538617,-0.15497477,7,15
578
+ -0.23781022429466248,-1.0,3.2466006,-0.3193651,7,16
579
+ -0.23385390639305115,-0.16015589237213135,3.2533891,-0.3086203,7,17
580
+ -0.10715170204639435,1.0,3.2474747,-0.18783255,7,18
581
+ 0.06082889810204506,0.00906330905854702,3.2287805,-0.03854611,7,19
582
+ 0.1085512787103653,-1.0,3.202953,0.016651135,7,20
583
+ 0.01680905371904373,0.19356884062290192,3.2004235,0.110922985,7,21
584
+ -0.12462981045246124,1.0,3.20806,0.2447253,7,22
585
+ -0.11628012359142303,0.30141404271125793,3.2029028,0.24153285,7,23
586
+ 0.015455886721611023,-0.4376715123653412,3.1837611,0.12893851,7,24
587
+ 0.09764797240495682,0.09490594267845154,3.174488,0.056019478,7,25
588
+ 0.11279498785734177,0.518433690071106,3.1808593,0.034501202,7,26
589
+ 0.10872705280780792,0.5423919558525085,3.193898,0.025530504,7,27
590
+ 0.11221790313720703,-0.7328968644142151,3.2072406,-0.008697037,7,28
591
+ 0.03516519069671631,-1.0,3.2010858,-0.09190452,7,29
592
+ 0.03005252033472061,0.11029642820358276,3.18763,-0.11047306,7,30
593
+ 0.14248715341091156,1.0,3.1615853,-0.024083039,7,31
594
+ 0.1696501225233078,-0.5734301209449768,3.1386578,0.019847589,7,32
595
+ 0.17810101807117462,-1.0,3.1309404,-0.01911406,7,33
596
+ 0.16201001405715942,-0.0884513258934021,3.161204,0.0049413964,7,34
597
+ 0.09061601758003235,0.9950061440467834,3.1924088,0.0451307,7,35
598
+ 0.06405413895845413,0.8628696203231812,3.1875937,0.07650768,7,36
599
+ 0.13202941417694092,-0.6216952204704285,3.149442,0.046684146,7,37
600
+ 0.19885431230068207,-0.2679307758808136,3.1158855,0.013415711,7,38
601
+ 0.17798736691474915,0.35024064779281616,3.1194239,0.030744288,7,39
602
+ 0.1784127652645111,0.7634767293930054,3.1369193,0.012823498,7,40
603
+ 0.15973255038261414,0.19161131978034973,3.1681118,0.00031116084,7,41
604
+ 0.10286228358745575,-1.0,3.1877768,-0.03751643,7,42
605
+ 0.02463442087173462,-0.996744692325592,3.1838117,-0.11970943,7,43
606
+ 0.07668551802635193,0.9986358880996704,3.1591568,-0.0923132,7,44
607
+ 0.1957695335149765,0.5638940334320068,3.1214507,0.010935317,7,45
608
+ 0.22607707977294922,-0.919829785823822,3.1006582,-0.0014202528,7,46
609
+ 0.192719966173172,-1.0,3.111396,-0.024039483,7,47
610
+ 0.15127801895141602,0.3360272943973541,3.1596816,0.017195938,7,48
611
+ 0.09760318696498871,0.9133870005607605,3.1906602,0.039892092,7,49
612
+ 0.09340064227581024,0.7734413743019104,3.1834567,0.05129822,7,50
613
+ 0.1449681967496872,-0.764245867729187,3.1414099,0.041777447,7,51
614
+ 0.20518216490745544,-0.2561012804508209,3.1107314,0.012241989,7,52
615
+ 0.17883536219596863,0.5492664575576782,3.1150048,0.03431537,7,53
616
+ 0.17124813795089722,0.7881754040718079,3.136346,0.020561272,7,54
617
+ 0.15057264268398285,-0.020906632766127586,3.172221,-0.0053619337,7,55
618
+ 0.09047241508960724,-0.9687020778656006,3.1944253,-0.04325776,7,56
619
+ 0.01303546130657196,-0.9798279404640198,3.1919885,-0.12313159,7,57
620
+ 0.04372309893369675,0.9966022968292236,3.165147,-0.11928535,7,58
621
+ 0.1913636177778244,0.7496144771575928,3.126624,-0.010167799,7,59
622
+ 0.2248743176460266,-0.9965893626213074,3.1028671,0.0004140669,7,60
623
+ 0.21425031125545502,-1.0,3.1090503,-0.0048549394,7,61
624
+ 0.12312185019254684,0.13650798797607422,3.1607502,0.044283517,7,62
625
+ 0.07440220564603806,0.98143070936203,3.2001584,0.053594954,7,63
626
+ 0.07333838939666748,0.8683065176010132,3.194912,0.059905175,7,64
627
+ 0.1419399082660675,-0.7320311665534973,3.1496587,0.036556937,7,65
628
+ 0.20700372755527496,-0.2569367289543152,3.1131194,0.008032432,7,66
629
+ 0.1801886260509491,0.40359336137771606,3.117407,0.030559806,7,67
630
+ 0.16416522860527039,0.9073663949966431,3.141753,0.022237334,7,68
631
+ 0.14586986601352692,-0.08276998996734619,3.1793625,-0.0029231217,7,69
632
+ 0.07166093587875366,-0.9002756476402283,3.2005267,-0.055967864,7,70
633
+ -0.0036745965480804443,-1.0,3.1990151,-0.13281497,7,71
634
+ 0.029158815741539,1.0,3.1720788,-0.12691785,7,72
635
+ 0.17951297760009766,0.6753921508789062,3.1330402,-0.015602357,7,73
636
+ 0.20842522382736206,-1.0,3.109738,-0.0099921785,7,74
637
+ 0.19028045237064362,-1.0,3.1179278,-0.019947274,7,75
638
+ 0.13182713091373444,0.20989929139614105,3.1697912,0.026537165,7,76
639
+ 0.08035120368003845,1.0,3.2063243,0.04147998,7,77
640
+ 0.06310728937387466,0.9308707118034363,3.1996906,0.06535765,7,78
641
+ 0.12491554021835327,-0.8915563821792603,3.1525912,0.050648745,7,79
642
+ -0.25766628980636597,1.0,3.2982373,0.28758448,8,0
643
+ -0.008097343146800995,0.9837561845779419,3.2597706,0.07648223,8,1
644
+ -0.004105759784579277,0.727608323097229,3.3161142,0.01614709,8,2
645
+ -0.10275813937187195,-1.0,3.413104,0.017809603,8,3
646
+ -0.12578581273555756,-1.0,3.421396,-0.03254531,8,4
647
+ -0.18019221723079681,-1.0,3.3544095,-0.15393828,8,5
648
+ -0.15858213603496552,1.0,3.2732284,-0.21350925,8,6
649
+ 0.014733754098415375,0.2986084520816803,3.228104,-0.08531765,8,7
650
+ 0.0569373220205307,-0.9761713743209839,3.2336907,-0.037527457,8,8
651
+ 0.02972932904958725,-0.4068557322025299,3.2766008,0.02182535,8,9
652
+ -0.1673315316438675,1.0,3.3321044,0.1633826,8,10
653
+ -0.28113991022109985,1.0,3.3346438,0.2746516,8,11
654
+ -0.287075400352478,0.28407686948776245,3.2922733,0.32295763,8,12
655
+ -0.17744198441505432,-1.0,3.2479706,0.25762692,8,13
656
+ -0.008379742503166199,-0.049143459647893906,3.236915,0.09962015,8,14
657
+ 0.08347403258085251,1.0,3.2352066,0.009474878,8,15
658
+ 0.00704212486743927,0.22363263368606567,3.2433875,-0.07772593,8,16
659
+ -0.10688512027263641,-1.0,3.2550728,-0.1799678,8,17
660
+ -0.15866541862487793,-1.0,3.2534056,-0.23341537,8,18
661
+ -0.1119174212217331,0.2688945531845093,3.2379055,-0.20216744,8,19
662
+ 0.04045818746089935,1.0,3.2100604,-0.07763697,8,20
663
+ 0.133470818400383,-0.5805264115333557,3.187827,0.0068575838,8,21
664
+ 0.15034088492393494,-1.0,3.1746554,0.003159199,8,22
665
+ 0.05546330660581589,0.4445039927959442,3.1945941,0.078098066,8,23
666
+ -0.03687433898448944,0.9999989867210388,3.209649,0.15538077,8,24
667
+ -0.014130756258964539,0.4413159191608429,3.2021463,0.14013998,8,25
668
+ 0.08548252284526825,-0.5922538638114929,3.1733828,0.069290236,8,26
669
+ 0.15914036333560944,-0.13066348433494568,3.159912,0.00910304,8,27
670
+ 0.14965428411960602,0.7420129776000977,3.1658592,0.012642006,8,28
671
+ 0.12491624057292938,0.5761628150939941,3.1799114,0.023327906,8,29
672
+ 0.09402800351381302,-0.9358448386192322,3.1939983,-0.040129177,8,30
673
+ -0.00021360814571380615,-1.0,3.1916444,-0.1367247,8,31
674
+ 0.013488203287124634,0.2910926342010498,3.180907,-0.1337603,8,32
675
+ 0.1386486291885376,1.0,3.154248,-0.035258885,8,33
676
+ 0.18611115217208862,-0.6280413269996643,3.1319208,0.010123544,8,34
677
+ 0.19040986895561218,-1.0,3.125423,-0.012322691,8,35
678
+ 0.14635008573532104,-0.11033250391483307,3.1595068,0.022298627,8,36
679
+ 0.0773492306470871,1.0,3.1942806,0.056525663,8,37
680
+ 0.05208507925271988,0.9327225089073181,3.1906543,0.08541616,8,38
681
+ 0.12431198358535767,-0.6657710075378418,3.1511366,0.052706897,8,39
682
+ 0.18942487239837646,-0.2062336802482605,3.1165411,0.022189502,8,40
683
+ 0.17053720355033875,0.1903054416179657,3.1210449,0.036573432,8,41
684
+ 0.16592131555080414,0.9670977592468262,3.1397362,0.02249802,8,42
685
+ 0.14672142267227173,0.006966548506170511,3.1698773,0.011556806,8,43
686
+ 0.0880763977766037,-1.0,3.1850603,-0.055018853,8,44
687
+ 0.012537211179733276,-0.9041342735290527,3.1834025,-0.13221577,8,45
688
+ 0.06254696100950241,0.9998588562011719,3.160348,-0.10526062,8,46
689
+ 0.20167745649814606,0.5676162242889404,3.1250916,-0.001386501,8,47
690
+ 0.21461497247219086,-0.9969497323036194,3.104356,-0.00918449,8,48
691
+ 0.18221330642700195,-0.9866794347763062,3.1145854,-0.03135682,8,49
692
+ 0.15068668127059937,0.4109468162059784,3.1615539,0.015914975,8,50
693
+ 0.09679411351680756,0.9344463348388672,3.1901042,0.041257158,8,51
694
+ 0.10123968124389648,0.6633453369140625,3.1816783,0.04523754,8,52
695
+ 0.14742541313171387,-0.6740160584449768,3.1410525,0.03967762,8,53
696
+ 0.19535797834396362,-0.295930951833725,3.1143508,0.018446743,8,54
697
+ 0.17687419056892395,0.5469560027122498,3.1198883,0.031393018,8,55
698
+ 0.16183364391326904,0.8566286563873291,3.1407886,0.025533313,8,56
699
+ 0.15008726716041565,-0.16242535412311554,3.173632,-0.0044363425,8,57
700
+ 0.08675330132246017,-0.9157100915908813,3.1918366,-0.04956562,8,58
701
+ 0.01837923377752304,-0.9267246723175049,3.190589,-0.11918733,8,59
702
+ 0.0488341748714447,1.0,3.1645093,-0.11481205,8,60
703
+ 0.19082379341125488,0.6797171235084534,3.128059,-0.009272817,8,61
704
+ 0.22169430553913116,-1.0,3.105822,-0.00063913077,8,62
705
+ 0.20638442039489746,-1.0,3.1134577,-0.00831342,8,63
706
+ 0.12829627096652985,0.20257221162319183,3.164275,0.035584312,8,64
707
+ 0.08290454745292664,1.0,3.2000608,0.045190122,8,65
708
+ 0.07587070763111115,0.8906099796295166,3.1931527,0.05913214,8,66
709
+ 0.13487586379051208,-0.7905963659286499,3.1479077,0.045371912,8,67
710
+ 0.19780293107032776,-0.2783324122428894,3.112359,0.017993532,8,68
711
+ 0.1643504500389099,0.4766385853290558,3.1163776,0.047427483,8,69
712
+ 0.16018357872962952,0.7823512554168701,3.1384768,0.029495088,8,70
713
+ 0.1510518342256546,0.037601321935653687,3.175778,-0.0013257664,8,71
714
+ 0.08163835108280182,-0.9724434018135071,3.1989095,-0.04760764,8,72
715
+ -0.00323525071144104,-1.0,3.1973088,-0.13408199,8,73
716
+ 0.03033478558063507,1.0,3.1713488,-0.12647192,8,74
717
+ 0.18615153431892395,0.7726438641548157,3.132524,-0.009479975,8,75
718
+ 0.2152257263660431,-1.0,3.1077232,0.0052065616,8,76
719
+ 0.21559715270996094,-1.0,3.111922,0.0006363438,8,77
720
+ 0.11650873720645905,0.12784351408481598,3.1630383,0.048608523,8,78
721
+ 0.07118156552314758,1.0,3.2020192,0.054954737,8,79
722
+ -0.9191182851791382,-1.0,3.333821,0.91345274,9,0
723
+ -0.988603413105011,0.05557924881577492,3.4197583,0.8970006,9,1
724
+ -0.9285027980804443,1.0,3.4335191,0.8231392,9,2
725
+ -0.7122540473937988,1.0,3.3460913,0.6943183,9,3
726
+ -0.5239724516868591,0.7179621458053589,3.2344506,0.6176774,9,4
727
+ -0.3502123951911926,-0.7865337133407593,3.1972215,0.4811464,9,5
728
+ -0.10151451826095581,-0.6371040940284729,3.2380517,0.19161838,9,6
729
+ 0.046958282589912415,1.0,3.277103,0.0040942864,9,7
730
+ -0.06371413171291351,0.18585065007209778,3.2736893,-0.11818038,9,8
731
+ -0.24177581071853638,-1.0,3.268731,-0.3012002,9,9
732
+ -0.3306378424167633,-0.9945465326309204,3.2596478,-0.3991455,9,10
733
+ -0.20124810934066772,0.9995415210723877,3.252324,-0.27707952,9,11
734
+ 0.04423409700393677,0.39995309710502625,3.2324,-0.05152148,9,12
735
+ 0.10551003366708755,-1.0,3.2128692,0.009776315,9,13
736
+ 0.06185594201087952,-0.41687721014022827,3.2176821,0.048617452,9,14
737
+ -0.07997110486030579,1.0,3.2411602,0.16696647,9,15
738
+ -0.16031944751739502,1.0,3.2396681,0.24880683,9,16
739
+ -0.044782474637031555,-0.6880586743354797,3.2093828,0.16355522,9,17
740
+ 0.07301216572523117,0.08811535686254501,3.1788495,0.07629389,9,18
741
+ 0.08431223034858704,0.13053253293037415,3.184082,0.059761252,9,19
742
+ 0.12364573031663895,0.785033643245697,3.199635,0.0048747617,9,20
743
+ 0.08746306598186493,-0.0908188447356224,3.2235699,-0.017122583,9,21
744
+ 0.013143397867679596,-1.0,3.2286932,-0.08631887,9,22
745
+ -0.05954571068286896,-0.8885850310325623,3.2165258,-0.17117544,9,23
746
+ -0.005683109164237976,0.9932332634925842,3.1911757,-0.14266293,9,24
747
+ 0.153013676404953,0.5528721809387207,3.1587744,-0.016367473,9,25
748
+ 0.18599393963813782,-1.0,3.1362307,0.0059308726,9,26
749
+ 0.18280018866062164,-0.9828086495399475,3.1408708,-0.00448452,9,27
750
+ 0.09448708593845367,0.6758683919906616,3.180769,0.052899465,9,28
751
+ 0.0456819087266922,0.9672328233718872,3.1977594,0.08471422,9,29
752
+ 0.09599849581718445,0.36036381125450134,3.1827888,0.049368177,9,30
753
+ 0.14610975980758667,-0.3984645903110504,3.1468298,0.035215914,9,31
754
+ 0.17639842629432678,-0.39419353008270264,3.1353164,0.016440714,9,32
755
+ 0.17340871691703796,0.6976874470710754,3.1446245,0.01012233,9,33
756
+ 0.1532457321882248,0.6363520622253418,3.1602542,0.014655552,9,34
757
+ 0.1151212751865387,-0.4320787191390991,3.1797223,-0.033311937,9,35
758
+ 0.0475565642118454,-1.0,3.186527,-0.09407194,9,36
759
+ 0.014838963747024536,-0.3898456394672394,3.1811843,-0.13213226,9,37
760
+ 0.09086621552705765,0.9999989867210388,3.158438,-0.078851335,9,38
761
+ 0.18479564785957336,0.17363791167736053,3.1340938,0.009266112,9,39
762
+ 0.19383610785007477,-1.0,3.1194756,0.01484381,9,40
763
+ 0.18662062287330627,-0.8654178977012634,3.1388593,0.0026756155,9,41
764
+ 0.10848673433065414,0.8851987719535828,3.1787755,0.040893234,9,42
765
+ 0.06608133763074875,1.0,3.18484,0.077234216,9,43
766
+ 0.1424248367547989,-0.09727555513381958,3.1605356,0.025195105,9,44
767
+ 0.18827544152736664,-0.17787553369998932,3.1250398,0.014840256,9,45
768
+ 0.185067817568779,-0.38521260023117065,3.1239395,0.019148191,9,46
769
+ 0.187238872051239,0.8067957162857056,3.1391804,-0.0017362245,9,47
770
+ 0.14664322137832642,0.6226488947868347,3.1623802,0.019132078,9,48
771
+ 0.11439193785190582,-0.6924117803573608,3.1809533,-0.032810315,9,49
772
+ 0.03737417608499527,-1.0,3.1818054,-0.10897597,9,50
773
+ 0.04432380944490433,0.12193353474140167,3.1721783,-0.11165344,9,51
774
+ 0.14117369055747986,0.7851215600967407,3.1453514,-0.041630425,9,52
775
+ 0.196583092212677,-0.2675866484642029,3.1257799,-0.0057925517,9,53
776
+ 0.1909574419260025,-0.6598911881446838,3.1237109,0.013487199,9,54
777
+ 0.14903977513313293,-0.8388062715530396,3.1567395,0.022376267,9,55
778
+ 0.09756241738796234,0.9464319944381714,3.1989386,0.031654496,9,56
779
+ 0.04912504553794861,1.0,3.1947522,0.084278256,9,57
780
+ 0.12794502079486847,-0.31360945105552673,3.1607668,0.03944366,9,58
781
+ 0.1879492700099945,-0.17872703075408936,3.1216164,0.018589891,9,59
782
+ 0.17839474976062775,-0.16255582869052887,3.121599,0.028161807,9,60
783
+ 0.18476465344429016,0.809916079044342,3.1401088,0.0032820404,9,61
784
+ 0.14177305996418,0.5486060380935669,3.1707954,0.015587017,9,62
785
+ 0.10459262132644653,-0.7938200831413269,3.1928759,-0.030687036,9,63
786
+ 0.02993497997522354,-1.0,3.1910374,-0.10718312,9,64
787
+ 0.032205477356910706,0.17489491403102875,3.1767004,-0.11924969,9,65
788
+ 0.12672702968120575,0.8581469058990479,3.1462407,-0.055187773,9,66
789
+ 0.17998406291007996,-0.36996737122535706,3.1255302,-0.022641206,9,67
790
+ 0.194577157497406,-0.7393912672996521,3.1233745,-0.010203898,9,68
791
+ 0.15341463685035706,-0.6559262275695801,3.1595538,0.015187117,9,69
792
+ 0.09339269250631332,0.8891971707344055,3.2026336,0.032129206,9,70
793
+ 0.054444536566734314,0.9583360552787781,3.202154,0.07155706,9,71
794
+ 0.12302717566490173,-0.2603932321071625,3.1674075,0.037720826,9,72
795
+ 0.1770535707473755,-0.21783138811588287,3.1291106,0.021991372,9,73
796
+ 0.17095892131328583,-0.11796210706233978,3.128335,0.028861593,9,74
797
+ 0.182646244764328,0.7398985028266907,3.1453454,0.00016382158,9,75
798
+ 0.14080101251602173,0.6230512857437134,3.1755688,0.01178569,9,76
799
+ 0.09865108132362366,-0.8916339874267578,3.1968503,-0.032654133,9,77
800
+ 0.017283543944358826,-1.0,3.1925151,-0.11835684,9,78
801
+ 0.02730654925107956,0.23469838500022888,3.1778734,-0.122975595,9,79
training/sarl/CylinderRot2D-easy-v0/TD-MPC/4/training_log.csv ADDED
The diff for this file is too large to render. See raw diff
 
training/sarl/CylinderRot2D-hard-v0/TD-MPC/1/config.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: CylinderRot2D-hard-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 1
5
+ device: cuda
6
+ rl_mode: sarl
7
+ total_timesteps: 50000
8
+ run_training: true
9
+ n_eval_steps: 10
10
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
11
+ n_eval_episodes: 1
12
+ n_test_episodes: 10
13
+ modality: state
14
+ action_repeat: 1
15
+ train_steps: ${total_timesteps}
16
+ iterations: 6
17
+ num_samples: 512
18
+ num_elites: 64
19
+ mixture_coef: 0.05
20
+ min_std: 0.05
21
+ temperature: 0.5
22
+ momentum: 0.1
23
+ discount: 0.99
24
+ batch_size: 512
25
+ max_buffer_size: ${train_steps}
26
+ horizon: 20
27
+ reward_coef: 0.5
28
+ value_coef: 0.1
29
+ consistency_coef: 2
30
+ rho: 0.5
31
+ kappa: 0.1
32
+ lr: 0.001
33
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
34
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
35
+ per_alpha: 0.6
36
+ per_beta: 0.4
37
+ grad_clip_norm: 10
38
+ seed_steps: 100
39
+ update_freq: 2
40
+ tau: 0.01
41
+ enc_dim: 256
42
+ mlp_dim: 512
43
+ latent_dim: 50
44
+ wandb:
45
+ enable: true
46
+ entity: safe-autonomous-systems
47
+ project: jbecktepe-fluidgym
48
+ cluster: {}
training/sarl/CylinderRot2D-hard-v0/TD-MPC/1/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - env_id=CylinderRot2D-hard-v0
2
+ - total_timesteps=50000
3
+ - seed=1
training/sarl/CylinderRot2D-hard-v0/TD-MPC/1/training_log.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ train/episode,train/step,train/env_step,train/total_time,train/episode_reward,train/mean_reward,eval/mean_reward
2
+ 1,0,0,206.96134686470032,-123.67241793870926,-1.5459052242338658,-2.5819105245172977
training/sarl/CylinderRot2D-hard-v0/TD-MPC/2/config.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: CylinderRot2D-hard-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 2
5
+ device: cuda
6
+ rl_mode: sarl
7
+ total_timesteps: 50000
8
+ run_training: true
9
+ n_eval_steps: 10
10
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
11
+ n_eval_episodes: 1
12
+ n_test_episodes: 10
13
+ modality: state
14
+ action_repeat: 1
15
+ train_steps: ${total_timesteps}
16
+ iterations: 6
17
+ num_samples: 512
18
+ num_elites: 64
19
+ mixture_coef: 0.05
20
+ min_std: 0.05
21
+ temperature: 0.5
22
+ momentum: 0.1
23
+ discount: 0.99
24
+ batch_size: 512
25
+ max_buffer_size: ${train_steps}
26
+ horizon: 20
27
+ reward_coef: 0.5
28
+ value_coef: 0.1
29
+ consistency_coef: 2
30
+ rho: 0.5
31
+ kappa: 0.1
32
+ lr: 0.001
33
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
34
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
35
+ per_alpha: 0.6
36
+ per_beta: 0.4
37
+ grad_clip_norm: 10
38
+ seed_steps: 100
39
+ update_freq: 2
40
+ tau: 0.01
41
+ enc_dim: 256
42
+ mlp_dim: 512
43
+ latent_dim: 50
44
+ wandb:
45
+ enable: true
46
+ entity: safe-autonomous-systems
47
+ project: jbecktepe-fluidgym
48
+ cluster: {}
training/sarl/CylinderRot2D-hard-v0/TD-MPC/2/hydra.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-hard-v0
116
+ - total_timesteps=50000
117
+ - seed=2
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-hard-v0,seed=2,total_timesteps=50000
122
+ id: '0'
123
+ num: 0
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: /cephfs/users/becktepe/git_projects/FluidGym/output/training/sarl/CylinderRot2D-hard-v0/TD-MPC/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
training/sarl/CylinderRot2D-hard-v0/TD-MPC/2/multirun.yaml ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-hard-v0
116
+ - total_timesteps=50000
117
+ - seed=2
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-hard-v0,seed=2,total_timesteps=50000
122
+ id: ???
123
+ num: ???
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: ???
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
162
+ env_id: CylinderRot2D-hard-v0
163
+ env_kwargs: {}
164
+ eval_env_kwargs: {}
165
+ seed: 2
166
+ device: cuda
167
+ rl_mode: sarl
168
+ total_timesteps: 50000
169
+ run_training: true
170
+ n_eval_steps: 10
171
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
172
+ n_eval_episodes: 1
173
+ n_test_episodes: 10
174
+ modality: state
175
+ action_repeat: 1
176
+ train_steps: ${total_timesteps}
177
+ iterations: 6
178
+ num_samples: 512
179
+ num_elites: 64
180
+ mixture_coef: 0.05
181
+ min_std: 0.05
182
+ temperature: 0.5
183
+ momentum: 0.1
184
+ discount: 0.99
185
+ batch_size: 512
186
+ max_buffer_size: ${train_steps}
187
+ horizon: 20
188
+ reward_coef: 0.5
189
+ value_coef: 0.1
190
+ consistency_coef: 2
191
+ rho: 0.5
192
+ kappa: 0.1
193
+ lr: 0.001
194
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
195
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
196
+ per_alpha: 0.6
197
+ per_beta: 0.4
198
+ grad_clip_norm: 10
199
+ seed_steps: 100
200
+ update_freq: 2
201
+ tau: 0.01
202
+ enc_dim: 256
203
+ mlp_dim: 512
204
+ latent_dim: 50
205
+ wandb:
206
+ enable: true
207
+ entity: safe-autonomous-systems
208
+ project: jbecktepe-fluidgym
209
+ cluster: {}
training/sarl/CylinderRot2D-hard-v0/TD-MPC/2/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - env_id=CylinderRot2D-hard-v0
2
+ - total_timesteps=50000
3
+ - seed=2
training/sarl/CylinderRot2D-hard-v0/TD-MPC/2/training_log.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ train/episode,train/step,train/env_step,train/total_time,train/episode_reward,train/mean_reward,eval/mean_reward
2
+ 1,0,0,194.24247670173645,-203.91486909985542,-2.5489358637481927,-1.8496645845472812
training/sarl/CylinderRot2D-hard-v0/TD-MPC/3/config.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: CylinderRot2D-hard-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 3
5
+ device: cuda
6
+ rl_mode: sarl
7
+ total_timesteps: 50000
8
+ run_training: true
9
+ n_eval_steps: 10
10
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
11
+ n_eval_episodes: 1
12
+ n_test_episodes: 10
13
+ modality: state
14
+ action_repeat: 1
15
+ train_steps: ${total_timesteps}
16
+ iterations: 6
17
+ num_samples: 512
18
+ num_elites: 64
19
+ mixture_coef: 0.05
20
+ min_std: 0.05
21
+ temperature: 0.5
22
+ momentum: 0.1
23
+ discount: 0.99
24
+ batch_size: 512
25
+ max_buffer_size: ${train_steps}
26
+ horizon: 20
27
+ reward_coef: 0.5
28
+ value_coef: 0.1
29
+ consistency_coef: 2
30
+ rho: 0.5
31
+ kappa: 0.1
32
+ lr: 0.001
33
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
34
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
35
+ per_alpha: 0.6
36
+ per_beta: 0.4
37
+ grad_clip_norm: 10
38
+ seed_steps: 100
39
+ update_freq: 2
40
+ tau: 0.01
41
+ enc_dim: 256
42
+ mlp_dim: 512
43
+ latent_dim: 50
44
+ wandb:
45
+ enable: true
46
+ entity: safe-autonomous-systems
47
+ project: jbecktepe-fluidgym
48
+ cluster: {}
training/sarl/CylinderRot2D-hard-v0/TD-MPC/3/hydra.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-hard-v0
116
+ - total_timesteps=50000
117
+ - seed=3
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-hard-v0,seed=3,total_timesteps=50000
122
+ id: '0'
123
+ num: 0
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: /cephfs/users/becktepe/git_projects/FluidGym/output/training/sarl/CylinderRot2D-hard-v0/TD-MPC/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
training/sarl/CylinderRot2D-hard-v0/TD-MPC/3/multirun.yaml ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-hard-v0
116
+ - total_timesteps=50000
117
+ - seed=3
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-hard-v0,seed=3,total_timesteps=50000
122
+ id: ???
123
+ num: ???
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: ???
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
162
+ env_id: CylinderRot2D-hard-v0
163
+ env_kwargs: {}
164
+ eval_env_kwargs: {}
165
+ seed: 3
166
+ device: cuda
167
+ rl_mode: sarl
168
+ total_timesteps: 50000
169
+ run_training: true
170
+ n_eval_steps: 10
171
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
172
+ n_eval_episodes: 1
173
+ n_test_episodes: 10
174
+ modality: state
175
+ action_repeat: 1
176
+ train_steps: ${total_timesteps}
177
+ iterations: 6
178
+ num_samples: 512
179
+ num_elites: 64
180
+ mixture_coef: 0.05
181
+ min_std: 0.05
182
+ temperature: 0.5
183
+ momentum: 0.1
184
+ discount: 0.99
185
+ batch_size: 512
186
+ max_buffer_size: ${train_steps}
187
+ horizon: 20
188
+ reward_coef: 0.5
189
+ value_coef: 0.1
190
+ consistency_coef: 2
191
+ rho: 0.5
192
+ kappa: 0.1
193
+ lr: 0.001
194
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
195
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
196
+ per_alpha: 0.6
197
+ per_beta: 0.4
198
+ grad_clip_norm: 10
199
+ seed_steps: 100
200
+ update_freq: 2
201
+ tau: 0.01
202
+ enc_dim: 256
203
+ mlp_dim: 512
204
+ latent_dim: 50
205
+ wandb:
206
+ enable: true
207
+ entity: safe-autonomous-systems
208
+ project: jbecktepe-fluidgym
209
+ cluster: {}
training/sarl/CylinderRot2D-hard-v0/TD-MPC/3/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - env_id=CylinderRot2D-hard-v0
2
+ - total_timesteps=50000
3
+ - seed=3
training/sarl/CylinderRot2D-hard-v0/TD-MPC/3/training_log.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ train/episode,train/step,train/env_step,train/total_time,train/episode_reward,train/mean_reward,eval/mean_reward
2
+ 1,0,0,212.3724000453949,-178.51814897358418,-2.231476862169802,-2.4740073502063753
training/sarl/CylinderRot2D-hard-v0/TD-MPC/4/config.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env_id: CylinderRot2D-hard-v0
2
+ env_kwargs: {}
3
+ eval_env_kwargs: {}
4
+ seed: 4
5
+ device: cuda
6
+ rl_mode: sarl
7
+ total_timesteps: 50000
8
+ run_training: true
9
+ n_eval_steps: 10
10
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
11
+ n_eval_episodes: 1
12
+ n_test_episodes: 10
13
+ modality: state
14
+ action_repeat: 1
15
+ train_steps: ${total_timesteps}
16
+ iterations: 6
17
+ num_samples: 512
18
+ num_elites: 64
19
+ mixture_coef: 0.05
20
+ min_std: 0.05
21
+ temperature: 0.5
22
+ momentum: 0.1
23
+ discount: 0.99
24
+ batch_size: 512
25
+ max_buffer_size: ${train_steps}
26
+ horizon: 20
27
+ reward_coef: 0.5
28
+ value_coef: 0.1
29
+ consistency_coef: 2
30
+ rho: 0.5
31
+ kappa: 0.1
32
+ lr: 0.001
33
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
34
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
35
+ per_alpha: 0.6
36
+ per_beta: 0.4
37
+ grad_clip_norm: 10
38
+ seed_steps: 100
39
+ update_freq: 2
40
+ tau: 0.01
41
+ enc_dim: 256
42
+ mlp_dim: 512
43
+ latent_dim: 50
44
+ wandb:
45
+ enable: true
46
+ entity: safe-autonomous-systems
47
+ project: jbecktepe-fluidgym
48
+ cluster: {}
training/sarl/CylinderRot2D-hard-v0/TD-MPC/4/multirun.yaml ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: MULTIRUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=MULTIRUN
114
+ task:
115
+ - env_id=CylinderRot2D-hard-v0
116
+ - total_timesteps=50000
117
+ - seed=4
118
+ job:
119
+ name: train_tdmpc
120
+ chdir: true
121
+ override_dirname: env_id=CylinderRot2D-hard-v0,seed=4,total_timesteps=50000
122
+ id: ???
123
+ num: ???
124
+ config_name: train_tdmpc
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: /cephfs/users/becktepe/git_projects/FluidGym
136
+ config_sources:
137
+ - path: hydra.conf
138
+ schema: pkg
139
+ provider: hydra
140
+ - path: /cephfs/users/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: ???
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
162
+ env_id: CylinderRot2D-hard-v0
163
+ env_kwargs: {}
164
+ eval_env_kwargs: {}
165
+ seed: 4
166
+ device: cuda
167
+ rl_mode: sarl
168
+ total_timesteps: 50000
169
+ run_training: true
170
+ n_eval_steps: 10
171
+ eval_freq: ${eval:${total_timesteps} // ${n_eval_steps}}
172
+ n_eval_episodes: 1
173
+ n_test_episodes: 10
174
+ modality: state
175
+ action_repeat: 1
176
+ train_steps: ${total_timesteps}
177
+ iterations: 6
178
+ num_samples: 512
179
+ num_elites: 64
180
+ mixture_coef: 0.05
181
+ min_std: 0.05
182
+ temperature: 0.5
183
+ momentum: 0.1
184
+ discount: 0.99
185
+ batch_size: 512
186
+ max_buffer_size: ${train_steps}
187
+ horizon: 20
188
+ reward_coef: 0.5
189
+ value_coef: 0.1
190
+ consistency_coef: 2
191
+ rho: 0.5
192
+ kappa: 0.1
193
+ lr: 0.001
194
+ std_schedule: linear(0.5, ${min_std}, ${train_steps})
195
+ horizon_schedule: linear(1, ${horizon}, ${train_steps})
196
+ per_alpha: 0.6
197
+ per_beta: 0.4
198
+ grad_clip_norm: 10
199
+ seed_steps: 100
200
+ update_freq: 2
201
+ tau: 0.01
202
+ enc_dim: 256
203
+ mlp_dim: 512
204
+ latent_dim: 50
205
+ wandb:
206
+ enable: true
207
+ entity: safe-autonomous-systems
208
+ project: jbecktepe-fluidgym
209
+ cluster: {}
training/sarl/CylinderRot2D-hard-v0/TD-MPC/4/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - env_id=CylinderRot2D-hard-v0
2
+ - total_timesteps=50000
3
+ - seed=4
training/sarl/CylinderRot2D-hard-v0/TD-MPC/4/training_log.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ train/episode,train/step,train/env_step,train/total_time,train/episode_reward,train/mean_reward,eval/mean_reward
2
+ 1,0,0,214.30642294883728,-205.23183888196945,-2.5653979860246183,-2.489078333042562