matteocasolari / reinforcement-learning-an-introduction-solutionsLinks
Implementations for solutions to programming exercises of Reinforcement Learning: An Introduction, Second Edition (Sutton & Barto)
☆33Updated 3 years ago
Alternatives and similar repositories for reinforcement-learning-an-introduction-solutions
Users that are interested in reinforcement-learning-an-introduction-solutions are comparing it to the libraries listed below
Sorting:
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆78Updated 4 years ago
- Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch fra…☆141Updated 2 years ago
- A simple example of how to implement vector based DQN using PyTorch and a ML-Agents environment☆93Updated 6 years ago
- A repository for code of reinforcement learning algorithms with PyTorch☆30Updated 3 years ago
- Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]☆157Updated 4 years ago
- research and implementations of Deep RL agents and their applications☆58Updated 2 weeks ago
- Experiment code for testing effect of various action space transformations in reinforcement learning☆30Updated 5 years ago
- Hierarchical-DQN in pytorch (not actively maintained)☆72Updated 8 years ago
- Safe Reinforcement Learning algorithms☆74Updated 3 years ago
- All the source codes and lectures of reinforcement learning.☆32Updated 5 years ago
- Deep Reinforcement Learning for Continuous Control in PyTorch☆104Updated 3 years ago
- Keras implementation of DQN for the MsPacman-v0 OpenAI Gym environment.☆37Updated 2 years ago
- ☆101Updated 5 years ago
- Proximal policy optimization in PyTorch. Easy to read and understand.☆51Updated 4 years ago
- Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed. 2)☆159Updated 5 years ago
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.☆69Updated 3 months ago
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC☆100Updated 6 years ago
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆52Updated 4 months ago
- Solving POMDP using Recurrent networks☆91Updated 5 years ago
- PyTorch implementation of "Model-based Reinforcement Learning for Semi-Markov Decision Processes with Neural ODEs", NeurIPS 2020☆45Updated 4 years ago
- Implementation of Bootstrap DQN and Randomized Prior Functions on ALE☆54Updated 6 months ago
- Value iteration, policy iteration, and Q-Learning in a grid-world MDP.☆28Updated last year
- ☆74Updated 5 years ago
- PyTorch implementation of Soft Actor-Critic(SAC).☆105Updated 5 years ago
- Hands-on Reinforcement Learning with PyTorch, published by [Packt]☆56Updated 4 years ago
- Clean Python Implementation of the Deep Deterministic Policy Gradients Algorithm☆77Updated 8 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆226Updated 3 years ago
- Pytorch solutions for UC Berkeley's cs285 assignments☆140Updated 3 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 4 years ago
- Pytorch implementation of Randomized Ensembled Double Q-learning (REDQ)☆21Updated 4 years ago