LUNDECHEN commited on
Commit
941ad0d
·
verified ·
1 Parent(s): c52b951

Upload hyperparams.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. hyperparams.json +13 -0
hyperparams.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "batch_size": 64,
3
+ "clip_range": 0.2,
4
+ "device": "cpu",
5
+ "ent_coef": 0.0,
6
+ "gae_lambda": 0.95,
7
+ "gamma": 0.99,
8
+ "learning_rate": 0.0003,
9
+ "max_grad_norm": 0.5,
10
+ "n_steps": 2048,
11
+ "policy": "ActorCriticPolicy",
12
+ "vf_coef": 0.5
13
+ }