Skill for AI agent capabilities
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill vor-spiking-cerebellar-robot --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Vor Spiking Cerebellar Robot?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-vor-spiking-cerebellar-robot)More formats (shields.io, HTML) on the badges page.
---
name: vor-spiking-cerebellar-robot-control
description: Skill for AI agent capabilities
---
# VOR Spiking Cerebellar Robot Control
## Overview
在仿人机器人 iCub 上实现前庭眼反射 (VOR) 的脉冲小脑模型。使用 STDP 机制实现自适应控制,通过实时监督模块处理脉冲神经网络的不确定计算时间。
**来源论文:** arXiv:2003.01409 - VOR Adaptation on a Humanoid iCub Robot Using a Spiking Cerebellar Model
## 触发词
VOR 适应、脉冲小脑模型、机器人小脑、iCub SNN、vestibulo-ocular reflex、spiking cerebellum、robot cerebellum、real-time SNN control
## 核心方法
### 系统架构
1. **脉冲小脑模型**:事件和时间驱动的神经动力学 + STDP
2. **实时监督模块**:管理不确定的计算时间
3. **机器人本体**:iCub 仿人机器人
### 关键挑战
- SNN 计算时间不确定(脉冲齐射导致)
- 需要实时控制保证
- 神经计算与机器人操作协调
### 解决方案
**实时监督模块**:
- 动态加速/减速小脑仿真
- 停止仿真或禁用部分神经计算(STDP、脉冲传播)
- 利用感觉运动延迟缓冲计算过载
## 使用场景
### 适用情况
- 神经机器人实时控制
- 小脑功能建模
- VOR 等运动控制任务
- SNN 实时系统
### 数据要求
- 机器人传感器输入(前庭、视觉)
- 运动目标信号
- 实时控制约束
## 实施步骤
1. **脉冲小脑设计**
- 定义神经元网络结构
- 配置 STDP 学习规则
2. **实时监督配置**
- 设置时间预算
- 定义降级策略
3. **机器人接口**
- 连接 iCub 传感器
- 配置运动输出
4. **VOR 任务**
- 定义刺激协议
- 评估适应性能
## 技术细节
### VOR 任务
- 前庭眼反射:头部运动时保持视线稳定
- 小脑负责运动学习和适应
### 降级策略
| 级别 | 操作 |
|------|------|
| 正常 | 全部神经计算 |
| 过载 1 | 禁用 STDP |
| 过载 2 | 减少脉冲传播 |
| 过载 3 | 暂停仿真 |
## 与其他方法对比
| 方法 | 实时性 | 生物真实性 |
|------|--------|-----------|
| 本方法 | ✅ 自适应 | ✅ 脉冲+STDP |
| 传统控制 | ✅ 确定 | ❌ |
| 离线 SNN | ❌ | ✅ |
## 工具使用
- `exec`: 运行 NEST/PyNN 仿真
- `read`: 查看机器人配置
- `web_fetch`: 获取 iCub 代码
## 注意事项
- 实时约束需要硬件支持
- 神经仿真复杂度影响响应时间
- 感觉运动延迟是设计资源
## 扩展阅读
- 相关技能:`spikingjelly-framework`(SNN 框架)
- 相关技能:`neuromodulated-synaptic-plasticity`(神经调节)
- 论文链接:https://arxiv.org/abs/2003.01409
## Description
VOR Spiking Cerebellar Robot Control
## Activation Keywords
- vor-spiking-cerebellar-robot
- vor-spiking-cerebellar-robot 技能
- vor-spiking-cerebellar-robot skill
## Tools Used
- `read` - Read documentation and references
- `web_search` - Search for related information
- `web_fetch` - Fetch paper or documentation
## Instructions for Agents
Follow these steps when applying this skill:
### Step 1: 脉冲小脑模型
### Step 2: 实时监督模块
### Step 3: 机器人本体
### Step 4: 脉冲小脑设计
### Step 5: 实时监督配置
## Examples
### Example 1: Basic Application
**User:** I need to apply VOR Spiking Cerebellar Robot Control to my analysis.
**Agent:** I'll help you apply vor-spiking-cerebellar-robot. First, let me understand your specific use case...
**Context:** Apply the methodology
### Example 2: Advanced Scenario
**User:** Complex analysis scenario
**Agent:** Based on the methodology, I'll guide you through the advanced application...
### Example 2: Advanced Application
**User:** What are the key considerations for vor-spiking-cerebellar-robot?
**Agent:** Let me search for the latest research and best practices...
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!