ChuaCheowHuan / reinforcement_learningLinks
My reproduction of various reinforcement learning algorithms (DQN variants, A3C, DPPO, RND with PPO) in Tensorflow.
ā37Updated 2 years ago
Alternatives and similar repositories for reinforcement_learning
Users that are interested in reinforcement_learning are comparing it to the libraries listed below
Sorting:
- TF2 Implementation of the Soft Actor-Critic Algorithmā44Updated 2 years ago
- š³ Implementation of various Distributional Reinforcement Learning Algorithms using TensorFlow2.ā69Updated 4 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)ā146Updated 6 years ago
- ā184Updated 3 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retroā176Updated 2 years ago
- Deep Reinforcement Learning for Continuous Control in PyTorchā105Updated 3 years ago
- Combining Evolutionary Algorithms and deep Reinforcement Learningā18Updated 7 years ago
- RLlib tutorialsā66Updated 3 years ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.ā150Updated 4 years ago
- Experiments with reinforcement learning and recurrent neural networksā115Updated 2 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
- Series of deep reinforcement learning algorithms š¤ā29Updated 4 years ago
- Soft Actor-Critic with advanced featuresā51Updated last month
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.ā79Updated 5 years ago
- Multi Type Mean Field Reinforcement Learningā31Updated 3 years ago
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,ā¦ā89Updated 2 years ago
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.ā69Updated 5 months ago
- A collection of pre-trained RL agents using Stable Baselines3ā139Updated last year
- Proximal Policy Optimization with Beta distribution - uses multi agent Unity ML Tennis