SAPEREMove LSATo Agent
open fun SAPEREMoveLSAToAgent(env: Environment<out Any, out Any>, node: ILsaNode, destId: Int, template: ILsaMolecule)
Content copied to clipboard
This is the constructor that should be called from DSL. Dynamically computes the destination node if an id is given.
Parameters
env
the current environment
node
the source node, where this action is programmed
dest Id
the destination node id
template
the template LSA to match and move
open fun SAPEREMoveLSAToAgent(node: ILsaNode, dest: ILsaNode, template: ILsaMolecule)
Content copied to clipboard
Parameters
node
the source node, where this action is programmed
dest
the destination node, where this action will move the matched intance
template
the template LSA to match and move