aima-python

There are 14 repositories under aima-python topic.

  • singh1aryan/All-About-Python

    🦎 Basic python stuff.

    Language:Python6103
  • giannisdravilas/Radio-Link-Frequency-Assignment-Problem

    📻📡 Solving the Constraint Satisfaction Radio Link Frequency Assignment Problem, using FC and MAC algorithms with the dom/wdeg heuristic. An attempt to solve it with MIN-CONFLICTS algorithm and some comparisons are also made.

    Language:Python5102
  • billsioros/kenken-python

    A Kenken puzzle generator & solver

    Language:Python4102
  • MatteoFasulo/Tablut

    Project for the MSc in Artificial Intelligence of the University of Bologna, academic year 2023/2024. Tablut Challenge from the Fundamentals of Artificial Intelligence and Knowledge Representation course

    Language:Python3201
  • zeenatali5710/Wumpus

    A Python 3.4 implementation of the classic game, Hunt the Wumpus where we tromp around through a cave of 20 rooms trying to hunt down a fictional creature called the Wumpus while avoiding hazards. Implemented using aima3, fol, querying the KB.

    Language:Python3200
  • AGiannoutsos/kakuro-solver

    A simple kakuro CSP problem solver from AIMA python https://github.com/aimacode/aima-python

    Language:Python2101
  • andrpavlou/AI_RLFA

    RLFA Problem AIMA Python

    Language:Python1101
  • GrahamStrickland/aima

    Python 3.11 implementation of the exercises from "Artificial Intelligence: A Modern Approach" (4e) - Russell & Norvig

    Language:Python1300
  • JohnPapad/KenKen-Solver

    A KenKen python solver that represents the game as a Constraint Satisfaction Problem (CSP) and can use several algorithms for its solution.

    Language:Python1101
  • kecol/aima

    "Artificial Intelligence - A Modern Approach - Third Edition"

    Language:Jupyter Notebook1200
  • dleedev365/aima_python_practices

    [CMPT 310: Artificial Intelligence Survey] N-Queens Problem, CSP problem, Minisat, Min-Conflicts, Hill-Climbing Search, Backtracking Search

    Language:Python00
  • internetofjames/Same-Game

    Based on The Same Game, from Simon Tatham's Portable Puzzle Collection. Created as the final project for the Artificial Intelligence class at Belmont University, Fall 2018 Semester.

    Language:Python00
  • srbob000/Artificial-Intelligence

    Projects for Artificial Intelligence

    Language:Python0100
  • JohnPapad/AIMA-Pac-Man

    An implementation of the UC Berkeley's "Introduction to Artificial Intelligence" (CS 188) course's Pac-Man project.

    Language:Python10