fredpy / trex2-agent

An architecture for goal directed control of autonomous agents
BSD 3-Clause "New" or "Revised" License
14 stars 13 forks source link

Need to document how to model for trex #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It can be difficult at first for users to make within an europa reactor the 
separation of intention and belief within the model.

I use quite often the same design patter where the model uses a proxy timeline 
that will maintain the intentions of an external timeline future state from the 
external timeline itself. (lightswitch model uses this pattern where the fact 
of turning the light on or off is managed by e simple europa timeline).

I need to produce a tutorial/documentation about such pattern which explains 
why it is important and how it helps the europa reactor manage the separation 
between intension (the proxy timeline) and belief (the observations on the 
external timeline) in a more robust way.

Original issue reported on code.google.com by fre...@gmail.com on 9 Jul 2012 at 1:19