Views
No views yet
1{'exp_name': 'notebook'
2'gym_id': 'CartPole-v1'
3'learning_rate': 0.00025
4'seed': 1
5'total_timesteps': 25000
6'torch_deterministic': True
7'cuda': True
8'track': False
9'wandb_project_name': 'cleanRL'
10'wandb_entity': None
11'capture_video': False
12'num_envs': 4
13'num_steps': 128
14'anneal_lr': True
15'gae': True
16'gamma': 0.99
17'gae_lambda': 0.95
18'num_minibatches': 4
19'update_epochs': 4
20'clip_coef': 0.2
21'clip_vloss': True
22'ent_coef': 0.01
23'vf_coef': 0.5
24'max_grad_norm': 0.5
25'target_kl': 0.015
26'norm_adv': True
27'repo_id': 'carlkaziboni/ppo-CartPole-v1'
28'batch_size': 512
29'minibatch_size': 128
30'env_id': 'CartPole-v1'}