Skip to content

Commit dc88999

Browse files
committed
Fix typo in self critique docs
1 parent 5dd6c23 commit dc88999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synalinks/src/modules/ttc/self_critique.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ class SelfCritique(Module):
4444
"""Useful to critique the given inputs.
4545
4646
This component critique the inputs given and eventually generate
47-
an intermediate reward between [0.0, 1.0].
47+
an intermediate reward between 0.0 and 1.0.
4848
4949
You can enable or disable the intermediate reward computation by
50-
using the `returns_reward` flag (default to True).
50+
using the `return_reward` flag (default to True).
5151
5252
To have more accurate results, ensure that the inputs are provided along
5353
with the output to evaluate using `return_inputs` in your modules.

0 commit comments

Comments
 (0)