- The Reinforcement Learning Workshop
- Alessandro Palmas Emanuele Ghelfi Dr. Alexandra Galina Petre Mayur Kulkarni Anand N.S. Quan Nguyen Aritra Sen Anthony So Saikat Basak
- 189字
- 2021-06-11 18:37:43
Summary
RL is one of the fundamental paradigms under the umbrella of machine learning. The principles of RL are very general and interdisciplinary, and they are not bound to a specific application.
RL considers the interaction of an agent with an external environment, taking inspiration from the human learning process. RL explicitly targets the need to explore efficiently and the exploration-exploitation trade-off appearing in almost all human problems; this is a peculiarity that distinguishes this discipline from others.
We started this chapter with a high-level description of RL, showing some interesting applications. We then introduced the main concepts of RL, describing what an agent is, what an environment is, and how an agent interacts with its environment. Finally, we implemented Gym and Baselines by showing how these libraries make RL extremely simple.
In the next chapter, we will learn more about the theory behind RL, starting with Markov chains and arriving at MDPs. We will present the two functions at the core of almost all RL algorithms, namely the state-value function, which evaluates the goodness of states, and the action-value function, which evaluates the quality of the state-action pair.
- 新媒體跨界交互設計
- ATmega16單片機項目驅動教程
- 顯卡維修知識精解
- 電腦常見問題與故障排除
- 辦公通信設備維修
- Mastering Delphi Programming:A Complete Reference Guide
- 3ds Max Speed Modeling for 3D Artists
- 數字邏輯(第3版)
- 分布式微服務架構:原理與實戰
- Machine Learning with Go Quick Start Guide
- Hands-On Artificial Intelligence for Banking
- Spring Cloud微服務和分布式系統實踐
- Istio服務網格技術解析與實踐
- Spring Security 3.x Cookbook
- The Artificial Intelligence Infrastructure Workshop