Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjwizardmp/a-start-search-python
Python project where the 'A Start Search' algorithm and a simulation of the agent's path with animations were implemented.
https://github.com/jjwizardmp/a-start-search-python
cv2 ipython iterto jupyter-lab jupyter-notebook mathplotlib numpy pip python python-env python3
Last synced: 24 days ago
JSON representation
Python project where the 'A Start Search' algorithm and a simulation of the agent's path with animations were implemented.
- Host: GitHub
- URL: https://github.com/jjwizardmp/a-start-search-python
- Owner: JJWizardMP
- License: gpl-2.0
- Created: 2023-02-01T04:43:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T18:31:10.000Z (11 months ago)
- Last Synced: 2024-10-12T11:21:09.943Z (24 days ago)
- Topics: cv2, ipython, iterto, jupyter-lab, jupyter-notebook, mathplotlib, numpy, pip, python, python-env, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 3.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A-start-search-python
Python project where the 'A Start Search' algorithm and a simulation of the agent's path with animations were implemented.## Introduction
Create a jupyter notebook implement the *A Search algorithm.
## Requeriments
- Implement the *A Search Algorithm in a Python project where the notebook show a simulation of the agent's path.
### Image to Webp Script:Create a virtual python enviroment, after this install the dependecies of the project in the 'requirements.txt' file.
Next, run the next command to open jupyter lab:
```sh
jupyter lab
```Enter on the direction showed in terminal
## ContributorsThis project was written by:
- Programmer :
- [Joan de Jesús Méndez Pool](https://github.com/JJWizardMP)