Skip to content
Snippets Groups Projects
Commit a01b2def authored by u214892's avatar u214892
Browse files

#42 run baselines in ci

parent a32ffd9e
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,8 @@ def main(argv):
eps = 0
# action = agent.act(np.array(obs[a]), eps=eps)
print("before act")
action = agent.act(agent_obs[a], eps=eps)
#action = agent.act(agent_obs[a], eps=eps)
action = 0
print("after act")
action_prob[action] += 1
action_dict.update({a: action})
......
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