Skip to content

Commit

Permalink
Sharad24 build patch (#273)
Browse files Browse the repository at this point in the history
* Format example
  • Loading branch information
Sharad24 authored Aug 27, 2020
1 parent a344720 commit 350f71d
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 350f71d

Please sign in to comment.