Added examples fro grid/abl to example.yaml

This commit is contained in:
Dominik Moritz Roth 2023-07-29 13:03:24 +02:00
parent 2248b24bcb
commit 94408f6b08

View File

@ -106,15 +106,26 @@ import: :McNamo,:Leaf
leaf: True leaf: True
--- ---
name: Test_BaseTest
project: JustTesting
runner: printConfig
wandb:
group: 'base'
job_type: '{delta_desc}'
---
name: Test_Sweep
project: JustTesting
runner: printConfig
scheduler:
repetitions: 16
wandb:
group: 'sweep'
job_type: '{delta_desc}'
A: 'dA'
B: 'dB'
C: 'dC'
grid:
A: ['gA1', 'gA2']
# B: ['gB1', 'gB2']
ablative: ablative:
task: C: ['aC1', 'aC2']
add_time_awareness: [True]
add_normalize_obs: [False]
env_args:
more_obs: [True]
algorithm:
network:
#ent_coef: [0, 0.001, 0.003]
normalize_advantage: [True]
distribution:
init_std: [0.5]