jxx123 / rl-tf2Links
My own implementation of Reinforcement Learning algorithms using Tensorflow 2.0
☆30Updated 3 years ago
Alternatives and similar repositories for rl-tf2
Users that are interested in rl-tf2 are comparing it to the libraries listed below
Sorting:
- RL algorithms☆141Updated 4 years ago
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆104Updated 3 years ago
- A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm☆363Updated 4 years ago
- D3QN Pytorch☆62Updated 3 years ago
- TD3 in Pytorch☆35Updated 3 years ago
- 多智能体强化学习(MARL)算法复现,包括QMIX,VDN,QTRAN、MAVEN等等☆207Updated 3 years ago
- Solve BipedalWalkerHardcore-v2 with TD3☆94Updated 2 years ago
- a clean and robust Pytorch implementation of SAC on continuous action space☆88Updated 6 months ago
- Code for the RL method MATD3 described in the paper "Reducing Overestimation Bias in Multi-Agent Domains Using Double Centralized Critics…☆88Updated 4 years ago
- implementation of MADDPG using PettingZoo and PyTorch☆156Updated last year
- Deep recurrent Q learning on CartPole-v1 environment☆94Updated last year
- A clean and robust Pytorch implementation of PPO on continuous action space.☆165Updated last year
- PyTorch implementations of MADDPG, MAPPO (coming)☆174Updated last year
- Transplant a implementation of MADDPG to the environment provided by openAI (multiagent-particle-envs).☆20Updated 7 years ago
- Tutorial for Reinforcement Learning☆189Updated 3 years ago
- Algorithm that combines QMIX with SAC for Multi-Agent Reinforcement Learning.☆54Updated 3 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆94Updated 4 years ago
- DSAC-v2; DSAC-T; DASC; Distributional Soft Actor-Critic☆402Updated 3 months ago
- kinds of reinforcement learning model by Pytorch☆346Updated 2 years ago
- The code for maddpg using pytorch☆170Updated 5 years ago
- Jax and Torch Multi-Agent SAC on PettingZoo API☆92Updated 11 months ago
- PyTorch implementations of popular off-policy multi-agent reinforcement learning algorithms, including QMix, VDN, MADDPG, and MATD3.☆503Updated 2 years ago
- Concise pytorch implements of MARL algorithms, including MAPPO, MADDPG, MATD3, QMIX and VDN.☆655Updated 3 years ago
- Deep Q-learning (DQN) for Multi-agent Reinforcement Learning (RL)☆351Updated 5 years ago
- Clean implementation of Multi-Agent Reinforcement Learning methods (MADDPG, MATD3, MASAC, MAD4PG) in TensorFlow 2.x☆161Updated 2 years ago
- Reinforcement learning with PyTorch, inspired by MorvanZhou, change the framework from Tensorflow to PyTorch☆310Updated 5 years ago
- 多智能体强化学习☆103Updated 6 years ago
- My DRL library with tensorflow1.14 based on openai spinning-up☆63Updated 4 years ago
- MARLToolkit: The Multi-Agent Rainforcement Learning Toolkit. Include implementation of MAPPO, MADDPG, QMIX, VDN, COMA, IPPO, QTRAN, MAT..…