Analysis.py results were inconsistent because run.history() was pulling 500 random steps instead of the whole history. Fixed that.
Bells and whistles:
Added epoch number to the legend label for easier assessment. May be redundant, happy to remove it
How Has This Been Tested?
Ran analysis.py several times for the same set of runs to make sure it gave consistent results; separately tested that run.lastHistoryStep was working as expected
Pull Request
Description
Analysis.py results were inconsistent because
run.history()
was pulling 500 random steps instead of the whole history. Fixed that.Bells and whistles:
How Has This Been Tested?
Ran analysis.py several times for the same set of runs to make sure it gave consistent results; separately tested that run.lastHistoryStep was working as expected
Checklist: