Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HD map ? #2

Closed
zhangh-dev opened this issue Sep 16, 2021 · 3 comments
Closed

HD map ? #2

zhangh-dev opened this issue Sep 16, 2021 · 3 comments

Comments

@zhangh-dev
Copy link

下面的代码:
for i in range(batch_size):
polyline_list = []
if city_name_list[i] == 'PIT':
vectormap_list = PITmap_list[i]
else:
vectormap_list = MIAmap_list[i]

这里的map是随机的么 ?

@Liang-ZX
Copy link
Owner

下面的代码:
for i in range(batch_size):
polyline_list = []
if city_name_list[i] == 'PIT':
vectormap_list = PITmap_list[i]
else:
vectormap_list = MIAmap_list[i]

这里的map是随机的么 ?

训练时每次进入的map在实现上没有强制固定,但是实验中基本先是PIT然后是MIA,不过不影响训练

@AliceNing
Copy link

map是不是应该选agent附近的

@zhangh-dev
Copy link
Author

map是不是应该选agent附近的

是的, 选择last observe点附近范围内的

@Liang-ZX Liang-ZX closed this as completed Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants