- TensorFlow Reinforcement Learning Quick Start Guide
- Kaushik Balakrishnan
- 201字
- 2021-06-24 15:29:05
Defining the states of the agent
In RL parlance, states represent the current situation of the agent. For example, in the previous industrial mobile robot agent case, the state at a given time instant is the location of the robot inside the factory – that is, where it is located, its orientation, or more precisely, the pose of the robot. For a robot that has joints and effectors, the state can also include the precise location of the joints and effectors in a three-dimensional space. For an autonomous car, its state can represent its speed, location on a map, distance to other obstacles, torques on its wheels, the rpm of the engine, and so on.
States are usually deduced from sensors in the real world; for instance, the measurement from odometers, LIDARs, radars, and cameras. States can be a one-dimensional vector of real numbers or integers, or two-dimensional camera images, or even higher-dimensional, for instance, three-dimensional voxels. There are really no precise limitations on states, and the state just represents the current situation of the agent.
In RL literature, states are typically represented as st, where the subscript t is used to denote the time instant corresponding to the state.
- Spark編程基礎(Scala版)
- OpenStack for Architects
- Docker High Performance(Second Edition)
- 計算機與信息技術基礎上機指導
- 人工智能技術入門
- 精通LabVIEW程序設計
- Photoshop CS5圖像處理入門、進階與提高
- Learning Apache Apex
- Spark大數據商業實戰三部曲:內核解密|商業案例|性能調優
- 網絡安全概論
- Python語言從入門到精通
- PowerPoint 2003中文演示文稿5日通
- SolarWinds Server & Application Monitor:Deployment and Administration
- 系統建模與控制導論
- Qt中的C++技術