Skip to content
View gabrieledcjr's full-sized avatar

Highlights

  • Pro

Organizations

@WSU-Tech-Club @WSU-RoboticsClub @IRLL @WSU-RAS @IdahoForestGroup
Block or Report

Block or report gabrieledcjr

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

    This program simulates the game of Battleship. The game was created with C. Since it's a two player game between a user vs the computer, there is some implementation of AI. Will be focusing more on…

    C 22 18

  2. DeepRL DeepRL Public

    Python 18 6

  3. TicTacToe TicTacToe Public

    Implementation of the classic game of Tic-Tac-Toe using Reinforcement Learning

    Python 14 9

  4. 2-3-4-Tree 2-3-4-Tree Public

    Implementation of the 2-3-4 Tree (B-tree of order 4)

    C++ 5 5

  5. Maze Maze Public

    A 2 dimensional array of characters that represents a maze. Each position can contain either be a wall or a blank. Starting at position (0, 0), list any path through the maze to get to location rig…

    C 2 1

  6. dqn dqn Public

    Implementation of DQN using Tensorflow

    Python 2