Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created July 7, 2019 12:31
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/ce58732012985bb665d7b3ec047c1621 to your computer and use it in GitHub Desktop.
Save NMZivkovic/ce58732012985bb665d7b3ec047c1621 to your computer and use it in GitHub Desktop.
optimizer = Adam(learning_rate=0.01)
agent = Agent(enviroment, optimizer)
batch_size = 32
num_of_episodes = 100
timesteps_per_episode = 1000
agent.q_network.summary()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment