Using Tensorboard to Inspect Training Results - PathmindAI/nativerl GitHub Wiki

Once training is complete, you can inspect the results using Tensorboard.

Step 1

Run the following command inside your PPO folder.

tensorboard --logdir='.'

using_tensorboard_0

using_tensorboard_0

Next, navigate to the Tensorboard URL to load Tensorboard.

Step 2

Now locate the reward mean graph to track training progress. There are many other graphs but it will take time to learn everything. You will need to Google around to learn how to interpret each of them.

using_tensorboard_0