DanielPerezJensen / mapc-uva

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

Add drop_intention using the context #56

Closed DanielPerezJensen closed 4 years ago

DanielPerezJensen commented 4 years ago

I do actually need to use drop_intention when using the clear_fully() intention. As because if the target moves, I want to drop the intention (for now). I'll add that if the context is empty the intention tuple will not be dropped, but if there is a context then the graph must abide by that context. I think I'll use a list of tuple for this, with each tuple representing a coordinate and what thing must be on that coordinate.