Quick Scripts AlphaZero

The AlphaZero.Scripts module provides a quick way to execute common tasks with a single line of code. For example, starting or resuming a training session for the connect-four example becomes as simple as executing the following command line:

The first argument of every script specifies what experiment to load. This can be specified as an object of type Experiment or as a string from keys(Examples.experiment).

Perform some sanity checks regarding the compliance of a game with the AlphaZero.jl Game Interface.

Launch a training session where hyperparameters are altered so that training finishes as quickly as possible.

This is useful to ensure the absence of runtime errors before a real training session is started.

Start or resume a training session.

The optional keyword arguments are passed directly to the Session constructor.

Play an interactive game against the current agent.

Use the interactive explorer to visualize the current agent.

Read more here:
Quick Scripts AlphaZero

Related Posts

Comments are closed.