Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyueWang25 committed Oct 6, 2023
1 parent 68d1ac2 commit 125d19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/train_dagger_atari_interactive_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def lr_schedule(_: float):
rng=rng,
)
dagger_trainer.train(
total_timesteps=1,
total_timesteps=20,
rollout_round_min_episodes=1,
rollout_round_min_timesteps=1,
rollout_round_min_timesteps=10,
)

0 comments on commit 125d19d

Please sign in to comment.