-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Roll4d4 edited this page Feb 22, 2025
·
1 revision
One of the big advantages of KLEP is its symbolic reasoning approach. There’s no need for massive datasets or heavy machine learning models—just smart logic and a bit of math.
- Head over to the KLEP GitHub Repository.
- Download or clone the repository to your local machine.
-
Copy the
KLEP
directory from the downloaded files. - Paste it into your Unity project's
Assets
folder. - This will give you all the core scripts and some example behaviors to get started.
- Select the GameObject you want to turn into a KLEP agent.
-
Drag and drop the
KLEPNeuron
script onto the GameObject in the Unity Editor. - Boom! You now have a KLEP-enabled AI agent that’s ready to discover behaviors.
- Create or add sensors to start feeding keys into the neuron.
- Build executables (e.g., actions, routers, goals) to define agent behaviors.
- Test your KLEP system by hitting play and watching your AI come to life.