google-deepmind / google-deepmind/acme
Example of using tfrecord logger to use acme with tensorboard
Open
- Dominant language
- Python
- Stars
- 4.1k
- Forks
- 553
- PR merge metrics
- No merged PRs in 30d
Description
I'm attempting to use some of the baseline examples (e.g., the dqn agent trained on Atari) with tensorboard. I found the TFSummaryLogger and attempted to replace the default logger with that logger. This creates the tfrecord in the expected place, but does not populate the tfrecord with results. I also attempted to replicate what is being done in the default logger, replacing the CVSLogger with the TFSummaryLogger. This gave the same result.
Is there a working example of using TFSummaryLogger with acme, i.e. to generate artifacts that can be used with Tensorboard?
Contributor guide
Assessment
This issue has not been assessed yet.