Qwen3.5-9B-EldenRing-LoRA-video-history
LoRA adapter for Qwen/Qwen3.5-9B trained on Elden Ring gameplay with video history.
This repo is not the last-step adapter. It is the closest surviving checkpoint to the 1-epoch point from the video-history run:
- Source checkpoint:
checkpoint-6048
- Saved epoch:
1.0921
- Base model:
Qwen/Qwen3.5-9B
- LoRA: rank 64, alpha 128, LLM-only
- Input format: 10 history frames at 5 fps + current frame + instruction
- Output format: raw gamepad action string inside
<|act_start|> ... <|act_end|>
Use
Load this adapter on top of Qwen/Qwen3.5-9B with PEFT. The tokenizer and processor files included here match the training run and contain the added action boundary tokens.
Notes
- This is the video-history variant.
- It was selected as the best available approximation to the 1-epoch checkpoint after older checkpoints were pruned during training.
- The exact 1.0-epoch checkpoint was no longer present in remote storage, so
checkpoint-6048 was chosen as the nearest surviving checkpoint.