roSievers / Jtac.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Jtac

A julia package to train AIs that can play two-player boardgames. It is based on the Alpha-Zero paradigm and is inspired by open implementations like KataGo.

Games

The following games are currently part of Jtac:

Extending Jtac by adding support for new games is easy and independent from the rest of Jtac's functionality.

Usage

Some tutorial will soon follow here

We are also writing a frontend in Elm to help with inspecting models. It lives at https://github.com/kreibaum/Jtac-frontend

Links

About

License:MIT License


Languages

Language:Julia 98.2%Language:Python 1.8%