Skip to content
Snippets Groups Projects
Commit c12e191e authored by Siddhartha Laghuvarapu's avatar Siddhartha Laghuvarapu
Browse files

Decrease number of runs for local evaluation

parent 27eb74ce
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ def print_statistics(player_statistics, episode):
if __name__ == "__main__":
player_agent, opponent_agents = load_agents(LocalEvaluationConfig)
player_agent = player_agent[0]
N_EPISODES = 10
N_EPISODES = 2
N_TIME_STEPS = 1024
for episode in range(N_EPISODES):
agents, player_index = assign_agents(player_agent, opponent_agents)
......
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