Q Learning Programming Assignment for CISC481
This program has the user create a virtual 4x3 environment to visualize Q-Learning.
The input will be # # #
#
- First number is the goal state
- Second is the forbidden state
- Third is the wall state
- 'p' will print out all optimal policies for each state space 'q' will print out the q values of the specified number that follows it
To run the code simply type 'python hw3.py' on the command line and input your arguments.