Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrybecker4/leela-zero-scala
An experiment to see how hard it would be to port leela-zero to scala. Leela-zero is a super-human go playing program based on the Alph-go Zero paper.
https://github.com/barrybecker4/leela-zero-scala
Last synced: about 1 month ago
JSON representation
An experiment to see how hard it would be to port leela-zero to scala. Leela-zero is a super-human go playing program based on the Alph-go Zero paper.
- Host: GitHub
- URL: https://github.com/barrybecker4/leela-zero-scala
- Owner: barrybecker4
- License: gpl-3.0
- Created: 2017-11-23T13:37:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T17:48:48.000Z (almost 6 years ago)
- Last Synced: 2024-11-02T05:41:50.528Z (3 months ago)
- Language: Scala
- Homepage:
- Size: 2.92 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leela-zero-scala
An experiment to see how hard it would be to port [leela-zero](https://github.com/gcp/leela-zero) to [Scala](http://www.scala-js.org/).The project that I am attempting to port from is [https://github.com/gcp/leela-zero,](https://github.com/gcp/leela-zero) created by Gian-Carlo Pascutto.