
- •Intelligent Agents
- •1. Introduction
- •2. The eva approach
- •3. Eva Architecture Overview
- •3.1 Nano-Agent Architecture
- •3.2 The Nanocheme Language
- •3.3 Artificial Life Primitives
- •3.4 Natural Language Interaction
- •4. The Experimental Prototype
- •4.1 Believable Intelligent Agents
- •4.2 Schizophrenic mental Model
- •4.3 Emotions
- •4.4 Memory and Web Mining
- •4.5 Graphical Interface
- •5. Results
- •5.1 Eva vs. Alice
- •5.2 Discussion
- •6. Conclusion and Future Works
- •Virtual Worlds
- •1. Introduction
- •2. Related work
- •2.1 Norms in web based communities
- •2.2 Combining multiagent systems and virtual environments
- •3. Modelling activities in a social virtual world
- •3.1 Our approach: a hybrid system with software agents and humans in 3d virtual
- •3.2 An organization based Multiagent System
- •3.3 Intelligent objects to control and assist participants' activities
- •4. Generic framework to enforce norms in svw
- •4.1 General description
- •4.2 Prototype
- •5. Conclusions
- •1. Introduction
- •2. Background & Related Work
- •2.1 Background
- •2.2 Related Work
- •2.2.1 Web portal system
- •2.2.2 Service oriented architecture
- •2.2.3 Single sign-on approach
- •2.2.4 Web resources monitoring
- •2.2.5 Site map
- •3. Design Objectives & Requirements
- •4. System description & implementation
- •4.1 Overall architecture
- •4.2 Redirect scheme & Single sign on service
- •4.2.1 Redirect scheme
- •4.2.2 Single sign on service
- •4.2.2.1 Single sign on components
- •4.2.2.2 Single sign on approaches
- •4.3 Portal design & implementation
- •4.3.1 Classification of function linkages
- •4.3.2 Access control capability
- •4.3.3 Ddnm design & implementation
- •4.3.4 Content of configuration file
- •4.3.5 A case study
- •4.3.6 DdnmLog Scheme
- •4.3.7 Additional tools
- •5. Achievements & performance evaluation
- •5.1 Achievements
- •6. Discussion
- •7. Conclusion
- •1. Introduction
- •2. The a3 approach to brain informatics
- •2.1 The a3 vision on the mechanism of mind
- •2.2 Place of a3 approach among other approaches
4. Generic framework to enforce norms in svw
4.1 General description
We have developed a framework for generic behaviour management of virtual intelligent
objects. It decouples event provider from event dealer (i.e. behaviour handling) and,
compared to traditional virtual worlds, allows a better support for normative and dynamic
social virtual worlds. In a conventional VW, clients take charge of rendering, interaction and
behaviour handling (i.e. event capture and treatment). On the server side, digital assets are
stored (in proprietary or standard format), and the server propagates client changes to the
rest of connected users. The main drawback of this architecture is that an object behaviour
has to be reprogrammed when VW platform changes.
Our approach gets behaviour handling out of the VW platform. It is treated in an external
module named iObjects manager. An iObject is a 3D entity populating the virtual
environment which is exploited in two ways: it allows normal interaction as it would do in
the real world (e.g. approach/touch a door to open) and its virtual nature gives an added
value to the provided information (e.g. adapts dynamically color or size). More information
on iObjects can be found in (Rodriguez et al. 2008) . In the virtual world, iObjects ensure
participants norm compliance and give the user assistance during his participation.
iObjects' manager is designed to be used by several virtual world platforms. To do that, it is
needed to develop an extension module, iObjects extension in Figure 4, in the VW platform
that will communicate with the generic manager using a socket connection. Next section
presents the prototype we have developed in Wonderland virtual world (from Sun
Microsystems) and presents some simulation results.
Controlling and Assisting Activities in Social Virtual Worlds 21
Fig. 4. Generic approach to enforce norms in a SVW
As can be appreciated in Figure 4, an interaction with an iObject is captured in the virtual
world client and it is sent, using a socket message, to the iObjects manager. The message
indicates client identifier, object and event used to interact with the object. The iObject
manager decides which iObject action (e.g.. change color, size, trigger animation) has to be
sent back to the VW. This decision is based on a response given by an organization-based
multiagent system which establishes norms and possible interactions. The manager
maintains a hash with iObject identifier in the concrete VW (ioVW) and its generic
counterpart (iOgeneric). Currently, generic iObject events contemplated are OnPaint,
OnMouseButton, OnEnter (an avatar enters in an area near to object's position) and OnExit
(an avatar leaves an area near to object's position). Note that it is needed to do a mapping
between concrete VW events and generic ones contemplated by the iObjects manager.
4.2 Prototype
There are several VW platforms to develop an interactive virtual environment, Second Life,
Active Worlds and Wonderland, to name a few. All of them consist of similar components
such as avatars, buildings, scripting components and built-in features. We chose
Wonderland because it was conceived to work with 3D standards, it is open-source and
multi-platform (java-based). We have developed our prototype in WL 0.4 where 3D content
is represented in X3D standard format. WL 0.5 works with COLLADA, a well-extended 3D
interchange format. We are now migrating to version 0.5 available only for developers.
Once selected the VW platform, we studied how to incorporate iObjects in WL and how to
capture an event (i.e. an object interaction) in WL and communicate it to the external and
generic iObject manager. In particular, our prototype presents results obtained using an
iObjectDoor. In WL, doors are merely holes allowing to pass through them to avatars and so
change from one room to another one. An iObjectDoor adds an additional nuance letting
pass through it only avatars having permission, that is, avatars who comply with the norms
established by the multiagent system refered in Figure 4. Figure 5 shows two simulations
exploiting norm compliance for an iObjectDoor in Wonderland. Client 1 (named c1a) sees the
door in green because he complies with the norm allowing to enter the next room. Client 2
(named c2) sees it in red because he does not comply the norm. Note that both snapshots
correspond to the same door in the same virtual world but thanks to a multi-view scheme
both clients see the same door with different colors depending on their permission to pass
through it. Avatars without access permission have always the collision control enabled so
that they can never get closer to the door.
Fig. 5. Controlling norm compliance by means of an iObjectDoor in Wonderland (on the left:
Client1, on the right: Client2)
Virtual worlds can be exploited as dynamic information spaces, for example, adapting the
visualization of a virtual object depending on the participant profile or previous activities.
As mentioned before, we propose an iObject multi-view scheme by keeping different 3D
models of the iObject. All clients share an indexed set of visual representations (red door,
green door, glazing door, etc.), but only one is active for each client in a given moment.
Figure 6 shows the multi-view scheme of an iObjectDoor in Wonderland. On the left side,
Client 2 sees glazed red door because he has permission to see the next room but not to pass
through it. On the right side, Client 3 has both permission to see and to pass through it.
Controlling and Assisting Activities in Social Virtual Worlds 23
Fig. 6. Snapshots showing multi-view scheme. Client 2 and client 3 views of the iObjectdoor
on left and right pictures, respectively
When an avatar is near to the door and clicks the mouse over the door, the iObjectDoor
captures the event and asks the iObjects manager whether the client complies norms
allowing to access the room (e.g.. in an auction, the buyer has paid registration fee). Then, if
the answer is affirmative, the iObjectDoor runs the local animation and notifies it to the
server so that the rest of clients also visualize it.