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