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

Best way to emit/output internal network state (for debugging) #884

Open
nathanmartz opened this issue Aug 25, 2023 · 0 comments
Open

Best way to emit/output internal network state (for debugging) #884

nathanmartz opened this issue Aug 25, 2023 · 0 comments

Comments

@nathanmartz
Copy link

As our networks have grown more complex, we've needed more ability to debug the models "in vivo" which means having the model output not just the action values but some internal values computed at different points in the network. We can then take these internal values and log them or even use them for debug rendering in the environment.

So far we've hacked this up by adding actions to the network, but that's clearly suboptimal, so we wanted to see if there was a recommended way for having the model output "side channel" values, which we could then use to pass out the results of internal calculations.

Any advice or pointers would be much appreciated.

@nathanmartz nathanmartz changed the title Emitting internal network state Best way to emit/output internal network state Aug 28, 2023
@nathanmartz nathanmartz changed the title Best way to emit/output internal network state Best way to emit/output internal network state (for debugging) Aug 28, 2023
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