/rlsims

Easily Simulate Reinforcement Learning Agents in R

Primary LanguageROtherNOASSERTION

rlsims

Easily Simulate Reinforcement Learning Agents in R

R-CMD-check


rlsims provides a standardized, user-friendly interface for simulating reinforcement learning agents.

Table of contents


Installation

You can install and load the development version of rlsims from GitHub as follows:

# Install the development version from GitHub
if (!require("remotes")) install.packages("remotes")
remotes::install_github("jdtrat/rlsims")

# Load package
library(rlsims)

Getting Started

Coming soon!

Further Reading

For a more in-depth explanation of rlsims, please see what's coming soon!

Feedback

If you want to see a feature, or report a bug, please file an issue or open a pull-request! As this package is just getting off the ground, we welcome all feedback and contributions. See our contribution guidelines for more details on getting involved!

Code of Conduct

Please note that the rlsims project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.