|
|
|
|
|
|
|
dict
|
|
|
float
|
|
|
LinkKey
|
getLinkKey(self,
relation,
entity)
Returns:
the vector index for this entity's relation to the given entity |
source code
|
|
|
str[]
|
|
|
str[]
|
getLinkees(self,
relationship)
Returns:
the others to which this entity has explicit relationships of the
specified type |
source code
|
|
|
teamwork.math.probability.Distribution
|
|
|
float
|
|
|
|
initEntities(self,
entityList)
Sets the entities linked to |
source code
|
|
|
|
parse(self,
element)
Extracts this agent's recursive belief structure from the given XML
Element |
source code
|
|
dict
|
preComStateEstimator(self,
beliefs,
actions,
epoch=-1,
debug=None)
Computes the hypothetical changes to the given beliefs in response to
the given actions |
source code
|
|
|
|
removeLink(self,
relationship,
entity)
Removes the given relationship from this entity to the given one |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
updateLinks(self,
delta)
Takes changes to relationships and modifies them accordingly |
source code
|
|
|
dict
|
updateTrust(self,
sender,
delta,
accept)
Updates the given delta based on any changes due to the
acceptance/reject of a message |
source code
|
|
|
Inherited from GoalBased.GoalBasedAgent:
__copy__,
__str__,
actionValue,
applyGoals,
expectedValue,
fit,
generateConstraints,
getGoalTree,
getGoalVector,
getGoalWeight,
getGoals,
getNormalization,
normalizeGoals,
setGoalWeight,
setGoals
Inherited from RecursiveAgent.RecursiveAgent:
__deepcopy__,
__eq__,
__getitem__,
__ne__,
ancestry,
applyChanges,
applyPolicy,
beliefDepth,
findObservation,
freeze,
getActionKeys,
getBelief,
getBeliefKeys,
getDynamics,
getEntities,
getEntity,
getEntityBeliefs,
getNestedBelief,
getObservation,
getObservations,
getSelfBelief,
getState,
getStateFeatures,
hasBelief,
incorporateMessage,
initialStateEstimator,
invalidateCache,
multistep,
observe,
resetHistory,
saveObservations,
setBelief,
setEntity,
setName,
setObservation,
setRecursiveBelief,
setSelfBelief,
setState,
stateEstimator,
step,
toHTML,
updateStateDict
Inherited from Agent.Agent:
__cmp__,
generateAllObservations,
generateHistories,
legalActions,
legalMessages,
observable,
postComStateEstimator
|