You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been successful in executing the ppo notebook including importing a bytes file into unity and having it run both in the editor and in building a new standalone instance.
I am successful in having the tensorboard menu display at localhost:6060 but I am unable to get tensorboard to find my event files and to display results - on windows 10, Python3.
// this command from the help file causes an error
tensorboard -- logdir DIRECTORY_PATH --debug
// I can see event files in ./summaries and I have tried using the fully qualified both have localhost:6060 tell me that the files cannot be found.
tensorboard --logdir='./summaries'
The text was updated successfully, but these errors were encountered:
Using tensorboard --logdir='./summaries' didn't work for me either, but tensorboard --logdir=summaries does. Not sure if Windows is bothered by the singlequotes or the ./, I stoped trying when it worked ;).
I have been successful in executing the ppo notebook including importing a bytes file into unity and having it run both in the editor and in building a new standalone instance.
I am successful in having the tensorboard menu display at localhost:6060 but I am unable to get tensorboard to find my event files and to display results - on windows 10, Python3.
// this command from the help file causes an error
tensorboard -- logdir DIRECTORY_PATH --debug
// I can see event files in ./summaries and I have tried using the fully qualified both have localhost:6060 tell me that the files cannot be found.
tensorboard --logdir='./summaries'
The text was updated successfully, but these errors were encountered: