Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apostolissiampanis/intelligent-agents

Two rival teams of intelligent virtual agents with different abilities compete to gather specific resources from their shared environment. Implemented in Godot, the simulation utilizes A* algorithm, DFS, and genetic algorithms. The team that collects the resources first wins the game.
https://github.com/apostolissiampanis/intelligent-agents

agents astar-algorithm dfs-search gdscript genetic-algorithm godot

Last synced: 3 months ago
JSON representation

Two rival teams of intelligent virtual agents with different abilities compete to gather specific resources from their shared environment. Implemented in Godot, the simulation utilizes A* algorithm, DFS, and genetic algorithms. The team that collects the resources first wins the game.

Awesome Lists containing this project

README

        

# intelligent-agents
## [University of Piraeus](https://www.unipi.gr/unipi/en/)
[Department of Informatics](https://www.cs.unipi.gr/index.php?lang=en)
### Courses: Intelligent Agents
### Semester: 8
### Project Completion Year: 2024
### Project Team: [Apostolis Siampanis](https://github.com/ApostolisSiampanis) | [Theodoros Koxanoglou](https://github.com/thkox) | [Dimitris Stylianou](https://github.com/dimitrisstyl7) | [Anthony Roussos](https://github.com/anthonyrouss)

## Screenshots
### Main Menu

### Configuration Settings

### Simulation Screen

### Visited tiles based on an agent's knowledge

### Following an agent's movement

### End of simulation