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

Does the env or the robots has pre-defined low level actions such as move_forward, turn_right, turn_left? #862

Open
Yonggie opened this issue Aug 27, 2024 · 1 comment

Comments

@Yonggie
Copy link

Yonggie commented Aug 27, 2024

I see nearly every example in navigation are all using the env.action_space.sample() to generate actions. But what if I just need the specific actions?

Hope I can find help!

@hang-yin
Copy link
Contributor

hang-yin commented Sep 3, 2024

Hi @Yonggie, we do have some experimental primitive actions implemented. If you go to the og-develop branch, you will see a test_robot_load_drive test case in tests/test_robot_states_flatcache.py. In there, you will see examples of how you can use the starter action primitives for simple navigation and manipulation. Let me know if you run into any problems!

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