lambdavi commited on
Commit
b767fc8
1 Parent(s): 74e5120

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -21,5 +21,16 @@ model-index:
21
  ---
22
 
23
  # **DDPG** Agent playing **PandaReach-v3**
24
- This is a trained model of a **DDPG** agent playing **PandaReach-v3** .
 
 
 
 
 
 
 
 
 
 
 
25
 
 
21
  ---
22
 
23
  # **DDPG** Agent playing **PandaReach-v3**
24
+ This is a trained model of a **DDPG** agent playing **PandaReach-v3**.
25
+
26
+ ## Hyperparameters:
27
+ ```
28
+ hyperparameters = {
29
+ "env_id": "PandaReach-v3",
30
+ "max_steps": 50000,
31
+ "n_training_episodes": 9624,
32
+ "n_eval_episodes": 3000,
33
+ "learning_rate": 0.001,
34
+ }
35
+ ```
36