Replies: 1 comment
-
Just put this line in your env_config: env_configs={"agent_configs": dict(default_agent=dict(max_steering=20,
wheel_friction=1.2,
max_engine_force=1500,
max_brake_force=200,
max_speed_km_h=20))} You can change the values to whatever you like to adjust them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can we change the steering geometry, turning radius, and other car parameters.
Beta Was this translation helpful? Give feedback.
All reactions