Questions tagged [agents]
113 questions
0
votes
1 answer
Dialogflow Prebuilt agents language
I'm working in a chatbot with EN and ES locales.
The default locale is ES.
I want to add small talk using prebuilt agents. But here is the problem: Once I import the agent, this agent only appear with ES locale. It means that when I export the…

Fran Blázquez Matías
- 47
- 7
0
votes
1 answer
AnyLogic how to link one agent to another
Im a relative noob regarding anylogic but i got a task to do in my homework so here comes my question:
I created a population of agents who are all patients... these patients get ill with a probabilty of lets say 30%... i alrdy implemented this one…

Hydra1995
- 1
- 2
0
votes
1 answer
Can we install zabbix server and agents in 2 different networks?
We are planning to install zabbix in our production environment as we need to monitor around 10-12 servers. The key point here is we are planning to install the zabbix server on an external internet server while these 10 agents are on intranet.These…

Tanya C
- 85
- 2
- 8
0
votes
1 answer
Eiffel sqlite call with extra parameters
I have copied some code from an example for accessing an sqlite database. It uses an agent to get the returned rows:
check_db (input_line: STRING)
local
df_db: SQLITE_DATABASE
df_db_query: SQLITE_QUERY_STATEMENT
…

shakeshuck
- 95
- 1
- 5
0
votes
1 answer
XMPP vs JMS as a message carrier
I'm considering using either XMPP or JMS as the transport for exchanging messages between software agents. (I'm working with the JADE agent system.)
The main problem I need to solve is to be able to send or deliver messages from/to agents which may…

Surfin' Smurf
- 21
- 2
0
votes
2 answers
Counts at a specific time step in AnyLogic
I'm trying to run a standard SIR agent-based model where agents transition from 'Susceptible' to 'Infected', and from 'Infected' to 'Recovered'. I'm now interested in calculating the instantaneous incidence, i.e. the number of agents who transition…

user3qpu
- 67
- 1
- 10
0
votes
0 answers
No proper definitions for the types of artificial agents
I have been searching for the definitions of the following:
Reflex agent
Model-based Agent
Goal-based Agent
Utility-based Agents
But I couldn't find anything. Most of the websites explain each with 2 sentences and one diagram which is kind of…

elseshawe
- 161
- 2
- 6
0
votes
0 answers
C# monitor SNMP timeticks from multiple IP addresses
I'm attempting to monitor multiple SNMP agents (timeticks) with SnmpSharpNet across separate networks. The code below works with a single IP address, but when I try and connect to a second IP address the code fails, I'm trying to run this…

clomas
- 93
- 1
- 13
0
votes
1 answer
How can I choose number of agents from a population (Anylogic)?
In Anylogic, If I have a 6000 agents in X population..How can I choose 2000 form this population to do a specific task ??
Thank you.

Rawand Smadi
- 9
- 1
- 5
0
votes
1 answer
Scoop with agents
I'm trying to use an agent callback concurrently. Unfortunately, no matter what I do it always seems to run sequentially instead of parallel. (without the agent it doesn't)
main class(APPLICATION):
class
APPLICATION
inherit
…

algorithms
- 1,085
- 1
- 12
- 21
0
votes
1 answer
VS2013 Agents from where can i download?
VS2013 agents are not found in site https://www.microsoft.com/en-hk/download/details.aspx?id=40750,where can i download it from.I want it to install in build server to run unit test from TFS xaml build.

Priya.D
- 111
- 9
0
votes
0 answers
Communication between BDI agents
i am facing a problem with understanding the platform awareness concept. My aim now is to make 2 agents communicate (one agent is on my laptop and the other one is on my raspberry pi) and my laptop & pi are connected to the same wifi network. The…

Sandra
- 1
- 1
0
votes
2 answers
How to isolate multiple Teamcity agents from getting picked up by a specific job
I would like my build job to not build on specific teamcity agents and there is no common pattern for the build agent names. Is there a way I can isolate multiple agents from getting picked up by a single job.
For example I can make sure that the…

Jose
- 1,333
- 5
- 20
- 38
0
votes
0 answers
SPADE installation
I have a problem with SPADE( Plateform for Mobile Agents) when i'm trying to install it using command prompt. I got this error :
> Searching for pywin32 Reading https://pypi.python.org/simple/pywin32/
> No local packages or download links found for…

Mariam Belghzal
- 11
- 2
0
votes
1 answer
How to set each agent as a different node in Anylogic?
So I'm working with anylogic and I wanted to create a discrete event model of a factory, I have created an agent called tools and place it according to the coordinates from an excel sheet (there are more than 200 agents) and I have a path which I…

Tauste
- 11
- 2