rrt-algorithms icon indicating copy to clipboard operation
rrt-algorithms copied to clipboard

Bias Sampling towards Goal

Open SZanlongo opened this issue 6 years ago • 0 comments

Allow for sampling to be biased towards the goal as time moves on. Example: sample from a normal distribution biased towards the goal, where the bias increases over time as

bias = t / (t + r)

where r is a constant that tunes the steepness of the curve.

SZanlongo avatar Apr 13 '18 20:04 SZanlongo