jlrandulfe / AI_sokoban

MIT License
0 stars 0 forks source link

Calibrate the infrared sensors, so they can work within different light conditions #2

Open jlrandulfe opened 6 years ago

jlrandulfe commented 6 years ago

This calibration should be performed at the beginning of the execution. In the future, it is interesting to evaluate if it is desirable to do this calibration after certain conditions are met.

jlrandulfe commented 6 years ago

Proposal for doing the calibration of the sensors:

jlrandulfe commented 6 years ago

Regarding the classification during the calibration, the k-means algorithm may be used. It is a simple algorithm for clustering N data in a set of groups (In our case, it would be 2 groups and the data would be the sensor inputs during the 360º turn).

An easy explanation of the algorithm can be obtained here