The Wayback Machine - https://web.archive.org/web/20220505184417/https://github.com/topics/deep-reinforcement-learning
Skip to content
#

deep-reinforcement-learning

Here are 2,007 public repositories matching this topic...

dev590t
dev590t commented Apr 26, 2022

Description

Google colab and local environnement give different output for same code.
That makes some code can't work properly, like in #396 (I have the same issue).

Reproduce bug

Code to run in notebook

DP = DataProcessor('yahoofinance')
data = DP.download_data(config_tickers.DOW_30_TICKER, '2014-01-01', '2020-07-30', '1D')

run code above in local notebook give:

.
good first issue discussion

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