R/FullTestPolicy.R

## Copyright 2017 <Jeremy Yee> <jeremyyee@outlook.com.au>
## Testing the prescribed policy and return position evolution
################################################################################

FullTestPolicy <- function(position, path, control, Reward, Scrap, policy) {
    .Call('_rcss_FullTestPolicy', PACKAGE = 'rcss', position, path,
          control, Reward, Scrap, policy)
}

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.