Open smorad opened 2 years ago
It's not currently possible to log images to tensorboard. We could change that by making some changes here: https://github.com/ray-project/ray/blob/8119b62640aab4c3e14927feaefe2fdc9678c32a/python/ray/train/callbacks/logging.py#L285-L289
Training policies which take input images as observations, or enabling custom data/policy visualization.
https://github.com/ray-project/ray/issues/14836
Should be added to TBXLogger from tune as well: https://github.com/ray-project/ray/blob/8119b62640aab4c3e14927feaefe2fdc9678c32a/python/ray/tune/logger.py#L211
Search before asking
Description
It's not currently possible to log images to tensorboard. We could change that by making some changes here: https://github.com/ray-project/ray/blob/8119b62640aab4c3e14927feaefe2fdc9678c32a/python/ray/train/callbacks/logging.py#L285-L289
Use case
Training policies which take input images as observations, or enabling custom data/policy visualization.
Related issues
https://github.com/ray-project/ray/issues/14836
Are you willing to submit a PR?