Skip to content

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 <[email protected]>
@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