Some model free RL algorithms
强化学习中文教程(蘑菇书?),在线阅读地址:https://datawhalechina.github.io/easy-rl/
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
An elegant PyTorch deep reinforcement learning library.
Massively Parallel Deep Reinforcement Learning. ?
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).
Modularized Implementation of Deep RL Algorithms in PyTorch
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Clean, Robust, and Unified PyTorch implementation of popular Deep Reinforcement Learning (DRL) algorithms (Q-learning, Duel DDQN, PER, C51, Noisy DQN, PPO, DDPG, TD3, SAC, ASL)
For trading. Please star.
Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.