Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 268 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 268 Bytes

PytorchDQN

Prerequisites

  • python >= 3.6
  • open-ai gym
  • tensorflow

Learning

$ python learn.py --env=<gym environment> --path=<path to save a model>

Running model

$ python run.py --env=<gym environment> --path=<path to saved a model>