Metadata-Version: 2.4
Name: rlcd
Version: 0.0.1
Summary: Zero-copy intra-node runtime for Reinforcement Learning for Calibrated Decisions (RLCD)
License-Expression: MIT OR Apache-2.0
Requires-Python: >=3.9
Project-URL: Homepage, https://github.com/antonrisch/rlcd
Project-URL: Repository, https://github.com/antonrisch/rlcd
Description-Content-Type: text/markdown

# rlcd

Zero-copy intra-node runtime for Reinforcement Learning for Calibrated Decisions (RLCD).

- Driver-level VMM (`cuMemCreate`, `cuMemMap`) with POSIX file descriptor sharing.
- Generational lock-free RCU weight updates.
- Bounded-latency trajectory ring buffers for non-autoregressive decision models.
