Various artificial intelligence (AI) algorithms have been developed for autonomous vehicles (AVs) to support environmental perception, decision making and automated driving in real-world scenarios. Existing AI methods, such as deep learning and deep reinforcement learning, have been criticized due to their black box nature. Explainable AI technologies are important for assisting users in understanding vehicle behaviors to ensure that users trust, accept, and rely on AI devices. In this paper, an explainable
ubuntu 18.04 (windows 系统也能够支持)
安装conda
-
使用conda创建python=3.8虚拟环境
-
conda create -n your_env_name python=3.8
-
conda activate your_env_name
-
pip install -r requirements.txt
将该库下载到本地
- posSHAP实现文件 FullyNet_Shapleyflowtest.py
- 局部解释和全局解释 draw_figure.ipynb
- shapley值量化比较 shapley_compare.ipynb