1
2
3
4
5
/*!
 * SARSA and Q-learning using a Matrix for a grid world.
 *
 * [See the examples folder of Easy ML](https://github.com/Skeletonxf/easy-ml/blob/master/examples/cliff.rs)
 */