February 2020
Intermediate to advanced
328 pages
8h 19m
English
In this recipe, we will use the reinforcelearn package to get the data from the built-in environment known as cliff walking. This environment is inherited from the gridworld environment.
We will perform model-free RL using the ReinforcementLearning package:
library(reinforcelearn)library(ReinforcementLearning)
In the next section, we will create an environment that represents the cliff walking problem.
Read now
Unlock full access