notadamking/RLTrader

Making training/testing deterministic

Open

#36 建立於 2019年6月12日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (535 fork)batch import
enhancementhelp wantedquestion

倉庫指標

Star
 (1,592 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Do you guys know how to make training / testing deterministic, e.g. train / test with reproducible results? There is a seed parameter in learn method, however, I don't think it works properly. Even if I set it to constant, the trained model comes out different every time. For testing, predict method has deterministic parameter, that seems to work as intended.

貢獻者指南