We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd6c23 commit dc88999Copy full SHA for dc88999
synalinks/src/modules/ttc/self_critique.py
@@ -44,10 +44,10 @@ class SelfCritique(Module):
44
"""Useful to critique the given inputs.
45
46
This component critique the inputs given and eventually generate
47
- an intermediate reward between [0.0, 1.0].
+ an intermediate reward between 0.0 and 1.0.
48
49
You can enable or disable the intermediate reward computation by
50
- using the `returns_reward` flag (default to True).
+ using the `return_reward` flag (default to True).
51
52
To have more accurate results, ensure that the inputs are provided along
53
with the output to evaluate using `return_inputs` in your modules.
0 commit comments