Skip to content
View benbotto's full-sized avatar
💭
Because code.
💭
Because code.

Block or report benbotto

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rubiks-cube-cracker rubiks-cube-cracker Public

    An OpenGL Rubik's Cube implementation with an optimal solver. Written in C++.

    C++ 224 27

  2. bsy-dqn-atari bsy-dqn-atari Public

    A DQN implementation using Keras and Tensorflow

    Python 11 2

  3. formn formn Public

    Formn, pronounced foreman, is an object-relational mapper for Node.js. What's the "F" stand for? It depends on your mood.

    TypeScript 4 1

  4. cartpole-sarsa cartpole-sarsa Public

    A SARSA (State, Action, Reward, State Prime, Reward Prime) implementation that learns to balance a pole on a cart using a Q ("quality") table.

    Python

  5. lunar-lander-actor-critic lunar-lander-actor-critic Public

    Actor Critic agent for the Lunar Lander Gymnasium environment

    Python