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

Discrete Actions for Rearrange Simulator in Habitat 3 #2000

Open
Zeying-Gong opened this issue Jul 12, 2024 · 0 comments
Open

Discrete Actions for Rearrange Simulator in Habitat 3 #2000

Zeying-Gong opened this issue Jul 12, 2024 · 0 comments

Comments

@Zeying-Gong
Copy link

Zeying-Gong commented Jul 12, 2024

Habitat-Lab and Habitat-Sim versions

Habitat-Lab: v0.3.1

Habitat-Sim: v0.3.1

❓ Questions and Help

Hi Habitat Team,

I have a question regarding using discrete actions in the multi-agent environments of the rearrange_sim module. In the habitat_sim module, we have discrete actions such as move_forward, turn_left, and turn_right. However, I noticed that these discrete actions from the older versions of Habitat don't work in the rearrange_sim module, possibly due to the multi-agent setup.

Are there equivalent discrete actions (e.g., move_forward, turn_left, turn_right) available in the rearrange_sim module similar to those in habitat_sim? If discrete actions are unavailable in the rearrange_sim, could we use continuous actions (base_vel with lin_vel and ang_vel) instead? If so, what would be the corresponding values for these continuous actions compared to the default discrete actions?

For reference, the default discrete actions are:

move_forward: 0.25 meters
turn_left: 10 degrees
turn_right: 10 degrees

Thank you for your assistance!

@Zeying-Gong Zeying-Gong changed the title Discrete Actions in Multi-Agent Environments for Rearrange Simulator Discrete Actions for Rearrange Simulator in Habitat 3 Jul 12, 2024
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