20230120-MTOA
Date: 2023-01-20 (Andreas Kalaitzakis)
Agents will benefit from undertaking a limited set of tasks.
18 agents; 3 tasks; 6 features (2 independent features per task); 4 decision classes; 20 runs; 80000 games
Each agent initially trains on all tasks. The agent then carries out a limited set of tasks. When the agents disagree the following take place:
(a) The agent with the lower income will adapt its knowledge accordingly. If memory capacity limit is attained, the agent will try to generalize when this possible. For generalization to be an option, the decision for all undertaken tasks must be the same. Generalization takes place in a recursive way, i.e., after the first generalization, if generalization is possible at the previously higher level, we re-merge the now leaf nodes.
(b) The agent with the highest income will decide for both agents
Agents undertake 1-3 tasks having a limited memory, enough for learning 100% only one single task.
Variables independent variables: ['maxAdaptingRank']
dependent variables: ['avg_min_accuracy', 'avg_accuracy', 'avg_max_accuracy', 'success_rate', 'correct_decision_rate', 'delegation_rate']
Date: 2023-01-20 (Andreas Kalaitzakis)
Computer: Dell Precision-5540 (CC: 12 * Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz with 16GB RAM OS: Linux 5.4.0-92-generic)
Duration : 120 minutes
Lazy lavender hash: ceb1c5d1ca8109373d293b687fc55953fce5241d
Parameter file: params.sh
Executed command (script.sh):
Table 1 consists of the final achieved average success rate values, i.e., the average success rate after the last iteration. Each column corresponds to a different number of adapting tasks, while each row corresponds to a different run, for the same size of scope.
Table 2 consists of the final average minimum accuracy values with respect to the worst task, i.e., the accuracy after the last iteration for the task for which the agent scores the lowest accuracies. Each column corresponds to a different number of undertaken tasks, while each row corresponds to a different run, for the same size of scope.
Table 3 consists of the final achieved average ontology accuracy with respect to all tasks, i.e., the accuracy after the last iteration averaged on all tasks and agents. Each column corresponds to a different number of adapting tasks, while each row corresponds to a different run, for the same size of scope.
Table 4 consists of the final average best task accuracy values with respect to the best task, i.e., the accuracy after the last iteration for the task for which the agent score the highest accuracies. Each column corresponds to a different number of undertaken tasks, while each row corresponds to a different run, for the same size of scope.
Table 5 consists of the final average scope accuracy values. Each column corresponds to a different number of undertaken tasks, while each row corresponds to a different run, for the same number of undertaken tasks.
Table 6 consists of the final achieved correct decision rate values, i.e., the average correct decision rate after the last iteration. Each column corresponds to a different number of undertaken tasks, while each row corresponds to a different run, for the same size of scope.
Table 7 consists of the final achieved delegation rate values, i.e., the average delegation rate after the last iteration. Each column corresponds to a different number of undertaken tasks, while each row corresponds to a different run, for the same number of undertaken tasks.
Table 8 consists of the final achieved total compensation values, i.e., the average total compensation of a population of agents after the last iteration. Each column corresponds to a different number of undertaken tasks, while each row corresponds to a different run, for the same number of undertaken tasks.
Table 9 consists of the final P90/10 decile ratio of average agent compensation values, after the last iteration. Each column corresponds to a different number of undertaken tasks, while each row corresponds to a different run, for the same number of undertaken tasks.
Table 10 consists of the final P90/10 decile ratio of average scope accuracy values, after the last iteration. Each column corresponds to a different number of undertaken tasks, while each row corresponds to a different run, for the same number of undertaken tasks.
Figure 1 displays the evolution of the average success rate (y-axis) as the number of iterations increases (x-axis), depending on the maximum adapting rank |maxAdaptingRank| = {0,1,2,3}.
Here it is shown that the success rate stabilizes, but does not converge to 1. This indicates that either the agents continue to adapt their ontologies or their final ontologies do not allow them to agree on all decisions. We assume that if sufficiently restricted, an ontology will be able to contain only the properties required to be accurate on a single task. Therefore, it is to be expected that agents interacting on a number of tasks requiring more memory will not be able to agree on all decisions. It is shown that this is true even for agents interacting on a single task. However, we observe that the smaller the agents' scope, the higher their success rate. Due to the initial ontology induction algorithm, the ontology of an agent undertaking task t may contain properties related to other tasks. There is no guarantee that the agents will succeed in replacing these properties by properties related to the task t. Two distinct cases can be considered. In the first case, an agent will progressively eliminate all properties that are not related to the task it is undertaking. This agent will potentially learn an ontology that will allow it to make correct decisions with respect to all types of objects encountered. In the second case, an agent will not be able to eliminate all properties that are not related to the task it is undertaking. Agents that fall into the second case will repeatedly replace properties that are related to t with different properties that are also related to t. Therefore, these agents are able to make correct decisions for different subsets of object types existing at a given time.
Figure 2 portrays the evolution of the average worst task accuracy (y-axis), depending on the number of carried tasks. Each point x,y corresponds to the average minimum accuracy of all tackled tasks at the n^th interaction of each run.
Figure 3 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 existing in the environment tasks at the n^th interaction of each run.
Here it is shown that the size of the agents' scope has a minimal impact on the agents' average accuracy. Once again, this is due to the fact that our agent ontologies are limited to a maximum of 4 leaf classes. Two cases can be distinguished. In the first case, an agent becomes very accurate in one task and much less accurate in the others. In the second case, an agent learns an ontology allowing it to become moderately accurate on several tasks. This results in agents that demonstrate average accuracies that are statistically indistinguishable from each other, regardless of their scope size.
Figure 4 portrays the evolution of the average maximum accuracy (y-axis), depending on the number of carried tasks. Each point x,y corresponds to the average maximum accuracy of all existing tasks at the n^th interaction of each run.
Here it is shown that memory-limited agents specialize. However, this specialization is not related to the size of their scope, but rather to memory limits. Agents will become most accurate on a task, whether they are tackling one task or multiple tasks. In other words, the fact that agents can refrain from all interactions except those related to the one task they are undertaking does not allow them to improve their accuracy on their best task.
Figure 5 portrays the evolution of the average scope 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.
This figure shows that the smaller the scope of the agents, the higher their average accuracy on the tasks performed. This result is expected for the following reason. An agent in the configuration examined can become very accurate on at most one task. However, the larger the scope of the agents, the higher the number of tasks on which the average accuracy of the performed tasks is calculated. As a result, agents that tackle a single task exhibit higher average performed task accuracy.
Figure 6 displays the evolution of the average correct decision rate (y-axis) as the number of iterations increases (x-axis), depending on the maximum adapting rank |maxAdaptingRank| = {0,1,2}.
The results show that the smaller the scope, the higher the rate of correct decisions for a population of agents. In other words, while changing the size of the agents' scope does not make them less or more specialized, it does allow the agents to make decisions for the tasks they are more precise at.
Figure 7 displays the evolution of the average delegation rate (y-axis) as the number of iterations increases (x-axis), depending on the maximum adapting rank |maxAdaptingRank| = {0,1,2}.
We perform one-way ANOVA, testing if the independent variable 'maxAdaptingRank' has a statistically significant effect on different dependent variables.