Experiment
AlphaZero.Experiments.Experiment
— TypeExperiment
A structure that contains the information necessary to replicate a training session.
Constructor
Experiment(gspec, params, mknet, netparams, benchmarks)
gspec
is the specification of the game to be playedparams
has typeParams
mknet
is a neural network constructor taking arguments(netparams, gspec)
netparams
are the neural network hyperparametersbenchmark
is a vector ofBenchmark.Duel
to be used as a benchmark to track training progress.