Skip to content
#

deep-reinforcement-learning

Here are 1,911 public repositories matching this topic...

shenlei515
shenlei515 commented Feb 22, 2022

I met with some problem when use FinRL in my project, including:

  1. not support different costs_pct with different stocks ( a simple way to solve this is turn buy_costs_pct, sell_costs_pct into list )
  2. we can't pocess any gold or bitcoin when initial ( a simple way to solve this is turn initial into list )
  3. we can't define time that trading is forbidden ( add technique_index to denote whet

PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).

  • Updated Dec 14, 2021
  • Python

Improve this page

Add a description, image, and links to the deep-reinforcement-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the deep-reinforcement-learning topic, visit your repo's landing page and select "manage topics."

Learn more