Skip to content

Commit f1501be

Browse files
committed
style: Remove trailing spaces
1 parent e24464a commit f1501be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/art/rewards/ruler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Response(BaseModel):
3939

4040

4141
DEFAULT_RUBRIC = dedent(
42-
"""
42+
"""
4343
- A trajectory that achieves its goal should always get a significantly higher score than a trajectory that does not achieve its goal.
4444
- A trajectory that achieves its goal more efficiently (eg. by avoiding unproductive detours) should get a higher score than a trajectory that achieves its goal less efficiently.
4545
- If one trajectory is only slightly better than another, the difference in scores should be small. If it is significantly better, the difference in scores should be large.

0 commit comments

Comments
 (0)