Reinforcement-Learning-2nd-Edition-by-Sutton-Exercise-Solutions
Exercise solutions
A collection of solutions to exercises from the book Reinforcement Learning by Sutton, aiming to provide self-study guidance for learners.
Solutions of Reinforcement Learning, An Introduction
2k stars
35 watching
466 forks
Language: Jupyter Notebook
last commit: 6 months ago
Linked from 1 awesome list
exercise-solutionsreinforcement-learningself-studysolutions
Related projects:
Repository | Description | Stars |
---|---|---|
dmvianna/haskellbook | Solutions to exercises from the 'Haskell Programming from First Principles' book | 95 |
instadeepai/jumanji | Provides a suite of scalable reinforcement learning environments for research and development. | 622 |
juliareinforcementlearning/reinforcementlearninganintroduction.jl | Provides Julia code to generate figures and examples for an introductory reinforcement learning book | 310 |
dreamanddead/csapp-3e-solutions | Solutions to exercises in a computer systems textbook written in C. | 1,412 |
mvaldesdeleon/haskell-book | A collection of Haskell solutions to exercises from the book "Haskell Programming from First Principles" | 89 |
ikostrikov/jaxrl | Provides JAX implementations of various reinforcement learning algorithms with continuous action spaces. | 630 |
matyama/deep-rl-hands-on | A collection of examples and exercises from a deep reinforcement learning book | 2 |
shrynx/99.re | A comprehensive collection of solutions to common problems in programming using Reason and OCaml | 110 |
ccpalettes/the-c-programming-language-second-edition-solutions | Solutions to exercises in K&R book on C programming | 568 |
stable-baselines-team/rl-colab-notebooks | A collection of Jupyter Notebooks demonstrating various reinforcement learning techniques with the Stable Baselines3 library | 208 |
google-deepmind/meltingpot | Assesses generalization of multi-agent reinforcement learning algorithms to novel social situations | 620 |
kyubyong/pytorch_exercises | A collection of exercises to help developers practice and familiarize themselves with PyTorch's capabilities | 315 |
pku-alignment/safety-gymnasium | A unified benchmark for safe reinforcement learning algorithms and environments. | 394 |
catohaste/pomdp | An implementation of a reinforcement learning algorithm based on a partially observable Markov decision process for a simple decision task | 52 |
chingyaoc/pytorch-reinforce | A PyTorch implementation of the REINFORCE algorithm for reinforcement learning in continuous and discrete environments. | 264 |