Skip to content
Snippets Groups Projects
Commit 90d7b94a authored by gmollard's avatar gmollard
Browse files

small fix

parent c573606d
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ def train(config):
"policies_to_train": list(policy_graphs.keys())}
agent_config["horizon"] = 50
ppo_trainer = PPOAgent(env=f"railenv_", config=agent_config)
ppo_trainer = PPOAgent(env=f"railenv", config=agent_config)
for i in range(100000 + 2):
print("== Iteration", i, "==")
......
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