Actor > Sensor#
Sensor#
- class miniworlds.actors.sensors.sensor_actor.Sensor(actor, *args, **kwargs)[source]
A sensors attached to a actor.
The sensors is not visible and will not detect the actor itself.
Circle Sensor#
- class miniworlds.actors.sensors.circle_sensor.CircleSensor(actor, distance)[source]
A sensors attached to a actor.
The sensors is not visible and will not detect the actor itself.