Navigation
API > API/Plugins > API/Plugins/LearningTraining > API/Plugins/LearningTraining/FImitationTrainerTrainingSetting-
Syntax
bool bUseTensorboard
Remarks
If to use TensorBoard for logging and tracking the training progress.
Even when enabled, TensorBoard will only work if it is installed in your Unreal Editor bundled version of Python, which is not the case by default. TensorBoard can be installed for this version of Python by going to your Unreal Editor Python Binaries directory (e.g. "\Engine\Binaries\ThirdParty\Python3\Win64") and running `python -m pip install tensorboard_.