## Modified Iterated Prisoner's Dilemma A library to play a version of the iterated prisoner's dilemma (IPD) in which player's past choices are only sometimes revealed according to a reveal policy. This library is available as `m_ipd` on crates.io and docs.rs. More details can be found there.