Skip to main content
Adds Gaussian noise to actuator controls each frame. Useful for testing controller robustness or simulating actuator noise.

Signature

Usage

Config

How It Works

Each frame, for each actuator:
This produces temporally-correlated noise (not white noise), which is more physically realistic. The rate parameter controls the correlation:
  • Low rate (0.01): Smooth, slowly-varying noise
  • High rate (0.5): Rapidly-changing noise
  • Rate = 1.0: Independent samples each frame (white noise)

Notes

  • Noise is applied in useBeforePhysicsStep, composing with other control sources
  • The noise state is maintained internally — each actuator has its own noise value
  • Disable with enabled: false rather than removing the hook