RicardoDominguez / RL-IntroLinks
Introduction to Reinforcement Learning in Python
☆13Updated 7 years ago
Alternatives and similar repositories for RL-Intro
Users that are interested in RL-Intro are comparing it to the libraries listed below
Sorting:
- Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)☆551Updated 5 years ago
- Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approxi…☆786Updated 7 years ago
- Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow☆863Updated 5 years ago
- Tensorflow implementation of Deepminds dqn with double dueling networks☆218Updated 5 years ago
- Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog☆624Updated 2 years ago
- Repository for most of the code from my YouTube channel☆933Updated 2 years ago
- A toolkit for reproducible reinforcement learning research.☆2,074Updated 2 years ago
- ☆436Updated 2 years ago
- Modularized Implementation of Deep RL Algorithms in PyTorch☆3,406Updated last year
- A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.☆1,196Updated 3 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆693Updated last month
- Implementations of selected inverse reinforcement learning algorithms.☆1,064Updated 3 years ago
- Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.☆847Updated 3 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆301Updated 2 years ago
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,082Updated 4 years ago
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,401Updated 2 years ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆319Updated 5 years ago
- Reimplementation of DDPG(Continuous Control with Deep Reinforcement Learning) based on OpenAI Gym + Tensorflow☆574Updated 4 years ago
- 🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2☆606Updated 3 years ago
- Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks☆331Updated 5 years ago
- Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]☆107Updated 3 years ago
- Simple A3C implementation with pytorch + multiprocessing☆660Updated 2 years ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆733Updated 2 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆359Updated 6 years ago
- PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT…☆1,332Updated 10 months ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆772Updated 2 years ago
- Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019☆727Updated 2 years ago
- Reinforcement learning tutorials☆399Updated 2 years ago
- Policy Gradient Actor-Critic PyTorch | Lunar Lander v2☆75Updated 6 years ago
- Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math☆458Updated 4 years ago