Skip to content
View abhishekc88545's full-sized avatar

Block or report abhishekc88545

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. Find-path-using-Q-Learning Find-path-using-Q-Learning Public

    Forked from sa7890722/Find-path-using-Q-Learning

    Find the optimal path in a grid using Q Learning the grid has been visualised using PYGAME and the user is free to add the start point, end point and the walls in the grid wherever they want

    Python

  2. Chess-AI Chess-AI Public

    Forked from sa7890722/Chess-AI

    Created a chess AI from scratch using p5.js. Used the minimax algorithm with alpha beta pruning for move evaluation. Can play pretty well at an amatuer level.

    JavaScript