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

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

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