murk-obs 0.1.0

Observation specification and extraction for Murk simulations
Documentation
1
2
3
4
5
6
7
8
9
10
# murk-obs

Observation specification and tensor extraction for the [Murk](https://github.com/tachyon-beep/murk) simulation engine.

Build `ObsSpec` descriptions of what to observe (fields, regions, transforms,
pooling), compile them into `ObsPlan`s, and extract flat `f32` tensors with
validity masks. Supports foveation, multi-agent batching, and normalization.

Available via the top-level [`murk`](https://crates.io/crates/murk) crate
as `murk::obs`.