https://github.com/mila-iqia/atari-representation-learning/blob/f5e1080fe2077356b409cd324d6847b03ed35308/atariari/benchmark/ram_annotations.py#L68 In the Berzerk game dictionary there are 8 indices corresponding to robot_x coordinates and 9 indices corresponding to robot_y coordinates. ``` enemy_robots_x=range(65, 73), enemy_robots_y=range(56, 65), ``` Is this a bug/typo?