Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Examples

Murk ships with three Python example projects demonstrating different spatial backends and RL integration patterns.

ExampleSpaceDemonstrates
heat_seekerSquare4PPO RL, diffusion physics, Python propagator
hex_pursuitHex2DMulti-agent, AgentDisk foveation
crystal_navFcc123D lattice navigation

There is also a Rust example:

ExampleDemonstrates
quickstart.rsRust API: config, propagator, commands, snapshots

Running the Python examples

# Install murk first
cd crates/murk-python && maturin develop --release && cd ../..

# Run an example
cd examples/heat_seeker
pip install -r requirements.txt
python heat_seeker.py