bniladridas commited on
Commit ·
ed30aaa
1
Parent(s): e93dd02
Update repo name to harpertoken-cartpole in all references
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ def get_action(self, observation):
|
|
| 61 |
|
| 62 |
### Model Sources
|
| 63 |
|
| 64 |
-
- **Hugging Face:** https://huggingface.co/harpertoken/
|
| 65 |
|
| 66 |
|
| 67 |
|
|
@@ -115,7 +115,7 @@ Users should:
|
|
| 115 |
from model import CMAESAgent
|
| 116 |
|
| 117 |
# Load the model
|
| 118 |
-
agent = CMAESAgent.from_pretrained("harpertoken/
|
| 119 |
|
| 120 |
# Evaluate
|
| 121 |
mean_reward, std_reward = agent.evaluate(num_episodes=5)
|
|
@@ -230,5 +230,5 @@ The model's simplicity demonstrates that CartPole's optimal control policy is ap
|
|
| 230 |
year = {2025},
|
| 231 |
publisher = {Hugging Face},
|
| 232 |
journal = {Hugging Face Model Hub},
|
| 233 |
-
howpublished = {https://huggingface.co/harpertoken/
|
| 234 |
}
|
|
|
|
| 61 |
|
| 62 |
### Model Sources
|
| 63 |
|
| 64 |
+
- **Hugging Face:** https://huggingface.co/harpertoken/harpertoken-cartpole
|
| 65 |
|
| 66 |
|
| 67 |
|
|
|
|
| 115 |
from model import CMAESAgent
|
| 116 |
|
| 117 |
# Load the model
|
| 118 |
+
agent = CMAESAgent.from_pretrained("harpertoken/harpertoken-cartpole")
|
| 119 |
|
| 120 |
# Evaluate
|
| 121 |
mean_reward, std_reward = agent.evaluate(num_episodes=5)
|
|
|
|
| 230 |
year = {2025},
|
| 231 |
publisher = {Hugging Face},
|
| 232 |
journal = {Hugging Face Model Hub},
|
| 233 |
+
howpublished = {https://huggingface.co/harpertoken/harpertoken-cartpole}
|
| 234 |
}
|