icoxfog417/baby-steps-of-rl-ja
Pythonで学ぶ強化学習 -入門から実践まで- サンプルコード
This repository provides practical Python code examples for learning reinforcement learning, from foundational concepts to advanced applications. It serves as a companion to the book "Reinforcement Learning with Python: From Introduction to Practice," allowing readers to follow along with implementations. The resource is designed for self-learners, students, and practitioners who want to understand and apply reinforcement learning techniques by running real code.
452 stars. No commits in the last 6 months.
Use this if you are reading the Japanese book "Reinforcement Learning with Python" and want to run and experiment with its code examples to deepen your understanding.
Not ideal if you are looking for a standalone reinforcement learning library or a general introduction without reference to the specific accompanying book.
Stars
452
Forks
274
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
May 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/icoxfog417/baby-steps-of-rl-ja"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
google-deepmind/dm_control
Google DeepMind's software stack for physics-based simulation and Reinforcement Learning...
Denys88/rl_games
RL implementations
pytorch/rl
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
yandexdataschool/Practical_RL
A course in reinforcement learning in the wild