Skip to content

Instantly share code, notes, and snippets.

@ceteri
Last active July 7, 2020 06:40
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/5c991ded3251eb6326b173efdb47e35e to your computer and use it in GitHub Desktop.
Save ceteri/5c991ded3251eb6326b173efdb47e35e to your computer and use it in GitHub Desktop.
__________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
==================================================================================================
observations (InputLayer) [(None, 4)] 0
__________________________________________________________________________________________________
fc_1 (Dense) (None, 256) 1280 observations[0][0]
__________________________________________________________________________________________________
fc_value_1 (Dense) (None, 256) 1280 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, 2) 514 fc_2[0][0]
__________________________________________________________________________________________________
value_out (Dense) (None, 1) 257 fc_value_2[0][0]
==================================================================================================
Total params: 134,915
Trainable params: 134,915
Non-trainable params: 0
__________________________________________________________________________________________________
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment