Skip to content

Reinforcement Learning based Portfolio Manager. Here the agent allocate portions of a fund to different financial products with the goal of maximising returns. Currently supports DDPG and PPO.

Notifications You must be signed in to change notification settings

ConnorWatts/port-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRL-Portfolio-Management (In Progress)

Introduction

This repository contains an PyTorch implementation of a Deep Reinforcement Learning approach to Financial Portfolio Management. It is motivated by A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem by Jiang et. al. 2017. It is additionally motivated by a similar TensorFlow implementation which can be found here

In this work we implement two deep reinforcement learning algorithms, Deep Deterministic Policy Gradient (DDPG) and Proximal Policy Optimization (PPO) to allocate portions of a fund to different financial products with the goal of maximising returns. Additionally we aim to investigate the use of Transformers for the neutral network structures.

About

Reinforcement Learning based Portfolio Manager. Here the agent allocate portions of a fund to different financial products with the goal of maximising returns. Currently supports DDPG and PPO.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages