style fixes

This commit is contained in:
Michel Aractingi
2024-12-29 14:35:21 +00:00
parent 5b4adc00bb
commit bae3b02928
2 changed files with 37 additions and 39 deletions

View File

@@ -53,13 +53,13 @@ class SACConfig:
critic_network_kwargs = {
"hidden_dims": [256, 256],
"activate_final": True,
}
}
actor_network_kwargs = {
"hidden_dims": [256, 256],
"activate_final": True,
}
}
policy_kwargs = {
"use_tanh_squash": True,
"log_std_min": -5,
"log_std_max": 2,
}
}