Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raquelfmcardoso/aasma-2023-2024-project
https://github.com/raquelfmcardoso/aasma-2023-2024-project
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raquelfmcardoso/aasma-2023-2024-project
- Owner: raquelfmcardoso
- Created: 2024-05-07T14:30:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-24T22:58:50.000Z (7 months ago)
- Last Synced: 2024-10-17T13:57:22.024Z (2 months ago)
- Language: Python
- Size: 16.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/activate2. 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)