Welcome to Signalbotics Documentation¶
Complete guide to training vision-language-action models and reinforcement learning algorithms for robotics. Follow our holistic workflow from data collection to deployment.
Complete Robot Learning Workflow¶
graph LR
A[Data Collection] --> B[Dataset Prep]
B --> C[Simulation]
C --> D[Training]
D --> E[Evaluation]
E --> F[Deployment]
style A fill:#e1f5ff
style B fill:#e1f5ff
style C fill:#fff4e1
style D fill:#ffe1e1
style E fill:#e1ffe1
style F fill:#f0e1ff
This documentation provides a step-by-step guide through the entire process:
- Data Collection - Collect demonstrations or prepare datasets
- Dataset Preparation - Format data using LeRobot standard
- Simulation Setup - Configure IsaacSim, IsaacLab, or Newton
- Training - Train VLA, RL, or IL models
- Evaluation - Test and validate your policies
- Deployment - Deploy to real robots
What You'll Learn¶
Training Methods¶
Vision-Language-Action (VLA) Multi-modal models for language-conditioned robot control. Perfect for tasks requiring natural language specification and zero-shot generalization.
Reinforcement Learning (RL) Optimize policies through environment interaction. Includes PPO, SAC, TD3, and more. Ideal when you can specify reward functions.
Imitation Learning (IL) Learn from expert demonstrations. Best for tasks with available demonstrations but hard-to-specify rewards.
Essential Tools¶
LeRobot Dataset Format Standardized format for robotics datasets with multi-modal support, efficient storage, and Hugging Face integration.
Simulators - IsaacSim - Photorealistic rendering for perception tasks - IsaacLab - Fast GPU-accelerated RL training - Newton - New physics engine for maximum speed
Quick Start¶
Choose your path based on your needs:
Path 1: Learn from Demonstrations (1-2 weeks)¶
Start with Imitation Learning →Path 2: Reinforcement Learning (2-4 weeks)¶
Start with RL →Path 3: Language-Conditioned (3-6 weeks)¶
Start with VLA →Navigation¶
Robot Learning (Main Tab) - Complete workflow from data to deployment - All training methods in one place - LeRobot dataset format - Simulator guides (IsaacSim, IsaacLab, Newton)
Products - Future product offerings
Services - Consulting and training services
About - Company info and contact
Getting Started¶
New to robot learning?
- Read the Getting Started Guide
- Review Best Practices
- Follow the complete Robot Learning Workflow
Ready to dive in?
Jump directly to any step in the workflow: - 1. Data Collection - 2. Dataset Prep (LeRobot) - 3. Simulation Setup - 4. Training (VLA/RL/IL) - 5. Evaluation - 6. Deployment
Key Features¶
✓ Holistic Documentation - Complete workflow in one place ✓ Multiple Training Methods - VLA, RL, and IL approaches ✓ Standardized Format - LeRobot dataset specification ✓ Simulator Guides - IsaacSim, IsaacLab, Newton ✓ Code Examples - Practical implementations throughout ✓ Best Practices - Industry-tested recommendations
Support¶
- Browse the Complete Workflow
- Check Best Practices
- Visit our GitHub
- Contact Us
Start your robot learning journey today! Follow the structured workflow and achieve results faster.