First confirm the task is learnable
Before debugging training, establish that the setup could work in principle. Sample the base policy on training tasks and measure success. If success is essentially zero everywhere, GRPO has nothing to amplify: the group-relative advantage needs some successes to point at. Fix that with an easier curriculum tier or a supervised warm start, not with more reinforcement-learning steps.
Also confirm a competent human or scripted agent can actually solve the tasks through the same interface the model uses. Environments frequently ship with tasks that are impossible through their own tool set.