Skip to content

Commit

Permalink
Added an example for mazes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Nov 24, 2024
1 parent 44c803f commit 692e64a
Show file tree
Hide file tree
Showing 3 changed files with 4,021 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
## Chapter 17: MDPs

* Example: [Markov Decision Processes solved with Value Iteration and Policy Iteration](https://mhahsler.github.io/CS7320-AI/RL/MDP.html) (in R)
* Example: [Solving a Maze using RL (Value Iteration)](https://mhahsler.github.io/CS7320-AI/RL/RL-Maze.html) (in R)

## Chapter 22: Reinforcement Learning
* Example: [A Q-Learning Agent](https://mhahsler.github.io/CS7320-AI/RL/QLearning.html) (in R)
* Connection to playing games (Chapter 5): [Learning to Play Tic-Tac-Toe with Q-Learning](https://colab.research.google.com/github/mhahsler/CS7320-AI/blob/master/RL/tictactoe_RL.ipynb) implements a simple table-based Q-learning algorithm to play the game. (Python)
* Example: [Solving a Maze using RL (Q-Learning)](https://mhahsler.github.io/CS7320-AI/RL/RL-Maze.html) (in R)

## More on Reinforcement Learning

Expand Down
Loading

0 comments on commit 692e64a

Please sign in to comment.