DanielPerezJensen / mapc-uva

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

Added generator agent that can generate and store paths #59

Closed DanielPerezJensen closed 4 years ago

DanielPerezJensen commented 4 years ago

The generator agent roams around randomly, navigating to random goals and stores it's path in a file called data.txt.

[Ticket: #57]

Closes #57