martyn-smith / Eastmann-Adversarial

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

Replace seed used in reporting module #21

Open martyn-smith opened 1 year ago

martyn-smith commented 1 year ago

Currently, in order to do deltas in the report, we import steady-state seed values from constants. This is poor. Replace with information from the environment - e.g. from reset?