Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 717 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 717 Bytes

MLN_201806

Public Repository of Machine Learning Nagoya 201806 (MLN_201806) Workshop.

With Docker

MLN_201806 official Docker Image is available (Reuse of MLN_201804, https://hub.docker.com/r/nkats/mln_gym/ by @n-kats ).
Easy to use with the provided scripts.

$ docker pull nkats/mln_gym
$ docker.run.sh
(within the docker container)
# python handson_dqn.py

Without Docker

Install OpenAI Gym framework and dependencies (See https://github.com/openai/gym#installation) with Python3.x (recommended v3.6.x or higher). And then:

$ python3 handson_dqn.py