Skip to content

skhu101/Pair-Trading-with-Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pair-Trading-with-Reinforcement-Learning

Requirements

Usage

python train.py --algo PPO --log-dir data/PPO_gamma_1 --input-length 10

Tensorboard visualization:

tensorboard --logdir=data/PPO_gamma_1/runs/ --port={port_num}

Note that all the experiments above will save the tensorboard log file in data/PPO_gamma_1/runs/ directory

About

This repo contains the code for the reinforcement learning course project https://github.com/cuhkrlcourse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages