Skip to content

yuanluzhan/SST_forecast

Repository files navigation

Readme

code for using DRL in SST forecast

Installation

Requirements:

torch
numpy

Structure

|-- SST_forecast
    |-- algorithms # RL algorthms
    |-- data # train data
    |-- plot #data for plot
    |-- predictors # predictors like LSTM, NN
    |-- README.md
    ......

Usage

Predict the SST

python mainLSTM.py 

Employing RL in SST_predict, i.e. , using RL to select the data.

python maindqn.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages