ElegantRL icon indicating copy to clipboard operation
ElegantRL copied to clipboard

Recurrent Neural Network and lookback window

Open yosoul93 opened this issue 3 years ago • 2 comments

How can this project implement a Recurrent Neural Network? Because all stock or crypto are time-series and lookback is a very important aspect of trading

yosoul93 avatar Aug 10 '21 07:08 yosoul93

It is difficult to add RNN (LSTM or GRU) for Reinforcement Learning.

The current more mature solution is the unrolled RNN for RL solution of R2D2. We plan to add R2D2 to ElegantRL.

We have fully upgraded ElegantRL and now supports multiple GPU training (1~8 GPU). I'm sorry that we have been busy developing the 80 GPU version (Cloud platform) of ElegantRL, and we were unable to reply to you in time.

Yonv1943 avatar Sep 06 '21 12:09 Yonv1943

Forgot to say, it is easier to add the lookback window to ElegantRL. We have designed a ReplayBuffer suitable for the lookback window. This function will be added when the time is right.

Yonv1943 avatar Sep 06 '21 13:09 Yonv1943