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 Public

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

    Python 86 12

  2. lsf Public

    Uncertainty estimator inspired by Level Set Forecaster

    Python

  3. gflownets Public

    Basic GFlowNet Setup

    Python 2

  4. Menu-driven interface to operate the...
    1
    from dataclasses import dataclass
    2
    import os
    3
    import sys
    4
    import termios
    5
    import time
  5. seqsort Public

    Slight Improvement to Sequential Halving

    Python 1

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