Created
December 23, 2019 11:08
-
-
Save NMZivkovic/c91481b8baba28ca8ea465b67569aabb to your computer and use it in GitHub Desktop.
This file contains 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
hidden_layers = (100,) | |
q_network = QNetwork( | |
train_env.observation_spec(), | |
train_env.action_spec(), | |
fc_layer_params=hidden_layers) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment