Fuzzy Logic plugin/library in Unity like in Matlab

I’m going to do a simple project of racing game with AI using Fuzzy Logic. Do you know maybe some tool which I can use for it? I mean something similar to fuzzy tool from Matlab (when you can declare variables, rules etc.) or maybe some good library in C# ?

Hey guys,
I know this is super late but I’m working on an open-source Unity package for fuzzy logic control (similar to the one on Matlab) myself. Currently it’s at pre-release stage but you may still try and use it. I’d be glad to provide support and receive feedback. Also like I said it’s an open-source project so I’m looking for fellow developers to join me. Do let me know if you are interested. I started just over a month ago and I’m still the sole developer on it.

Here is the GitHub link to it: https://github.com/matabal/com.matabal.fuzzycontrol

Note that there is no documentation yet but take a look at the Samples/ folder for two basic usage examples. You may quickly decipher what’s going on and how to use it just by looking over a few (10-20) lines of code in there if you know fuzzy logic and fuzzy control.

Get in touch with me on mabaltutanotacom (excuse the spelling of the mail, I’m trying to avoid the bots) if you want to provide feedback or be an open-source contributor.