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

Block or report quq99

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
quq99/README.md

Hi there 👋

Skills:

Pinned

  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 12 6

  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 59 10

  5. Alluxio/alluxio Alluxio/alluxio Public

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

    Java 6.7k 2.9k

  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