项目作者: ZhiqingXiao

项目描述 :
Solutions to OpenAI Gym
高级语言: Jupyter Notebook
项目地址: git://github.com/ZhiqingXiao/OpenAIGymSolution.git
创建时间: 2019-01-25T17:01:28Z
项目社区:https://github.com/ZhiqingXiao/OpenAIGymSolution

开源协议:

下载


Solutions to OpenAI Gym

This repository contains solutions to the following environments:

  • Acrobot-v1
  • BipedalWalker-v3
  • CartPole-v0
  • LunarLander-v2
  • LunarLanderContinuous-v2
  • MountainCar-v0
  • MountainCarContinuous-v0
  • Pendulum-v0
  • PongNoFrameskip-v4

More closed-form solutions can be found here.

BibTeX

Some solutions in this repo have been published in the following book (in Simplified Chinese):

  1. @book{xiao2019,
  2. title = {Reinforcement Learning: Theory and {Python} Implementation},
  3. author = {Zhiqing Xiao}
  4. year = 2019,
  5. month = 8,
  6. publisher = {China Machine Press},
  7. }

All solutions will be published in the following book (in English):

  1. @book{xiao2022,
  2. title = {Reinforcement Learning: Theory and {Python} Implementation},
  3. author = {Zhiqing Xiao}
  4. publisher = {Springer Nature},
  5. }