Skip to content
  • Bas Nijholt's avatar
    2D: add bounds back to the stack if the runner failed · e6d5051c
    Bas Nijholt authored
    This bug manifested when the function failed after starting the
    runner. For example the function is calling a function that is not
    defined on the engines will lead to a NameError, then after importing
    that on the engines, you wouldn't be able to start the runner again,
    because the learner would be in a bad state. This commit fixes that
    issue.
    e6d5051c