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

Add randomized goal option #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

the-future-dev
Copy link

Added randomized goal:

  • Implemented a randomized_goal parameter that allows for goal pose randomization
  • When enabled, the goal position (x,y) and orientation are randomly sampled within the environment boundaries
  • Added proper margins for the goal position to be at a reasonable distance from the walls

@moribots
Copy link

I think you will need to add an option to change the conditioning to include the goal information visa pose.

This will necessitate an update to obs_type so that a new appropriate dataset can be generated

Otherwise, the agent will not be able to learn the harder task.

@the-future-dev
Copy link
Author

the-future-dev commented Mar 1, 2025

True!
I added the goal directly inside ´obs_type´s: ´state´ and ´environment_state_agent_pos´.

How does it look?

Copy link

@moribots moribots left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor nit :) thanks for doing this!

Co-authored-by: Maurice Rahme <55120103+moribots@users.noreply.github.com>
@the-future-dev
Copy link
Author

Thank you for the review!

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.

2 participants