Skip to content
Snippets Groups Projects
Commit a45ef66c authored by Nour's avatar Nour
Browse files

Merge branch 'aleks2' into nour

parents 10ff70fc fc3d8829
No related branches found
No related tags found
No related merge requests found
...@@ -77,12 +77,7 @@ def q_learning(space, activities): ...@@ -77,12 +77,7 @@ def q_learning(space, activities):
old_state = state old_state = state
state = next_state state = next_state
""" # comment
if old_state != state:
print(state)
print(action)
print(Q[state][action])
"""
time = env.process.env.now - start time = env.process.env.now - start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment