- TensorFlow Reinforcement Learning Quick Start Guide
- Kaushik Balakrishnan
- 196字
- 2021-06-24 15:29:07
Off-policy method
Off-policy methods, on the other hand, use different policies to make action decisions and to evaluate the performance. For instance, many off-policy algorithms use a replay buffer to store the experiences, and sample data from this buffer to train the model. During the training step, a mini-batch of experience data is randomly sampled and used to train the policy and value functions. Coming back to the previous robot example, in an off-policy setting, the robot will not use the current policy to evaluate its performance, but rather use a different policy for exploring and for evaluation. If a replay buffer is used to sample a mini-batch of experience data and then train the agent, then it is off-policy learning, as the current policy of the robot (which was used to obtain the immediate actions) is different from the policy that was used to obtain the samples in the mini-batch of experience used to train the agent (as the policy has changed from an earlier time instant when the data was collected, to the current time instant). DQN, DDQN, and DDPG are off-policy algorithms that we'll look at in later chapters of this book.
- 構建高質量的C#代碼
- Practical Ansible 2
- Embedded Programming with Modern C++ Cookbook
- 嵌入式操作系統
- Android游戲開發案例與關鍵技術
- Excel 2007技巧大全
- Microsoft System Center Confi guration Manager
- 空間機械臂建模、規劃與控制
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- Visual C++項目開發案例精粹
- Hands-On Data Warehousing with Azure Data Factory
- 網絡脆弱性掃描產品原理及應用
- Learn QGIS
- FANUC工業機器人配置與編程技術
- 大數據時代的調查師