Page 1 of 1

fuzzy logic library for python

Posted: 18 Nov 2016, 11:21
by Emna
hello,

i want to use python in order to simulate multi-robots navigation.

i order to let my robot move from the robot location (xr, yr) to another coordinate lets say the target location, i want to used fuzzy logic. The fuzzy logic library will contain functions which will take inputs (sensor readings) and decide what the best output is (actuator commands).

my problem is that i don't find the appropriet library fuzzy logic with python.

i try to use pyfuzzy and fuzzypy but doesen't work.

Do you know of any good library?


thanks for help.