Skip to content
Snippets Groups Projects
Commit c7d0a784 authored by u229589's avatar u229589
Browse files

remove code that is commented out

parent aafa76af
No related branches found
No related tags found
1 merge request!7remove unused observation and prediction files
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -20,9 +20,6 @@ nr_trials_per_test = 100 ...@@ -20,9 +20,6 @@ nr_trials_per_test = 100
test_results = [] test_results = []
test_times = [] test_times = []
test_dones = [] test_dones = []
# Load agent
# agent = Agent(state_size, action_size, "FC", 0)
# agent.qnetwork_local.load_state_dict(torch.load('./torch_training/Nets/avoid_checkpoint500.pth'))
agent = RandomAgent(state_size, action_size) agent = RandomAgent(state_size, action_size)
start_time_scoring = time.time() start_time_scoring = time.time()
test_idx = 0 test_idx = 0
......
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