sajedam commited on
Commit
10461a8
·
verified ·
1 Parent(s): 1a4416d

Upload 2 files

Browse files
Kolmogorov_2D/environment_config.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env:
2
+ n_agents: 4
3
+ max_episode_steps: 200
4
+ jax:
5
+ Re: 40
6
+ observation_type: 'omega'
7
+ nu: 1.9e-3
8
+ num_sim_substeps_per_actuation: 10
9
+ num_action_inputs: 1
10
+ max_control: 1.0
11
+ compute_grad: false
12
+ render: false
Kolmogorov_2D/properties_run.toml ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #-------------------------------------------------------------------------------
2
+ #---GENERAL---------------------------------------------------------------------
3
+ #-------------------------------------------------------------------------------
4
+
5
+ #---FLOW VARIABLES--------------------------------------------------------------
6
+ Re = 40
7
+
8
+ #---I/O-------------------------------------------------------------------------
9
+ outputDir.default = "out_kolmogorov/"
10
+
11
+ #---SOLUTION PROPERTIES---------------------------------------------------------
12
+ dt = 0.001
13
+ timeSteps = 100
14
+
15
+ #---GRID PROPERTIES-------------------------------------------------------------
16
+ Nx = 64
17
+ Ny = 64
18
+
19
+ xLength = 6.28318530718
20
+ yLength = 6.28318530718
21
+
22
+ #---FORCING DETAILS-----------------------------------------------------
23
+ wavenumbers = [4,5,6,7]
24
+ UseControlRamping = true # Activate tanh ramping between two consecutive control actions
25
+ RampPercentage = 0.8