DexForceDexForceOfficial·7 Agent Skills Included

EmbodiChain

GPU-accelerated robot simulation, training, and Sim2Real deployment

Builds and runs GPU-accelerated robot simulations with realistic physics, ray-traced sensors, and batch environments. Scaffolds new robots, IK solvers, task environments, reward functors, and reinforcement learning training runs without boilerplate guesswork. Automates testing, benchmarking, API documentation, and pull request preparation for embodied robotics development.
npx skills add DexForce/EmbodiChain --all -g -y
Available:

Tells your AI agent how to route project-context and codebase-navigation questions through the agent_context topic registry and which sub-skill handles each development task.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install EmbodiChain?

Run `npx skills add DexForce/EmbodiChain --all -g -y` in your terminal to install all skills in this suite globally.

What is EmbodiChain used for?

It is a GPU-accelerated framework for embodied robotics that unifies physics simulation, data generation, and reinforcement learning training. It helps researchers build robot tasks and transfer them to real hardware.

How to add a new robot to EmbodiChain?

The add-robot skill scaffolds a RobotCfg subclass with URDF setup, control parts, IK solver config, registration, docs, and a test stub. Your agent follows the project's exact conventions automatically.

Can EmbodiChain train robots with reinforcement learning?

Yes. It supports PPO, GRPO, and differentiable algorithms with parallel environment rollouts, and the add-task-env skill routes new RL tasks to the right environment type.

Does EmbodiChain work with Claude Code and Copilot?

Yes. The skills follow the universal SKILL.md standard with thin adapters for Claude Code, GitHub Copilot, and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineering