From a7ebea5feea7765fe20f98aaaceab528806a2025 Mon Sep 17 00:00:00 2001 From: Nandan Tumu <10603428+nandantumu@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:08:21 -0400 Subject: [PATCH] Update customized_usage.rst Fixed usage issue --- docs/customized_usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customized_usage.rst b/docs/customized_usage.rst index 7025de86..b860c702 100644 --- a/docs/customized_usage.rst +++ b/docs/customized_usage.rst @@ -109,7 +109,7 @@ You can change the default paramters (identified on concrete floor with the defa 'v_max': 20.0, 'width': 0.31, 'length': 0.58} - env = gym.make('f110_gym:f110-v0', params=params_dict) + env = gym.make('f110_gym:f110-v0', config={'params': params_dict}) 2. Or you could update the parameters of a specific vehicle in the list of vehicles (or all vehicles):