一键导入
active-inference-in-elixir
Elixir implementation of Active Inference with OTP GenServer, belief updating, free energy minimization, and policy selection
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Elixir implementation of Active Inference with OTP GenServer, belief updating, free energy minimization, and policy selection
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Ada implementation of Active Inference with belief updating, free energy minimization, and policy selection
Assembly implementation of Active Inference with belief updating, free energy minimization, and policy selection
Brainfuck implementation of Active Inference with belief updating, free energy minimization, and policy selection
C implementation of Active Inference with belief updating, free energy minimization, and policy selection
Clojure implementation of Active Inference with belief updating, free energy minimization, and policy selection
COBOL implementation of Active Inference with belief updating, free energy minimization, and policy selection
| name | Active Inference in Elixir |
| description | Elixir implementation of Active Inference with OTP GenServer, belief updating, free energy minimization, and policy selection |
This skill provides a complete Active Inference implementation in Elixir, demonstrating Bayesian belief updating, variational free energy calculation, and expected free energy-based policy selection using OTP patterns.
lib/active_inference.ex — Core module (normalize, KL divergence, softmax)lib/active_inference/agent.ex — GenServer Agent (belief updating, EFE, policy)lib/active_inference/application.ex — OTP Application supervisordemo.exs — Interactive demo scriptmix.exs — Mix project configurationrun.sh — Execution script (handles compilation if needed)README.md — Usage documentation and requirementscd 0_CONTEXT/Computer_Languages/Elixir/
./run.sh
master_controller.py test elixirbenchmark_suite.pylanguages.json under category "Functional"See README.md for Elixir-specific installation requirements.