Skip to content

Instantly share code, notes, and snippets.

View mickmccart's full-sized avatar

Michael McCarthy mickmccart

View GitHub Profile
@mickmccart
mickmccart / marble_alley_public
Created November 9, 2017 00:12
Code for marble alley game
import numpy as np
import matplotlib.pyplot as plt
from scipy.stats import multivariate_normal as mv
from scipy.signal import convolve
from mpl_toolkits.mplot3d import Axes3D
from matplotlib import cm
def one_d_score(a, ball_diameter):
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.