icoxfog417/baby-steps-of-rl-ja
Python sample code repository accompanying a Japanese reinforcement learning textbook.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This repository provides implementation code for the book ‘Pythonで学ぶ強化学習 -入門から実践まで-’ (Learning Reinforcement Learning with Python). The code covers reinforcement learning fundamentals across multiple days, starting from basic concepts like Markov Decision Processes and dynamic programming, progressing through temporal difference learning and Q-learning, and advancing to deep reinforcement learning topics including policy gradient methods and deep Q-networks.