Skip to content

RubenBranco/SokobanAlphaGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sokoban AlphaGo Zero (WIP)

Sokoban Solver using DeepMinds AlphaGo Zero system, described by Silver et al 2017, download deepmind unformatted upload available here.

Implementation based on suragnair implementation. Pytorch classification used can be cloned from here.

All board examples come from abelmartin's website.

This is a work in progress and more details about the implementation will be given and the README will be updated as the project moves forward. The objective is to understand how the process works and whether it will work for singleplayer games(aka puzzles).