takuseno / cpp-dqnLinks
Blazingly Fast Implementation of Deep Q-Network in C++ with NNabla
☆16Updated 5 years ago
Alternatives and similar repositories for cpp-dqn
Users that are interested in cpp-dqn are comparing it to the libraries listed below
Sorting:
- A Repository with C++ implementations of Reinforcement Learning Algorithms (Pytorch)☆96Updated 5 years ago
- A C++ pytorch implementation of MuZero☆38Updated last year
- A PyTorch implementation of SEED, originally created by Google Research for TensorFlow 2.☆14Updated 4 years ago
- Qiita投稿用に作成したAgent57(強化学習)の実装コードです。☆45Updated 2 years ago
- Deep Reinforcement Learning Framework done with PyTorch☆36Updated 3 months ago
- Pytorch Implementation of Stochastic MuZero for gym environment. This algorithm is capable of supporting a wide range of action and obser…☆66Updated last year
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆142Updated 6 years ago
- Level-based Foraging (LBF): A multi-agent environment for RL☆182Updated 9 months ago
- PPO with multi-head/autoregressive action outputs☆39Updated 4 years ago
- Example code for the Gym documentation☆72Updated 2 years ago
- MARS is shortened for Multi-Agent Research Studio, a library for mulit-agent reinforcement learning research.☆49Updated last year
- Official Code Release for Pipeline PSRO: A Scalable Approach for Finding Approximate Nash Equilibria in Large Games☆51Updated 9 months ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆123Updated 4 years ago
- Minimal implementation of multi-agent reinforcement learning algorithms☆56Updated 3 years ago
- StarCraft 2 Imitation Learning☆29Updated 3 years ago
- ☆304Updated 6 months ago
- PyTorch implementation of the state-of-the-art distributional reinforcement learning algorithm Fully Parameterized Quantile Function (FQF…☆32Updated 4 years ago
- An implementation of Deep Q-Learning from Demonstrations (DQfD) for playing Atari 2600 video games