We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d061600 commit 98bef67Copy full SHA for 98bef67
orbit/actions/conditional_action.py
@@ -47,7 +47,8 @@ def __init__(
47
"""Initializes the instance.
48
49
Args:
50
- condition: A callable accepting train or eval outputs and returning a bool.
+ condition: A callable accepting train or eval outputs and returning
51
+ a bool.
52
action: The action (or optionally sequence of actions) to perform when
53
`condition` is met.
54
"""
0 commit comments