Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,8 @@ model-index:
|
|
26 |
To learn to use this model and train yours check Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
|
27 |
|
28 |
# **Training hyperparameters**
|
|
|
|
|
29 |
cartpole_hyperparameters = {
|
30 |
"h_size": 8,
|
31 |
"n_training_episodes": 4000,
|
@@ -37,4 +39,5 @@ model-index:
|
|
37 |
"state_space": s_size,
|
38 |
"action_space": a_size,
|
39 |
}
|
|
|
40 |
|
|
|
26 |
To learn to use this model and train yours check Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
|
27 |
|
28 |
# **Training hyperparameters**
|
29 |
+
|
30 |
+
```python
|
31 |
cartpole_hyperparameters = {
|
32 |
"h_size": 8,
|
33 |
"n_training_episodes": 4000,
|
|
|
39 |
"state_space": s_size,
|
40 |
"action_space": a_size,
|
41 |
}
|
42 |
+
```
|
43 |
|