added optimizer and sac to factory.py
This commit is contained in:
@@ -26,6 +26,7 @@ class SACConfig:
|
||||
num_subsample_critics = None
|
||||
critic_lr = 3e-4
|
||||
actor_lr = 3e-4
|
||||
temperature_lr = 3e-4
|
||||
critic_target_update_weight = 0.005
|
||||
utd_ratio = 2
|
||||
critic_network_kwargs = {
|
||||
|
||||
Reference in New Issue
Block a user