Skip to content

Commit

Permalink
Set observe steps to 25000
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvr committed Jun 8, 2023
1 parent 79080f1 commit 8912608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/turtlebot3_drl/turtlebot3_drl/common/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
LEARNING_RATE = 0.003
TAU = 0.003

OBSERVE_STEPS = 0 # At training start random actions are taken for N steps for better exploration
OBSERVE_STEPS = 25000 # At training start random actions are taken for N steps for better exploration
STEP_TIME = 0.01 # Delay between steps, can be set to 0
EPSILON_DECAY = 0.9995 # Epsilon decay per step
EPSILON_MINIMUM = 0.05
Expand Down

0 comments on commit 8912608

Please sign in to comment.