WebShop-Qwen3-8B-Outcome-GRPO

A Qwen/Qwen3-8B policy trained with GRPO on WebShop web-navigation shopping tasks, with outcome-only rewards.

The repository root holds the final policy, at training step 400.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("wckwan/WebShop-Qwen3-8B-Outcome-GRPO")
tokenizer = AutoTokenizer.from_pretrained("wckwan/WebShop-Qwen3-8B-Outcome-GRPO")

# An intermediate checkpoint
model_step = AutoModelForCausalLM.from_pretrained("wckwan/WebShop-Qwen3-8B-Outcome-GRPO", subfolder="step_20")

Checkpoints

  • step_20/
  • step_40/
  • step_60/
  • step_80/
  • step_100/
  • step_120/
  • step_140/
  • step_160/
  • step_180/
  • step_200/
  • step_220/
  • step_240/
  • step_260/
  • step_280/
  • step_300/
  • step_320/
  • step_340/
  • step_360/
  • step_380/

Raw FSDP checkpoints

fsdp/global_step_<N>/ holds the unmerged verl FSDP checkpoint (sharded fp32 model state, optimizer state and extra state) for step(s) 400. These are for resuming training, not for inference — use the merged exports above to load a policy.

Downloads last month
-
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for wckwan/WebShop-Qwen3-8B-Outcome-GRPO

Finetuned
Qwen/Qwen3-8B
Finetuned
(1981)
this model