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.
Configuration Summary |
default configuration |
default
|
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
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:
default
default configuration default
- Initial Plans:
- evaluation
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.