新增了速度检测机制,更新了奖励函数 #3294
Merged
Merged
Conversation
donghaiwang
approved these changes
Dec 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新添加了速度检测机制,对奖励函数进k行了调整
检测方式:
从 CARLA 获取车辆实时三维速度(单位 m/s),计算速度模长后转换为 km/h(×3.6);
对比预设城区限速 30千米每小时,判断是否超速。
扣分规则:
轻度超速(超 0~10千米每小时):每 1 秒扣 1 分;
重度超速(超十千米每小时以上):每 1 秒扣 3 分;
未超速:不扣分。
2025-12-16.091821.mp4