Module shipModels :: Class CompleteStatePerceptionModule
[hide private]
[frames] | no frames]

Class CompleteStatePerceptionModule

source code


Percepts the complete state of the world

Instance Methods [hide private]
 
getListOfPercepts(self, fullState)
An abstract function, that defines an interface for perception.
source code
Method Details [hide private]

getListOfPercepts(self, fullState)

source code 

An abstract function, that defines an interface for perception. Its input is the full world state, and its output is a list of percepts that the ships senses, based on the current world state.

Overrides: PerceptionModule.getListOfPercepts
(inherited documentation)