Skip to content

Commit

Permalink
removing the unused noise_clip from sac_continuous_actions.py (probab…
Browse files Browse the repository at this point in the history
…ly a relic from TD3) (#456)
  • Loading branch information
jonas-eschmann authored Jun 10, 2024
1 parent 8cbca61 commit 65789ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cleanrl/sac_continuous_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ class Args:
"""the frequency of training policy (delayed)"""
target_network_frequency: int = 1 # Denis Yarats' implementation delays this by 2.
"""the frequency of updates for the target nerworks"""
noise_clip: float = 0.5
"""noise clip parameter of the Target Policy Smoothing Regularization"""
alpha: float = 0.2
"""Entropy regularization coefficient."""
autotune: bool = True
Expand Down

0 comments on commit 65789ba

Please sign in to comment.