Skip to content

new task scenes#63

Merged
arnavbalaji merged 3 commits into
mainfrom
feature/new_task_scenes
Jun 14, 2026
Merged

new task scenes#63
arnavbalaji merged 3 commits into
mainfrom
feature/new_task_scenes

Conversation

@arnavbalaji

Copy link
Copy Markdown
Collaborator

added new scenes

# leading to high impact forces), the initial health values are not correct.
self.init_skip_steps = 4 # orginally 4
# Per-task override (set via TaskConfig.post_playback_env_setup); defaults to 4.
self.init_skip_steps = getattr(self, "playback_init_skip_steps", 4)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Are 30 steps really needed for nav task? Are you sure?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This is mainly for the pour water task I think. The playback video includes the part where the water glass gets filled, so I added this to skip that part. For the nav task I think we can go back to using the default

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

If we can go back to using the default, let's do that. And then you can merge this PR yourself. Thanks!

for remove_obj_name in cur_transitions["objects"]["remove"]:
obj = scene.object_registry("name", remove_obj_name)
scene.remove_object(obj)
if obj is None:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do you get an error without this logic? Is this only for the wipe task?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yeah this fixes a playback error I get during wipe counter. So far I haven't noticed this code change affecting any other tasks

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Okay, let's keep this if it doesn't affect other tasks. Please playback a couple and make sure it indeed does not affect

@arnavbalaji arnavbalaji merged commit a90a4a6 into main Jun 14, 2026
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