Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 746 Bytes

6_Log_file.md

File metadata and controls

16 lines (9 loc) · 746 Bytes

Log file

If you run the main.py, log file is generated in logs folder as follows.

simple board example

In the log file, you can check the parameter information about the training such as Cuda, Agent, Model and all the parameters that you can check in the document about parameter. Also, you can check learning progress, information about replay memory, optimizer and loss values. These value are useful for debugging and checking the progress of training.

simple board example