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

Visualize game learning process on TensorBoard #28

Open
keiohta opened this issue May 26, 2019 · 1 comment
Open

Visualize game learning process on TensorBoard #28

keiohta opened this issue May 26, 2019 · 1 comment

Comments

@keiohta
Copy link
Owner

keiohta commented May 26, 2019

Visualize final game capture of an episode so that user can know the game progress.
Call following function to visualize the capture to TensorBoard.

tf.contrib.summary.image('train/input_img', tf.cast(image * 255.0, tf.uint8))
@keiohta
Copy link
Owner Author

keiohta commented May 29, 2019

Implement on above commit but it does not output 4 images. Fix this.

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