Skip to content

Agent traversal in a grid using AI's local search algorithm. Programmed using Python and Python data structures.

Notifications You must be signed in to change notification settings

sophiaken/AI-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sophia_AI_project

  1. The project is mainly a part of my coursework Artificial Intelligence. The goal of this project is to implement an AI algorithm in making an agent to traverse the maze efficiently.

Data Structures used in this project :

  1. Binary tree
  2. Stacks
  3. List

Programming language utilized in this project are :

  1. Python
  2. Python packages

OOP principles are also deployed in this project

  1. Inheritance

About

Agent traversal in a grid using AI's local search algorithm. Programmed using Python and Python data structures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages