Views
No views yet
1{'env_id': 'HealthGatheringSupreme-v1'
2'learning_rate': 0.0001
3'learning_rate_min': 1e-06
4'gamma': 0.99
5'gae_lambda': 0.95
6'clip_coef': 0.2
7'total_timesteps': 10000000
8'recurrence': 32
9'ent_coef': 0.001
10'vf_coef': 0.5
11'max_grad_norm': 0.5
12'num_minibatches': 4
13'update_epochs': 1
14'frame_skip': 4}