Agent-Based Model for Opinion Formation
by Carlos Andres Devia
[This is work in progress]
If you want to install and get started please go to Getting Started
If you are very impatient you can get started in two ways:
Using Conda
Fork and clone this repository.
In a shell, move to the directory containing the repository.
Type
conda env create --file environment.ymlType
conda activate f_abm_envType
python start.py, press enter to all the inputs to use the default valuesGo to
./simulation_results, there you should find a new directory with 3 imagesType
conda deactivate
Using venv
Fork and clone this repository.
In a shell, move to the directory containing the repository.
Type
python3 -m venv ./f_abm_envType
source ./f_abm_env/bin/activateType
pip install -r requirements.txtType
python start.py, press enter to all the inputs to use the default valuesGo to
./simulation_results, there you should find a new directory with 3 imagesType
deactivate
If you have problems during installation, please report the bug. If something is not clear, or you have suggestions please tell us!
Other useful links: