From 16b7b178f038ac68d0b5c2c895fc25a5983e2a4c Mon Sep 17 00:00:00 2001 From: "Berducci, Luigi" Date: Fri, 14 Jun 2024 16:03:58 +0200 Subject: [PATCH] correct typo --- examples/video_recording.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/video_recording.py b/examples/video_recording.py index f384b979..8fbd67e8 100644 --- a/examples/video_recording.py +++ b/examples/video_recording.py @@ -15,7 +15,7 @@ def main(): } env = gym.make( - "f1tenth_gym:f1tenth-v0, + "f1tenth_gym:f1tenth-v0", config={ "map": "Spielberg", "num_agents": 1,