|
|
|
|
|
by radarsat1
1004 days ago
|
|
Honestly the best way is starting with implementing a Q table for some small grid-world problem. You get a lot of knowledge from doing that. Then a bit more work on understanding various approaches, e.g policy learning, world models. Then, reading text books, blogs tutorials, etc. But "getting" the idea of Q learning for a small state space is fundamental and surprisingly approachable. |
|
I wrote this extensive tutorial for teaching deep reinforcement learning, with a focus on getting intuition from code. you will find RL theory is heavy on math despite needing math for very little other than abstractly representing some machine goal and intuition, of which code serves a native programmer already very well.
i spent years failing to learn machine learning and RL until i just started reading source code. books of integrals i never ended up needing.
dont be turned away by the joking nature of my tutorials. there is a real depth in there