[package] name = "madepro" version = "0.1.0" authors = ["Thomas Saint-GĂ©rand "] edition = "2021" description = "A minimal Rust library crate for solving finite deterministic Markov decision processes (MDPs)" readme = "README.md" keywords = ["rl", "mdp", "markov", "sarsa", "q-learning"] categories = ["algorithms", "science", "simulation"] license = "MIT" repository = "https://github.com/devspaceship/madepro" [dependencies] rand = "0.8.5"