Skip to content
View thomashopkins32's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report thomashopkins32

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. LEAP LEAP Public

    Forked from AureumChaos/LEAP

    A general purpose Library for Evolutionary Algorithms in Python.

    Jupyter Notebook 1

  2. Env2048 Env2048 Public

    OpenAI Gym environment for the game 2048!

    Python 3

  3. MachineLearningAlgorithms MachineLearningAlgorithms Public

    Implementations of machine learning algorithms

    Python

  4. Jack's Car Rental Problem in Julia Jack's Car Rental Problem in Julia
    1
    using Distributions
    2
    
                  
    3
    # state and action spaces for Jack's Car Rental
    4
    STATES = [[i, j] for j = 0:20 for i = 0:20]
    5
    ACTIONS = -5:5
  5. HuBMAP HuBMAP Public

    Hacking the Human Vasculature (Kaggle Competition)

    Jupyter Notebook

  6. ReinforcementLearningExercises ReinforcementLearningExercises Public

    HTML