Views
No views yet
1{'exp_name': 'ppo'
2'gym_id': 'LunarLander-v2'
3'env_id': 'LunarLander-v2'
4'learning_rate': 0.0005
5'seed': 1
6'total_timesteps': 8388608
7'torch_deterministic': True
8'cuda': True
9'track': False
10'wandb_project_name': 'ppo-implementation-details'
11'wandb_entity': None
12'capture_video': False
13'num_envs': 1024
14'num_steps': 256
15'anneal_lr': True
16'gae': True
17'gamma': 0.99
18'gae_lambda': 0.95
19'num_minibatches': 128
20'update_epochs': 4
21'norm_adv': True
22'clip_coef': 0.2
23'clip_vloss': True
24'ent_coef': 0.01
25'vf_coef': 0.5
26'max_grad_norm': 0.5
27'target_kl': None
28'repo_id': 'SuperDan/ppo-lunar-sharedMLP'
29'batch_size': 262144
30'minibatch_size': 2048}