From c7d0a784ae141b0603bb2b89de751c3421650bff Mon Sep 17 00:00:00 2001 From: u229589 <christian.baumberger@sbb.ch> Date: Fri, 27 Sep 2019 11:55:06 +0200 Subject: [PATCH] remove code that is commented out --- score_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/score_test.py b/score_test.py index 846c399..f52a1e0 100644 --- a/score_test.py +++ b/score_test.py @@ -20,9 +20,6 @@ nr_trials_per_test = 100 test_results = [] test_times = [] 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) start_time_scoring = time.time() test_idx = 0 -- GitLab