rlberry-py / rlberry

An easy-to-use reinforcement learning library for research and education.
https://rlberry-py.github.io/rlberry
MIT License
161 stars 30 forks source link

using rlberry without experiment manager #472

Closed AleShi94 closed 1 month ago

AleShi94 commented 2 months ago

Can we extend the existing visualization and comparison tools to support directly the input from tensorboard, without training your agent with ExperimentManager?

TimotheeMathieu commented 2 months ago

Yes, and also add a part in the user guide about how to do this.