Views
No views yet
models/generalgeneral is the shared multi-game FPS model. It uses one set of weights across
different FPS environments and receives each environment's available controls
through the prompt capability manifest. It is the default model for new
cross-game inference.models/specificspecific is the ViZDoom-focused model. It is intended for the established
ViZDoom scenarios and for reproducing the included qualitative examples.1<p>m=<mode> t=<target> h=<8|12|24> i=<interrupt></p>
2<a>k=<keys> x=<dx> y=<dy> l=<0|1> r=<0|1> m=<0|1></a>
3...
4<eoc>| Setting | general | specific |
|---|---|---|
| Precision | BF16 | BF16 |
| Observation | Latest causal RGB frame | Latest causal RGB frame |
| Context | Latest round, one turn | Latest round, one turn |
| Plan contract | target_v1 | target_v1 |
| Horizons | 8,12,24 | 8,12,24 |
| Scheduler | Single pass, event or expiry | Single pass, event or expiry |
| Sampling | Temperature 0, top-p 1 | Temperature 0, top-p 1 |
| Max new tokens | 640 | 640 |
| Action guard | Strict capability validation; optional format retry | Canonicalize recoverable syntax |
| Simulation during generation | Paused | Paused |
FORMAL to that runtime's formal experiment directory. The scripts use
$FORMAL/.venv-v31/bin/python by default; override PYTHON_BIN when needed.1git clone https://huggingface.co/jankin123/gameplayer-ov2-8B-beta
2cd gameplayer-ov2-8B-beta
3export FORMAL=/path/to/formal-runtime1bash scripts/infer_vizdoom.sh general \
2 deadly_corridor.cfg 20273821 general_deadly1FORMAT_RETRY=0 bash scripts/infer_vizdoom.sh general \
2 deadly_corridor.cfg 20273821 general_deadly_raw1bash scripts/infer_vizdoom.sh specific \
2 deadly_corridor.cfg 20271001 specific_deadlyinfer_vizdoom.sh MODEL SCENARIOS SEEDS [TAG] [MAX_DECISIONS] [RECORD_DIR]MODEL is general or specific. SCENARIOS and SEEDS accept
comma-separated lists. Results are written under outputs/vizdoom/.bash scripts/infer_redeclipse.sh 20269100 general_redeclipseinfer_redeclipse.sh [SEED_BASE] [TAG] [RUNS] [DECISIONS] [BOTS]event_or_expiry scheduler. Results are written under
outputs/redeclipse/.bash scripts/reproduce_specific_vizdoom_examples.sh| Scenario | Seed |
|---|---|
deadly_corridor.cfg | 20271001 |
rocket_basic.cfg | 20271001 |
defend_the_line.cfg | 20271002 |
reproduced_specific_demos/<timestamp>/.
Encoded MP4 bytes may differ across ffmpeg versions; compare the scenario,
seed, action contract, game outcome, and synchronized clock configuration.1demos/vizdoom/ours_v27_deadly_corridor_seed20271001_success.mp4
2demos/vizdoom/ours_v27_rocket_basic_seed20271001_success.mp4
3demos/vizdoom/ours_v27_defend_the_line_seed20271002_success.mp4sha256sum -c SHA256SUMS