# Generated by roxygen2: do not edit by hand

S3method(computePolicy,data.frame)
S3method(computePolicy,default)
S3method(computePolicy,matrix)
S3method(computePolicy,rl)
S3method(plot,rl)
S3method(predict,rl)
S3method(print,rl)
S3method(state,character)
S3method(state,default)
S3method(state,double)
S3method(summary,rl)
export(ReinforcementLearning)
export(computePolicy)
export(epsilonGreedyActionSelection)
export(experienceReplay)
export(gridworldEnvironment)
export(policy)
export(randomActionSelection)
export(replayExperience)
export(sampleExperience)
export(sampleGridSequence)
export(selectEpsilonGreedyAction)
export(selectRandomAction)
export(state)
import(hash)
importFrom(graphics,plot)
importFrom(stats,median)
importFrom(stats,runif)
importFrom(stats,sd)
