How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "namkoong-lab/LatentGym_Qwen3-8B_10episodes_4Envs_full"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "namkoong-lab/LatentGym_Qwen3-8B_10episodes_4Envs_full",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/namkoong-lab/LatentGym_Qwen3-8B_10episodes_4Envs_full
Quick Links

LatentGym_Qwen3-8B_10episodes_4Envs_full

GRPO-fine-tuned Qwen3-8B for in-context meta-learning across 4 envs (N=10). Part of the LatentGym testbed.

Environments & training latents

Env Latents seen during training
hangman vowel_count_4, ending_ABLE
wordladder hub_word_3letter, hub_word_4letter, order_outside_in
secretary inverse_order, fixed_position_2
number_guessing set_of_3, range_100

Training hyperparameters

Base model Qwen/Qwen3-8B
Algorithm GRPO
Optimizer AdamW (β₁=0.9, β₂=0.999)
Learning rate 5e-07
LR schedule constant_with_warmup
Weight decay 0.01
Max grad norm 1.0
KL coefficient β 0.04
Clip range ε 0.2
Train batch (prompts) 32
Mini-batch 1
Rollouts per prompt 8
Episodes per trajectory (N) 10
Reward Φ Σᵢ Gᵢ (cumulative)
Epochs 20
Max generation length 64
Sampling (train) T=0.8, top-p=0.95
Seed 263
Downloads last month
14
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 namkoong-lab/LatentGym_Qwen3-8B_10episodes_4Envs_full

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

Collection including namkoong-lab/LatentGym_Qwen3-8B_10episodes_4Envs_full