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 code for MDP paper #720

Merged
merged 8 commits into from
Dec 14, 2023
Merged

Add code for MDP paper #720

merged 8 commits into from
Dec 14, 2023

Conversation

odow
Copy link
Owner

@odow odow commented Dec 12, 2023

No description provided.

@@ -1411,6 +1411,15 @@ function construct_belief_update(
end
outgoing_belief[node_i] = PY_X * PX / PY
end
if length(outgoing_belief) == 2
for (node_i, belief) in incoming_belief
if belief < 1e-6
Copy link
Owner Author

Choose a reason for hiding this comment

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

I need to think about this. We encounter numerical issues as we approach the edge of the belief space

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (478cdcf) 93.40% compared to head (c581bf2) 93.41%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #720      +/-   ##
==========================================
+ Coverage   93.40%   93.41%   +0.01%     
==========================================
  Files          27       27              
  Lines        3397     3404       +7     
==========================================
+ Hits         3173     3180       +7     
  Misses        224      224              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@odow odow changed the title Add tiger example to papers Add code for MDP Paper Dec 13, 2023
@odow odow changed the title Add code for MDP Paper Add code for MDP paper Dec 13, 2023
@odow odow merged commit 0eb26ed into master Dec 14, 2023
8 checks passed
@odow odow deleted the od/tiger branch December 14, 2023 20:27
@odow odow mentioned this pull request Dec 14, 2023
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.

1 participant