Skip to content
View quq99's full-sized avatar
🤗
🤗

Block or report quq99

Report abuse

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

Report abuse
quq99/README.md

Hi there 👋

Skills:

Pinned Loading

  1. SouthPark-Chatbot SouthPark-Chatbot Public

    Forked from aobo-y/SouthPark-Chatbot

    A chatbot who talks like Cartman

    Python 1

  2. hair-dye-android hair-dye-android Public

    Neural Network for Dying Hair💈- Android Application

    Java 14 7

  3. quq99-site quq99-site Public

    hugo src for quq99.github.io

    Shell

  4. aobo-y/hair-dye aobo-y/hair-dye Public

    Neural Network for Dying Hair💈

    Jupyter Notebook 60 9

  5. Alluxio/alluxio Alluxio/alluxio Public

    Alluxio, data orchestration for analytics and machine learning in the cloud

    Java 7.2k 3k

  6. a improved PG algorithm for Atari pong a improved PG algorithm for Atari pong
    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
    import copy