BaljinderH commited on
Commit
2c5b191
·
verified ·
1 Parent(s): 647b188

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +1 -1
train.py CHANGED
@@ -21,7 +21,7 @@ def main():
21
  exploration_final_eps=0.02)
22
 
23
  # Define the number of training timesteps
24
- TIMESTEPS = 100000 # Adjust as needed
25
 
26
  # Initialize the callback
27
  callback = SaveFramesCallback(save_freq=5000, save_path="models/frames", verbose=1)
 
21
  exploration_final_eps=0.02)
22
 
23
  # Define the number of training timesteps
24
+ TIMESTEPS = 550000 # Adjust as needed
25
 
26
  # Initialize the callback
27
  callback = SaveFramesCallback(save_freq=5000, save_path="models/frames", verbose=1)