项目作者: yuriharrison

项目描述 :
Solving OpenAI Gym
高级语言: Python
项目地址: git://github.com/yuriharrison/solving-openai-gym.git
创建时间: 2018-07-08T21:45:23Z
项目社区:https://github.com/yuriharrison/solving-openai-gym

开源协议:MIT License

下载


Solving OpenAI Gym

Solving OpenAI Gym

Solved

  • CartPole-v1 - About
    • Solved with Random Search - Code
    • Solved with Hill-Climbing - Code
    • Solved with Deep Reinforcement Learning (DQN) - Code

Prerequisites

  • numpy
  • gym

For Neural Network only:

You can use:
  1. pip install -r requirements.txt

License

This project is licensed under the MIT License - see the LICENSE file for details