deepanshut041 / MlAgentsLinks
This repository contains the implementation of deep reinforcement learning algorithms to solve various unity The Environments.
☆14Updated 5 years ago
Alternatives and similar repositories for MlAgents
Users that are interested in MlAgents are comparing it to the libraries listed below
Sorting:
- Implementation of Multi-Agent Reinforcement Learning algorithm(s). Currently includes: MADDPG☆67Updated 6 years ago
- Training Agents in a cooperative multi-agent deep reinforcement learning setting to transport objects across a space☆14Updated 4 years ago
- A simple example of how to implement vector based DQN using PyTorch and a ML-Agents environment☆93Updated 7 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 5 years ago
- Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3☆102Updated 3 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆176Updated 3 years ago
- ☆42Updated 6 years ago
- PyTorch implementation of the paper "Deep Reinforcement Learning in Large Discrete Action Spaces" (Gabriel Dulac-Arnold, Richard Evans, H…☆71Updated 6 years ago
- A simple example of how to implement vector based DDPG for MARL tasks using PyTorch and a ML-Agents environment.☆37Updated 7 years ago
- The code for maddpg using pytorch☆168Updated 5 years ago
- Simple Cartpole example writed with pytorch.☆167Updated 6 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆230Updated 3 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆215Updated 2 years ago
- PyTorch implementation of deep reinforcement learning algorithms☆493Updated 4 years ago
- This is a framework for the research on multi-agent reinforcement learning and the implementation of the experiments in the paper titled …☆120Updated last year
- Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...☆420Updated 4 years ago
- (AAAI 2018) Action Branching Architectures for Deep Reinforcement Learning☆120Updated 2 years ago
- research and implementations of Deep RL agents and their applications☆59Updated 4 months ago
- ☆90Updated 4 years ago
- Pytorch implementation of intrinsic curiosity module with proximal policy optimization☆55Updated 7 years ago
- very easy implementation of dueling DQN in pytorch☆74Updated 3 years ago
- This repository is for Reinforcement Learning algorithms with Unity ML Agent☆108Updated 5 years ago
- A plotter for reinforcement learning (RL)☆235Updated 4 years ago
- Attention-based Curiosity-driven Exploration in Deep Reinforcement Learning☆28Updated 6 years ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆315Updated 5 years ago
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆344Updated 2 years ago
- A collection of pre-trained RL agents using Stable Baselines3