ia-2024_25-guiao-sobre-pesquisa-iia-ia-guiao-pesquisa created by GitHub Classroom
Go to file
Tiago Garcia 2d498eb231
test_aula5 finished
Signed-off-by: Tiago Garcia <tiago.rgarcia@ua.pt>
2024-10-13 19:49:14 +01:00
.github/workflows Create GitHub Classroom Autograding Workflow 2024-09-17 10:52:11 +00:00
tests Initial commit 2024-09-17 10:51:48 +00:00
.gitignore Initial commit 2024-09-17 10:51:48 +00:00
README.md Initial commit 2024-09-17 10:51:48 +00:00
amigos.py Initial commit 2024-09-17 10:51:48 +00:00
blocksworld.py Initial commit 2024-09-17 10:51:48 +00:00
cidades.py test_aula5 finished 2024-10-13 19:49:14 +01:00
constraintsearch.py Initial commit 2024-09-17 10:51:48 +00:00
guiao-pesquisa-en.pdf Initial commit 2024-09-17 10:51:48 +00:00
guiao-pesquisa.pdf Initial commit 2024-09-17 10:51:48 +00:00
mapas.py Initial commit 2024-09-17 10:51:48 +00:00
rainhas.py Initial commit 2024-09-17 10:51:48 +00:00
requirements.txt Initial commit 2024-09-17 10:51:48 +00:00
strips.py Initial commit 2024-09-17 10:51:48 +00:00
tree_search.py test_aula5 finished 2024-10-13 19:49:14 +01:00

README.md

iia-ia-guiao-pesquisa

Guião de resolução automatica de problemas

Como resolver o guião

  1. Crie um virtual environment:
python3 -m venv venv
  1. Active o virtual environment (precisa de repetir este passo sempre que começar uma nossa sessão/terminal):
source venv/bin/activate
  1. Instale os requisitos:
pip install -r requirements.txt
  1. Programe a sua solução.

  2. Teste a sua solução.

pytest