Skip to content
View masonmcbride's full-sized avatar
Block or Report

Block or report masonmcbride

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. mcts mcts Public

    The best mcts in the land. Still need to parallelize, make a C version, and btw it's not so trivial to make a smooth mcts. This mcts implementation has state space awareness and is memory efficient.

    Python 1

  2. kalmanfilter kalmanfilter Public

    Implementation of kalman filter. All sources and references I used can be found in the kf.py class file.

    Jupyter Notebook

  3. rm-cfr rm-cfr Public

    Regret Matching (RM) and Counterfactual Regret Minimization (CFR) modern implementation.

    Python 3 1

  4. soe soe Public

    Safe Opponent Exploitation in python (paper: https://www.cs.cmu.edu/~sandholm/safeExploitation.teac15.pdf)

    Python 1

  5. alphazero alphazero Public

    me learning alphazero (papers: https://arxiv.org/abs/1712.01815, https://www.nature.com/articles/nature24270)

    Python