DanielPerezJensen / mapc-uva

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

Duplicate intentions can now be added to queue #60

Closed DanielPerezJensen closed 4 years ago

DanielPerezJensen commented 4 years ago

We don't need to check if the last intention is the same as the to be added one, so removed that if-statement from BDIAgent.py