thomashopkins32 / Minecraft-Virtual-Intelligence

MIT License
0 stars 0 forks source link

Set up monitoring #9

Open thomashopkins32 opened 4 months ago

thomashopkins32 commented 4 months ago

Tracking some metrics using tensorboard will help us measure progress while the training is taking place. Ideally, the monitoring would be able to inspect any intermediary result and send the result to tensorboard for monitoring. I'm not sure how this will look just yet in the code.

Maybe some global monitoring system could be implemented as long as it isn't too much overhead.