New default config
This commit is contained in:
parent
68fbf875c7
commit
b7ad796671
34
config.yaml
34
config.yaml
@ -1,19 +1,32 @@
|
|||||||
name: DEFAULT
|
name: DEFAULT
|
||||||
project: alpha
|
|
||||||
|
vars:
|
||||||
|
foo: bar
|
||||||
|
|
||||||
slurm:
|
slurm:
|
||||||
name: False
|
name: '{config[name]}'
|
||||||
partition: "single"
|
partitions:
|
||||||
num_parallel_jobs: 64
|
- SINGLE
|
||||||
cpus-per-task: 1
|
num_parallel_jobs: 50
|
||||||
|
cpus_per_task: 1
|
||||||
mem-per-cpu: 3000
|
mem-per-cpu: 3000
|
||||||
time: 1440 # in minutes
|
time: 1440 # in minutes
|
||||||
|
ntasks: 1
|
||||||
|
sh_lines: ['']
|
||||||
|
|
||||||
repetitions: 3
|
#runner: sb3
|
||||||
agents_per_job: 3
|
runner: debug
|
||||||
reps_per_agent: 1
|
|
||||||
|
|
||||||
total_timesteps: 10000
|
scheduler:
|
||||||
|
repetitions: 3
|
||||||
|
agents_per_job: 3
|
||||||
|
reps_per_agent: 1
|
||||||
|
|
||||||
|
wandb:
|
||||||
|
project: '{config[name]}'
|
||||||
|
sync_tensorboard: True
|
||||||
|
monitor_gym: True
|
||||||
|
save_code: False
|
||||||
|
|
||||||
video:
|
video:
|
||||||
enable: True
|
enable: True
|
||||||
@ -34,10 +47,11 @@ env:
|
|||||||
normalize_rew: True
|
normalize_rew: True
|
||||||
num_envs: 1
|
num_envs: 1
|
||||||
env_args:
|
env_args:
|
||||||
more_obs:True
|
more_obs: True
|
||||||
|
|
||||||
algo:
|
algo:
|
||||||
name: PPO
|
name: PPO
|
||||||
|
total_timesteps: 10000
|
||||||
policy_name: MlpPolicy
|
policy_name: MlpPolicy
|
||||||
n_steps: 4096
|
n_steps: 4096
|
||||||
vf_coef: 1.0e-5
|
vf_coef: 1.0e-5
|
||||||
|
Loading…
Reference in New Issue
Block a user