Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created July 20, 2019 09:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NMZivkovic/36e8db25e5d94e5ec11d69c7e6a368fc to your computer and use it in GitHub Desktop.
Save NMZivkovic/36e8db25e5d94e5ec11d69c7e6a368fc to your computer and use it in GitHub Desktop.
import numpy as np
import random
from collections import deque
import matplotlib.pyplot as plt
from PIL import Image
import imageio
import os
import gym
from tqdm import tqdm
from tensorflow.keras import Model, Sequential
from tensorflow.keras.layers import Dense, Conv2D, Flatten, Input
from tensorflow.keras.optimizers import Adam
from tensorflow.keras.losses import Huber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment