ayamomiji/behave_fun
BehaveFun is a behavior tree library for Ruby.
BehaveFun is a Ruby library for defining and managing complex sequences of actions and decisions, like those found in game AI or automated workflows. It takes a set of defined tasks and rules, structured as a behavior tree, and processes them to execute a workflow. This tool is designed for Ruby developers who need to implement sophisticated state machines or AI for their applications.
No commits in the last 6 months.
Use this if you are a Ruby developer building an application that requires a flexible and robust way to manage complex agent behaviors or multi-step processes.
Not ideal if you are not working with Ruby or if your workflow logic is very simple and doesn't require a behavior tree structure.
Stars
4
Forks
—
Language
Ruby
License
MIT
Category
Last pushed
Aug 31, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/ayamomiji/behave_fun"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nikkorn/mistreevous
A tool to build and execute behaviour trees in JavaScript and TypeScript
Calamari/BehaviorTree.js
An JavaScript implementation of Behavior Trees.
limbonaut/limboai
LimboAI - Behavior Trees and State Machines for Godot 4
gilzamir18/AI4U
AI4U is a plugin that allows you use the Godot Game Engine to specify agents with reinforcement...
mtrebi/AI_FPS
AI system to simulate combat behaviors in a FPS game using Behavior Trees (UE4)