andrewzhang505
commited on
Commit
•
e734971
1
Parent(s):
d0d3c3d
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ model-index:
|
|
15 |
type: Ant
|
16 |
metrics:
|
17 |
- type: mean_reward
|
18 |
-
value:
|
19 |
name: mean_reward
|
20 |
verified: false
|
21 |
---
|
@@ -26,7 +26,7 @@ This model was trained using Sample-Factory 2.0: https://github.com/alex-petrenk
|
|
26 |
Documentation for how to use Sample-Factory can be found at https://www.samplefactory.dev/
|
27 |
|
28 |
|
29 |
-
|
30 |
|
31 |
After installing Sample-Factory, download the model with:
|
32 |
```
|
@@ -34,7 +34,7 @@ python -m sample_factory.huggingface.load_from_hub -r andrewzhang505/isaacgym_an
|
|
34 |
```
|
35 |
|
36 |
|
37 |
-
|
38 |
|
39 |
To run the model after download, use the `enjoy` script corresponding to this environment:
|
40 |
```
|
@@ -45,7 +45,7 @@ python -m sf_examples.isaacgym_examples.enjoy_isaacgym --algo=APPO --env=Ant --t
|
|
45 |
You can also upload models to the Hugging Face Hub using the same script with the `--push_to_hub` flag.
|
46 |
See https://www.samplefactory.dev/10-huggingface/huggingface/ for more details
|
47 |
|
48 |
-
|
49 |
|
50 |
To continue training with this model, use the `train` script corresponding to this environment:
|
51 |
```
|
|
|
15 |
type: Ant
|
16 |
metrics:
|
17 |
- type: mean_reward
|
18 |
+
value: 11767.96 +/- 1256.28
|
19 |
name: mean_reward
|
20 |
verified: false
|
21 |
---
|
|
|
26 |
Documentation for how to use Sample-Factory can be found at https://www.samplefactory.dev/
|
27 |
|
28 |
|
29 |
+
## Downloading the model
|
30 |
|
31 |
After installing Sample-Factory, download the model with:
|
32 |
```
|
|
|
34 |
```
|
35 |
|
36 |
|
37 |
+
## Using the model
|
38 |
|
39 |
To run the model after download, use the `enjoy` script corresponding to this environment:
|
40 |
```
|
|
|
45 |
You can also upload models to the Hugging Face Hub using the same script with the `--push_to_hub` flag.
|
46 |
See https://www.samplefactory.dev/10-huggingface/huggingface/ for more details
|
47 |
|
48 |
+
## Training with this model
|
49 |
|
50 |
To continue training with this model, use the `train` script corresponding to this environment:
|
51 |
```
|