- 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.
- 三菱FX3U/5U PLC從入門到精通
- Hands-On Artificial Intelligence on Amazon Web Services
- Linux Mint System Administrator’s Beginner's Guide
- Learning Apache Spark 2
- Hands-On Cloud Solutions with Azure
- Ceph:Designing and Implementing Scalable Storage Systems
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- Apache Superset Quick Start Guide
- 嵌入式操作系統(tǒng)
- 聊天機器人:入門、進階與實戰(zhàn)
- Practical Big Data Analytics
- Dreamweaver CS6中文版多功能教材
- 過程控制系統(tǒng)
- Linux系統(tǒng)管理員工具集
- Learning Linux Shell Scripting