Update log_std_min type to float in PolicyConfig for consistency
This commit is contained in:
committed by
Adil Zouitine
parent
870e3efb92
commit
23c9441d5f
@@ -51,8 +51,8 @@ class ActorNetworkConfig:
|
||||
@dataclass
|
||||
class PolicyConfig:
|
||||
use_tanh_squash: bool = True
|
||||
log_std_min: int = 1e-5
|
||||
log_std_max: int = 10.0
|
||||
log_std_min: float = 1e-5
|
||||
log_std_max: float = 10.0
|
||||
init_final: float = 0.05
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user