rlevo-environments 0.2.0

RL benchmark environments and landscapes for rlevo (internal crate — use `rlevo` for the full API)
1
2
3
4
5
//! Chess `Environment` trait implementation (work in progress).
//!
//! This module is a placeholder. The full `Environment` impl — wrapping
//! [`super::board`] state, [`super::moves`] encoding, and episode lifecycle —
//! will be completed in a future milestone.