Codes and datasets for reproducing experiments of
Grab the Reins of Crowds: Estimating the Effects of Crowd Movement Guidance Using Causal Inference
Koh Takeuchi,
Ryo Nishida,
Hisashi Kashima,
Masaki Onishi,
Presented at AAMAS 2021
If you find this code useful in your research then please cite
@inproceedings{takeuchi2021grab,
title={Grab the Reins of Crowds: Estimating the Effects of Crowd Movement Guidance Using Causal Inference},
author={Takeuchi, Koh and Nishida, Ryo and Kashima, Hisashi and Onishi, Masaki},
booktitle={Proceedings of the 20th International Conference on Autonomous Agents and MultiAgent Systems},
pages={1290--1298},
year={2021}
}
- python 3
- To install requirements:
conda env create -f environment.yml
conda activate simon_env
- see
./script/
for commands for running experiments. - Further details are documented within the code.