Skip to content

Commit

Permalink
Set use_gpi=False in the continuous action case (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAlegre authored Oct 25, 2024
1 parent 8d2f89b commit 665657b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(
delay_policy_update: int = 2,
learning_starts: int = 100,
gradient_updates: int = 20,
use_gpi: bool = True,
use_gpi: bool = False, # In the continuous action case, GPI is only used to selected weights.
policy_noise: float = 0.2,
noise_clip: float = 0.5,
per: bool = True,
Expand Down

0 comments on commit 665657b

Please sign in to comment.