- Reinforcement Learning with TensorFlow
- Sayon Dutta
- 138字
- 2021-08-27 18:51:58
An introduction to OpenAI Gym
The OpenAI Gym, created by the team at OpenAI is a playground of different environments where you can develop and compare your reinforcement learning algorithms. It is compatible with deep learning libraries such as TensorFlow and Theano.
OpenAI Gym consists of two parts:
- The gym open-source library: This consists of many environments for different test problems where you can test your reinforcement learning algorithms. This suffices with the information of state and action spaces.
- The OpenAI Gym service: This allows you to compare the performance of your agent with other trained agents.
For the installation and dependencies, please refer to the following link:
With the basics covered, now we can start with the implementation of reinforcement learning using the OpenAI Gym from next Chapter 2, Training Reinforcement Learning Agents using OpenAI Gym.
推薦閱讀
- 零起步輕松學單片機技術(第2版)
- 智能傳感器技術與應用
- 計算機應用基礎·基礎模塊
- 數據中心建設與管理指南
- 大數據安全與隱私保護
- 讓每張照片都成為佳作的Photoshop后期技法
- WordPress Theme Development Beginner's Guide(Third Edition)
- 四向穿梭式自動化密集倉儲系統的設計與控制
- 21天學通C語言
- 中國戰略性新興產業研究與發展·工業機器人
- TensorFlow Reinforcement Learning Quick Start Guide
- Building Google Cloud Platform Solutions
- 電腦故障排除與維護終極技巧金典
- Deep Learning Essentials
- Serverless Design Patterns and Best Practices