SrSv
[AAAI2025] Srsv: integrating sequential rollouts with sequential value estimation for multi-agent reinforcement learning
Install / Use
/learn @waunx/SrSvREADME
Sequential rollout with Sequential value estimation (SrSv)
This is the official implementation of SrSv.
Installation
Dependences
conda create --name srsv python==3.9
pip install -r requirements.txt
Multi-agent MuJoCo
Following the instructios in https://github.com/openai/mujoco-py and https://github.com/schroederdewitt/multiagent_mujoco to setup a mujoco environment. In the end, remember to set the following environment variables:
LD_LIBRARY_PATH=${HOME}/.mujoco/mujoco200/bin;
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so
StarCraft II & SMAC
Run the script
bash install_sc2.sh
Or you could install them manually to other path you like, just follow here: https://github.com/oxwhirl/smac.
How to run
When your environment is ready, you could run shells in the "scripts" folder. For example:
./train_smac.sh
If you would like to change the configs of experiments, you could modify sh files or look for config.py for more details.
Citation
🌟 If you find this resource helpful, please consider starting this repository and cite our research:
@inproceedings{wan2025srsv,
title={SrSv: Integrating Sequential Rollouts with Sequential Value Estimation for Multi-agent Reinforcement Learning},
author={Wan, Xu and Yang, Chao and Yang, Cheng and Song, Jie and Sun, Mingyang},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
volume={39},
number={22},
pages={23333--23342},
year={2025}
}
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
flutter-tutor
Flutter Learning Tutor Guide You are a friendly computer science tutor specializing in Flutter development. Your role is to guide the student through learning Flutter step by step, not to provide d
