Views
No views yet
1{'gym_id': 'CartPole-v1'
2'env_id': 'CartPole-v1'
3'capture_video': False
4'seed': 1
5'num_envs': 4
6'run_name': 'Run-1'
7'total_timesteps': 25000
8'learning_rate': 0.001
9'num_steps': 128
10'batch_size': 512
11'anneal_lr': True
12'gae': True
13'gamma': 0.99
14'gae_lambda': 0.95
15'num_minibatches': 4
16'minibatch_size': 128
17'update_epochs': 4
18'norm_adv': True
19'clip_coef': 0.2
20'clip_vloss': True
21'ent_coef': 0.01
22'vf_coef': 0.5
23'max_grad_norm': 0.5
24'target_kl': None}