Views
No views yet
1{'exp_name': 'ppo'
2'env_id': 'CartPole-v1'
3'learning_rate': 0.00025
4'seed': 1
5'total_timesteps': 25000
6'torch_deterministic': True
7'cuda': True
8'repo_id': 'bk6000/unit8-ppo-CartPole-v1'
9'capture_video': True
10'num_envs': 4
11'num_steps': 128
12'anneal_lr': True
13'gae': True
14'gamma': 0.99
15'gae_lambda': 0.95
16'num_minibatches': 4
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
25'batch_size': 512
26'minibatch_size': 128}