Implementation of various reinforcement learning algorithms in examples obtained from the book "Reinforcement Learning: An Introduction, by Sutton and Barto".
-
Updated
Feb 7, 2022 - MATLAB
Implementation of various reinforcement learning algorithms in examples obtained from the book "Reinforcement Learning: An Introduction, by Sutton and Barto".
This repo implements Deep Q-Network (DQN) for solving the Cliff Walking v0 environment of the Gymnasium library using Python 3.8 and PyTorch 2.0.1 with the finest tuning.
Implementation of Q-learning and SARSA algorithms in the Cliff Walking environment. Explore and compare reinforcement learning techniques.
Add a description, image, and links to the cliff-walking-problem topic page so that developers can more easily learn about it.
To associate your repository with the cliff-walking-problem topic, visit your repo's landing page and select "manage topics."