- Reinforcement Learning with TensorFlow
- Sayon Dutta
- 107字
- 2021-08-27 18:51:57
Optimality criteria
The optimality criteria are a measure of goodness of fit of the model created over the data. For example, in supervised classification learning algorithms, we have maximum likelihood as the optimality criteria. Thus, on the basis of the problem statement and objective optimality criteria differs. In reinforcement learning, our major goal is to maximize the future rewards. Therefore, we have two different optimality criteria, which are:
- Value function: To quantify a state on the basis of future probable rewards
- Policy: To guide an agent on what action to take in a given state
We will discuss both of them in detail in the coming topics.
推薦閱讀
- 人工智能超越人類
- 基于LPC3250的嵌入式Linux系統開發
- 空間機器人遙操作系統及控制
- Visual C# 2008開發技術實例詳解
- Mastering Elastic Stack
- Storm應用實踐:實時事務處理之策略
- 筆記本電腦維修90個精選實例
- Artificial Intelligence By Example
- 空間機器人
- Java組件設計
- 網絡安全原理與應用
- Oracle Blockchain Quick Start Guide
- fastText Quick Start Guide
- Data Science with Python
- Deep Learning with PyTorch Quick Start Guide