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

Latest commit

 

History

History

categorical_dqn_seaquest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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