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

Global View of the map #12

Closed
roger-creus opened this issue Oct 13, 2022 · 1 comment
Closed

Global View of the map #12

roger-creus opened this issue Oct 13, 2022 · 1 comment

Comments

@roger-creus
Copy link

Hi! Is there any way to generate a global view of the map like the ones in the readme? I have seen a Global View class in engine.py but it is not implemented. Thank you!

@danijar
Copy link
Owner

danijar commented Oct 14, 2022

There are three options, you can use the semantic full map returned in the info dict (integer coded object types, no textures), you can increase the view area a lot (it will still be centered at the agent but you can see everything at once, with bezels where needed), you can implement the global view stub you found based on the local view (it would mostly be a copy of that but I don't have time to do it).

@danijar danijar closed this as completed Oct 14, 2022
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

2 participants