Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 215 Bytes

File metadata and controls

11 lines (10 loc) · 215 Bytes

How to run example

In this example, you need to install gym[atari] , opencv-python .

$ pip install gym[atari] opencv-python

Run example

$ cd examples/categorical_dqn_seaquest
$ python main.py