Skip to content

Instantly share code, notes, and snippets.

@ceteri
Last active July 7, 2020 06:41
Show Gist options
  • Save ceteri/42ac82e3614874f4a58a0e6602d40722 to your computer and use it in GitHub Desktop.
Save ceteri/42ac82e3614874f4a58a0e6602d40722 to your computer and use it in GitHub Desktop.
_____________________________________________________________________________
Layer (type) Output Shape Param # Connected to
=============================================================================
observations (InputLayer) [(None, 16)] 0
_____________________________________________________________________________
fc_1 (Dense) (None, 256) 4352 observations[0][0] 
_____________________________________________________________________________
fc_value_1 (Dense) (None, 256) 4352 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, 4) 1028 fc_2[0][0] 
_____________________________________________________________________________
value_out (Dense) (None, 1) 257 fc_value_2[0][0] 
=============================================================================
Total params: 141,573
Trainable params: 141,573
Non-trainable params: 0
_____________________________________________________________________________
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment