Questions tagged [agent-based-computing]
18 questions
27
votes
1 answer
How do I find my wife in a supermarket?
If two people are lost in a maze, is there an algorithm that they can both use to find each other without having previously agreed what algorithm they will be using?
I think there are some characteristics that this algorithm will have:
Each person…
jl6
- 373
- 2
- 5
6
votes
1 answer
Clarification of the definition of a POMDP
From what I understand, a $MDP=(G, A, P, R)$ (markov decision process) is represented as:
A complete directed graph $G=(V, E)$
A set of actions $A_u$ for each vertex $u \in V$
A reward function $R$ that maps any vertex to some reward, i.e., $R…
Phylliida
- 250
- 2
- 9
5
votes
1 answer
Research work on computational models for a "specific" person's behaviors
Is there active research work on creating computational models of a "specific" person's behaviors (general behaviors, emotions, actions...)? What are some references for such research? I tried google and scopus and did not have much luck.
I have…
wmac
- 171
- 3
4
votes
1 answer
Canonical reference on agent-based computing
I am interested in exploring the world of BDI agents (software agents that possess "beliefs, desires, intentions", essentially the agent has knowledge of the world, a set of motivations, and carries out certain plans).
I recently read A Canonical…
jonsca
- 561
- 1
- 5
- 25
3
votes
0 answers
What are the theoretical and practical contributions of Multiagent Systems to science?
Speaking about multiagent systems (MAS) is about as fuzzy as talking about artificial intelligence systems (AI). They are in essence the distributed counterpart of AI.
While there are no so-called "AI theorem", AI research had given rise to many…
Nicolas
- 216
- 1
- 4
3
votes
0 answers
How is amorphous computing different from spatial computing?
Surely spatial computing and amorphous computing share similarities and overlap. Is spatial computing a subset of amorphous computing? How are the two different?
Jelle
- 131
- 1
3
votes
1 answer
What is a distributed algorithm for generating random "private" pair-matchings?
Say you have 2N named peers (agents) able to address each other by their name and communicate freely among them.
What distributed algorithm could they use in order to randomly pair up? The final situation would be that the agents were able to…
Federico
- 65
- 4
2
votes
0 answers
Is it possible to define logic programming for every logic that has implication and conjunction connectives?
Is it possible to define logic programming for every logic that has implication and conjunction connectives? Does logic programming adds something new to the usual inference process. By usual inference process I mean the construction of the…
TomR
- 1,411
- 8
- 17
2
votes
0 answers
What are the prerequisites for working on multi agent systems?
I am starting to study about Multi Agent Systems and I wanted to know which sciences are most used in these systems, I am aware of game theory and Markov statistical relations (Markov Decision Process and Markov Hidden Model).
But I am not aware of…
Freelancer
- 129
- 1
- 12
2
votes
0 answers
What is the difference between Swarm intelligence and Multiagentsystems?
Swarm intelligence and Multiagent systems are both a part of Distributed AI. Multiagent systems describe a system with agents, which communicate with each other.
Swarm intelligence describes systems, which coordinate through decentralized control…
Marten
- 121
- 5
1
vote
1 answer
Can agent be autonomous without having consciousness?
My intuition is that 1) self-awareness (modeled through epistemic modal logics); 2) goal reasoning (e.g. https://www.aaai.org/ocs/index.php/AAAI/AAAI16/paper/view/12292) and 3) consciousness (e.g. Integrated Information Theory) are the necessary and…
TomR
- 1,411
- 8
- 17
1
vote
0 answers
How BDI agent architecture is connected with PSI agent architecture?
How BDI (Beliefs-Desires-Intentions) agent models is connected with PSI agent model http://cognitive-ai.com/ (and https://en.wikipedia.org/wiki/Psi-theory)? Is one of the models the generalization of the other? PSI model seems to be more…
TomR
- 1,411
- 8
- 17
1
vote
1 answer
Broadcasting on a dynamic grid
We are given a $n \times n$ grid, where each node can maintain a single "active" edge with one of its 4 neighbors at each time step. The active edge of each node changes periodically clockwise or anticlockwise, in the sense that if, for example, at…
user1767774
- 203
- 1
- 6
1
vote
0 answers
Is there open source model of multi-agent system of consumer behavior?
I am trying to build models of consumer behavior (especially investigating the impact of advertising on purchase decisions) using multi agent systems but I wonder are there already available some open source models? I checked available models in the…
TomR
- 1,411
- 8
- 17
1
vote
0 answers
Intelligent Agents-Probability and Beliefs
I am reading about probability and beliefs in artificial intelligent agents, and came across the following passage:
Why the axioms of probability are reasonable
The axioms of probability can be seen as restricting the set of probabilistic beliefs…
MrD
- 215
- 1
- 8