Skip to content

Commit ae26ac2

Browse files
committed
fix typo
1 parent 3c53197 commit ae26ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReinforcementLearningCore/src/core/reset_conditions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export ResetAtTerminal, ResetAfterNSteps
33
"""
44
ResetAtTerminal()
55
6-
A reset condition that resets the environemnt if is_terminated(env) is true.
6+
A reset condition that resets the environment if is_terminated(env) is true.
77
"""
88
struct ResetAtTerminal end
99

0 commit comments

Comments
 (0)