notadamking/RLTrader

Making training/testing deterministic

Open

#36 aperta il 12 giu 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (535 fork)batch import
enhancementhelp wantedquestion

Metriche repository

Star
 (1592 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor