Search Unity

Tensorboard results write file, location.

Discussion in 'ML-Agents' started by kaspertheisjensen, Sep 22, 2021.

  1. kaspertheisjensen

    kaspertheisjensen

    Joined:
    Sep 1, 2021
    Posts:
    2
    Does anyone know which ML file is responsible for printing out the results. I want to edit this file to print out to weights and biases instead. I'm pretty sure if I can find the right place I can just wand.log everything along with the standard results logging.

    I'm currently using release 8 on windows 10.
     
  2. kaspertheisjensen

    kaspertheisjensen

    Joined:
    Sep 1, 2021
    Posts:
    2
    UPDATE: Found out the file was stats.py. I read somewhere you could wandb.init(sync_tensorboard=True), but im having issues with running mlagents-learn after i implement this. Possibly due to threading issues.