From 16b4679c1002c4344c790061af36e74d5be144de Mon Sep 17 00:00:00 2001 From: felipecode Date: Mon, 22 Jan 2018 15:40:35 +0100 Subject: [PATCH] Update benchmark.md --- Docs/benchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/benchmark.md b/Docs/benchmark.md index c737beb08..c73503521 100644 --- a/Docs/benchmark.md +++ b/Docs/benchmark.md @@ -61,7 +61,7 @@ To be benchmarked, an Agent subclass must redefine the *run_step* function as it return control The function receives measurements from the world, sensor data and a target position. With this, the function must return a control to the car, *i.e.* steering value, throttle value, brake value, etc. -The [measurements](measurements.md), [target](measurements#player-measurements.md), [sensor_data](cameras_and_sensors.md) and [control](measurements.md) types are described at the documentation. +The [measurements](measurements.md), [target](measurements.md), [sensor_data](cameras_and_sensors.md) and [control](measurements.md) types are described at the documentation.