| QLearning | R Documentation | 
Q-Learning algorithm.
lambda | 
 [  | 
traces | 
 [  | 
To use eligibility traces specify lambda and traces.
makeAlgorithm("qlearning", lambda, traces)
Eligibility
alg = makeAlgorithm("qlearning", lambda = 0.8, traces = "accumulate")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.