Skip to content
View afarin461's full-sized avatar

Block or report afarin461

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.

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. Chess-AI-Minimax-AlphaBeta Chess-AI-Minimax-AlphaBeta Public

    Chess game in Python with Minimax AI and α-β pruning. Features an interactive Pygame GUI and uses python-chess for move validation and game logic. AI course project at K. N. Toosi University of Tec…

    Python 2 1

  2. AI-Maze-Localization-Agent AI-Maze-Localization-Agent Public

    KNTU AI project: Localization Agent implementing Hypothesis Elimination to track Belief State in a maze (Pygame visualization).

    Python 1

  3. Compiler-implementation Compiler-implementation Public

    Forked from xemadp/Compiler4031

    K.N Toosi University of Technology Compiler course (Fall 2024)

    C

  4. Communicating-Without-Errors-with-Latex Communicating-Without-Errors-with-Latex Public

    Forked from xemadp/CWE

    Rewriting the chapter "Communicating Without Errors" in Latex.

    TeX

  5. AI-QLearning-Trading-Agent AI-QLearning-Trading-Agent Public

    KNTU AI course project: A Q-Learning Agent developed in Python for algorithmic trading on a single asset (AAPL). The agent learns an optimal policy to maximize profit by selecting Short, Hold, or L…

    Python