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.
🚨 🔔 Read the docs 📔 at smarts.readthedocs.io . 🔔 🚨
Simulate a SMARTS environment without any ego agents, but with only background traffic.
- Egoless example.
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
- Intersection using PPO from Stable Baselines3.
- Racing using world model based RL.
- ULTRA provides a gym-based environment built upon SMARTS to tackle intersection navigation, specifically the unprotected left turn.
- 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.
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}
}