Skip to content

Commit

Permalink
step 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Mar 15, 2023
1 parent 7b0c68b commit b4770ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def run():
angle = 0

if paused == False:
for steering_angle in range(-30, 31):
for steering_angle in range(-30, 31, 5):
params["steering_angle"] = steering_angle

reward = deepracer.reward_function(params)
Expand Down

0 comments on commit b4770ef

Please sign in to comment.