https://github.com/mciccale/practica-ia
A* Algorithm Implementation and Test with the Athenas Metro Lines
https://github.com/mciccale/practica-ia
a-star a-star-algorithm
Last synced: 9 months ago
JSON representation
A* Algorithm Implementation and Test with the Athenas Metro Lines
- Host: GitHub
- URL: https://github.com/mciccale/practica-ia
- Owner: mciccale
- Created: 2022-10-28T08:20:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T20:25:18.000Z (over 3 years ago)
- Last Synced: 2025-04-04T19:54:28.431Z (12 months ago)
- Topics: a-star, a-star-algorithm
- Language: Python
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A* Algorithm AI
Proyecto desarrollado por alumnos de la UPM para la asignatura Inteligencia Artificial. Se basa en aplicar el algoritmo A* a la red de metro de Atenas
# Modo Uso:
### Clonar repositorio:
```
$ git clone https://github.com/mciccale/practica-ia.git
```
### Instalar dependencias:
```
$ ./dependencies/install.sh
```
Si el script no funciona, modificar el comando pip por el equivalente en su máquina