Skip to content
View cgreer's full-sized avatar

Highlights

  • Pro

Block or report cgreer

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. alpha-zero-boosted alpha-zero-boosted Public

    A "build to learn" Alpha Zero implementation using Gradient Boosted Decision Trees (LightGBM)

    Python 85 11

  2. lsf lsf Public

    Uncertainty estimator inspired by Level Set Forecaster

    Python

  3. gflownets gflownets Public

    Basic GFlowNet Setup

    Python 2

  4. seqsort seqsort Public

    Slight Improvement to Sequential Halving

    Python 1

  5. Bag of Little Bootstraps (w/ example... Bag of Little Bootstraps (w/ example usage)
    1
    import random
    2
    from typing import (
    3
        List,
    4
        Dict,
    5
        Callable,
  6. automata automata Public

    Simple Cellular Automata Generator Written in Python. Uses an HTML file to view the results

    Python