MAPC Questionnaire and Feedback

24 views
Skip to first unread message

Tobias Ahlbrecht

unread,
Apr 6, 2021, 10:05:45 AM4/6/21
to Multi Agent Programming Contest
Hello MAPC people,

We have uploaded the new questionnaire now: https://multiagentcontest.org/2020/questionnaire.tex
Please answer and append it to your team description paper. It would be great if you could send us a (not necessarily final) version until 21 April.

There's also a feedback form that is more related to the contest organization and possible future direction: https://forms.gle/YaSBVaHZm9dvDn7v8
We'd appreciate if you could take a few minutes and answer it as well. Anyone (or even everyone) from your team may take part. Even if you didn't participate in the last contest, we'd value your feedback as well, of course.
We won't close it, but the sooner you reply, the more likely it is we can take your feedback into account for the next contest :)

Thanks everybody!
Best regards,
Tobias

Laszlo Z. Varga

unread,
Mar 23, 2022, 1:39:20 PM3/23/22
to Multi Agent Programming Contest
Hello everyone!

Thanks to the organisers for the new competition.

We have questions regarding the move action with multiple directions:
One of the failure codes for the move action is "partial_success: At
least the first step worked but one of the later moves was blocked."
How do the agents know the number of steps that worked?
Is it possible that the first step worked, the second step did not work,
and the third step worked?

Best regards
Laszlo

Laszlo Z. Varga

unread,
Mar 23, 2022, 1:42:34 PM3/23/22
to Multi Agent Programming Contest

Tobias Ahlbrecht

unread,
Mar 24, 2022, 5:23:11 AM3/24/22
to Laszlo Z. Varga, Multi Agent Programming Contest
Hello!

The agent will try to move until it is blocked and then stop. E.g. if the second move is blocked, the third won’t be attempted anymore. The agent won’t know how many moves worked however. It could be deduced from context, i.e. positions of surrounding elements. Or if the agent only tries to move 2 cells, then success indicates that both moves worked, while partial_success will mean that 1 move worked in this case. Moving faster will carry the potential risk of losing orientation if something unexpectedly blocks the agent’s path.
I’ll try to make the documentation more precise as well.

Best regards,
Tobias
> --
> You received this message because you are subscribed to the Google Groups "Multi Agent Programming Contest" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to agentcontest...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/agentcontest/bf1eef88-4de2-d420-c067-7592849aeeff%40inf.elte.hu.

Laszlo Z. Varga

unread,
Mar 25, 2022, 4:18:09 AM3/25/22
to Multi Agent Programming Contest
Thank you for the clarification.
Laszlo
Reply all
Reply to author
Forward
0 new messages