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 86 13

  2. toy_conveyor_belt toy_conveyor_belt Public

    A 3D printable Toy Conveyor Belt

    12

  3. gflownets gflownets Public

    Basic GFlowNet Setup

    Python 2

  4. Menu-driven interface to operate the... Menu-driven interface to operate the SO100 robot arm
    1
    from dataclasses import dataclass
    2
    import os
    3
    import sys
    4
    import termios
    5
    import time
  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. contrast-palette contrast-palette Public

    Generate a palette of colors that contrast a reference color and partitioned by contrast level

    Python