Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharad24 committed Aug 27, 2020
2 parents 55f5ee0 + 350f71d commit 1e568be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/hyperparameters/optuna/a2c_cartpole-v0.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ def tune_A2C(trial):
entropy_coeff=entropy_coeff,
)
trainer = OnPolicyTrainer(
agent, env, log_interval=10, epochs=100, evaluate_episodes=10,
agent,
env,
log_interval=10,
epochs=100,
evaluate_episodes=10,
)
trainer.train()

Expand Down

0 comments on commit 1e568be

Please sign in to comment.