Pinned Repositories
baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
CapMarket
deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020
Deep Reinforcement Learning for Automated Stock Trading: An Ensemble Strategy. ICAIF 2020. Please star.
ElegantRL
Scalable and Elastic Deep Reinforcement Learning Using PyTorch. Please star. 🔥
examples
Example deep learning projects that use wandb's features.
FinRL
FinRL: The first open-source project for financial reinforcement learning. Please star. 🔥
pytorch-a2c
A well-documented A2C written in PyTorch
pytorch-a2c-1
Simple change of a3c to a2c
pytorch-a2c-ppo-acktr-gail
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).
tomeshi's Repositories
tomeshi/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
tomeshi/CapMarket
tomeshi/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
tomeshi/Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020
Deep Reinforcement Learning for Automated Stock Trading: An Ensemble Strategy. ICAIF 2020. Please star.
tomeshi/ElegantRL
Scalable and Elastic Deep Reinforcement Learning Using PyTorch. Please star. 🔥
tomeshi/examples
Example deep learning projects that use wandb's features.
tomeshi/FinRL
FinRL: The first open-source project for financial reinforcement learning. Please star. 🔥
tomeshi/pytorch-a2c
A well-documented A2C written in PyTorch
tomeshi/pytorch-a2c-1
Simple change of a3c to a2c
tomeshi/pytorch-a2c-ppo-acktr-gail
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).
tomeshi/ReinfoceLearningForTrading
tomeshi/ReinforcementLearning-AtariGame
Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advantage Actor-Critic (A3C) Algorithm. This is much superior and efficient than DQN and obsoletes it. Can play on many games
tomeshi/rl_stock_agent
RL for Stock Prediction edited to use Pytorch from Atari baselines
tomeshi/Stock-RL
A simple stock trader program that is based on A2C Reinforcement Learning algorithm
tomeshi/stockstats
Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.