Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 202 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 202 Bytes

Introduction

Deep Q Learning (DQN) agent on the CartPole-v0 task Actor Critic agent on the CartPole-v0 task

Learn from Pytorch Example

Requirement

  • python 3.5
  • pytorch 0.2.0
  • gym (0.10.4)