Skip to content

Commit 135c0d1

Browse files
committed
update default entropy_coef
1 parent 2513b95 commit 135c0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trinity/algorithm/entropy_loss_fn/entropy_loss_fn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def __call__(
6060

6161
@classmethod
6262
def default_args(cls) -> Dict:
63-
return {"entropy_coef": 0.001}
63+
return {"entropy_coef": 0.0}

0 commit comments

Comments
 (0)