rdnfn / beobench

A toolkit providing easy and unified access to building control environments for reinforcement learning (RL).
https://beobench.readthedocs.io
MIT License
39 stars 4 forks source link

Add visualisation tools #61

Closed rdnfn closed 2 years ago

rdnfn commented 2 years ago

Problem

It can be difficult to debug RL agents just based on iteration/metrics.

Potential Solution

Build flexible visualisation tool to be able to inspect episode logs from RLlib but also any other library.

rdnfn commented 2 years ago

Not currently on the priority list. May be implemented at a later date.