code for using DRL in SST forecast
Requirements:
torch
numpy
|-- SST_forecast
|-- algorithms # RL algorthms
|-- data # train data
|-- plot #data for plot
|-- predictors # predictors like LSTM, NN
|-- README.md
......
Predict the SST
python mainLSTM.py
Employing RL in SST_predict, i.e. , using RL to select the data.
python maindqn.py