R/PathPolicy.R

## Copyright 2017 <Jeremy Yee> <jeremyyee@outlook.com.au>
## Finds the assigned policy for the paths (using row rearrangement)
################################################################################

PathPolicy <- function(path, control, Reward, expected) {
    .Call('_rcss_PathPolicy', PACKAGE = 'rcss', path, control, Reward,
          expected)
}

Try the rcss package in your browser

Any scripts or data that you put into this service are public.

rcss documentation built on May 1, 2019, 10:13 p.m.