Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 951 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 951 Bytes

A Model for Multi-Agent Heterogeneous Interaction Problems

A Model for Multi-Agent Heterogeneous Interaction Problems

  • Author: Christopher Hsu
  • Email: [email protected]
  • Affiliation:
    • Department of Electrical and Systems Engineering
    • GRASP Laboratory
    • @ University of Pennsylvania

Currently supports Python3.8 and is developed in Ubuntu 22.04

Set up with conda

conda env create -f conda_envs/environment.yml
conda activate interaction

For faster conda env creation with fixed versions

conda env create -f conda_envs/environment_fixed.yml
conda activate interaction

Citing

@misc{hsu2023model,
      title={A Model for Multi-Agent Heterogeneous Interaction Problems}, 
      author={Christopher D. Hsu and Mulugeta A. Haile and Pratik Chaudhari},
      year={2023},
      eprint={2208.01430},
      archivePrefix={arXiv},
      primaryClass={cs.MA}
}