Generate synthetic task data (user queries) for the Workplace Assistant environment using NeMo Data Designer.
This pipeline focuses on generating tasks for use with the environment. It also simulates agent trajectories, but these are used for quality filtering and validation — the environment itself produces the actual model responses during rollout collection. The Workplace Assistant uses 27 tools across 6 databases, and NeMo Data Designer can produce realistic multi-step user queries at scale.
← Back to Workplace AssistantThe data generation pipeline:
The tutorial is provided as a Jupyter notebook. See the notebook README for prerequisites and setup instructions.
After generating your tasks, let’s perform GRPO training with NeMo RL by having an agent attempt the tasks in the Workplace Assistant environment.
Resources Server Implementation →