Skip to content

Artificial Intelligence, Fall 2019, University of Tehran

Notifications You must be signed in to change notification settings

Phoenix-flame/jackman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jackman

Computer Assignment 1, Artificial Intelligence course, University of Tehran.
This project focuses on collaboration between two pacman agents in an environment which contains poisons and foods. Some objects are poison for one agent and food for another. This makes the problem more challenging and interesting.
Finding the best way of collaboration between two agents and consume all objects in map, has been done by using search algorithms. Search algorithms which are implemented in this project:

  1. BFS
  2. IDS
  3. A*

This project even has a simple visualization tool which is designed and coded by me. It's basic grid map based on PyGUI that each object can be identified by specific color.

About

Artificial Intelligence, Fall 2019, University of Tehran

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages