SlideShare a Scribd company logo
1 of 3
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 2, Ver. VI (Mar – Apr. 2015), PP 58-60
www.iosrjournals.org
DOI: 10.9790/0661-17265860 www.iosrjournals.org 58 | Page
Database Applications in Analyzing Agents
Rahul Brungi1
, Gopichand G2
1
(Computer Science, VIT University, India)
2
(Computer Science, VIT University, India)
Abstract: There are many situations in which two or more agents (e.g., human or computer decision makers)
interact with each other repeatedly in settings that can be modeled as repeated stochastic games. In such
situations, each agent’s performance may depend greatly on how well it can predict the other agents’
preferences and behavior. For use in making such predictions, we adapt and extend the Social Value
Orientation (SVO) model from social psychology, which provides a way to measure an agent’s preferences for
both its own payoffs and those of the other agents.
The original SVO model was limited to one-shot games, and assumed that each individual’s behavioral
preferences remain constant over time—an assumption that is inadequate for repeated-game settings, where an
agent’s future behavior may depend not only on its SVO but also on its observations of the other agents’
behavior. We extend the SVO model to take this into account. Our experimental evaluation, on several dozen
agents that were written by students in classroom projects, show that our extended model works quite well.
Keywords: Agent’s Behaviour, Behavioural Signature, Ring Method, Social Value Orientation, Database.
I. Introduction
Many multi-agent domains involve human and computer decision makers that are engaged in repeated
collaborative or competitive activities. Examples include online auctions, financial trading, and computer
gaming. Repeated games are often viewed as an appropriate model for studying these kinds of repeated
interactions between agents. Compared to one-shot games, repeated games are much more complex as they
allow agent to adapt their behavior between the rounds. The relevant literature contains many demonstrations of
how an agent’s behavior can change as it develops a better understanding of the other agents’ behavior.
[6, 1, 3, 8, 4]
In order to model the behavior of an agent and predict its performance, we adapt and extend a
construct, Social Value Orientation (SVO), from social psychology [2]. SVO theory assumes that in
interpersonal interactions, an individual’s choices depend not only on his/her own payoffs but also on his/her
preferences for the other individual’s payoff, and that these preferences remain stable over time. SVO theory
provides a way to measure these preferences, and experimental validations of these measurements on human
subjects.
If a human writes an agent to act as the human’s delegate in a multi-agent environment, one might
expect the computerized agent to have social preferences as well. Knowing an agent’s social preference would
make it possible to make informed guesses about the agent’s future actions.
A critical limitation of the SVO model is that it only looks at agent’s preferences in one-shot games.
This is inadequate for predicting agents’ behaviors in the situations where the agents interact with each other
repeatedly. An agent’s actions may depend on both its SVO and its model of the other agent’s behavior. To use
the SVO model effectively in repeated games, it is necessary to extend the SVO model to take into account how
an agent’s behavior will change if it interacts repeatedly with various other kinds of agents.
Our contributions in this paper are as follows (for details, see [5]). First, we extend the SVO model by
developing a behavioral signature, a model of how an agent’s behavior over time will be affected by both its
own SVO and the other agent’s SVO. Second, we provide a way to measure an agent’s behavioral signature, and
methods for using behavioral signatures to predict agents’ performance. Third, we present experimental results
using agents that students wrote to compete in repeated-game tournaments. The experimental results show that
our predictions are highly correlated with the agents’ actual performance in tournament settings. This shows that
our proposed model is an effective way to generalize SVO to situations where agents interact
repeatedly.
II. Modeling Computer Agents
Even if an agent has a fixed SVO in general, its actions toward a specific agent may depend on its past
experience of that agent. For example, an agent that is normally cooperative might behave aggressively toward
another agent that behaved aggressively toward it in the past. SVO measurements do not capture this influence
Database Applications in Analyzing Agents
DOI: 10.9790/0661-17265860 www.iosrjournals.org 59 | Page
on an agent’s behaviors, because SVO measurements are always done on one-shot games against an abstract
opponent. This non-repetitive interaction assumption is not valid in most multi-agent environments.
In the environment we used, the repeated interaction is modeled by a repeated game with unknown
number of iterations. In order to model the behavior of an agent, we use a modified version of Ring method, a
well-known technique for measuring SVO used in social psychology [7] to measure social preferences of
agents.
In the technical report [5], we present a way to measure the social preferences of a computer agent after
the agent played n iterations with a tester agent. We also define a behavioral signature for an agent x to be a
vector n(x) of x’s social preferences when x plays against nineteen different tester agents after n iterations. Each
tester agent is a memory less agent whose social preference is constant and unique. Therefore, behavioral
signature of an agent takes into account how the agent’s behavior will change if it interacts repeatedly with
various other kinds of agents. For details, see the technical report.
If we know the behavioral signatures of two agents x and y, we can estimate the cumulative payoff
when x and y play with each other. Below, we summarize the results of experiments with two methods. Figure
1.
III. Experiments
For our experimental evaluation, we used a large collection of agents that were written by students in
several advanced-level AI and Game Theory classes. In each case, the students wrote their agents to compete in
a round-robin tournament among all the agents in their class. To attain a richer set of agents, the classes were
held at two different universities in two different countries: one in the USA, and one in Israel.
Our experimental studies involved measuring the agents’ behavioral signatures, playing round-robin
tournaments among the entire set of agents, and comparing the agents’ performance with the pre-dictions made
by our model. To eliminate random favorable payoff variations, we randomized the series of games, and used
the same series between all agents in the population. The instructions stated that at each iteration, they will be
given a symmetric game with a random payoff matrix of the form shown in Figure 1. We did not tell the
students the exact number of iterations in each repeated game. The total agent’s payoff will be the accumulated
sum of payoffs with each of the other agents. For motivational purposes, the project grade was positively
correlated with their agents overall ranking based on their total payoffs in the competition. Overall, we collected
71 agents (47 from the USA and 24 from Israel).
In the following experiment, the total number of iterations (N) is 100, and the number of runs is also
100. We predicted the average payoff of all possible games of any two students’ agents (including playing with
itself, i.e., 71 71 data points for each run), using the methods mentioned in Section 2.
Figure 2 shows mean square error between predicted payoffs and actual payoffs. Regardless the value
of n, their mean square errors are low, comparing with the average payoff 5:5. When n = 0, the accuracy of En is
good (mean square error = 0.284). As n increases, the accuracy of Enalso increases until n = 20, at which point
it levels off.
When n = 0, En degenerates to E0 which only considers the (initial) SVO value of the agents. When n
> 0, En takes the agents’ adaptive behaviors into account by considering their behavioral signatures. The better
performance of En shows that our extended SVO model works better in repeated games than the original SVO
model.
IV. Figures and Tables
2x2 symmetric game Player
A1 A2
Player 1 A1
A2
(a;a) (b;c)
(c;b) (d;d)
Figure 1. Stage game. The values a; b; c; d are generated randomly.
E0(x; y) and En(x; y), of estimating x’s average payoff when it plays with y for N iterations (where N > n). The
first method, E0(x; y), only uses (initial) SVO of x and y. The second method, En(x; y), uses the behavioral
signatures of both agents. E0(x; y) is actually a degenerated case of En(x; y) when n = 0, because the behavioral
signature becomes initial social preferences of the agent when n = 0.
V. Conclusion
We have extended the SVO model from social psychology, to provide a behavioral signature that models how
an agent’s behavior over
Database Applications in Analyzing Agents
DOI: 10.9790/0661-17265860 www.iosrjournals.org 60 | Page
Figure2. Mean square error of predicted payoffs (when student agents play in a tournament).
n is the number of iterations before measuring an agent’s behavioral signature.
Multiple iterations will depend on both its own SVO and the SVO of the agent with which it interacts.
We have provided a way to measure an agent’s behavioral signature, and a way to use this behavioral sig-nature
to predicting the agent’s performance. In our study of agents that were designed to play a repeated stochastic
game in classroom tournaments, the predictions made by our model were highly correlated with the agents’
actual performance.
References
[1]. T.-C. AU AND D. NAU, ‘IS IT ACCIDENTAL OR INTENTIONAL? A SYMBOLIC APPROACH TO THE NOISY ITERATED PRISONERS
DILEMMA’, THE ITERATED PRISONERS’ DILEMMA: 20 YEARS ON, 4, 231, (2007).
[2]. S. Bogaert, C. Boone, Declerck, and C. Declerck, ‘Social value orientation and cooperation in social dilemmas: A review and
conceptual model’, Brit. Jour. Social Psych., 47(3), 453–480, (September 2008).
[3]. Colin F Camerer, Teck-Hua Ho, and Juin-Kuan Chong, ‘Sophisticated experience-weighted attraction learning and strategic
teaching in repeated games’, Journal of Economic Theory, 104(1), 137–188, (2002).
[4]. Ananish Chaudhuri, Sara Graziano, and Pushkar Maitra, ‘Social learning and norms in a public goods experiment with inter-
generational advice’, The Review of Economic Studies, 73(2), 357–380, (2006).
[5]. Kan-Leung Cheng, Inon Zuckerman, Dana Nau, and Jennifer Golbeck. Behavioral signatures for predicting agents’ behavior.
http://www.cs.umd.edu/ ̃klcheng/tech_report_ behavioral_sig.pdf, 2014.
[6]. D. Egnor, ‘Iocaine powder explained’, ICGA Journal, 23(1), 33–35, (2000).
[7]. W.B.G. Liebrand and C.G. McClintock, ‘The ring measure of social values: A computerized procedure for assessing individual
differences in information processing and social value orientation’, European journal of personality, 2(3), 217–230, (1988).
[8]. Robert L Slonim, ‘Competing against experienced and inexperienced players’, Experimental Economics, 8(1), 55–75, (2005).

More Related Content

Viewers also liked

Trauma Morbidity and Mortality
Trauma Morbidity and MortalityTrauma Morbidity and Mortality
Trauma Morbidity and MortalityECC_Education
 
Ostatní-Certifikaty
Ostatní-CertifikatyOstatní-Certifikaty
Ostatní-CertifikatyJiri Sramek
 
Sustainable financing of yes o 091215-onaolapo sulaiman bayonle
Sustainable financing of yes o 091215-onaolapo sulaiman bayonleSustainable financing of yes o 091215-onaolapo sulaiman bayonle
Sustainable financing of yes o 091215-onaolapo sulaiman bayonleOnaolapo Bayonle
 
kajian tindakan m3
kajian tindakan m3kajian tindakan m3
kajian tindakan m3Kamal Ludin
 
I02 dantec visual_arts_photographers_architecture
I02 dantec visual_arts_photographers_architectureI02 dantec visual_arts_photographers_architecture
I02 dantec visual_arts_photographers_architectureevaminerva
 
Det bästa och olika stolar
Det bästa och olika stolarDet bästa och olika stolar
Det bästa och olika stolarreformasthlm
 
An environment monitoring system for precise agriculture based on wireless se...
An environment monitoring system for precise agriculture based on wireless se...An environment monitoring system for precise agriculture based on wireless se...
An environment monitoring system for precise agriculture based on wireless se...sudhakar5472
 
Finland-education system
Finland-education systemFinland-education system
Finland-education systemSanni Laapotti
 
Aprendamos a convivir luz elena martinez
Aprendamos a convivir   luz elena martinezAprendamos a convivir   luz elena martinez
Aprendamos a convivir luz elena martinezJosue Jimenez Thorrens
 

Viewers also liked (19)

Trauma Morbidity and Mortality
Trauma Morbidity and MortalityTrauma Morbidity and Mortality
Trauma Morbidity and Mortality
 
Ostatní-Certifikaty
Ostatní-CertifikatyOstatní-Certifikaty
Ostatní-Certifikaty
 
Sustainable financing of yes o 091215-onaolapo sulaiman bayonle
Sustainable financing of yes o 091215-onaolapo sulaiman bayonleSustainable financing of yes o 091215-onaolapo sulaiman bayonle
Sustainable financing of yes o 091215-onaolapo sulaiman bayonle
 
kajian tindakan m3
kajian tindakan m3kajian tindakan m3
kajian tindakan m3
 
My school
My schoolMy school
My school
 
Financing for development Final Project
Financing for development Final ProjectFinancing for development Final Project
Financing for development Final Project
 
Changing the world
Changing the worldChanging the world
Changing the world
 
ISNEE Profile
ISNEE ProfileISNEE Profile
ISNEE Profile
 
