aima-python
There are 14 repositories under aima-python topic.
singh1aryan/All-About-Python
🦎 Basic python stuff.
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.
billsioros/kenken-python
A Kenken puzzle generator & solver
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
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.
AGiannoutsos/kakuro-solver
A simple kakuro CSP problem solver from AIMA python https://github.com/aimacode/aima-python
andrpavlou/AI_RLFA
RLFA Problem AIMA Python
GrahamStrickland/aima
Python 3.11 implementation of the exercises from "Artificial Intelligence: A Modern Approach" (4e) - Russell & Norvig
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.
kecol/aima
"Artificial Intelligence - A Modern Approach - Third Edition"
dleedev365/aima_python_practices
[CMPT 310: Artificial Intelligence Survey] N-Queens Problem, CSP problem, Minisat, Min-Conflicts, Hill-Climbing Search, Backtracking Search
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.
srbob000/Artificial-Intelligence
Projects for Artificial Intelligence
JohnPapad/AIMA-Pac-Man
An implementation of the UC Berkeley's "Introduction to Artificial Intelligence" (CS 188) course's Pac-Man project.