20220108-MTOA
Date: 2022-01-08 (Andreas Kalaitzakis)
(1) Agents carrying out several tasks will reach a state of global consensus, i.e., a state at which all onwards interactions are successful.
(2) An agent will improve its accuracy on one task by carrying out another task.
20 runs; 80000 games
Agents learn multi-task ontologies. Agents will coordinate on a set of decision tasks, making a decision about an object.
Variables independent variables: ['numberOfTasks']
dependent variables: ['accuracy', 'success_rate']
Figure 1 displays the evolution of the average success rate (y-axis) as the number of iterations increases (x-axis), depending on the number of tasks (|T |). It shows that a population of interacting agents will reach a state of collective consensus, independently from the number of tasks, supporting hypothesis (1). Furthermore, results indicate that the number of tasks impacts the achieved success rate. The higher the number of tasks, the more interactions are required to achieve global consensus, thus the lower is the average success rate at convergence.
Figure 2 portrays the evolution of the average accuracy (y-axis), depending on the number of carried tasks. Each point x,y corresponds to the average accuracy of all tackled tasks at the n^th interaction of each run. Given that for each interaction the task is selected randomly, the number of interactions with respect to a task at the n^th interaction is different for the four displayed distributions. An agent carrying out 2 tasks is on average 19% more accurate than its single task counterpart, while an agent carrying out 4 tasks furtherly improves its average accuracy by another 3%.
Results not only support hypothesis (2), but also show that carrying out additional tasks follows the law of diminishing returns with respect to the acquired accuracy. For average accuracy in particular, Figure 2 shows that a two-tasks ontology is 19 % more accurate than a one-task ontology, a four-tasks ontology is 3 % more accurate than a two-tasks ontology, and an eight-tasks ontology is only 0.4 % more accurate than a four-tasks ontology.