Skip to content

gmh5225/MASS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MASS: Multi-Agent Simulation Scaling for Portfolio Construction

📜 Paper Link

🧑‍💻Usage

  1. dependency installation
conda create -n your_env_name python==3.10 -y
conda activate your_env_name
pip install pdm
pdm install
  1. dataset fetching The dataset is under review now. We will release our dataset once the review is finalized. After fetching dataset, change all ROOT_PATH variables to your dataset directory.

  2. Compute resources configuration. We use Qwen2.5-72B-Instruct as our foundation model. You can change your foundation model url here. For SSE 50 and the default configuration, 80GiB RAM is needed. You can save memory overhead by adjusting the agent parallelism here.

  3. Running MASS

python stock_disagreement/main.py

About

Offical implementation of MASS: Multi-Agent Simulation Scaling for Portfolio Construction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.5%
  • Makefile 0.5%