1 Star 0 Fork 0

王拓/navigator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
leaderboard.bash 769 Bytes
一键复制 编辑 原始数据 按行查看 历史
Will Heitman 提交于 2023-03-29 16:35 . Release 1.4.0 (#348)
#!/bin/bash
echo "Sourcing Navigator"
source /navigator/install/setup.bash
echo "Starting the CARLA evaluation script."
echo "This may take some time. Sit tight!"
# For description of flags, see:
# https://leaderboard.carla.org/get_started/#22-understanding-the-leaderboard-components
python3 ${LEADERBOARD_ROOT}/leaderboard/leaderboard_evaluator.py \
--port=2005 \
--routes=/navigator/data/routes_town02.xml \
--routes-subset="0" \
--repetitions=1 \
--track=MAP \
--checkpoint=/navigator/log/checkpoints.json \
--debug-checkpoint=/navigator/log/checkpoints_debug.json \
--agent=/navigator/src/interface/carla_interface/carla_interface/carla_agent.py \
--debug=1 \
--record=/navigator/log/carla \
--timeout=3000
# --agent-config=${TEAM_CONFIG} \
# --resume=${RESUME}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangtuo0820/navigator.git
git@gitee.com:wangtuo0820/navigator.git
wangtuo0820
navigator
navigator
main

搜索帮助