Antonio Serrano Muñoz
commited on
Commit
•
bbe0a5a
1
Parent(s):
bca002c
Update README
Browse files
README.md
CHANGED
@@ -29,6 +29,11 @@ Trained agent model for [NVIDIA Omniverse Isaac Gym](https://github.com/NVIDIA-O
|
|
29 |
# Usage (with skrl)
|
30 |
|
31 |
```python
|
|
|
|
|
|
|
|
|
|
|
32 |
```
|
33 |
|
34 |
# Hyperparameters
|
|
|
29 |
# Usage (with skrl)
|
30 |
|
31 |
```python
|
32 |
+
from skrl.utils.huggingface import download_model_from_huggingface
|
33 |
+
|
34 |
+
# assuming that there is an agent named `agent`
|
35 |
+
path = download_model_from_huggingface("skrl/OmniIsaacGymEnvs-Cartpole-PPO")
|
36 |
+
agent.load(path)
|
37 |
```
|
38 |
|
39 |
# Hyperparameters
|