AI4Finance-Foundation / FinRL

FinRL: Financial Reinforcement Learning. 🔥
https://ai4finance.org
MIT License
9.48k stars 2.31k forks source link

Training enters an infinite loop. Is there a data input threshold for training? #990

Open julianzero opened 1 year ago

julianzero commented 1 year ago

I am training and predicting with ElegantRL in TD3, but somehow training seems to enter an infinite loop. I am wondering if there is a threshold on how much data to feed into the model, and the training will execute only the data input is above the threshold. Has anybody encountered a similar situation?

Thanx.