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

Rewrite inference with OpenAI gym #46

Open
charlesfrye opened this issue May 18, 2021 · 1 comment
Open

Rewrite inference with OpenAI gym #46

charlesfrye opened this issue May 18, 2021 · 1 comment

Comments

@charlesfrye
Copy link
Collaborator

If this is a good idea, use hooks/callbacks to do logging, and

  • watch out for state that needs to be passed around
  • package logging up very tightly -- separate e.g. jetson logging from image logging from accelerometer logging (as separate callbacks?) -- rather than combining things that are coincidentally logged at the same time/with the same hook
@charlesfrye
Copy link
Collaborator Author

Use commit=False in wandb.log to avoid step increment when logging: https://docs.wandb.ai/guides/track/log#incremental-logging

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

No branches or pull requests

1 participant