Views
No views yet
1{'exp_name': 'ppo_hf'
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'capture_video': False
9'num_envs': 4
10'num_steps': 128
11'anneal_lr': True
12'gae': True
13'gamma': 0.99
14'gae_lambda': 0.95
15'num_minibatches': 4
16'update_epochs': 4
17'norm_adv': True
18'clip_coef': 0.2
19'clip_loss': True
20'ent_coef': 0.01
21'vf_coef': 0.01
22'max_grad_norm': 0.05
23'target_kl': None
24'repo_id': 'debisoft/ppo-CartPole-v2'
25'batch_size': 512
26'minibatch_size': 128}