150 likes | 247 Vues
Utilize Case-Based Reasoning to improve robotic arm control by modifying and returning solutions from similar cases. This method, based on Kinematic Formulas, helps solve complex problems and interpolate solutions efficiently. Implement K-D Trees for nearest neighbor search, enabling faster comparisons.
E N D
Case Based Reasoning Learning by recording cases as is, doing nothing to the information in the cases until that information is used.
CBR • Modify the solution of the closest similar case • Return the solution of the closest similar case • U is orange
Can solve difficult problems • Control movement of robotic arm
Kinematic Formula • Joint angle
Practice and Interpolate Practice to create a case-base Interpolate to modify solution
K-D Trees • Nearest neighbors fast • n comparisons versus log n (base 2) • First divide by height • Then by width • …