Skip to content

sivese/SharpLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

Screenshot

Menu

  1. Evaluate: Evaluating value table by base on reward
  2. Improve: Improving policy table by base on value table
  3. Move: Making agent move by base on policy table
  4. Reset: Currently not working
  5. Exit: Exit program

Contents

  • Bellman Equation
  • Dynamic Programming
  • AI
  • FrozenLake Game

Environment

  • .Net Framework 'v4.6.1'
  • Window 10

About

Reinforcement learning practice using C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages