Closed mertalbaba closed 11 months ago
See here how to configure a logger: https://imitation.readthedocs.io/en/latest/_api/imitation.util.logger.html#imitation.util.logger.configure
You need to add "tensorboard" to the format strings. See here for an example how this is done.
Problem
How can I log the training rewards etc. to a Tensorboard log for the example GAIL training script?
Solution
Description of proposed solution or change.
Possible alternative solutions
Description of any alternative solutions or features you've considered.