- TensorFlow Reinforcement Learning Quick Start Guide
- Kaushik Balakrishnan
- 222字
- 2021-06-24 15:29:09
Temporal Difference, SARSA, and Q-Learning
In the previous chapter, we looked at the basics of RL. In this chapter, we will cover temporal difference (TD) learning, SARSA, and Q-learning, which were very widely used algorithms in RL before deep RL became more common. Understanding these older-generation algorithms is essential if you want to master the field, and will also lay the foundation for delving into deep RL. We will therefore spend this chapter looking at examples using these older generation algorithms. In addition, we will also code some of these algorithms using Python. We will not be using TensorFlow for this chapter, as the problems do not involve any deep neural networks under study. However, this chapter will lay the groundwork for more advanced topics that we will cover in the subsequent chapters, and will also be our first coding experience of an RL algorithm. Specifically, this chapter will be our first deep dive into a standard RL algorithm, and how you can use it to train RL agents for a specific task. It will also be our first hands-on effort at RL, including both theory and practice.
Some of the topics that will be covered in this chapter are as follows:
- Understanding TD learning
- Learning SARSA
- Understanding Q-learning
- Cliff walking with SARSA and Q-learning
- Grid world with SARSA
- 大數(shù)據(jù)項(xiàng)目管理:從規(guī)劃到實(shí)現(xiàn)
- AWS:Security Best Practices on AWS
- 協(xié)作機(jī)器人技術(shù)及應(yīng)用
- 程序設(shè)計(jì)語言與編譯
- Learning Apache Cassandra(Second Edition)
- Visual C++編程全能詞典
- 人工智能趣味入門:光環(huán)板程序設(shè)計(jì)
- Learn CloudFormation
- Unity Multiplayer Games
- Excel 2007終極技巧金典
- SQL Server數(shù)據(jù)庫應(yīng)用基礎(chǔ)(第2版)
- 空間機(jī)器人
- Deep Learning Essentials
- 中文版Photoshop情境實(shí)訓(xùn)教程
- Hands-On Geospatial Analysis with R and QGIS