active-inference-in-r
R implementation of Active Inference with belief updating, free energy minimization, and policy selection
DeepseekModel
キュレーション済みスキル
品質 良好 · 64
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=activeinferenceinstitute-activeinferants-0-context-computer-languages-r-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name Active Inference in R description R implementation of Active Inference with belief updating, free energy minimization, and policy selection Active Inference in R Overview This skill provides a complete Active Inference implementation in R, demonstrating Bayesian belief updating, variational free energy calculation, and expected free energy-based policy selection. Core Algorithms Belief Updating : Bayesian inference using observation likelihoods to update posterior beliefs Free Energy Calculation : KL divergence between posterior beliefs and prior distribution Policy Selection : Softmax action selection over expected free energy per action Perception-Action Loop : Iterative sense → infer → act cycle with generative model Key Files active_inference.R — Source implementation run.sh — Execution script (handles compilation if needed) README.md — Usage documentation and requirements Usage cd 0_CONTEXT/Computer_Languages/R/ ./run.sh Language-Specific Features Native matrix/array operations Scientific computing ecosystem Built-in visualization support Integration Tested via master_controller.py test r Benchmarked via benchmark_suite.py Listed in languages.json under category "Scientific" Prerequisites See README.md for R-specific installation requirements.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |