Skip to content

vbartu/ai_mas-final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTU AI-MAS Final Project

This is the final project for the DTU course Artificial Intelligence and Multi-Agent Systems (02285).

This project implements different search-based problem solving algorithms, such as BFS, DFS, Greedy BFS and A-Star, with different heuristic techniches. The project attachs itself to the simulation system server provided for the course, to solve the requested level.

Usage

Compile the project:

make -j8

Run the provided simulation server and attach the Project:

make -j8 run

Run a given level:

make run -j8 LEVEL=complevels/YungCode.lvl:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors