Skip to content
Snippets Groups Projects
Commit 9c9c153b authored by Wen Yao Jin's avatar Wen Yao Jin
Browse files

go

parent d7f9c8b7
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class RandomAgent():
class qLearningAgent:
def __init__(self, mat, TD_lambda = 0.8, alpha = 0.005, gamma = 0.8, epsilon = 0.01):
self.state_per_tile = 10
self.state_per_tile = 11
self.alpha = alpha
self.gamma = gamma
self.epsilon = epsilon # e-greedy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment