dLife Home Page

Uses of Class
dlife.sys.SerializationBase

Packages that use SerializationBase
dlife.ga Classes and interfaces that support the creation of genetic algorithms. 
dlife.gui.connectiondialog   
dlife.nn Classes and interfaces that support the creation of neural networks. 
dlife.rl Classes and interfaces that support time difference (TD) based reinforcement learning. 
dlife.robot.player Classes and interfaces that support interaction with the Player (v 2_0_3/4) / Stage (v 2_0_4/5) simulation system. 
dlife.vision.server The dlife.vision.server.VisionServer streams video from a V4L (video for Linux) source to dLife. 
 

Uses of SerializationBase in dlife.ga
 

Subclasses of SerializationBase in dlife.ga
 class FixedSizePopulation
          A Population with a fixed number of Individuals.
 class Individual
          This class represents an individual in an evolving population.
 class Population
          Abstract base class for a Population of Individuals.
 

Uses of SerializationBase in dlife.gui.connectiondialog
 

Subclasses of SerializationBase in dlife.gui.connectiondialog
 class BluetoothNameMap
          This class maintains a mapping from bluetooth address to a user defined name for the device.
 class ServerPortMap
          This is a structure that holds server address / port pairs that have been used with a robot (e.g.
 

Uses of SerializationBase in dlife.nn
 

Subclasses of SerializationBase in dlife.nn
 class CMACNeuralNetwork
          Implementation of a CMAC (Cerebellar Model Articulation Controller) Neural Network.
 class ElmanNeuralNetwork
          Implementation of a fully connected multi-layer Elman neural network.
 class FFBPNeuralNetwork
          Implementation of a fully connected multi-layer feed forward neural network with back propagation training.
 class FFNeuralNetwork
          Implementation of a fully connected multi-layer feed forward neural network.
 class NeuralNetwork
          Abstract base class that provides common functionality for a variety of neural networks.
 

Uses of SerializationBase in dlife.rl
 

Subclasses of SerializationBase in dlife.rl
 class TDLearner
          Base class for Time Difference based reinforcement learning agents (e.g.
 

Uses of SerializationBase in dlife.robot.player
 

Subclasses of SerializationBase in dlife.robot.player
 class PlayerSimulation
          A PlayerSimulation object is a helpful object to create a Player simulation and all necessary configuration files.
 class PlayerSimulation.PlayerSimulationPuck
          A PlayerSimulationPuck is used to keep track of the information a puck has in a player simulation.
 class PlayerSimulation.PlayerSimulationRobot
          A PlayerSimulationRobot is used to keep track of the information a robot has in a player simulation.
 

Uses of SerializationBase in dlife.vision.server
 

Subclasses of SerializationBase in dlife.vision.server
 class VisionServerDeviceList
          A VisionServerDeviceList is a useful object for storing device information about video devices on a given VisionServer.
 class VisionServerMap
          This class is used to store device information from a dLife VisionServer and map them to a server.
static class VisionServerMap.VideoSourceInfo
          A VideoSourceInfo contains information about the state of a VideoSourceDialog.
 


dLife Home Page