Phoenix-Shen / ReinforcementLearning
强化学习算法库,包含了目前主流的强化学习算法(Value based and Policy based)的代码,代码都经过调试并可以运行
☆71Updated 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.☆97Updated 2 years ago
- a clean and robust Pytorch implementation of SAC on continuous action space☆71Updated 9 months ago
- A collection of multi agent environments based on OpenAI gym.☆23Updated last year
- TD3 in Pytorch☆31Updated 3 years ago
- 多智能体强化学习(MARL)算法复现,包括QMIX,VDN,QTRAN、MAVEN等等☆195Updated 2 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆93Updated 4 years ago
- implementation of MADDPG using PettingZoo and PyTorch☆135Updated last year
- Simple and efficient implementation of DQN DDPG TD3 SAC PPO MADDPG MAAC MAPPO HAPPO MAT MORL☆42Updated this week
- 多智能体强化学习☆90Updated 6 years ago
- Pytorch realization of multiple Deep Reinforcement Learning alogrithms(DQN,DDPG,TD3,PPO,A3C...) with openai gym☆56Updated 3 years ago
- DDPG in Pytorch☆45Updated 3 years ago
- A clean and robust Pytorch implementation of PPO on continuous action space.☆141Updated 9 months ago
- Solve BipedalWalkerHardcore-v2 with TD3☆85Updated last year
- A Collection of Multi-Agent Reinforcement Learning (MARL) Resources☆224Updated 2 years ago
- RL algorithms☆142Updated 4 years ago
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆52Updated 5 years ago
- DSAC-v2; DSAC-T; DASC; Distributional Soft Actor-Critic☆304Updated last week
- PyTorch implementations of MADDPG, MAPPO (coming)☆127Updated last year
- A Reinforcement Learning Project using PPO + LSTM☆63Updated last year
- 动手学强化学习代码☆52Updated last year
- Implementations of MAPPO and IPPO on SMAC, the multi-agent StarCraft environment.☆63Updated 3 years ago
- This is a personal library that strives to implement various MARL algorithms. The environment only integrates MPE, and the algorithm curr…☆15Updated 2 years ago
- implementation of MADDPG using PyTorch and multiagent-particle-envs☆35Updated 2 years ago
- Tutorial for Reinforcement Learning☆183Updated 3 years ago
- Hello😜☆31Updated 4 years ago
- 深度强化学习各算法介绍与Pytorch实现☆47Updated 8 months ago
- Jax and Torch Multi-Agent SAC on PettingZoo API☆75Updated 4 months ago
- Algorithm that combines QMIX with SAC for Multi-Agent Reinforcement Learning.☆46Updated 2 years ago
- Parametrized Deep Q-Networks Learning: Reinforcement Learning with Discrete-Continuous Hybrid Action Space☆42Updated 3 years ago
- Implementation of Deep Deterministic Policy Gradient (DDPG) with Prioritized Experience Replay (PER)☆49Updated last month