Fix bug in ActionSchedule.
When having a repeat() action and another subsequent action, the next action should only be scheduled once (and not repeatedly). Thus, the "next" pointer in the repeated action needs to be nulled in the first iteration to prevent repeated scheduling of the next action. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=168202212
Showing
with
8 additions
and
3 deletions
Please
register
or
sign in
to comment