diff --git a/score_test.py b/score_test.py
index 846c39994cb839452176dc48f56384e9b37f26ef..f52a1e010aefa085d42e46155eb0618e27f05702 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