Skip to content
View mboling6's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report mboling6

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

Popular repositories Loading

  1. snooze-embedded snooze-embedded Public

    1

  2. SkillSwapper-webapp SkillSwapper-webapp Public

    Web application that enables users to search for other users with skills they want to learn, make posts, and setup times to exchange skills and grow. (WIP)

    JavaScript

  3. my_malloc my_malloc Public

    My own implementation of malloc, realloc, calloc, free, and supporting functions in C

    C

  4. pacman_search pacman_search Public

    In this project, a Pacman agent will find paths through his maze world, both to reach a particular location and to collect food efficiently. It includes general search algorithms and applies them t…

    Python

  5. pacman_reinforcement_learning pacman_reinforcement_learning Public

    As a continuation of pacman_search, this project implements value iteration and Q-learning. It tests the agents first on Gridworld (from class), then applies them to a simulated robot controller (C…

    Python

  6. pacman_inference pacman_inference Public

    As a continuation of the other Pacman projects: In this project, I design Pacman agents that use sensors to locate and eat invisible ghosts. This project uses inference to track the ghosts and imp…

    Python