Gyaneshere commited on
Commit
25c81a5
·
verified ·
1 Parent(s): 2c95720

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. hyperparameters.json +1 -1
hyperparameters.json CHANGED
@@ -1 +1 @@
1
- {"h_size": 64, "n_training_episodes": 10000, "n_evaluation_episodes": 10, "max_t": 10000, "gamma": 0.99, "lr": 0.0001, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}
 
1
+ {"h_size": 128, "n_training_episodes": 5000, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 0.99, "lr": 0.0001, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}