Skip to content
Snippets Groups Projects

remove unused observation and prediction files

Merged Christian Baumberger requested to merge 2-cleanup-baselines into master
1 unresolved thread
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
+ 0
3
@@ -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
Loading