- Python Reinforcement Learning
- Sudharsan Ravichandiran Sean Saito Rajalingappaa Shanmugamani Yang Wenzhuo
- 123字
- 2021-06-24 15:17:31
Episodic and continuous tasks
Episodic tasks are the tasks that have a terminal state (end). In RL, episodes are considered agent-environment interactions from initial to final states.
For example, in a car racing video game, you start the game (initial state) and play the game until it is over (final state). This is called an episode. Once the game is over, you start the next episode by restarting the game, and you will begin from the initial state irrespective of the position you were in the previous game. So, each episode is independent of the other.
In a continuous task, there is not a terminal state. Continuous tasks will never end. For example, a personal assistance robot does not have a terminal state.
推薦閱讀
- Python數據挖掘:入門、進階與實用案例分析
- SQL Server入門經典
- 分布式數據庫系統:大數據時代新型數據庫技術(第3版)
- 云計算服務保障體系
- Neural Network Programming with TensorFlow
- 一個64位操作系統的設計與實現
- 數據庫設計與應用(SQL Server 2014)(第二版)
- 達夢數據庫運維實戰
- 數據庫應用系統開發實例
- 中國云存儲發展報告
- Scratch 2.0 Game Development HOTSHOT
- Artificial Intelligence for Big Data
- AI Crash Course
- Machine Learning for Mobile
- R數據挖掘實戰