Highlights
Pinned Loading
-
-
-
-
-
-
Training a Neural Network ATARI Pong...
Training a Neural Network ATARI Pong agent with Policy Gradients from raw pixels 1""" Trains an agent with (stochastic) Policy Gradients on Pong. Uses OpenAI Gym. """
2import numpy as np
3import cPickle as pickle
4import gym
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.