jonathan-laurent / AlphaZero.jl

A generic, simple and fast implementation of Deepmind's AlphaZero algorithm.

Home Page:https://jonathan-laurent.github.io/AlphaZero.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

supervised learning

StepHaze opened this issue · comments

May I expect a supervised learning in AlphaZero.Jl project?
Reinforcement learning with self-playing takes an incredible amount of time, but I have a database of the players, so I'd like to use it to speed up the process.

Thank you.