| Crates.io | little-sorry |
| lib.rs | little-sorry |
| version | 1.1.0 |
| created_at | 2019-11-27 00:44:37.578941+00 |
| updated_at | 2025-03-28 21:43:05.94145+00 |
| description | Library to help with coding regret minimization. |
| homepage | https://docs.rs/little_sorry |
| repository | https://github.com/elliottneilclark/little-sorry |
| max_upload_size | |
| id | 184645 |
| size | 47,659 |
A Rust library for exploring regret minimization algorithms, with a focus on game theory applications.
Add this to your Cargo.toml:
[dependencies]
little-sorry = "1.0.0"
The library implements regret minimization algorithms, which are used in game theory to find optimal strategies in imperfect-information games. The core algorithm tracks:
The RPS example demonstrates these concepts in a simple zero-sum game setting.
# Run all tests
cargo test
# Run benchmarks
cargo bench
# Build in release mode
cargo build --release
Licensed under the Apache License, Version 2.0.