R/obsolette.R

function() {
  library(profvis)
  profvis(
    {
  agent = initAgent("AgentTable", "CliffWalking-v0")
  agent = initAgent("AgentTable", "FrozenLake-v0")
  agent = initAgent("AgentTable", "Taxi-v2")
  agent$learn(500)
  visualize(agent$q_tab)
  agent$plotPerf(F)
    }
  )
}
compstat-lmu/rlR documentation built on June 26, 2019, 5:56 p.m.