Skip to content
Snippets Groups Projects
Commit ec10827b authored by Erik Nygren's avatar Erik Nygren
Browse files

removed "bug" with reward. Attention, currently it is cheaper for an agent to...

removed "bug" with reward. Attention, currently it is cheaper for an agent to wait if we cummulate rewards between the different state!
parent 3babf29d
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,6 @@ def main(argv):
else:
update_values = False
action = 0
action_prob[action] += 1
action_dict.update({a: action})
# Environment step
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment