Skip to content

Commit

Permalink
max ep
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun018 committed Dec 27, 2020
1 parent e0bd14f commit 737df2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algos_tf14/a2c_discrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def train(self):
last_mean_rewards = -100500
play_time = 0
epoch_num = 0
max_epochs = self.config.get('max_epochs', 1e7)
max_epochs = self.config.get('max_epochs', 1e4)

start_time = time.time()
total_time = 0
Expand Down

0 comments on commit 737df2d

Please sign in to comment.