GithubHelp home page GithubHelp logo

Comments (6)

osbornejr avatar osbornejr commented on May 27, 2024

Further to this, it would be good if in the MATsim population file the attribute indicated which type of BDIagent the agent should be. Like BDIagent='Resident', BDIagent='Responder' etc. In this format, an agent that doesn't need a BDI correspondant could have attribute BDIagent='null'.

from bdi-abm-integration.

dhixsingh avatar dhixsingh commented on May 27, 2024

@osbornejr, yes likely we want more than one attribute and the ability to add more as we need them. Seems we could do something like this:

<person id="0">
  <attributes>
    <attribute name="BDIAgentType" class="java.lang.String" >io.github.agentsoz.ees.agents.Resident</attribute>
  </attributes>
  <plan selected="yes">
    ...
  </plan>
</person>

from bdi-abm-integration.

kainagel avatar kainagel commented on May 27, 2024

Added a test AttributesInPopulationTest which should explain this. Let me know if you have questions.

from bdi-abm-integration.

dhixsingh avatar dhixsingh commented on May 27, 2024

@kainagel, is AttributesInPopulationTest not pushed maybe? I can't see it yet.

from bdi-abm-integration.

dhixsingh avatar dhixsingh commented on May 27, 2024

@kainagel thanks, AttributesInPopulationTest is there now since 845fc54. Yes that's all we need, I can take it from here.

from bdi-abm-integration.

dhixsingh avatar dhixsingh commented on May 27, 2024

Available since 71ae240. Example input is:

<person id="0">
<attributes>
<attribute name="BDIAgentType" class="java.lang.String">io.github.agentsoz.ees.agents.Resident</attribute>
</attributes>
<plan selected="yes">
<activity type="home" x="238956.2162038625" y="5901816.901546365" end_time="06:00:00" >
</activity>
<leg mode="car">
</leg>
<activity type="home" x="238956.2162038625" y="5901816.901546365" >
</activity>
</plan>
</person>

And further below:

<person id="10">
<attributes>
<attribute name="BDIAgentType" class="java.lang.String">io.github.agentsoz.ees.agents.Responder</attribute>
<attribute name="BDIAgentInitArgs" class="java.lang.String">["--respondToUTM", "Tarrengower Prison,237100,5903400"]</attribute>
</attributes>
<plan selected="yes">
<activity type="home" x="252145.230968" y="5894310.30443" end_time="06:00:00" >
</activity>
<leg mode="car">
</leg>
<activity type="home" x="252145.230968" y="5894310.30443" >
</activity>
</plan>
</person>

from bdi-abm-integration.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.