Skip to content

Commit

Permalink
Update customized_usage.rst
Browse files Browse the repository at this point in the history
Fixed usage issue
  • Loading branch information
nandantumu authored Sep 17, 2024
1 parent c4dd6bb commit a7ebea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customized_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down

0 comments on commit a7ebea5

Please sign in to comment.