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

Map agent position to room_id in Rearrange Episode #1974

Open
S4b3 opened this issue May 30, 2024 · 0 comments
Open

Map agent position to room_id in Rearrange Episode #1974

S4b3 opened this issue May 30, 2024 · 0 comments

Comments

@S4b3
Copy link

S4b3 commented May 30, 2024

Habitat-Lab and Habitat-Sim versions

Habitat-Lab: master (8785790)

Habitat-Sim: master

❓ Questions and Help

Is there a way to map coordinates to the belonging room during the training process?

I have been trying to extract the generic location of an agent for quite a bit now, and although I can see that RoomGoal and ObjectGoal both have room_id and room_name parameters, thus making it possible to build an instruction such as "Find the mug in the kitchen", i am struggling to find a way to map any set of coordinates to the corresponding room in the episode map.

Is there a way to do this? Let's say my goal would be to have a metric that registers the humanoid agent location at any step e.g. agent_0 is in the living room (or room_id k) at step 200. Also I've searched for an explicit mapping between room_id and room_name in the docs, but I haven't found it. Is there an existing one?

Thank you!

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

1 participant