ALFWorld-Qwen3-8B-Adaptive-Random-Each

A Qwen/Qwen3-8B policy trained as a multi-turn search agent (Search-R1 style) with Process-GRPO: a process reward model (Olmo-3-7B-Think verifier) scores each turn, with per-(group, turn-position) advantage normalization and verifier prompts that include the retrieved tool responses and the gold answer.

The model at the repository root is the final policy (training step 140). Intermediate checkpoints are provided under step_<STEP>/ subfolders.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

# Final model (repo root)
model = AutoModelForCausalLM.from_pretrained("wckwan/ALFWorld-Qwen3-8B-Adaptive-Random-Each")
tokenizer = AutoTokenizer.from_pretrained("wckwan/ALFWorld-Qwen3-8B-Adaptive-Random-Each")

# An intermediate checkpoint
model_step = AutoModelForCausalLM.from_pretrained("wckwan/ALFWorld-Qwen3-8B-Adaptive-Random-Each", subfolder="step_20")

Checkpoints

Root: final policy at step 140.

  • step_20/ β€” intermediate checkpoint at training step 20
  • step_40/ β€” intermediate checkpoint at training step 40
  • step_60/ β€” intermediate checkpoint at training step 60
  • step_80/ β€” intermediate checkpoint at training step 80
  • step_100/ β€” intermediate checkpoint at training step 100
  • step_120/ β€” intermediate checkpoint at training step 120

Training summary (step 140)

  • Process-reward score mean β‰ˆ 0.93
  • Searches per trajectory β‰ˆ 2.6 (non-collapsed, diverse multi-search policy)
  • Training-batch accuracy β‰ˆ 0.49
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for wckwan/ALFWorld-Qwen3-8B-Adaptive-Random-Each

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