- Hands-On Q-Learning with Python
- Nazia Habib
- 97字
- 2021-06-24 15:13:08
Section 1: Q-Learning: A Roadmap
This section will introduces the reader to reinforcement learning and Q-learning, and the types of problem that can be solved with both. Readers will become familiar with OpenAI Gym as a tool for creating Q-learning projects and will build their first model-free Q-learning agent.
The following chapters are included in this section: