informed-search

There are 83 repositories under informed-search topic.

  • CS440_AI_Bot_Project

    Language:Python
  • AI_search_methods

    Language:Java
  • CS561-AI

    Language:Python
  • astarSearch

    Language:Python
  • Artificial-Intelligence

    A curated list of my Artificial Intelligence project.

    Language:Python1
  • Pacman-Search

    Array of AI Search algorithms is employed to playing Pac-Man ⍩⃝.

    Language:Python1
  • Artificial-Intelligence-algorithms

    Different algorithms of AI implemented in Python.

    Language:Python1
  • AI-playground

    Playground for Artificial intelligence projects and exercises I come across.

    Language:Python1
  • Plants-vs-zombies-multi-agent-system-using-A-algorithm

    This program based on plants vs zombies simulates the problem of the sample collecting robot (multi-agent system) proposed to be carried out with the A* informed search algorithm where the samples will be found and grouped into clusters, using crumbs to trace the path to the ship. and describe the collaboration between agents.

    Language:JavaScript
  • ISMAI_assignment_3_GTS

    Game-playing agents for playing the abstract board game Breakthrough (https://en.wikipedia.org/wiki/Breakthrough_(board_game))

    Language:Python
  • dart-cosc076

    September - November 2023 // Select class projects from COGS 44/COSC 76 (Artificial Intelligence) at Dartmouth College.

    Language:Python
  • T_768_SMAI_Informed_Search_Methods_in_AI

    Assignments given during the course Informed Search Methods in AI in Reykjavik University, during the Double Degree study period.

  • informed-path-search

    Tucil 3 IF2211 Algorithm Strategies: UCS and A* algorithm implementation in Javascript to find shortest path

    Language:JavaScript
  • 15-Puzzle-Solver

    Solving the 15-Puzzle sliding game with informed search algorithms and various heuristics.

    Language:Java
  • Mario-Smart

    First project of Introduction to AI at Universidad del Valle. Mario's goal is to find the princess using artificial intelligence algorithms. Uninformed (Breadth-First Search, Uniform-Cost Search and Depth-First Search) and Informed (Greedy Search and A* Search) search algorithms are used.

    Language:Python
  • Sokoban-solver

    A sokoban solver that uses informed search.

    Language:Jupyter Notebook
  • 8-square-Search-Algorithms

    This program runs in console. It lets the user choose an algorithm to try to solve the 8-square problem with a random starting state. The algorithms included are depth-limited search, uniform-cost search, (greedy) best-first search, and A* search.

    Language:Python
  • Modified_N_Puzzle

    A CS3612 - Intelligent Systems Assignment

    Language:HTML
  • VacuumAI

    Simulation of a cleaning robot in a castle

    Language:C#
  • cse362

    Course work for CSE 362: Artificial Intelligence. Implementations for basic informed and uninformed search algorithms

    Language:C++
  • Solving-Problems-by-Searching

    This is a homework about various Uninformed and Informed search algorithms, implemented for solving a simple game. This homework is a part of many projects in a Fundamentals to AI course @ FUM.

    Language:Jupyter Notebook
  • AI-Search

    Artificial Intelligence Course - Computer Assignment 1 - Search Algorithms - University of Tehran - Spring 1401

    Language:HTML
  • bachelor-thesis

    This repo contains my Bachelor Degree project. It consists in a AI which exploits A* Algorithm to generate AleaGame levels and A* Variant to solve them.

    Language:C++
  • Navigation-System-for-Searching-the-Emergency-Exit

    Implement A* algorithm in problem from real-life.

    Language:Jupyter Notebook
  • Puzzle-Solver-using-Informed-AI-A-Algorithm

    Efficient A* 8-Puzzle solver utilizing a combination of cost and heuristic estimates for intelligent search. Handles both number and image-based scenarios, providing visual representation and optional step-saving.

    Language:Python
  • 8-Puzzle

    This program solves the 8-puzzle game using different informed and uninformed search methods

    Language:Python
  • sokoban-solver

    Sokoban solver using informed and uninformed search.

    Language:Python
  • CS271_project_sokoban

    Course project for CS271: Introduction to Artificial Intelligence at UC Irvine

    Language:Python
  • path-finder

    The project aims at visualizing the A* path finding algorithm starting with the user choosing the starting and the ending nodes on a grid and drawing a maze on the same.

    Language:Python
  • Python

    Problem solving using state space search

    Language:Python
  • cannibals

    Search strategies for problem-solving agents.

    Language:Python
  • python-un-informed-search-analysis

    This repository includes search algorithms analysis and comparision by applying these algorithms for real time problems like ADHOC Network minimum distance calculation and these are implemented in Python

    Language:Jupyter Notebook
  • UC-Berkeley-AI-Pacman-Project

    An AI project that implements uninformed and informed search algorithms. These algorithms are used to solve navigation and traveling salesman problems in the Pacman world.

    Language:Python
  • prioQ

    A custom build library to use Priority Queue in A* Search Algorithm

    Language:Python
  • NQueens

    Solving the N-Queens problem using a blind and informed (heuristic) search. (School Project - 2017)

    Language:Java