1 / 8

The project ENTs A storyboard demo

Cyril Brom, Ondřej Bojar Charles University in Prague Faculty of Mathematics-Physics brom@ksvi.mff.cuni.cz obo@cuni.cz 2/2005.

ryann
Download Presentation

The project ENTs A storyboard demo

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Cyril Brom, Ondřej Bojar Charles University in Prague Faculty of Mathematics-Physics brom@ksvi.mff.cuni.cz obo@cuni.cz 2/2005 Both of the authors are students. The demo is submitted to AAMAS 05. This research is partially supported by the Program “Information Society” under the project 1ET100300517. The project ENTsA storyboard demo

  2. Note that all screenshots are captured from the Czech version of the project. English user interface is available as well. Opening… Introducing the project ENTs: • What are ents (human-like agents)? • What can they do? What they aim at? • How can a user interact with them? • What is the purpose of the tool? A world of ents just after startup – the gardener is sitting in a chair and the user-controlled agent is looking at it.

  3. Searching for a can… We observe the behaviour of an artificial gardener: • After it finds a can, the gardener will start watering dry beds in the garden. • The gardener moves from one dry bed to another. Up to now, the life has been simple… A user-agent is looking at the gardener who is just watering a bed.

  4. Changes in the world… We observe reactive switching in the behaviour of the gardener: • When the can becomes empty the gardener must reactively switch to another behaviour. • The can can become empty at any time… no way to plan this!What else can change anytime? …Whatever! For instance, someone else can water the beds instead of the gardener so suddenly there may be no dry bed left. • The gardener chooses the closest basin to refill the can. The user-agent is looking at the gardener who has just chosen the closest basin and who is going to refill the can there.

  5. Interacting with the gardener… The gardener reacts to commands issued in Czech: 1 • Using a text input field to formulate an utterance (optionally pointing at an object), we ask the gardener to pick up a can. • The gardener obeys the command and interrupts hoeing the beds to pick up the selected or described can. 2

  6. Artificial life… We demonstrate that the gardener carries out diverse set of goals, in particular it must satisfy all its internal needs like thirst and hunger: • If hungry, the gardener can pull up a carrot and wash it (or find a bread or other suitable object), wash its hands and eat it. • Then it is able to continue any interrupted task. • In the meantime, the gardener can be again interrupted by a user-agent or by any relevant change in the world. Washing the carrot…

  7. schedullerRegisterTask("wateringGarden", _, 20, 30, 360, 400, _), schedullerRegisterTask("hoeGarden", _, 180, 20, 720, 800, _), schedullerRegisterInternalNeed("hunger", "eatScript", 78, _), schedullerRegisterInternalNeed("thirst", "drinkScript", 80, _), ... if not inHands( "can" ) then { findAndTakeSubGoal( ["item" = "can"], hCan, "S" ) OR { FAIL } }, RERUN fi, localHook( not inHands( "can" ), "PRIO_MAX", RERUN }, interruptCanNotInHands ) , ... Towards prototyping… We conclude with a real example on how to modify the behaviour of an agent and briefly show a debugger of scripts that control the behaviour.

  8. The End

More Related