erikdelange / Reinforcement-Learning-MazeLinks
Various ways to learn a computer to escape from a maze. From random walk to a simple neural network.
☆106Updated 3 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
Sorting:
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆122Updated 5 years ago
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.☆70Updated 7 months ago
- Level-based Foraging (LBF): A multi-agent environment for RL☆202Updated last year
- Colab notebooks part of the documentation of Stable Baselines reinforcement learning library☆245Updated last year
- An RL agent for the Google Football environment☆96Updated 4 years ago
- Lightweight multi-agent gridworld Gym environment☆214Updated 2 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆177Updated 3 years ago
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆224Updated 2 years ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆334Updated 4 years ago
- A simple example of how to implement vector based DQN using PyTorch and a ML-Agents environment☆93Updated 7 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 Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆231Updated 3 years ago
- Curiosity-driven Exploration by Self-supervised Prediction☆145Updated 2 years ago
- A collection of pre-trained RL agents using Stable Baselines3☆142Updated last year
- Gridworld for MARL experiments☆144Updated 4 years ago
- Reinforcement Learning examples implementation and explanation☆346Updated last year
- Experiments with reinforcement learning and recurrent neural networks☆114Updated 2 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆79Updated 5 years ago
- ☆187Updated 3 years ago
- 🏆 gym-cooking: Code for "Too many cooks: Bayesian inference for coordinating multi-agent collaboration", Winner of the CogSci 2020 Compu…☆217Updated 4 years ago
- Find best-response to a fixed policy in multi-agent RL☆289Updated 3 years ago
- Policy Gradient Actor-Critic PyTorch | Lunar Lander v2☆75Updated 6 years ago
- A basic 2D maze environment where an agent start from the top left corner and try to find its way to the bottom left corner.☆375Updated 2 years ago
- Solving OpenAI Gym problems.☆187Updated 5 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆301Updated last year
- PyTorch implementation of FQF, IQN and QR-DQN.☆187Updated last year
- 📖 Paper: Deep Reinforcement Learning with Double Q-learning 🕹️☆59Updated last year
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆345Updated 2 years ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆149Updated 4 years ago
- An engine to create high performance multi-agent grid world environments with hundreds or thousands of agents, along with a set of refere…☆194Updated 3 years ago