knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of RLR is to help you conduct proper RL research.
You can install the development version of RLR from GitHub with:
install.packages("devtools") devtools::install_github("shahar-lab/RLR")
This is a basic example which shows you how to solve a common problem:
library(RLR) ## basic example code R= randomwalk(Narms=4, Ntrials=50, tau =.02,#standard deviation for the noise normal distribution of each arm rho =0, #true correlation between all arms. default should be zero upper.bound =0.85, lower.bound =0.15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.