- Python Reinforcement Learning Projects
- Sean Saito Yang Wenzhuo Rajalingappaa Shanmugamani
- 119字
- 2021-07-23 19:05:06
Gym
Gym provides a toolkit to benchmark AI-based tasks. The interface is easy to use. The goal is to enable reproducible research. Visit https://gym.openai.com for more information about Gym. An agent can be taught inside of the gym, and learn activities such as playing games or walking. An environment is a library of problems.
The standard set of problems presented in the gym are as follows:
- CartPole
- Pendulum
- Space Invaders
- Lunar Lander
- Ant
- Mountain Car
- Acrobot
- Car Racing
- Bipedal Walker
Any algorithm can work out in the gym by training for these activities. All of the problems have the same interface. Therefore, any general reinforcement learning algorithm can be used through the interface.
推薦閱讀
- 大數據技術與應用基礎
- 大數據項目管理:從規劃到實現
- 智能傳感器技術與應用
- 21天學通PHP
- ETL with Azure Cookbook
- Spark編程基礎(Scala版)
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- Cloud Analytics with Microsoft Azure
- PostgreSQL Administration Essentials
- OpenStack Cloud Computing Cookbook(Second Edition)
- Hybrid Cloud for Architects
- 工業機器人應用案例集錦
- Word 2007,Excel 2007辦公應用融會貫通
- 奇點將至
- ASP.NET 2.0 Web開發入門指南