The validation code is duplicated in async/ValidationAgent and Validation because of differences in agent design, but the code is structured such the two validators can be unified with some work. async/ValidationAgent does not plot tdErr and loss, so unification would add that for async as well.
The validation code is duplicated in
async/ValidationAgentandValidationbecause of differences in agent design, but the code is structured such the two validators can be unified with some work.async/ValidationAgentdoes not plot tdErr and loss, so unification would add that for async as well.