Lee93whut commited on
Commit ยท
006f45e
1
Parent(s): 385cc9f
add model weights via Git LFS, fix HF Space build
Browse files- Remove results/ and *.pth from .gitignore so weights enter version control
- Track four training weights (vanilla/double/dueling/double_dueling) via LFS
- .gitattributes already had *.pth filter=lfs configured
Dockerfile COPY results/best_model_train_*.pth will now resolve correctly
on HuggingFace Spaces build.
.gitignore
CHANGED
|
@@ -23,11 +23,9 @@ coverage.xml
|
|
| 23 |
*.xml
|
| 24 |
.pytest_cache/
|
| 25 |
|
| 26 |
-
# โโ ่ฎญ็ปไบง็ฉ๏ผๆ้
|
| 27 |
runs/
|
| 28 |
logs/
|
| 29 |
-
results/
|
| 30 |
-
*.pth
|
| 31 |
|
| 32 |
# โโ IDE โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
| 33 |
.idea/
|
|
|
|
| 23 |
*.xml
|
| 24 |
.pytest_cache/
|
| 25 |
|
| 26 |
+
# โโ ่ฎญ็ปไบง็ฉ๏ผruns/logs ไธ่ฟ็ๆฌๆงๅถ๏ผๆ้้่ฟ Git LFS ่ฟฝ่ธช๏ผโโโโโโโโโโโโโโโโโ
|
| 27 |
runs/
|
| 28 |
logs/
|
|
|
|
|
|
|
| 29 |
|
| 30 |
# โโ IDE โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
| 31 |
.idea/
|
results/best_model_train_double.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42b26b8e7faeee7e4d1ac2980e883b41dea8f7ec1014bf354b71414087ec6aa6
|
| 3 |
+
size 6788376
|
results/best_model_train_double_dueling.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc7038a0ceed88d0b6e9a9a95c74ac5b49c8948cc6da5aa75cf19cddd0e3ca64
|
| 3 |
+
size 13345564
|
results/best_model_train_dueling.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4124a0facc716661d7d3bf35417729f365f9ee37a2819a4feea04e6f8cb9a5f
|
| 3 |
+
size 13345374
|
results/best_model_train_vanilla.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25bd7427d9af7e7464fa15ec652ed2cf25cdf7b07781e332144931aa1d5f2ad1
|
| 3 |
+
size 6788390
|