From 8e12996dfe1960dbc07e0069e030a0a3e08c4504 Mon Sep 17 00:00:00 2001 From: Johannes Fischer Date: Thu, 24 Feb 2022 14:18:26 +0100 Subject: [PATCH] fix typo --- scratch/johannes/intersimple/idm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratch/johannes/intersimple/idm.py b/scratch/johannes/intersimple/idm.py index 8853255..bceb5c1 100644 --- a/scratch/johannes/intersimple/idm.py +++ b/scratch/johannes/intersimple/idm.py @@ -32,7 +32,7 @@ for agent in range(151): # print('step', i, 'reward', reward) if done: if reward < -500: - collising_agents.append(agent) + colliding_agents.append(agent) print(" Collision") break env.close(filestr='idm/agent_{}'.format(agent))