edwardhdlu / q-trader

Deep Q-learning driven stock trader bot
848 stars 336 forks source link

"memory" is never cleared? #24

Open cactusgame opened 4 years ago

cactusgame commented 4 years ago

It seems the "memory" is never cleared? I'm confused with it. https://github.com/edwardhdlu/q-trader/blob/master/train.py#L49

pourfard commented 4 years ago

yes, but it's maximum length is set to 1000.