nproellochs/ReinforcementLearning: Model-Free Reinforcement Learning

Performs model-free reinforcement learning in R. This implementation enables the learning of an optimal policy based on sample sequences consisting of states, actions and rewards. In addition, it supplies multiple predefined reinforcement learning algorithms, such as experience replay. Methodological details can be found in Sutton and Barto (1998) <ISBN:0262039249>.

Getting started

Package details

MaintainerNicolas Proellochs <nicolas.proellochs@wi.jlug.de>
LicenseMIT + file LICENSE
Version1.0.5
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("nproellochs/ReinforcementLearning")
nproellochs/ReinforcementLearning documentation built on March 3, 2020, 12:22 a.m.