Skip to content

pi35/Q-Learning-in-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Q-Learning-in-R

This is the assignment 3 of OSU CPDA Machine Learning course

Problem

There is a rental car company that has two rental stations, the rental car company has 10 cars in total, we want to use solve the car dispatch problem with Q-learning.

Assumptions

  1. We assume number of customers arriving at each station follows a Binomial distribution. x1 ~ bin(n, p1) and x2 ~ bin(n, p2).

  2. We assume each customer returns the car in one time step

R code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published