I02 dantec visual_arts_photographers_architecture
I02 dantec visual_arts_photographers_architectureI02 dantec visual_arts_photographers_architecture
I02 dantec visual_arts_photographers_architecture
 
Det bästa och olika stolar
Det bästa och olika stolarDet bästa och olika stolar
Det bästa och olika stolar
 
An environment monitoring system for precise agriculture based on wireless se...
An environment monitoring system for precise agriculture based on wireless se...An environment monitoring system for precise agriculture based on wireless se...
An environment monitoring system for precise agriculture based on wireless se...
 
Finland-education system
Finland-education systemFinland-education system
Finland-education system
 
Proyecto cpe aulas virtuales
Proyecto cpe aulas virtualesProyecto cpe aulas virtuales
Proyecto cpe aulas virtuales
 
Mirikhealthfoods fmgc
Mirikhealthfoods fmgcMirikhealthfoods fmgc
Mirikhealthfoods fmgc
 
Aprendamos a convivir luz elena martinez
Aprendamos a convivir   luz elena martinezAprendamos a convivir   luz elena martinez
Aprendamos a convivir luz elena martinez
 
Guião 2 9º
Guião 2 9ºGuião 2 9º
Guião 2 9º
 
Jessie j analysis
Jessie j analysisJessie j analysis
Jessie j analysis
 
2 of 27 GEETHCV
2 of 27 GEETHCV2 of 27 GEETHCV
2 of 27 GEETHCV
 
Clerity
ClerityClerity
Clerity
 

Similar to Database Applications in Analyzing Agents

Learning of Soccer Player Agents Using a Policy Gradient Method : Coordinatio...
Learning of Soccer Player Agents Using a Policy Gradient Method : Coordinatio...Learning of Soccer Player Agents Using a Policy Gradient Method : Coordinatio...
Learning of Soccer Player Agents Using a Policy Gradient Method : Coordinatio...Waqas Tariq
 
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...IJCSIS Research Publications
 
A Game theoretic approach for competition over visibility in social networks
A Game theoretic approach for competition over visibility in social networksA Game theoretic approach for competition over visibility in social networks
A Game theoretic approach for competition over visibility in social networksjournalBEEI
 
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVER
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVERANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVER
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVERgerogepatton
 
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVER
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVERANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVER
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVERijaia
 
Two-way Mixed Design with SPSS
Two-way Mixed Design with SPSSTwo-way Mixed Design with SPSS
Two-way Mixed Design with SPSSJ P Verma
 
Character attachment in team-based first person shooter game with respect to ...
Character attachment in team-based first person shooter game with respect to ...Character attachment in team-based first person shooter game with respect to ...
Character attachment in team-based first person shooter game with respect to ...IJECEIAES
 
Interpretable machine learning : Methods for understanding complex models
Interpretable machine learning : Methods for understanding complex modelsInterpretable machine learning : Methods for understanding complex models
Interpretable machine learning : Methods for understanding complex modelsManojit Nandi
 
Playability and Player Experience Research
Playability and Player Experience ResearchPlayability and Player Experience Research
Playability and Player Experience Researchナム-Nam Nguyễn
 
Game theory a novel tool to design model analyze and optimize cooperative net...
Game theory a novel tool to design model analyze and optimize cooperative net...Game theory a novel tool to design model analyze and optimize cooperative net...
Game theory a novel tool to design model analyze and optimize cooperative net...IAEME Publication
 
3.3 Game TheoryGame theory is a branch of applied mathematics, w.docx
3.3 Game TheoryGame theory is a branch of applied mathematics, w.docx3.3 Game TheoryGame theory is a branch of applied mathematics, w.docx
3.3 Game TheoryGame theory is a branch of applied mathematics, w.docxgilbertkpeters11344
 
Emotional Interactions in Human Decision-Making using EEG Hyperscanning
Emotional Interactions in Human Decision-Making using EEG HyperscanningEmotional Interactions in Human Decision-Making using EEG Hyperscanning
Emotional Interactions in Human Decision-Making using EEG HyperscanningKyongsik Yun
 
A Brief Introduction to the Basics of Game Theory
A Brief Introduction to the Basics of Game TheoryA Brief Introduction to the Basics of Game Theory
A Brief Introduction to the Basics of Game TheoryTrading Game Pty Ltd
 
SeemakurtyEtAlHCOMP2010
SeemakurtyEtAlHCOMP2010SeemakurtyEtAlHCOMP2010
SeemakurtyEtAlHCOMP2010Jonathan Chu
 
A_Partial_Least_Squares_Latent_Variable_Modeling_A.pdf
A_Partial_Least_Squares_Latent_Variable_Modeling_A.pdfA_Partial_Least_Squares_Latent_Variable_Modeling_A.pdf
A_Partial_Least_Squares_Latent_Variable_Modeling_A.pdfLuqmanHakim478
 

Similar to Database Applications in Analyzing Agents (20)

socialpref
socialprefsocialpref
socialpref
 
Learning of Soccer Player Agents Using a Policy Gradient Method : Coordinatio...
Learning of Soccer Player Agents Using a Policy Gradient Method : Coordinatio...Learning of Soccer Player Agents Using a Policy Gradient Method : Coordinatio...
Learning of Soccer Player Agents Using a Policy Gradient Method : Coordinatio...
 
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
 
ICEC 2009
ICEC 2009ICEC 2009
ICEC 2009
 
ICEC 2009
ICEC 2009ICEC 2009
ICEC 2009
 
P18030492101
P18030492101P18030492101
P18030492101
 
A Game theoretic approach for competition over visibility in social networks
A Game theoretic approach for competition over visibility in social networksA Game theoretic approach for competition over visibility in social networks
A Game theoretic approach for competition over visibility in social networks
 
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVER
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVERANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVER
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVER
 
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVER
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVERANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVER
ANSWER SET PROGRAMMING (DLV – CLINGO):CONNECT 4 SOLVER
 
Social Centipedes: the Impact of Group Identity on Preferences and Reasoning
Social Centipedes: the Impact of Group Identity on Preferences and ReasoningSocial Centipedes: the Impact of Group Identity on Preferences and Reasoning
Social Centipedes: the Impact of Group Identity on Preferences and Reasoning
 
Two-way Mixed Design with SPSS
Two-way Mixed Design with SPSSTwo-way Mixed Design with SPSS
Two-way Mixed Design with SPSS
 
Character attachment in team-based first person shooter game with respect to ...
Character attachment in team-based first person shooter game with respect to ...Character attachment in team-based first person shooter game with respect to ...
Character attachment in team-based first person shooter game with respect to ...
 
Interpretable machine learning : Methods for understanding complex models
Interpretable machine learning : Methods for understanding complex modelsInterpretable machine learning : Methods for understanding complex models
Interpretable machine learning : Methods for understanding complex models
 
Playability and Player Experience Research
Playability and Player Experience ResearchPlayability and Player Experience Research
Playability and Player Experience Research
 
Game theory a novel tool to design model analyze and optimize cooperative net...
Game theory a novel tool to design model analyze and optimize cooperative net...Game theory a novel tool to design model analyze and optimize cooperative net...
Game theory a novel tool to design model analyze and optimize cooperative net...
 
3.3 Game TheoryGame theory is a branch of applied mathematics, w.docx
3.3 Game TheoryGame theory is a branch of applied mathematics, w.docx3.3 Game TheoryGame theory is a branch of applied mathematics, w.docx
3.3 Game TheoryGame theory is a branch of applied mathematics, w.docx
 
Emotional Interactions in Human Decision-Making using EEG Hyperscanning
Emotional Interactions in Human Decision-Making using EEG HyperscanningEmotional Interactions in Human Decision-Making using EEG Hyperscanning
Emotional Interactions in Human Decision-Making using EEG Hyperscanning
 
A Brief Introduction to the Basics of Game Theory
A Brief Introduction to the Basics of Game TheoryA Brief Introduction to the Basics of Game Theory
A Brief Introduction to the Basics of Game Theory
 
SeemakurtyEtAlHCOMP2010
SeemakurtyEtAlHCOMP2010SeemakurtyEtAlHCOMP2010
SeemakurtyEtAlHCOMP2010
 
A_Partial_Least_Squares_Latent_Variable_Modeling_A.pdf
A_Partial_Least_Squares_Latent_Variable_Modeling_A.pdfA_Partial_Least_Squares_Latent_Variable_Modeling_A.pdf
A_Partial_Least_Squares_Latent_Variable_Modeling_A.pdf
 

More from iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later lifeiosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubaiiosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approachiosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sitesiosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeiosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladeshiosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Considerationiosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyiosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...iosrjce
 

More from iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Recently uploaded

SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 

