dowel
dowel copied to clipboard
A little logger for machine learning research
# Introduction Dowel is a tool that the garage Team uses for logging results from our various Reinforcement learning experiments. Dowel can be used to log different types of data...
When I tried to run the following commands from the "Git recipes" in [CONTRIBUTING.md](https://github.com/rlworkgroup/dowel/blob/master/CONTRIBUTING.md), I got error messages: ``` git remote add rlworkgroup [email protected]:rlworkgroup/dowel.git ``` ``` git reset --hard master...
Hi, Thank you for this nice a simple tool for logging machine learning research. I often encounter situations where I would like to save multi-dimensional Numpy arrays. For example, the...
This is because it attempts to close the underlying TensorboardX writer in `TensorboardOutput.__del__`. However, global teardown of the python interpreter has already closed the thread used by TensorboardX.
This is quite heavy and not everyone will want it
Tables with keys of varying lengths are hard to read, since some of the key names end up far from their values. This change adds a sequence of dots on...
When using the logger with tensorboard, it will hang if we don't call `logger.remove_all()`. Here is a simple snippet for reproduce it: ``` import dowel from dowel import logger logger.add_output(dowel.TensorBoardOutput(log_dir))...
e.g. https://travis-ci.com/rlworkgroup/dowel/jobs/200192982#L460