Skip to content
View sahlsten's full-sized avatar

Block or report sahlsten

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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. """
    2
    import numpy as np
    3
    import cPickle as pickle
    4
    import gym
    5
    
                  
  2. numpy numpy Public

    Forked from numpy/numpy

    The fundamental package for scientific computing with Python.

    C

  3. SimpleHTR SimpleHTR Public

    Forked from githubharald/SimpleHTR

    Handwritten Text Recognition (HTR) system implemented with TensorFlow.

    Python