rlevo-environments 0.2.0

RL benchmark environments and landscapes for rlevo (internal crate — use `rlevo` for the full API)
1
2
3
4
//! Connect Four environment (work in progress).
//!
//! This module is a placeholder. The Connect Four `Environment` implementation
//! will be added in a future milestone.