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

Block or report CarltonTB

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

    Code to train a deep reinforcement learning agent with deep Q-learning and double Q-learning to solve the LunarLander-v2 environment in OpenAI Gym.

    Python

  2. Battleship Battleship Public

    A C++ project allowing you to play Battleship on the command line against a computer opponent.

    C++

  3. BurntPancakeSearchProblem BurntPancakeSearchProblem Public

    Implementations of Breadth-First Search and A* search to get solutions to the burnt pancake problem.

    Python

  4. Image_Blending Image_Blending Public

    Code for doing image blending and creating panoramas from multiple overlapping images.

    Python

  5. Stereo_Analysis Stereo_Analysis Public

    Code for doing stereo analysis between images and creating a disparity map to show depth.

    Python

  6. MARL_MPE MARL_MPE Public

    Implementation of independent deep-Q learning with parameter sharing in the simple adversary multi-agent particle environment.

    Python 7