Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Interfaces.IObserver Interface Reference

More...

Inheritance diagram for droid.Runtime.Interfaces.IObserver:
Collaboration diagram for droid.Runtime.Interfaces.IObserver:

Public Member Functions

void UpdateObservation ()
 
void EnvironmentReset ()
 

Properties

IEnumerable< float > FloatEnumerable [get]
 
- Properties inherited from droid.Runtime.Interfaces.IRegisterable
string Identifier [get]
 

Detailed Description

Definition at line 7 of file IObserver.cs.

Member Function Documentation

◆ EnvironmentReset()

void droid.Runtime.Interfaces.IObserver.EnvironmentReset ( )

◆ UpdateObservation()

void droid.Runtime.Interfaces.IObserver.UpdateObservation ( )

Implemented in droid.Runtime.Prototyping.Sensors.Camera.Deprecated.CameraSensor, droid.Runtime.Prototyping.Sensors.Camera.Deprecated.NativeColorFloatArrayCameraSensor, droid.Runtime.Prototyping.Sensors.Transform.EulerTransformSensor, droid.Runtime.Prototyping.Sensors.Camera.ByteArrayCameraSensor, droid.Runtime.Prototyping.Sensors.Camera.Deprecated.FloatArrayCameraSensor, droid.Runtime.Prototyping.Sensors.Rigidbody.RigidbodySensor, droid.Runtime.Prototyping.Sensors.Experimental.CompassSensor, droid.Runtime.Prototyping.Sensors.Rays.NearestByTagSensor, droid.Runtime.Prototyping.Sensors.Transform.Position2DSensor, droid.Runtime.Prototyping.Sensors.Grid.GoalCellSensor, droid.Runtime.Prototyping.Sensors.Camera.Deprecated.StringAugmentedCameraSensor, droid.Runtime.Prototyping.Sensors.Transform.QuaternionTransformSensor, droid.Runtime.Prototyping.Sensors.Grid.GridPositionSensor, droid.Runtime.Prototyping.Sensors.Transform.PositionSensor, droid.Runtime.Prototyping.Sensors.Rays.InstantUniformLidarSensor, droid.Runtime.Prototyping.Sensors.Transform.RotationSensor, droid.Runtime.Prototyping.Sensors.Occupancy.Occupancy3dSensor, droid.Runtime.Prototyping.Sensors.Experimental.TargetRigidbodySensor, droid.Runtime.Prototyping.Sensors.Experimental.ValueSensor, droid.Runtime.Prototyping.Sensors.Rays.RaycastSensor, droid.Runtime.Prototyping.Sensors.Rigidbody.VelocitySensor, droid.Runtime.Prototyping.Sensors.Rays.LineOfSightSensor, droid.Runtime.Prototyping.Sensors.BoundingBox.ScreenSpaceBoundingBoxSensor, droid.Runtime.Prototyping.Sensors.BoundingBox.BoundingBoxSensor, droid.Runtime.Prototyping.Sensors.Sensor, droid.Runtime.Prototyping.Sensors.Experimental.CategoricalSensor, droid.Runtime.Prototyping.Sensors.Camera.Deprecated.Segmentation.SegmentationSensor, droid.Runtime.Prototyping.Sensors.Rigidbody.AngularVelocitySensor, droid.Runtime.Prototyping.Sensors.Transform.SingleAxisTransformSensor, droid.Runtime.Prototyping.Sensors.Camera.Deprecated.Segmentation.SegmentationCameraSensor, droid.Runtime.Prototyping.Sensors.BoundingBox.TwoDimensionalScreenSpaceSensor, and droid.Runtime.Prototyping.Sensors.Experimental.DistanceSensor.

Property Documentation

◆ FloatEnumerable

IEnumerable<float> droid.Runtime.Interfaces.IObserver.FloatEnumerable
get

Definition at line 10 of file IObserver.cs.


The documentation for this interface was generated from the following file: