DanielPerezJensen / mapc-uva

The UVA's entry into the Multi Agent Programming Contest
https://multiagentcontest.org/
1 stars 0 forks source link

Added drop intention using the context #58

Closed DanielPerezJensen closed 4 years ago

DanielPerezJensen commented 4 years ago

Every iteration the first intention is checked by comparing the context to the beliefs. If the context is no longer believe the intention is dropped.

[Ticket: #56]

DanielPerezJensen commented 4 years ago

Closes #56