will-maclean / sb3-burn

Implementation of stable-baselines3 in rust with burn
MIT License
11 stars 0 forks source link

investigate burn logger #26

Open will-maclean opened 3 weeks ago

will-maclean commented 3 weeks ago

burn has a well-featured logger. Rather than implementing our own, it may be smoother to use theirs. Investigate burn's logger and see if it can used for our purposes

will-maclean commented 2 weeks ago

https://github.com/tracel-ai/burn/blob/main/crates/burn-train/src/logger/mod.rs