added temporary fix for missing task_index key in online environment

This commit is contained in:
Michel Aractingi 2024-12-30 13:47:28 +00:00
parent c6ca9523de
commit e5801f467f
1 changed files with 1 additions and 0 deletions

View File

@ -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,