Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Graph in Real Time with Tensorboard

Discussion in 'ML-Agents' started by WaxyMcRivers, Mar 24, 2022.

  1. WaxyMcRivers

    WaxyMcRivers

    Joined:
    May 9, 2016
    Posts:
    59
    Big quality of life tip for tensorboard that was personally overlooked.

    If you click the gear icon in the top right corner and set Reload Data to true, the graph will continually update in real time as your RL Agents train.

    See attached screenshot.

    Side notes:

    If you have issues with it not updating, try uninstalling tensorboard from your developing environment and installing tb-nightly.

    You can also try setting the argument variables (--reload_interval=30 --reload_multifile=true) in tensorboard through the command line when you go to run it.

    If you want to look at the other arguments for tensorboard, type tensorboard --h in the command line.

    upload_2022-3-24_16-49-57.png
     
    ditlevrisdahl and mbaske like this.