JiaxinGe commited on
Commit
a449e83
·
verified ·
1 Parent(s): c0bd287

Add model card

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags: [bagel, vlm-gym, sokoban, reinforcement-learning, adaptive-thinking]
4
+ ---
5
+
6
+ # sokoban_adaptive_vanilla3k_rl3box_step180
7
+
8
+ BAGEL-7B-MoT Sokoban checkpoint after **180 IMP-agent RL steps**.
9
+
10
+ - arm: **canonical vanilla-3k, 3-box RL**
11
+ - initialization: [`novastar111/sokoban_adaptive_vanilla_sft3k`](https://huggingface.co/novastar111/sokoban_adaptive_vanilla_sft3k)
12
+ - training set: 2,000 mixed 3-box Sokoban boards (certified-deadlock and trivial strata)
13
+ - optimization: global batch 16, 8 rollouts per prompt, learning rate 2e-6
14
+ - reward: stop-required environment success with a -0.1 malformed-output penalty
15
+ - weights: converted BF16 EMA safetensors; optimizer/training state is not included
16
+
17
+ This repository is one point in the complete 10-step release ladder from RL10 through RL200.
18
+ Evaluation uses Sokoban-v8 q95/perseg, full model rollout, move-only actions, and stop-required
19
+ success. Load with the public BAGEL-7B-MoT base/config and use `ema.safetensors` as the model delta.