https://github.com/virresh/rl_q_learning_sarsa
Reinforcement Learning Algorithms - Q-Learning and SARSA implemented
https://github.com/virresh/rl_q_learning_sarsa
ai artificial-intelligence maze-solver openai-gym q-learning reinforcement-learning-algorithms sarsa
Last synced: 4 months ago
JSON representation
Reinforcement Learning Algorithms - Q-Learning and SARSA implemented
- Host: GitHub
- URL: https://github.com/virresh/rl_q_learning_sarsa
- Owner: virresh
- Created: 2019-02-27T16:34:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T16:36:13.000Z (over 6 years ago)
- Last Synced: 2025-01-19T08:28:14.725Z (5 months ago)
- Topics: ai, artificial-intelligence, maze-solver, openai-gym, q-learning, reinforcement-learning-algorithms, sarsa
- Language: Python
- Size: 190 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Assignment 5 (Programming Assignment 4)
Q-Learning algorithm to train an agen via the Reinforcement Learning way
for the [maze](https://github.com/MattChanTK/gym-maze) environment.Also Implements the SARSA algorithm
Full report in `AI Assignment 5.pdf`