Here I'm implementing some AI algorithms with R for my college assignments
simple prisoner problem with DFs search algorithm
Solve map coloring problem using Backtrack algorithm
implement Value iteration algorithm on simple race car problem from berkeley.AI course
Implement a Q-learn algorithm on an example that describes an agent which uses unsupervised training to learn about an unknown environment.