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:
- Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch fra…☆139Updated 2 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆78Updated 4 years ago
- My Solutions of Assignments of CS234: Reinforcement Learning Winter 2019☆169Updated 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
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆51Updated 2 months ago
- My solutions to UC Berkeley CS285 (originally CS294-112, deeprlcourse) Fall 2019 assignments☆116Updated 2 years ago
- Combining Evolutionary Algorithms and deep RL in various ways☆103Updated 4 years ago
- Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]☆157Updated 4 years ago
- Implementation of Bootstrap DQN and Randomized Prior Functions on ALE☆54Updated 4 months ago
- Experiments with reinforcement learning and recurrent neural networks☆114Updated last year
- Pytorch solutions for UC Berkeley's cs285 assignments☆140Updated 3 years ago
- Bayesian Inverse Reinforcement Learning with simple environments☆20Updated 3 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆225Updated 3 years ago
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆218Updated 2 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
- My solution to assignments in UC Berkeley CS294-112: Deep Reinforcement Learning☆92Updated 6 years ago
- Deep Reinforcement Learning for Continuous Control in PyTorch☆101Updated 3 years ago
- Hierarchical-DQN in pytorch (not actively maintained)☆70Updated 8 years ago
- ☆100Updated 5 years ago
- Summary of key papers in deep reinforcement learning. Heavily based on OpenAI SpinningUp.☆81Updated 5 years ago
- Python implementations of the RL algorithms in examples and figures in Sutton & Barto, Reinforcement Learning: An Introduction☆90Updated 6 years ago
- Implementation of the Model-Based Meta-Policy-Optimization (MB-MPO) algorithm☆44Updated 6 years ago
- State Space Models for Reinforcement Learning in Tensorflow☆19Updated 6 years ago
- Explorer is a PyTorch reinforcement learning framework for exploring new ideas.☆95Updated last month
- All the source codes and lectures of reinforcement learning.☆32Updated 5 years ago
- Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed. 2)☆158Updated 5 years ago
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC☆100Updated 6 years ago
- Hands-on Reinforcement Learning with PyTorch, published by [Packt]☆55Updated 4 years ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆146Updated 3 years ago