willie84 / ValueIteration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The program is used to perform Reinforcement Learning via Value Iteration algorithm

The program has the following files:

  1. Makefile for compiling the source code
  2. valueIteration.cpp and state.cpp for the program source code
  3. valueIteration.h and state.h as header files of the point class
  4. Answers.txt has the answers.

Run the program to output the output file The make command produces driver executable that is run to simulate the program.

To run the program run:

  1. make command
  2. Then run ./driver

About


Languages

Language:C++ 97.5%Language:Makefile 2.5%