Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raquelfmcardoso/aasma-2023-2024-project


https://github.com/raquelfmcardoso/aasma-2023-2024-project

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Autonomous Agents & Multi-Agent Systems

### Source files for the Autonomous Agents & Multi-Agent Systems project by Group 06 at IST.

### Quickstart:

1. Create virtual environment (tested with python 3.10.2)

$ python3 -m venv venv
$ source venv/bin/activate

2. Install dependencies

$ pip install -r requirements.txt

3. Execute code

$ python test_render.py

4. Execute tests

$ python tests.py

### Code contributors:

- Jiqi Wang (@JiqiWang)
- Miguel Eleutério (@MiguelEleuterio)
- Raquel Cardoso (@raquelfmcardoso)