This is an attempt to implement Reinforcement Learning algorithms and MDP framework in Rust language. Code performance is not an objective of the project in the first (current) phase but instead to develop all the ideas that are needed to understand RL algorithms with specific applications in the field of Finance.
- Probabibility distribution interface
- Markov process interface
This project is licensed under the MIT license.