upload docker
Browse files- README.md +22 -0
- lehome-challenge.tar.gz +3 -0
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
|
| 4 |
+
## Usage
|
| 5 |
+
Load the Docker image containing the challenge environment:
|
| 6 |
+
```bash
|
| 7 |
+
docker load -i lehome-challenge.tar.gz
|
| 8 |
+
```
|
| 9 |
+
|
| 10 |
+
## Evaluation Test
|
| 11 |
+
Execute the evaluation script to test the pretrained policy with the specified parameters:
|
| 12 |
+
```bash
|
| 13 |
+
python -m scripts.eval \
|
| 14 |
+
--policy_type lerobot \
|
| 15 |
+
--policy_path outputs/train/act_top_long/checkpoints/last/pretrained_model \
|
| 16 |
+
--garment_type "top_long" \
|
| 17 |
+
--dataset_root Datasets/example/top_long_merged \
|
| 18 |
+
--num_episodes 2 \
|
| 19 |
+
--enable_cameras \
|
| 20 |
+
--device cpu \
|
| 21 |
+
--headless
|
| 22 |
+
```
|
lehome-challenge.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a85e389962909debc4ee9988d8a8c388f905fba60686ef78b1623e6872f7123
|
| 3 |
+
size 26676771349
|