iamhectorotero / rlai-exercisesLinks
Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]
☆157Updated 4 years ago
Alternatives and similar repositories for rlai-exercises
Users that are interested in rlai-exercises are comparing it to the libraries listed below
Sorting:
- Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed. 2)☆156Updated 5 years ago
- Notes and exercise solutions for second edition of Sutton & Barto's book☆389Updated 2 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆300Updated last year
- Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]☆107Updated 2 years ago
- PyTorch implementation of deep reinforcement learning algorithms☆494Updated 3 years ago
- ☆184Updated 3 years ago
- List of competitions related to Reinforcement Learning☆350Updated last year
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆333Updated 2 years ago
- Assignments for Berkeley CS 285: Deep Reinforcement Learning (Fall 2020)☆250Updated 4 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆344Updated 5 years ago
- The RL discord wiki☆251Updated 4 years ago
- Deep reinforcement learning model implementation in Tensorflow + OpenAI gym☆295Updated 2 years ago
- My Solutions of Assignments of CS234: Reinforcement Learning Winter 2019☆169Updated 2 years ago
- Coding Demos from the School of AI's Move37 Course☆184Updated 6 years ago
- ☆186Updated 3 years ago
- Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math☆421Updated 4 years ago
- Implementations for solutions to programming exercises of Reinforcement Learning: An Introduction, Second Edition (Sutton & Barto)☆33Updated 2 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆221Updated 2 years ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆495Updated 2 years ago
- PyTorch Agent Net: reinforcement learning toolkit for pytorch☆547Updated 7 months ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆297Updated 5 years ago
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆213Updated 2 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆213Updated 2 years ago
- Author's PyTorch implementation of BCQ for continuous and discrete actions☆631Updated 4 years ago
- Implementation of the algorithm in Python 3, TensorFlow and OpenAI Gym☆177Updated 7 years ago
- My solution to assignments in UC Berkeley CS294-112: Deep Reinforcement Learning☆92Updated 6 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆310Updated 2 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆680Updated 4 years ago
- Policy Gradient algorithms (REINFORCE, NPG, TRPO, PPO)☆369Updated 5 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆175Updated 2 years ago