Closed martyn-smith closed 1 year ago
As above. Since the Base environment no longer includes a control step, when reset() is called, the plant runs open-loop for an hour, which, predictably, causes failure.
Solution: remove reset() and implement entirely within subclasses.
Fixed at some point in last year.
As above. Since the Base environment no longer includes a control step, when reset() is called, the plant runs open-loop for an hour, which, predictably, causes failure.
Solution: remove reset() and implement entirely within subclasses.