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 info tensor #96

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Add info tensor #96

merged 1 commit into from
Apr 30, 2024

Conversation

aaravpandya
Copy link
Collaborator

Add info tensor with fields for info on collision type and goal reaching status.

Copy link
Contributor

@daphne-cornelisse daphne-cornelisse left a comment

Choose a reason for hiding this comment

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

Looks good to me. Added a minor comment. Thanks for adding this!

@@ -121,6 +122,9 @@ int main(int argc, char *argv[])

printf("Agent Map Obs\n");
agent_map_obs_printer.print();

printf("Info\n");
Copy link
Contributor

Choose a reason for hiding this comment

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

Just checking: should this print statement be here?

int reachedGoal;
};

const size_t InfoExportSize = 4;
Copy link
Contributor

Choose a reason for hiding this comment

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

Cool!

@daphne-cornelisse daphne-cornelisse merged commit afb0a50 into main Apr 30, 2024
1 check passed
@aaravpandya aaravpandya deleted the ap_InfoTensor branch October 4, 2024 03:19
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