-
-
Notifications
You must be signed in to change notification settings - Fork 23
馃悰 fix RL training bug聽#665
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingmajorPart of a major releasePart of a major release
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingmajorPart of a major releasePart of a major release
Edge cases occurring after more than$1000$ training steps could previously cause RL training to fail. These failures remained undetected because the tests used a comparatively small step limit: #573 (comment)
Increase the test step limit and fix the corresponding bugs uncovered by the extended training runs. Mostly implemented by PR #573