autonomy-and-verification-uol / mapc2020-lfc

MLFC team code for the 2020 Multi-Agent Programming Contest.
0 stars 1 forks source link

New teamSize percept, dynamic agent creation? #1

Open rafaelcaue opened 4 years ago

rafaelcaue commented 4 years ago

We can either create them:

Dynamic is probably better, but may slowdown the system at the start. Depends how much time we have between connection and the first step.

rafaelcaue commented 4 years ago

At the moment we will only receive such percept when the round starts. This means that we will have to sacrifice some time (and potentially lose the first step) if we opt to go the dynamic route.

rafaelcaue commented 4 years ago

This is probably too much of a hassle to implement over little to no benefit. I will leave it here for now, just in case we have the time.