Created
July 7, 2020 06:25
-
-
Save ceteri/20b1122491481ce243922c599b54a108 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_____________________________________________________________________________ | |
Layer (type) Output Shape Param # Connected to | |
============================================================================= | |
observations (InputLayer) [(None, 2)] 0 | |
_____________________________________________________________________________ | |
fc_1 (Dense) (None, 256) 768 observations[0][0] | |
_____________________________________________________________________________ | |
fc_value_1 (Dense) (None, 256) 768 observations[0][0] | |
_____________________________________________________________________________ | |
fc_2 (Dense) (None, 256) 65792 fc_1[0][0] | |
_____________________________________________________________________________ | |
fc_value_2 (Dense) (None, 256) 65792 fc_value_1[0][0] | |
_____________________________________________________________________________ | |
fc_out (Dense) (None, 3) 771 fc_2[0][0] | |
_____________________________________________________________________________ | |
value_out (Dense) (None, 1) 257 fc_value_2[0][0] | |
============================================================================= | |
Total params: 134,148 | |
Trainable params: 134,148 | |
Non-trainable params: 0 | |
_____________________________________________________________________________ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment