Skip to content

Instantly share code, notes, and snippets.

@ceteri
Created July 7, 2020 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceteri/dbf38c5f7ea4701d09f6f2364709b780 to your computer and use it in GitHub Desktop.
Save ceteri/dbf38c5f7ea4701d09f6f2364709b780 to your computer and use it in GitHub Desktop.
_____________________________________________________________________________
Layer (type) Output Shape Param # Connected to
=============================================================================
observations (InputLayer) [(None, 500)] 0 
_____________________________________________________________________________
fc_1 (Dense) (None, 256) 128256 observations[0][0] 
_____________________________________________________________________________
fc_value_1 (Dense) (None, 256) 128256 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, 6) 1542 fc_2[0][0] 
_____________________________________________________________________________
value_out (Dense) (None, 1) 257 fc_value_2[0][0] 
=============================================================================
Total params: 389,895
Trainable params: 389,895
Non-trainable params: 0
_____________________________________________________________________________
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment