baselines icon indicating copy to clipboard operation
baselines copied to clipboard

Added custom logging to PPO2

Open mkghaas opened this issue 5 years ago • 0 comments

In our work we need to log custom information. While a monitored environment already allows us to record this information, we would like to be able to track the data on tensorboard along with the rest of the data PPO2 writes out.

This PR allows you to specify a tuple of extra keys to be logged from the episode info.

mkghaas avatar Sep 03 '20 04:09 mkghaas