Skip to content

Commit

Permalink
change dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyguo11 committed Jul 31, 2024
1 parent 92e12dc commit c56a26c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class EventTermCfg(ManagerTermBaseCfg):
This is only used if the mode is ``"interval"``.
"""

min_step_count_between_reset: float = 0.0
min_step_count_between_reset: int = 0
"""The minimum number of environment steps between when term is applied.
When mode is "reset", the term will not be applied on the next reset unless
Expand Down

0 comments on commit c56a26c

Please sign in to comment.