erikdelange / Reinforcement-Learning-MazeLinks
Various ways to learn a computer to escape from a maze. From random walk to a simple neural network.
☆100Updated 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,…☆123Updated 4 years ago
- Lightweight multi-agent gridworld Gym environment☆208Updated last year
- Level-based Foraging (LBF): A multi-agent environment for RL☆183Updated 10 months ago
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.☆69Updated last month
- Colab notebooks part of the documentation of Stable Baselines reinforcement learning library☆229Updated 5 months ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆223Updated 3 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆77Updated 4 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆142Updated 6 years ago
- A collection of pre-trained RL agents using Stable Baselines3☆130Updated 8 months ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆317Updated 3 years ago
- 📖 Paper: Deep Reinforcement Learning with Double Q-learning 🕹️☆54Updated last year
- Experiments with reinforcement learning and recurrent neural networks☆114Updated last year
- ☆184Updated 3 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆175Updated 2 years ago
- An RL agent for the Google Football environment☆96Updated 4 years ago
- Curiosity-driven Exploration by Self-supervised Prediction☆138Updated 2 years ago
- Reinforcement Learning for Gym CarRacing-v0 with PyTorch