Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created December 23, 2019 11:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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