Skip to content

aratakokubun/renju-dqn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gym Renju DQN

Sample implementation of Renju AI for gym-renju. The AI is implemented with DQN algorithm on Chainer.

This is just an sample implementation of AI, so you can create more smart AI with modifying some parameters or implementaions.

Please also refer to gym-renju.

Dependencies

Run

Run with learned model

python src/run.py

Train

python src/run.py --train

Reference

This implementation are basically based on chainer_pong by icoxfog417. Thanks!

About

Renju AI implementation using dqn cnn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages