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

Class PerceptionModule

source code


Interface for the perception system of a ship.

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.