Simple reinforcement Learning project without deep learning framework. This is consist of pure C# without any GUI. If you want more detail, take look at my blog post
- Evaluate: Evaluating value table by base on reward
- Improve: Improving policy table by base on value table
- Move: Making agent move by base on policy table
- Reset: Currently not working
- Exit: Exit program
- Bellman Equation
- Dynamic Programming
- AI
- FrozenLake Game
- .Net Framework 'v4.6.1'
- Window 10