Research activities



Current project


Past projects


PhD. thesis


My PhD. thesis is entitled describing the behaviours of autonomous virtual agents (written and defended in French). It was supervised by Philippe Codognet (LIP6/INRIA) and Alain Grumbach (ENST), in collaboration with ENST, INRIA and LIP6. This work lead us to design the InViWo model, specify a first version of the Marvin language and implement two prototypes of multi-agent execution platform.


InViWo and Marvin


An InViWo agent is made of attributes, sensors, effectors and behaviours. Its action selection architecture is both distributed and synchronous: it is made of independent, concurrent, synchronized, interconnected behavioural modules. This architecture is inspired by behaviour-based architectures (animats, reactive robotics) and by the synchronous model (real-time systems). The synchronous model ensures the determinism of the behaviour of our agents. An InViWo avatar is a special agent, which represents a user in an InViWo world. An avatar is called semi-autonomous when it is partly controlled by its user.

The InViWo platform is developed in Java under the GPL license. This platform executes the agents and handles the inter-agent communication. The interaction between agents can be observed through any user interface that is able to communicate with an InViWo avatar. The current version of the platform (tested on FreeBSD, Linux and Windows) visualizes an InViWo world either in 2D (with Swing/AWT) or in 3D (with Java3D).

The components of an InViWo agent can be described with the Marvin programming language. In particular, Marvin makes it easy to describe the concurrent, synchronous modules that compose the decision process of the agent. Our language is strongly inspired by the Esterel language. The current Marvin interpreter uses the ANTLR toolkit for the parsing phase and for the generation of an instruction set to be executed by the InViWo platform.


Selection of papers from previous projects



Misc