facebookresearch / darkforestGo

DarkForest, the Facebook Go engine.
Other
2.1k stars 325 forks source link

create a stateless interface to genmove(board_state) #23

Open chroneus opened 7 years ago

chroneus commented 7 years ago

It would be great to have stateless interface to engine which can be exposed e.g. with REST on web. It probably needs to implement/document a call to genmove(board_state) and show how to call it via framework like lapis.