Skip to content

Conversation

@Benabdellah22
Copy link
Contributor

Fixed the joint passage reward function,
Previously, wall collisions were checked inside the passage loop, causing redundant and incorrect collision reward calculations.

Copy link
Member

@matteobettini matteobettini left a comment

Choose a reason for hiding this comment

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

LGTM thanks so much! Only one question

x_semidim=1,
y_semidim=1,
substeps=7 if not self.asym_package else 10,
substeps=2, # 7 if not self.asym_package else 10,
Copy link
Member

Choose a reason for hiding this comment

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

Is this supposed to be here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i just reduced substeps to 2 for faster iteration, it's not supposed to be here

@matteobettini
Copy link
Member

We also need to update joint_passage_size.py

@matteobettini
Copy link
Member

We are missing the changes now

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