[solved] Learning Agents: Can't get Tensorboard running

Hey there,

When I tick the checkbox in the training manager, in the output log it still says ‘false’ and, as expected, I can’t find the tensorboard file being generated.

I’ve followed the “Learning to Drive” tutorial and aside from the hyperparameters nothing is different.

Is there a step required that I missed here?

Found the issue! I assumed tensorboard was pre-installed.

Thanks to: Early Explorations of Learning Agents in Unreal Engine | by Jonathan Jørgensen | Medium

Went to ‘UnrealEngine\Engine\Binaries\ThirdParty\Python3\Win64’

Opened command prompt from here.

Ran the following: python.exe -m pip install tensorboard

Tensorboard files are now being saved in my intermediate directory as hoped. Huzzay!