Skip to content

Installation

Roll4d4 edited this page Feb 22, 2025 · 1 revision

Installation Instructions: KLEP System 🚀

Getting KLEP Set Up Is Super Simple!

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.


🧠 Step-by-Step Installation Guide:

1. Download KLEP:


2. Add KLEP to Your Project:

  • 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.

3. Set Up a KLEP-Enabled AI Agent:

  • 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.

🔍 What’s Next?

  • 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.