Skip to content

shahar-lab/RLR

Repository files navigation

RLR

The goal of RLR is to help you conduct proper RL research.

Installation

You can install the development version of RLR from GitHub with:

install.packages("devtools")
remotes::install_github('jorvlan/raincloudplots')
devtools::install_github("shahar-lab/RLR",dependencies = TRUE)

Example

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)

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages