Main Page Files Productions Problem Spaces Operators Goal Hierarchy Groups Prod. By Type Todo All
Path to this file:
elaborations.soar
[src]
Go to the source for this file...
Kernel Compatibility
7.3 | No workey |
8.3 | Feelin' fine. |
elaborate*sidestep-directions | Used in retreat\move.soar |
elaborate*state*health*low | Detects low health state. |
elaborate*state*energy*low | Detects low energy state. |
elaborate*task*tanksoar |
Modified by ray on Jan 27, 2003 for TankSoar: Here are some comments about this modification note. And here is a reference: see elaborate*retreat*incoming*direction
elaborate*sidestep-directions |
Documented at line 69 of file elaborations.soar Defined at line 75 of file elaborations.soar Used in retreat\move.soar Type: elaboration
Problem Spaces: tanksoar
Member of group: tanksoar-elaborations. |
elaborate*state*health*low |
Documented at line 187 of file doc.soar Defined at line 38 of file elaborations.soar Detects low health state. Type: elaboration
Detailed DescriptionWhen low health is detected (^io.input-link.health <= 200) adds ^health-energy = low attribute to top state.
Problem Spaces: tanksoar
Member of group: tanksoar-elaborations. |
elaborate*state*energy*low |
Documented at line 44 of file elaborations.soar Defined at line 62 of file elaborations.soar Detects low energy state. Type: elaboration
Detailed DescriptionWhen low energy is detected (^io.input-link.energy <= 200) adds ^health-energy = low attribute to top state. Todo
Kernel Compatibility
Problem Spaces: tanksoar
Member of group: tanksoar-elaborations. |
elaborate*task*tanksoar |
Documented at line 28 of file elaborations.soar Defined at line 33 of file elaborations.soar
Detailed Descriptionthis is a production
|