Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/apostolissiampanis/intelligent-agents
- Owner: ApostolisSiampanis
- License: gpl-3.0
- Created: 2024-05-27T18:24:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T18:17:21.000Z (7 months ago)
- Last Synced: 2024-09-23T13:02:44.704Z (3 months ago)
- Topics: agents, astar-algorithm, dfs-search, gdscript, genetic-algorithm, godot
- Language: GDScript
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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