Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created July 7, 2019 11:46
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/f30df80b98b1a5905eb7c4881897ec11 to your computer and use it in GitHub Desktop.
Save NMZivkovic/f30df80b98b1a5905eb7c4881897ec11 to your computer and use it in GitHub Desktop.
import numpy as np
import random
from IPython.display import clear_output
from collections import deque
import progressbar
import gym
from tensorflow.keras import Model, Sequential
from tensorflow.keras.layers import Dense, Embedding, Reshape
from tensorflow.keras.optimizers import Adam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment