-
Notifications
You must be signed in to change notification settings - Fork 4
ml reinforcment tearning rl
ghdrako edited this page Aug 26, 2026
·
5 revisions
rl
Classical algorithms are those algorithms that do not require deep neural networks for learning. They employ foundational approaches of RL to learn ideal behaviour through interaction with the environment via trial and error. Below is the list of a few classical algorithms:
- Dynamic programming
- Monte Carlo (MC) methods
- Temporal difference (TD) learning
- Q-learning
- SARSA (state-action-reward-state-action)
- Policy gradient methods
Test