Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update \
# EIGS_REF is a tag/SHA (fetched directly, so it stays reproducible). Pinned to
# v0.19.0 — the release that ships the flat-buffer tensors (shaped VAL_BUFFER,
# #275) the neural policy's buffer path requires.
ARG EIGS_REF=v0.30.0
ARG EIGS_REF=v0.32.0
Comment on lines 27 to +30
RUN mkdir -p /opt/eigenscript && cd /opt/eigenscript && git init -q \
&& git remote add origin https://github.com/InauguralSystems/EigenScript.git \
&& git fetch -q --depth 1 origin "${EIGS_REF}" && git checkout -q FETCH_HEAD \
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ make gfx # graphical binary for the playable game (dlopens SDL2 at run
weights/obs as flat shaped buffers (`buffer of [r, c]`, shaped `VAL_BUFFER`
#275), which land in v0.19.0. (Background music needs `audio_music_*` from
0.18.0; the older `spawn`/`recv_timeout`/`audio_play_loop` niceties are
v0.13.0.) **CI and the devcontainer pin v0.26.0** (`.devcontainer/Dockerfile`
v0.13.0.) **CI and the devcontainer pin v0.32.0** (`.devcontainer/Dockerfile`
`EIGS_REF`). The flat-buffer forward is ~7× faster than the old nested-list
form and the trainer's backprop ~1.8×, both byte-identical; `models/policy.txt`
stays format-compatible. Validated headless (regressions, obs-stacking,
Expand Down