NeymarL / Pacman-RLLinks
Implement some reinforcement learning algorithms, test and visualize on Pacman.
☆33Updated 7 years ago
Alternatives and similar repositories for Pacman-RL
Users that are interested in Pacman-RL are comparing it to the libraries listed below
Sorting:
- This is an pytorch implementation of Distributed Proximal Policy Optimization(DPPO).☆63Updated 7 years ago
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆106Updated 6 years ago
- I used this paper as inspiration https://arxiv.org/pdf/1904.03367.pdf☆35Updated 3 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆96Updated 4 years ago
- PyTorch implementation of PPO algorithm☆22Updated 6 years ago
- Deep recurrent Q learning on CartPole-v1 environment☆94Updated last year
- Implementation of centralized training, centralized execution of Soft Actor-Critic (SAC) on a Tennis multiagent Unity environment.☆41Updated 4 years ago
- The code for maddpg using pytorch☆168Updated 5 years ago
- Transplant a implementation of MADDPG to the environment provided by openAI (multiagent-particle-envs).☆22Updated 4 years ago
- A novel DDPG method with prioritized experience replay (IEEE SMC 2017)☆51Updated 7 years ago
- Simple Cartpole example writed with pytorch.☆167Updated 6 years ago
- PyTorch implementation of SAC-Discrete.☆313Updated last year
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆148Updated 6 years ago
- A Pytorch Implementation of Multi Agent Soft Actor Critic☆43Updated 6 years ago
- Solve BipedalWalkerHardcore-v2 with TD3☆96Updated 2 years ago
- A clean and robust Pytorch implementation of PPO on Discrete action space☆72Updated last year
- Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch☆625Updated 7 years ago
- MADDPG in Ray/RLlib☆54Updated 5 years ago
- A Reinforcement Learning Project using PPO + LSTM☆108Updated 2 years ago
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆227Updated 6 years ago
- PyTorch implementation of DDPG for continuous control tasks.☆47Updated 6 years ago
- An engine to create high performance multi-agent grid world environments with hundreds or thousands of agents, along with a set of refere…☆194Updated 3 years ago
- Source Code for A Closer Look at Invalid Action Masking in Policy Gradient Algorithms☆167Updated 2 years ago
- ☆221Updated 2 years ago
- Collection of Reinforcement Learning / Meta Reinforcement Learning Environments.☆298Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆333Updated 4 years ago
- PyTorch implementation of the discrete Soft-Actor-Critic algorithm.☆55Updated 4 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆187Updated last year
- Implement PPO-clip and PPO-penalty on Atari, which is the only open source of PPO-penalty☆56Updated 7 years ago
- Proximal Policy Optimization with Tensorflow 2.0☆32Updated 6 years ago