Skip to content
View cgreer's full-sized avatar

Highlights

  • Pro

Block or report cgreer

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 84 11

  2. seqsort seqsort Public

    Slight Improvement to Sequential Halving

    Python 1

  3. gflownets gflownets Public

    Basic GFlowNet Setup

    Python 2

  4. 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,
  5. automata automata Public

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

    Python