erikdelange / Reinforcement-Learning-Maze
Various ways to learn a computer to escape from a maze. From random walk to a simple neural network.
☆101Updated 2 years ago
Alternatives and similar repositories for Reinforcement-Learning-Maze:
Users that are interested in Reinforcement-Learning-Maze are comparing it to the libraries listed below
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.☆68Updated last week
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆122Updated 4 years ago
- Lightweight multi-agent gridworld Gym environment☆204Updated last year
- Level-based Foraging (LBF): A multi-agent environment for RL☆178Updated 7 months ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆311Updated 3 years ago
- 🏆 gym-cooking: Code for "Too many cooks: Bayesian inference for coordinating multi-agent collaboration", Winner of the CogSci 2020 Compu…☆206Updated 4 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆139Updated 6 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆78Updated 4 years ago
- Curiosity-driven Exploration by Self-supervised Prediction☆137Updated 2 years ago
- PyTorch implementation of SAC-Discrete.☆302Updated 9 months ago
- Hello, I pushed some python environments for Multi Agent Reinforcement Learning.☆702Updated 2 years ago
- Gridworld for MARL experiments☆139Updated 4 years ago
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆211Updated 2 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆211Updated 2 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆220Updated 2 years ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆299Updated 2 years ago
- Colab notebooks part of the documentation of Stable Baselines reinforcement learning library☆222Updated 3 months ago
- Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3☆99Updated 2 years ago
- Reinforcement Learning for Gym CarRacing-v0 with PyTorch☆155Updated 6 years ago
- A collection of pre-trained RL agents using Stable Baselines3☆125Updated 5 months ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆126Updated 8 months ago
- A collection of multi agent environments based on OpenAI gym.☆598Updated 9 months ago
- An engine to create high performance multi-agent grid world environments with hundreds or thousands of agents, along with a set of refere…☆191Updated 2 years ago
- Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO☆198Updated 2 years ago
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆105Updated 5 years ago
- Experiments with reinforcement learning and recurrent neural networks☆113Updated last year
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆293Updated 5 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆176Updated 9 months ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆145Updated 3 years ago
- Codebase for Evolutionary Reinforcement Learning (ERL) from the paper "Evolution-Guided Policy Gradients in Reinforcement Learning" publi…☆228Updated 4 years ago