Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szabodanika/deca
https://github.com/szabodanika/deca
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/szabodanika/deca
- Owner: szabodanika
- License: mit
- Created: 2024-03-09T21:27:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T12:48:52.000Z (8 months ago)
- Last Synced: 2024-05-21T00:57:02.694Z (6 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# DECA
Source code for Distributed Embodied Conversational Agents system.
### Usage
1. Install requirements with pip: `pip install -r requirements.txt`
2. Navigate to runner script directory `cd ./runner/`
3. Run simple running script to observe output with `python ./few_nodes.py`
4. Run scalable running script to observe behaviour under load with `python ./many_nodes.py`
5. Use Ctrl + C to stopYou can modify the runner scripts to start nodes with different parameters and on different scales. Search for
`SIMULATED USER BEHAVIOUR` in the source code to find the two places where you can programme embodiment node and conversational
agent node behaviour in absance of actual user input.## Paper
Work in Progress, link soon
### Authors
Dániel Szabó, Achira Hendalage\
University of Oulu\
[email protected]