Skip to content

Commit

Permalink
Update conditional_action.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkat6871 authored Sep 24, 2024
1 parent d061600 commit 98bef67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion orbit/actions/conditional_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def __init__(
"""Initializes the instance.
Args:
condition: A callable accepting train or eval outputs and returning a bool.
condition: A callable accepting train or eval outputs and returning
a bool.
action: The action (or optionally sequence of actions) to perform when
`condition` is met.
"""
Expand Down

0 comments on commit 98bef67

Please sign in to comment.