martyn-smith / Eastmann-Adversarial

Implementations of the Tennessee Eastmann process suitable for Adversarial Reinforcement Learning
0 stars 0 forks source link

[Unified] control loop defaulting to open during reset #10

Closed martyn-smith closed 1 year ago

martyn-smith commented 2 years 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.

martyn-smith commented 1 year ago

Fixed at some point in last year.