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

go

parent 9f6fe7d4
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ class qLearningAgent:
v = tr.get(ind,np.zeros(len(Action)))
v[self._action_index] += 1
tr[ind] = v
print(self.trace[0])
# print(self.trace[0])
# print(np.sum(self.trace,axis=1))
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment