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

  2. toy_conveyor_belt toy_conveyor_belt Public

    A 3D printable Toy Conveyor Belt

    10

  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