philtabor / Actor-Critic-Methods-Paper-To-CodeLinks
☆185Updated 3 years ago
Alternatives and similar repositories for Actor-Critic-Methods-Paper-To-Code
Users that are interested in Actor-Critic-Methods-Paper-To-Code are comparing it to the libraries listed below
Sorting:
- ☆425Updated 2 years ago
- Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3☆101Updated 3 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆292Updated 4 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆314Updated 3 years ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆309Updated 5 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 4 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆352Updated 5 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆300Updated last year
- Colab notebooks part of the documentation of Stable Baselines reinforcement learning library☆236Updated 8 months ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆325Updated 3 years ago
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆342Updated 2 years ago
- PyTorch implementation of SAC-Discrete.