Phoenix-Shen / ReinforcementLearning
强化学习算法库,包含了目前主流的强化学习算法(Value based and Policy based)的代码,代码都经过调试并可以运行
☆76Updated last year
Alternatives and similar repositories for ReinforcementLearning:
Users that are interested in ReinforcementLearning are comparing it to the libraries listed below
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆99Updated 2 years ago
- 动手学强化学习代码☆53Updated last year
- a clean and robust Pytorch implementation of SAC on continuous action space☆73Updated last week
- RL algorithms☆141Updated 4 years ago
- PyTorch implementations of MADDPG, MAPPO (coming)☆138Updated last year
- Solve BipedalWalkerHardcore-v2 with TD3☆88Updated last year
- A clean and robust Pytorch implementation of PPO on continuous action space.☆143Updated 10 months ago
- DSAC-v2; DSAC-T; DASC; Distributional Soft Actor-Critic☆318Updated last month
- A collection of multi agent environments based on OpenAI gym.☆23Updated last year
- TD3 in Pytorch☆31Updated 3 years ago
- 基于gym的pytorch深度强化学习(DRL)(PPO,PPG,DQN,SAC,DDPG,TD3等算法)☆99Updated last month
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆52Updated 5 years ago
- Pytorch realization of multiple Deep Reinforcement Learning alogrithms(DQN,DDPG,TD3,PPO,A3C...) with openai gym☆57Updated 3 years ago
- Reinforcement learning with PyTorch, inspired by MorvanZhou, change the framework from Tensorflow to PyTorch☆286Updated 5 years ago
- ☆79Updated last year
- 深度强化学习各算法介绍与Pytorch实现☆51Updated 9 months ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…