added temporary fix for missing task_index key in online environment
This commit is contained in:
parent
ebff8f7437
commit
324404b47a
|
@ -50,6 +50,7 @@ class SACConfig:
|
|||
state_encoder_hidden_dim = 256
|
||||
latent_dim = 128
|
||||
target_entropy = None
|
||||
backup_entropy = True
|
||||
critic_network_kwargs = {
|
||||
"hidden_dims": [256, 256],
|
||||
"activate_final": True,
|
||||
|
|
Loading…
Reference in New Issue