Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created December 23, 2019 11:08
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 NMZivkovic/c91481b8baba28ca8ea465b67569aabb to your computer and use it in GitHub Desktop.
Save NMZivkovic/c91481b8baba28ca8ea465b67569aabb to your computer and use it in GitHub Desktop.
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