Jadex 0.96

jadex.examples.blocksworld
Agent Evaluation


agent Evaluation

The blocksword evaluation agent.

Uses the blocksworld scenario to evaluate Jadex performance. Tests different settings for goal deliberation options. Results are written to .csv file.


Goal Summary
achievegoal stack(Block block, Block target)
          
achievegoal stack_delib(Block block, Block target)
          
 
Plan Summary
standard plan evaluation()
          
standard plan stack(Block block, Block target)
          
 
Configuration Summary
default configuration  default
          
 

Goal Detail

stack_delib

achievegoal stack_delib(Block block, 
                        Block target)
Parameters:
in parameter block
in parameter target
BDI flags:
retry: true
retry delay: 0
exclude: when_tried
random selection: false
post to all: false
Target Condition:
$goal.block.getLower()==$goal.target
Deliberation:
inhibits stack_delib - This is always false, as there is only one goal per block
$goal.block==$ref.block

stack

achievegoal stack(Block block, 
                  Block target)
Parameters:
in parameter block
in parameter target
BDI flags:
retry: true
retry delay: 0
exclude: when_tried
random selection: false
post to all: false
Target Condition:
$goal.block.getLower()==$goal.target
Plan Detail

stack

standard plan stack(Block block, 
                   Block target)
Parameters:
in parameter block (goal mappings: stack_delib.block stack.block)
in parameter target (goal mappings: stack_delib.target stack.target)
Plan body:
Plan trigger:
Goals:
stack_delib
Goals:
stack

evaluation

standard plan evaluation()
Plan body:
Configuration Detail

default

default configuration default
Initial Plans:
evaluation

Jadex 0.96

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.