Added examples fro grid/abl to example.yaml
This commit is contained in:
parent
2248b24bcb
commit
94408f6b08
33
example.yaml
33
example.yaml
@ -106,15 +106,26 @@ import: :McNamo,:Leaf
|
||||
|
||||
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:
|
||||
task:
|
||||
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]
|
||||
C: ['aC1', 'aC2']
|
Loading…
Reference in New Issue
Block a user