Coming Soon

EulerWeave · EulerAtlas — the next step of Eulerwa Inc.'s full-stack vision

The four products available today (EulerForge · EulerStack · EulerNPU · EulerAgent coming soon) form the core axis from training to architecture research to FPGA NPU synthesis to deterministic agent execution. The data pipeline (EulerWeave) and 8-domain robot behavioral learning (EulerAtlas) that connect this axis end-to-end are joining soon. All of them share the same "declarative YAML spec + CLI-first + local-first" philosophy.

Coming Soon

EulerWeave: The Data Engine

A comprehensive data processing system that bridges the gap between raw datasets and production-ready model training.

Open Source: Data Preprocessing

Designed for researchers and developers to refine and analyze data in local environments.

  • Smart Analysis: Initial data profiling using local LLMs.
  • Recursive Filtering: Auto-generation and application of domain-specific filter classes.
  • Metric Computation: PPL, Loss, and MinHash computation for deduplication.
  • Quality Scoring: Noise filtering scores via BERT-based models.

Enterprise: Orchestration

Business-critical features for scaling from a single GPU to cluster-level operations.

  • Scale-Down Validation: Automated 1-GPU LoRA/MoE testing.
  • Resource Estimation: AI-powered GPU-hour and cloud cost calculation.
  • Parameter Tuning: Bayesian optimization and grid search automation.
  • MLOps Integration: End-to-end pipeline from training launch to result synthesis.

EulerAtlas: Plugin-Based Robot Behavioral Learning (first public: Car · Humanoid)

A plugin-based CLI robot behavioral learning framework running on an RL→IL pipeline that combines imitation learning (IL) with FastTD3 reinforcement learning (RL). The first two flagship domains we are releasing are car (EulerDrive — BEV autonomous driving, CARLA-verified) and humanoid (EulerWalk — RL→IL loco-manipulation), and both ship pretrained models so you can run them with no training at all. The unified schema is designed to cover 8 domains — car, drone, humanoid, robot dog, mobile manipulation, logistics, agriculture, shipyard — and domains keep expanding as plugins.

8-Domain Unified Schema

All modules communicate consistently through fixed obs/action dimension schemas per domain.

Classic (01-04) Car 4/2 · Drone 6/3 · Humanoid 33/14 (loco-manip) · Robot Dog 12/8
Industrial (05-08) Mobile Manipulation 18/8 · Warehouse AGV 14/4 · Agri-Robot 16/6 · Shipyard 20/9
Policy Models BC-MLP, BC-RNN, BC-CNN, ACT, Diffusion Policy + SOTA (BEVFuser, TemporalTransformer, WholeBodyACT) + RL Actor
Levels L0 Toy · L1 Intermediate · L2 Advanced (real backends: CARLA/MuJoCo/HumanoidBench)

CLI & Policy Models

euleratlas init --role road --level 0 --out config.yml
euleratlas train -c config.yml
euleratlas train-rl -c config.yml
euleratlas sim rollout -c config.yml --save-video

# Imitation learning + FastTD3 RL · RL→IL · Domain Plugin

Adds train-rl, data collect/generate-demos, and sim rollout --render/--save-video. Includes the Domain Plugin architecture and edge deployment.

See the three products available today first

Training (EulerForge) → architecture research (EulerStack) → FPGA NPU synthesis (EulerNPU). The upcoming products above are designed to run on top of this core axis.

EulerForge EulerStack EulerNPU Back to Home