added temporary fix for missing task_index key in online environment
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user