Skip to content
View Mishors's full-sized avatar
  • Alexandria,Egypt
Block or Report

Block or report Mishors

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

  1. Maze-Solver-using-RL Maze-Solver-using-RL Public

    Implemented in Python. It generates a random maze that has a solution and two Reinforcement Learning algorithms (Policy Iteration & Value Iteration) are used to solve the maze to give the shortest …

    Jupyter Notebook

  2. RISK RISK Public

    Simple implementation for the game in Python with options to play with Smart Agents (Computer Side). There are multiple types of smart agents implemented for example (passive, aggressive, pacifist …

    Jupyter Notebook 1

  3. Deep-Learning Deep-Learning Public

    Jupyter Notebook 1

  4. Replicated-Distributed-File-System Replicated-Distributed-File-System Public

    The system consists of one main server (master) and, data will be replicated on multiple replicaServers. This file system allows its concurrent users to perform transactions, while guaranteeing ACI…

    Java