- Check the log to make sure there are no warnings or errors related to tensorboard. You should see “tensorboard: true” in the config print out
- Make sure you are checking under your project directory’s intermediate path and not somewhere in the engine.
@tomhalpin8
Here’s what is coming in 5.5:
- Re-architected training code
- Split choice of training algorithm from networking protocol and training environment
- Additional networking protocols
- TCP sockets in addition to shared memory
- Bring your own algorithm
- Implement your own class and Python code to replace PPO trainer
- Mac and Linux training
- Train your agents on non-Windows machines
Currently working on a solution for RL scale out (meaning multi-process data collection) for 5.6
Let me know if you have questions!