Skip to content

Commit

Permalink
Merge pull request #2 from mmarklar/master
Browse files Browse the repository at this point in the history
Fixed typo bug where argument had incorrect name
  • Loading branch information
ghliu authored Apr 26, 2018
2 parents ffea335 + 49dac2d commit e9db328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

gym.undo_logger_setup()

def train(num_iterations, gent, env, evaluate, validate_steps, output, max_episode_length=None, debug=False):
def train(num_iterations, agent, env, evaluate, validate_steps, output, max_episode_length=None, debug=False):

agent.is_training = True
step = episode = episode_steps = 0
Expand Down

0 comments on commit e9db328

Please sign in to comment.