XinJingHao / PPO-Discrete-PytorchLinks
A clean and robust Pytorch implementation of PPO on Discrete action space
☆70Updated last year
Alternatives and similar repositories for PPO-Discrete-Pytorch
Users that are interested in PPO-Discrete-Pytorch are comparing it to the libraries listed below
Sorting:
- A clean and robust Pytorch implementation of PPO on continuous action space.☆154Updated last year
- Code for Weighted QMIX☆137Updated 4 years ago
- Implementation of HIRO (Data-Efficient Hierarchical Reinforcement Learning)☆109Updated 4 years ago
- Multi-Agent Constrained Policy Optimisation (MACPO; MAPPO-L).☆177Updated last year
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆168Updated 7 months ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆137Updated last year
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆218Updated 6 years ago
- The implement of the policy gradient RL algorithm with pytorch☆38Updated 4 years ago
- This is the official implementation of Multi-Agent PPO.☆107Updated 2 years ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆170Updated 3 years ago
- DSAC; Distributional Soft Actor-Critic☆129Updated 4 months ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆128Updated 10 months ago
- There will be updates later☆85Updated 6 years ago
- ☆40Updated 3 years ago
- ILSwiss is an Easy-to-run Imitation Learning (IL, or Learning from Demonstration, LfD) and also Reinforcement Learning (RL) framework (te…☆172Updated last year
- Deep recurrent Q learning on CartPole-v1 environment☆91Updated last year
- An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"☆180Updated 2 years ago
- MARLToolkit: The Multi-Agent Rainforcement Learning Toolkit. Include implementation of MAPPO, MADDPG, QMIX, VDN, COMA, IPPO, QTRAN, MAT..…