- 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
- 186字
- 2021-06-11 18:37:49
Summary
This chapter introduced us to the key technologies and concepts we can use to get started with reinforcement learning. The first two sections described two OpenAI Tools, OpenAI Gym and OpenAI Universe. These are collections that contain a large number of control problems that cover a broad spectrum of contexts, from classic tasks to video games, from browser usage to algorithm deduction. We learned how the interfaces of these environments are formalized, how to interact with them, and how to create a custom environment for a specific problem. Then, we learned how to build a policy network with TensorFlow, how to feed it with environment states to retrieve corresponding actions, and how to save the policy network weights. We also studied another OpenAI resource, Baselines. We solved problems that demonstrated how to train a reinforcement learning agent to solve a classic control task. Finally, using all the elements introduced in this chapter, we built an agent and trained it to play a classic Atari video game, thus achieving better-than-human performance.
In the next chapter, we will be delving deep into dynamic programming for reinforcement learning.
- Arduino入門基礎教程
- Cortex-M3 + μC/OS-II嵌入式系統開發入門與應用
- Linux KVM虛擬化架構實戰指南
- 數字道路技術架構與建設指南
- The Applied AI and Natural Language Processing Workshop
- 基于ARM的嵌入式系統和物聯網開發
- 從零開始學51單片機C語言
- 電腦維護365問
- Large Scale Machine Learning with Python
- 微軟互聯網信息服務(IIS)最佳實踐 (微軟技術開發者叢書)
- Visual Media Processing Using Matlab Beginner's Guide
- Spring Cloud微服務架構實戰
- Machine Learning Solutions
- 龍芯自主可信計算及應用
- Blender Quick Start Guide