Database Applications in Analyzing Agents

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 2, Ver. VI (Mar – Apr. 2015), PP 58-60 www.iosrjournals.org DOI: 10.9790/0661-17265860 www.iosrjournals.org 58 | Page Database Applications in Analyzing Agents Rahul Brungi1 , Gopichand G2 1 (Computer Science, VIT University, India) 2 (Computer Science, VIT University, India) Abstract: There are many situations in which two or more agents (e.g., human or computer decision makers) interact with each other repeatedly in settings that can be modeled as repeated stochastic games. In such situations, each agent’s performance may depend greatly on how well it can predict the other agents’ preferences and behavior. For use in making such predictions, we adapt and extend the Social Value Orientation (SVO) model from social psychology, which provides a way to measure an agent’s preferences for both its own payoffs and those of the other agents. The original SVO model was limited to one-shot games, and assumed that each individual’s behavioral preferences remain constant over time—an assumption that is inadequate for repeated-game settings, where an agent’s future behavior may depend not only on its SVO but also on its observations of the other agents’ behavior. We extend the SVO model to take this into account. Our experimental evaluation, on several dozen agents that were written by students in classroom projects, show that our extended model works quite well. Keywords: Agent’s Behaviour, Behavioural Signature, Ring Method, Social Value Orientation, Database. I. Introduction Many multi-agent domains involve human and computer decision makers that are engaged in repeated collaborative or competitive activities. Examples include online auctions, financial trading, and computer gaming. Repeated games are often viewed as an appropriate model for studying these kinds of repeated interactions between agents. Compared to one-shot games, repeated games are much more complex as they allow agent to adapt their behavior between the rounds. The relevant literature contains many demonstrations of how an agent’s behavior can change as it develops a better understanding of the other agents’ behavior. [6, 1, 3, 8, 4] In order to model the behavior of an agent and predict its performance, we adapt and extend a construct, Social Value Orientation (SVO), from social psychology [2]. SVO theory assumes that in interpersonal interactions, an individual’s choices depend not only on his/her own payoffs but also on his/her preferences for the other individual’s payoff, and that these preferences remain stable over time. SVO theory provides a way to measure these preferences, and experimental validations of these measurements on human subjects. If a human writes an agent to act as the human’s delegate in a multi-agent environment, one might expect the computerized agent to have social preferences as well. Knowing an agent’s social preference would make it possible to make informed guesses about the agent’s future actions. A critical limitation of the SVO model is that it only looks at agent’s preferences in one-shot games. This is inadequate for predicting agents’ behaviors in the situations where the agents interact with each other repeatedly. An agent’s actions may depend on both its SVO and its model of the other agent’s behavior. To use the SVO model effectively in repeated games, it is necessary to extend the SVO model to take into account how an agent’s behavior will change if it interacts repeatedly with various other kinds of agents. Our contributions in this paper are as follows (for details, see [5]). First, we extend the SVO model by developing a behavioral signature, a model of how an agent’s behavior over time will be affected by both its own SVO and the other agent’s SVO. Second, we provide a way to measure an agent’s behavioral signature, and methods for using behavioral signatures to predict agents’ performance. Third, we present experimental results using agents that students wrote to compete in repeated-game tournaments. The experimental results show that our predictions are highly correlated with the agents’ actual performance in tournament settings. This shows that our proposed model is an effective way to generalize SVO to situations where agents interact repeatedly. II. Modeling Computer Agents Even if an agent has a fixed SVO in general, its actions toward a specific agent may depend on its past experience of that agent. For example, an agent that is normally cooperative might behave aggressively toward another agent that behaved aggressively toward it in the past. SVO measurements do not capture this influence
  • 2. Database Applications in Analyzing Agents DOI: 10.9790/0661-17265860 www.iosrjournals.org 59 | Page on an agent’s behaviors, because SVO measurements are always done on one-shot games against an abstract opponent. This non-repetitive interaction assumption is not valid in most multi-agent environments. In the environment we used, the repeated interaction is modeled by a repeated game with unknown number of iterations. In order to model the behavior of an agent, we use a modified version of Ring method, a well-known technique for measuring SVO used in social psychology [7] to measure social preferences of agents. In the technical report [5], we present a way to measure the social preferences of a computer agent after the agent played n iterations with a tester agent. We also define a behavioral signature for an agent x to be a vector n(x) of x’s social preferences when x plays against nineteen different tester agents after n iterations. Each tester agent is a memory less agent whose social preference is constant and unique. Therefore, behavioral signature of an agent takes into account how the agent’s behavior will change if it interacts repeatedly with various other kinds of agents. For details, see the technical report. If we know the behavioral signatures of two agents x and y, we can estimate the cumulative payoff when x and y play with each other. Below, we summarize the results of experiments with two methods. Figure 1. III. Experiments For our experimental evaluation, we used a large collection of agents that were written by students in several advanced-level AI and Game Theory classes. In each case, the students wrote their agents to compete in a round-robin tournament among all the agents in their class. To attain a richer set of agents, the classes were held at two different universities in two different countries: one in the USA, and one in Israel. Our experimental studies involved measuring the agents’ behavioral signatures, playing round-robin tournaments among the entire set of agents, and comparing the agents’ performance with the pre-dictions made by our model. To eliminate random favorable payoff variations, we randomized the series of games, and used the same series between all agents in the population. The instructions stated that at each iteration, they will be given a symmetric game with a random payoff matrix of the form shown in Figure 1. We did not tell the students the exact number of iterations in each repeated game. The total agent’s payoff will be the accumulated sum of payoffs with each of the other agents. For motivational purposes, the project grade was positively correlated with their agents overall ranking based on their total payoffs in the competition. Overall, we collected 71 agents (47 from the USA and 24 from Israel). In the following experiment, the total number of iterations (N) is 100, and the number of runs is also 100. We predicted the average payoff of all possible games of any two students’ agents (including playing with itself, i.e., 71 71 data points for each run), using the methods mentioned in Section 2. Figure 2 shows mean square error between predicted payoffs and actual payoffs. Regardless the value of n, their mean square errors are low, comparing with the average payoff 5:5. When n = 0, the accuracy of En is good (mean square error = 0.284). As n increases, the accuracy of Enalso increases until n = 20, at which point it levels off. When n = 0, En degenerates to E0 which only considers the (initial) SVO value of the agents. When n > 0, En takes the agents’ adaptive behaviors into account by considering their behavioral signatures. The better performance of En shows that our extended SVO model works better in repeated games than the original SVO model. IV. Figures and Tables 2x2 symmetric game Player A1 A2 Player 1 A1 A2 (a;a) (b;c) (c;b) (d;d) Figure 1. Stage game. The values a; b; c; d are generated randomly. E0(x; y) and En(x; y), of estimating x’s average payoff when it plays with y for N iterations (where N > n). The first method, E0(x; y), only uses (initial) SVO of x and y. The second method, En(x; y), uses the behavioral signatures of both agents. E0(x; y) is actually a degenerated case of En(x; y) when n = 0, because the behavioral signature becomes initial social preferences of the agent when n = 0. V. Conclusion We have extended the SVO model from social psychology, to provide a behavioral signature that models how an agent’s behavior over
  • 3. Database Applications in Analyzing Agents DOI: 10.9790/0661-17265860 www.iosrjournals.org 60 | Page Figure2. Mean square error of predicted payoffs (when student agents play in a tournament). n is the number of iterations before measuring an agent’s behavioral signature. Multiple iterations will depend on both its own SVO and the SVO of the agent with which it interacts. We have provided a way to measure an agent’s behavioral signature, and a way to use this behavioral sig-nature to predicting the agent’s performance. In our study of agents that were designed to play a repeated stochastic game in classroom tournaments, the predictions made by our model were highly correlated with the agents’ actual performance. References [1]. T.-C. AU AND D. NAU, ‘IS IT ACCIDENTAL OR INTENTIONAL? A SYMBOLIC APPROACH TO THE NOISY ITERATED PRISONERS DILEMMA’, THE ITERATED PRISONERS’ DILEMMA: 20 YEARS ON, 4, 231, (2007). [2]. S. Bogaert, C. Boone, Declerck, and C. Declerck, ‘Social value orientation and cooperation in social dilemmas: A review and conceptual model’, Brit. Jour. Social Psych., 47(3), 453–480, (September 2008). [3]. Colin F Camerer, Teck-Hua Ho, and Juin-Kuan Chong, ‘Sophisticated experience-weighted attraction learning and strategic teaching in repeated games’, Journal of Economic Theory, 104(1), 137–188, (2002). [4]. Ananish Chaudhuri, Sara Graziano, and Pushkar Maitra, ‘Social learning and norms in a public goods experiment with inter- generational advice’, The Review of Economic Studies, 73(2), 357–380, (2006). [5]. Kan-Leung Cheng, Inon Zuckerman, Dana Nau, and Jennifer Golbeck. Behavioral signatures for predicting agents’ behavior. http://www.cs.umd.edu/ ̃klcheng/tech_report_ behavioral_sig.pdf, 2014. [6]. D. Egnor, ‘Iocaine powder explained’, ICGA Journal, 23(1), 33–35, (2000). [7]. W.B.G. Liebrand and C.G. McClintock, ‘The ring measure of social values: A computerized procedure for assessing individual differences in information processing and social value orientation’, European journal of personality, 2(3), 217–230, (1988). [8]. Robert L Slonim, ‘Competing against experienced and inexperienced players’, Experimental Economics, 8(1), 55–75, (2005).