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

updated training and inference to flatland 2.0 level generators

parent 9ce6b221
No related branches found
No related tags found
Loading
......@@ -88,7 +88,7 @@ action_prob = [0] * action_size
agent_obs = [None] * env.get_num_agents()
agent_next_obs = [None] * env.get_num_agents()
agent = Agent(state_size, action_size, "FC", 0)
with path(torch_training.Nets, "avoid_checkpoint60000.pth") as file_in:
with path(torch_training.Nets, "avoid_checkpoint100.pth") as file_in:
agent.qnetwork_local.load_state_dict(torch.load(file_in))
record_images = False
......
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