Views
No views yet
1timesteps=2e6, 2steps_before_update=1000, 3mini_batch_size=64, epochs=3, 4lr=3e-4, 5gamma=0.99, 6gae_lambda=0.95, 7clip_coef=0.2, 8norm_adv=True, 9vf_coef=0.5, 10ent_coef=0.05, 11max_grad_norm=1.0, 12target_kl=0.015