tatami 2 a flexible framework for modular agents
play

tATAmI-2 a Flexible Framework for Modular Agents Andrei Olaru - PowerPoint PPT Presentation

tATAmI-2 a Flexible Framework for Modular Agents Andrei Olaru cs@andreiolaru.ro University Politehnica of Bucharest 28.05.2015 0 / 1 . Andrei Olaru cs@andreiolaru.ro . CSCS20 . Bucharest, Romania 28.05.2015 tATAmI-2 a


  1. tATAmI-2 – a Flexible Framework for Modular Agents Andrei Olaru – cs@andreiolaru.ro University Politehnica of Bucharest 28.05.2015 0 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  2. tATAmI-2 – a Flexible Framework for Modular Agents overview 0 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  3. · tATAmI-2 – a Flexible Framework for Modular Agents · · | Problem Context − → AmI · Context: building a MAS framework for MAS-based AmI applications We require a framework with a lot of flexibility: ◮ agents must be able to run on various devices (PC, Android, iOS, Arduino) ◮ agents must be able to use various communication methods · TCP/IP · web services · web sockets · queues · other? ◮ agents structure must be able to be very light or more complex · behaviors · S-CLAIM · other AOP languages 1 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  4. · tATAmI-2 – a Flexible Framework for Modular Agents · · | Problem Context ◮ How to model agents regardless of their internal structure? ◮ How to model communication and mobility services? ◮ How to control agents and platforms? ◮ How to correctly load platforms and agents? 2 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  5. · tATAmI-2 – a Flexible Framework for Modular Agents · · | What are we doing? CLAIM 2010 2013 2015 & SymPa tATAmI-1 tATAmI-2 tATAmI-2.5 S-CLAIM S-CLAIM platforms A.Suna Jade ContextKB Jade A.Olaru A.Olaru A.Olaru M.T. Benea M.T. Benea C.Mihai T.T.N.Nguyen E.Sevastian 3 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  6. · tATAmI-2 – a Flexible Framework for Modular Agents · · | What are we doing? S-CLAIM → − Knowledge Visualization Base Jade agent tATAmI-1 tATAmI-2 class inheritance layers flexible modules/components 4 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  7. · tATAmI-2 – a Flexible Framework for Modular Agents · · | tATAmI-2 Architecture The tATAmI-2 framework connects all platforms and agents, accross multiple machines. A machine that is part of the framework; it hosts one or more containers, which host agents. A platform spans multiple machines and offers commu- nication, discovery and mobility services to agents. An agent runs inside a container, being loaded on a platform. A component runs inside an Composite agent an imple- ments functionality. 5 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  8. · tATAmI-2 – a Flexible Framework for Modular Agents · · | tATAmI-2 Architecture The platform is an entity that offers various types of services to agents. · tATAmI-2 sees it as: PlatformLoader · an agent sees it as .start() platform link .stop() - can only be used by .loadAgent() specialized components .recommendComponent() Loading a platform: create instance − → start − → create containers − → create link agents − → load agents 6 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  9. · tATAmI-2 – a Flexible Framework for Modular Agents · · | tATAmI-2 Architecture The agent is a persistent, autonomous entity that percieves, acts and commu- nicates · tATAmI-2 sees it as: AgentManager · the platform is contacted .start() by the agent’s .stop() specialized components .setPlatformLink() An agent is loaded by an AgentLoader : create the agent loader − → pre-load the agent − → load the agent − → load the agent on the platform − → start − → enrol − → start simulation 7 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  10. Boot load scenario platform(s) boot load platforms load agent loaders pre-load agents start platforms create containers Create Agents start Sim Link Agents Mgr Sim load agents create agents load agents onto platforms start agents Start Simulation enrol agents with Sim Link Agents tATAmI-2 – a Flexible Framework for Modular Agents · signal simulation start to all agents start starts event timeline | tATAmI-2 Architecture . Bucharest, Romania 28.05.2015 . CSCS’20 . Andrei Olaru – cs@andreiolaru.ro Clear Agents . . . signal simulation stop to all agents agents close agents stop components Exit stop Sim Link Agents platform(s) exit stop platforms close GUI 8 / 1 system exit · ·

  11. · tATAmI-2 – a Flexible Framework for Modular Agents · · | tATAmI-2 Features Use an XML scenario file to completely specify the initial configuration < s c e n : p l a t f o r m > < s c e n : p a r a m e t e r name=”name” v a l u e=” l o c a l ” / > < / s c e n : p l a t f o r m > < s c e n : i n i t i a l > < s c e n : c o n t a i n e r name=” Container ” > < s c e n : a g e n t > < scen:component name=” p a r a m e t r i c ” / > < scen:component name=” v i s u a l i z a b l e ” / > < scen:component name=” messaging ” / > < scen:component name=” t e s t i n g ” c l a s s p a t h=” . . . PingBackTestComponent” > < s c e n : p a r a m e t e r name=” other agent ” v a l u e=”AgentB” / > < s c e n : p a r a m e t e r name=” i n i t i a t o r ” v a l u e=” t r u e ” / > < / scen:component > < s c e n : p a r a m e t e r name=” l o a d e r ” v a l u e=” composite ” / > < s c e n : p a r a m e t e r name=”name” v a l u e=”AgentA” / > < / s c e n : a g e n t > < s c e n : a g e n t > < scen:component name=” p a r a m e t r i c ” / > < scen:component name=” v i s u a l i z a b l e ” / > < scen:component name=” messaging ” / > < scen:component name=” t e s t i n g ” c l a s s p a t h=” . . . PingBackTestComponent” / > < s c e n : p a r a m e t e r name=” l o a d e r ” v a l u e=” composite ” / > < s c e n : p a r a m e t e r name=”name” v a l u e=”AgentB” / > < / s c e n : a g e n t > < / s c e n : c o n t a i n e r > < / s c e n : i n i t i a l > 9 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  12. · tATAmI-2 – a Flexible Framework for Modular Agents · · | tATAmI-2 Features Composite agents are formed of components which communicate by means of an event queue. · and agent sees it as: · tATAmI-2 sees it as AgentComponent .initialize() .parentChangeNotifier() .preload() .signalEvent() Loading a component: initialize − → preload − → add to agent − → agent start − → simulation start 10 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  13. · tATAmI-2 – a Flexible Framework for Modular Agents · · | tATAmI-2 Features Example: the Messaging Component – abstracts messaging services · A message is abstracted as a content sent between two endpoints · An endpoint has an external path and an internal path jade:platform-1/AgentA /VISUALIZATION/CONTROL � �� � � �� � internal path external path (agent address) ◮ can be extended by any component offering messaging services ◮ provides metods such as send(), registerMessageHandler(), getAgentAddress() ◮ is able to access the platform by using the platform link ◮ each platform is able to recommend a corresponding messaging component 11 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  14. · tATAmI-2 – a Flexible Framework for Modular Agents · · | Implementation ◮ tATAmI-2 core ◮ local messaging platform + corresponding component ◮ Jade messaging platform + corresponding component ◮ WebSocket messaging platform + corresponding component ◮ visualization, control, S-CLAIM interpreter ◮ various test components 12 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  15. · tATAmI-2 – a Flexible Framework for Modular Agents · · | Implementation Andrei Olaru Emma Sevastian · architecture · scenario implementation · main development Cosmin Mihai Marius-Tudor Benea · WebSocket messaging · S-CLAIM development · Android development Thi Thuy Nga Nguyen · tATAmI-1 development Amal El-Fallah Seghrouchni · tATAmI-1 coordination Adina Magda Florea · coordination 13 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  16. · tATAmI-2 – a Flexible Framework for Modular Agents · · | Implementation ◮ multiple platforms running at the same time ; same agent communicating through different means ◮ web service messaging ◮ conversation support ◮ Android deployment (supported in tATAmI-1) 14 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

  17. Thank You! Any Questions? 14 / 1 . Andrei Olaru – cs@andreiolaru.ro . CSCS’20 . Bucharest, Romania 28.05.2015

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend