Spaces:
Sleeping
Sleeping
Update train.py
Browse files
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 =
|
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)
|