Skip to content
View Alexwilliamson1's full-sized avatar
  • Ottawa, Ontario, Canada

Block or report Alexwilliamson1

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.

Content in all repositories owned by your account will be closed.
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

Popular repositories Loading

  1. Battlesnake-1 Battlesnake-1 Public

    A Battlesnake program that implements the MaxN version of the Minimax algorithm and a separate program that implements a genetic algorithm for optimizing a set of parameters in the MaxN algorithm.

    Python

  2. Pokemon-Data-Query Pokemon-Data-Query Public

    A multi-threaded program for querying a file of Pokemon data.

    C

  3. Pokemon-Data-Query-Version-2 Pokemon-Data-Query-Version-2 Public

    A client-server model of the original Pokemon Data Query program that can perform queries for multiple users simultaneously.

    C

  4. Podcast-Player Podcast-Player Public

    An application for creating and playing a playlist of contemporary podcasts about technology.

    C++

  5. Artist-Website Artist-Website Public

    A live web application for viewing artwork, created using Node.js, Express, React, and SQLite.

    JavaScript

  6. Battlesnake-2 Battlesnake-2 Public

    A Double Deep Q-Network (DDQN) reinforcement learning algorithm to train a Battlesnake agent. Several features are used to enhance the algorithm, including vectorized environments, prioritized expe…

    Python