vietnh1009 / Super-mario-bros-A3C-pytorchLinks
Asynchronous Advantage Actor-Critic (A3C) algorithm for Super Mario Bros
☆1,103Updated last year
Alternatives and similar repositories for Super-mario-bros-A3C-pytorch
Users that are interested in Super-mario-bros-A3C-pytorch are comparing it to the libraries listed below
Sorting:
- Proximal Policy Optimization (PPO) algorithm for Super Mario Bros☆1,240Updated 4 years ago
- An OpenAI Gym interface to Super Mario Bros. & Super Mario Bros. 2 (Lost Levels) on The NES☆796Updated 2 years ago
- Deep Q-learning for playing flappy bird game☆541Updated 3 years ago
- Deep Q-learning for playing tetris game☆510Updated 2 years ago
- Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow☆1,981Updated 3 months ago
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,079Updated 4 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆683Updated 4 years ago
- A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.☆1,182Updated 2 years ago
- Environment generation code for the paper "Emergent Tool Use From Multi-Agent Autocurricula"☆1,738Updated last year
- AI research environment for the Atari 2600 games 🤖.☆258Updated 3 years ago
- Hands-On Reinforcement Learning with Python, published by Packt☆827Updated 2 years ago
- Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)☆3,065Updated 2 years ago
- Simple A3C implementation with pytorch + multiprocessing☆654Updated 2 years ago
- Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL☆3,127Updated 3 years ago
- Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".☆1,299Updated last week
- A replica of the AlphaZero methodology for deep reinforcement learning in Python☆2,036Updated 2 years ago
- Rainbow: Combining Improvements in Deep Reinforcement Learning☆1,647Updated 3 years ago
- Reinforcement Learning in PyTorch☆2,266Updated 4 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,290Updated 5 years ago
- Code for the paper "Exploration by Random Network Distillation"☆909Updated 4 years ago
- Author's PyTorch implementation of TD3 for OpenAI gym tasks☆1,958Updated 2 years ago
- Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)☆545Updated 5 years ago
- PyTorch Agent Net: reinforcement learning toolkit for pytorch☆547Updated 10 months ago
- Hands-on Deep Reinforcement Learning, published by Packt☆3,023Updated 4 months ago
- Reaver: Modular Deep Reinforcement Learning Framework. Focused on StarCraft II. Supports Gym, Atari, and MuJoCo.