Personal toolbox to simulate Cognitive Flexibility and Stability
Project description
👋 Mentevo is a compact library designed for studying the dynamic of balancing cognitive stability and flexibility in groups of agents, initially providing the implementation code for the research paper of Brondetta et al, 2023.
This repository also introduces various parametrization, visualization methods as well as metrics to compute performances of each agents. However, Mentevo emphasizes experimentation and is not an official reproduction of any other paper aside from Brondetta et al.
Getting Started
To start with Mentevo, we propose multiple notebook that will help you familiarize with the library
- Starter Notebook
- Study of optimal gain value depending on the task switching rate
- Performance in details
- Partially informed agents
Otherwise, you can simply start hacking with mentevo, it's as simple as:
from mentevo import (Experiment, compute_performance, plot_curves)
# create an experiment object
experiment = Experiment(nb_agents=4)
curves = experiment.solve()
plot_curves(experiment, curves)
scores = compute_performance(experiment, curves)
print('scores', scores)
When optimizing, it's crucial to fine-tune the hyperparameters. Parameters like the alpha, beta, d or tau significantly impact the output. We recommend ajusting the values according to the original paper to ensure comparable results.
Citation
@inproceedings{brondetta2024benefits,
title={On the Benefits of Heterogeneity in Cognitive Stability and Flexibility for Collaborative Task Switching},
author={Brondetta, Alessandra and Bizyaeva, Anastasia and Lucas, Maxime and Petri, Giovanni and Musslick, Sebastian},
booktitle={Proceedings of the Annual Meeting of the Cognitive Science Society},
volume={46},
year={2024}
}
Authors
- Alessandra Brondetta - alessandra.brondetta@uni-osnabrueck.de, Candidate PhD Student, Osnabrück University
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mentevo-0.0.2.tar.gz.
File metadata
- Download URL: mentevo-0.0.2.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27186984f5d9c0679090dc0bcb85242b712cd8e3ab7843db7ba5ae0aa3300e4b
|
|
| MD5 |
9dc3ec9e95bf8e6a769d73dda4b9afb0
|
|
| BLAKE2b-256 |
ea69bd6af99f51eeae4b62fa45a44dbfacb5541df02c826249ea34e34e669e28
|
File details
Details for the file Mentevo-0.0.2-py3-none-any.whl.
File metadata
- Download URL: Mentevo-0.0.2-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
385310b6a2e76a1e4a4708b6e39aa124db6beea67c17fd6bdea333579b52326c
|
|
| MD5 |
dc6b3ec573e96affa39e21febc9ad91d
|
|
| BLAKE2b-256 |
2606462363dd29eb490f17d2f7e883126c671d5edd7af8feae65f550f7b8889e
|