SMARTS
SMARTS (Scalable Multi-Agent Reinforcement Learning Training School) is a simulation platform for multi-agent reinforcement learning (RL) and research on autonomous driving. Its focus is on realistic and diverse interactions. It is part of the XingTian suite of RL platforms from Huawei Noah's Ark Lab.
Check out the paper at SMARTS: Scalable Multi-Agent Reinforcement Learning Training School for Autonomous Driving.
Documentation
Examples
Egoless
Simulate a SMARTS environment without any ego agents, but with only background traffic.
- Egoless example.
Control Theory
Several agent control policies and agent action types are demonstrated.
- Chase Via Points
- script: control/chase_via_points.py
- Multi agent
- ActionSpaceType: LaneWithContinuousSpeed
- Trajectory Tracking
- script: control/trajectory_tracking.py
- ActionSpaceType: Trajectory
- OpEn Adaptive Control
- script: control/ego_open_agent.py
- ActionSpaceType: MPC
- Laner
- script: control/laner.py
- Multi agent
- ActionSpaceType: Lane
- Parallel environments
- script: control/parallel_environment.py
- Multiple SMARTS environments in parallel
- ActionSpaceType: LaneWithContinuousSpeed
RL Model
- Drive. See Driving SMARTS 2023.1 & 2023.2 for more info.
- VehicleFollowing. See Driving SMARTS 2023.3 for more info.
- PG. See RLlib for more info.
- PG Population Based Training. See RLlib for more info.
RL Environment
- ULTRA provides a gym-based environment built upon SMARTS to tackle intersection navigation, specifically the unprotected left turn.
Issues, Bugs, Feature Requests
- First, read how to communicate issues, report bugs, and request features here.
- Next, raise them using appropriate tags at https://github.com/huawei-noah/SMARTS/issues.
Cite this work
If you use SMARTS in your research, please cite the paper. In BibTeX format:
@misc{SMARTS,
title={SMARTS: Scalable Multi-Agent Reinforcement Learning Training School for Autonomous Driving},
author={Ming Zhou and Jun Luo and Julian Villella and Yaodong Yang and David Rusu and Jiayu Miao and Weinan Zhang and Montgomery Alban and Iman Fadakar and Zheng Chen and Aurora Chongxi Huang and Ying Wen and Kimia Hassanzadeh and Daniel Graves and Dong Chen and Zhengbang Zhu and Nhat Nguyen and Mohamed Elsayed and Kun Shao and Sanjeevan Ahilan and Baokuan Zhang and Jiannan Wu and Zhengang Fu and Kasra Rezaee and Peyman Yadmellat and Mohsen Rohani and Nicolas Perez Nieves and Yihan Ni and Seyedershad Banijamali and Alexander Cowen Rivers and Zheng Tian and Daniel Palenicek and Haitham bou Ammar and Hongbo Zhang and Wulong Liu and Jianye Hao and Jun Wang},
url={https://arxiv.org/abs/2010.09776},
primaryClass={cs.MA},
booktitle={Proceedings of the 4th Conference on Robot Learning (CoRL)},
year={2020},
month={11}
}