Skip to content

jmaloyjr/Q-Learning-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Q-Learning-AI

Q Learning Programming Assignment for CISC481

This program has the user create a virtual 4x3 environment to visualize Q-Learning.

The input will be # # #

#

  1. First number is the goal state
  2. Second is the forbidden state
  3. Third is the wall state
  4. '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.

About

Q Learning Programming Assignment for CISC481

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages