·active-inference-robotics
</>

active-inference-robotics

plurigrid/asi

Second-order skill synthesizing Patrick Kenny's discrete active inference framework with K-Scale's JAX/MuJoCo robotics stack for predictive coding in robot locomotion

5Installs·0Trend·@plurigrid

Installation

$npx skills add https://github.com/plurigrid/asi --skill active-inference-robotics

SKILL.md

"The agent's job is to predict its actions by predicting its sensations." — Patrick Kenny

Second-order skill synthesizing Patrick Kenny's discrete active inference framework with K-Scale's JAX/MuJoCo robotics stack. This skill emerges from the constructive collision between:

| Hidden Markov Model | PhysicsEngine (MJX/MuJoCo) | | Observation distribution | Observation.observe(state) | | State inference Q(s) | Critic.forward(obs, carry) | | Action inference Q(a) | Actor.forward(obs, carry) | | Mean field factorization | Independent Q(st) per timestep | | Predictive distribution | Policy rollout trajectory |

Second-order skill synthesizing Patrick Kenny's discrete active inference framework with K-Scale's JAX/MuJoCo robotics stack for predictive coding in robot locomotion Source: plurigrid/asi.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/plurigrid/asi --skill active-inference-robotics
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is active-inference-robotics?

Second-order skill synthesizing Patrick Kenny's discrete active inference framework with K-Scale's JAX/MuJoCo robotics stack for predictive coding in robot locomotion Source: plurigrid/asi.

How do I install active-inference-robotics?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/plurigrid/asi --skill active-inference-robotics Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/plurigrid/asi