Views
No views yet
openenv-dsc-co, a 30-step supply-chain planning environment verified by a deterministic Pulp/CBC min-cost-flow oracle.unsloth/Llama-3.2-3B-Instruct-bnb-4bitGRPOTrainer| metric | first logged step | final step | best / aggregate |
|---|---|---|---|
| combined reward | 0.622 | 1.304 | max 1.365 |
| cumulative env reward | 0.505 | 0.852 | last-25 mean 0.855 |
| terminal MILP reward | 0.052 | 0.226 | max 0.241 |
| reward std | 0.387 | 0.079 | frac_reward_zero_std=0 final |
| KL | 0.000 | 0.0077 | stable |
1from unsloth import FastLanguageModel
2
3model, tokenizer = FastLanguageModel.from_pretrained(
4 "AceofStades/dsc-co-grpo-lora",
5 max_seq_length=8192,
6 load_in_4bit=True,
7 fast_inference=True,
8)
9FastLanguageModel.for_inference(model)