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

Export map names #331

Merged
merged 4 commits into from
Jan 26, 2025
Merged

Export map names #331

merged 4 commits into from
Jan 26, 2025

Conversation

aaravpandya
Copy link
Collaborator

Each world now exports the map name. Sample usage -

mapname = sim.map_name_tensor().to_torch()[0] # get first worlds mapname
string = ''.join([chr(i) for i in mapname.tolist()]) # convert each int back to a char
print(string)

KKGB and others added 2 commits January 23, 2025 11:29
* Add: plot expert trajectories

* Refactor: rename draw_only_controllable_veh variable
@daphne-cornelisse daphne-cornelisse changed the base branch from main to dc/selfplay_safe January 26, 2025 17:54
@nadarenator nadarenator merged commit e76201a into dc/selfplay_safe Jan 26, 2025
1 check failed
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

Successfully merging this pull request may close these issues.

4 participants