Skip to content

View self play games in GUI

He edited this page Nov 4, 2018 · 1 revision

Distributed Mode

If you are running in distributed model (with --distributed flag) from source code or running with the self-play client, you can view the record easily from our website (just click the filename).

Otherwise

You need to watch it with other tools. However, the training records are not recorded in standard format (such as PGN file), you should transfer it to standard format first. The good news is that the CChessEnv class in environment/env.py actually has the transfer functionality.

Instructions

  1. Download the script and put it into envrionment folder.
  2. Modify the path in the script.
  3. Copy lib/data_helper.py into environment folder.
  4. Run python convert2pgn.py.

By now, you have pgn files and can view it visually in many tools.

Clone this wiki locally