CoolFace
Apppublic

tostido/Cascade-Hyperlattice-v2

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
50 commits on main
daec70e8mo ago

Create writable lattice dir in site-packages for cascade-lattice

tostido
54c857f8mo ago

Add cascade-lattice monkey-patch for writable directories

tostido
f03ce778mo ago

Fix: catch all exceptions in cascade imports for rerun_logger and champion_loader

tostido
3dce5258mo ago

Fix cascade-lattice permissions: catch all exceptions and create writable dirs

tostido
dfa98b28mo ago

Fix: libgl1-mesa-glx renamed to libgl1 on Debian Trixie

tostido
5d5e4148mo ago

Use python:3.11-slim base image for HF Spaces compatibility

tostido
eaa54f38mo ago

Fix Dockerfile duplicates and add missing rich dependency

tostido
807d9d98mo ago

Remove pages folder

tostido
f80273b8mo ago

Add thumbnail reference for Space preview

tostido
b70bdc58mo ago

Fix: Remove st.set_page_config from pages to fix multi-page conflict

tostido
c44b8ee8mo ago

๐Ÿ”— Direct link to models folder

tostido
59039a68mo ago

๐ŸŒณ Fix family tree icicle - use branchvalues=remainder

tostido
b5f6cb98mo ago

โšก Clean portal markers - remove X, center lightning bolt

tostido
5304b4f8mo ago

๐Ÿญ Quine agents are now mice chasing the cheese!

tostido
c23d65c8mo ago

๐Ÿง€ Fix duplicate cheese emoji - remove scene annotation

tostido
488fa918mo ago

โœจ Visual upgrade: agents with glowing auras, portals with rings, better wormholes, cheese on top

tostido
91f9bcb8mo ago

๐Ÿ”ง Fix: trails draw every segment with from+to points (no gaps)

tostido
997e7648mo ago

๐Ÿ› Fix: trails only connect when to_node matches next from_node, no diagonal jumps

tostido
52aca8e8mo ago

๐Ÿ”ง Fix: HOLD now pauses/resumes auto mode, continuous trail paths (no gaps)

tostido
0df94368mo ago

๐Ÿ› Fix: use_container_width deprecated, handle selection callable

tostido
cf1b2c88mo ago

๐Ÿ› Fix: action_probs must be numpy array for HoldPoint

tostido
edb965a8mo ago

๐Ÿ”’ HOLD system: cascade-lattice integration for graph interaction pause

tostido
f2269c08mo ago

๐Ÿšซ Anti-flicker CSS: kill all fade/transition animations on rerun

tostido
630ca758mo ago

๐Ÿ‘๏ธ Full opacity trails - no fade between frames, all paths visible

tostido
7dea27c8mo ago

๐Ÿ”’ Lock graph dimensions - no resize on settings change

tostido
20fa1388mo ago

๐Ÿ› Fix hash_to_hsl: hash agent_id string first (not hex already)

tostido
82e76198mo ago

๐ŸŽจ Fix trail colors: use stable agent_id (birth hash), not evolving quine_hash

tostido
f3d65438mo ago

๐ŸŒˆ Quine confluence trails: hash-based colors, temporal gradient, direction cones

tostido
d7d4a7e8mo ago

๐Ÿ”ง Fix null gates ignoring slider (was always spawning 5)

tostido
d7a37f18mo ago

๐Ÿ”ง Fix broken requirements.txt line

tostido
e1235e08mo ago

โšก Use streamlit-autorefresh - JS-based refresh, no DOM destruction/black flash

tostido
845991c8mo ago

๐Ÿ”ฅ Anti-flicker CSS - prevent black flash between frames

tostido
25b4c5d8mo ago

๐Ÿ”ฅ Full agent activity log - click icicle/sunburst to see ALL quine activities

tostido
dc37da58mo ago

๐Ÿ”ง Revert to simple auto-run - fragment decorator doesnt work dynamically

tostido
0f4eb0a8mo ago

๐Ÿ›‘ Use st.fragment for auto-run - cleaner stop interrupts

tostido
b4cdd128mo ago

๐Ÿ›‘ NUCLEAR STOP - check at script start, force rerun, double-check before step

tostido
8c2b8748mo ago

โš™๏ธ Add Max Pop slider - control agent population cap

tostido
f924ad28mo ago

๐Ÿง€ Fix: swarm.agents is Dict - use .values() to iterate

tostido
1db526f8mo ago

๐Ÿง€ Fix cheese detection - use agent.position directly + add 3D proximity fallback

tostido
d26e84f8mo ago

๐ŸŽฅ Add uirevision - rotate/zoom graph while sim runs live

tostido
ae34d538mo ago

๐Ÿง€ Try scene annotation - HTML overlay should render color emoji

tostido
010bf818mo ago

๐Ÿง€ Golden diamond marker - WebGL cant do color emojis

tostido
1cfce8c8mo ago

๐Ÿง€ Billboard cheese emoji - 2D text that faces camera

tostido
8cbe9578mo ago

๐Ÿง€ Use go.Cone for actual 3D cheese wedge shape with holes

tostido
9abfdf58mo ago

๐Ÿง€ Use actual cheese emoji with golden aura - looks way better

tostido
34f4c778mo ago

๐Ÿง€ Real 3D cheese wedge with holes using Mesh3d

tostido
144cacc8mo ago

๐Ÿง€ Add cheese goal! Agents hunt for cheese, simulation stops when found

tostido
4fd28228mo ago

Fix aggressive STOP AUTO button - faster response, reduced sleep

tostido
aa769a28mo ago

Use native Streamlit components for architecture and CTA button

tostido
a8dde248mo ago

Fix architecture diagram and CTA button with inline styles

tostido