Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to render "info" on tensorboard #454

Open
5 tasks done
SKYLEO98 opened this issue May 22, 2024 · 1 comment
Open
5 tasks done

[Question] How to render "info" on tensorboard #454

SKYLEO98 opened this issue May 22, 2024 · 1 comment
Labels
question Further information is requested

Comments

@SKYLEO98
Copy link

❓ Question

Hello,

The "info" return from my custom env will cover the partial rewards. I would like to render them on tensor board. Is there any way to update the output of the tensor board log?
Many thanks in advance.

Checklist

@SKYLEO98 SKYLEO98 added the question Further information is requested label May 22, 2024
@araffin
Copy link
Member

araffin commented May 22, 2024

Hello,
you can use callback for that:

class RawStatisticsCallback(BaseCallback):

See documentation too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants