Commit ·
2d6c39c
1
Parent(s): fc117d7
Second Push 170M
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +31 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-101499870.onnx +3 -0
- SoccerTwos/SoccerTwos-101499870.pt +3 -0
- SoccerTwos/SoccerTwos-101999884.onnx +3 -0
- SoccerTwos/SoccerTwos-101999884.pt +3 -0
- SoccerTwos/SoccerTwos-102499994.onnx +3 -0
- SoccerTwos/SoccerTwos-102499994.pt +3 -0
- SoccerTwos/SoccerTwos-102999952.onnx +3 -0
- SoccerTwos/SoccerTwos-102999952.pt +3 -0
- SoccerTwos/SoccerTwos-103499987.onnx +3 -0
- SoccerTwos/SoccerTwos-103499987.pt +3 -0
- SoccerTwos/SoccerTwos-10499974.onnx +3 -0
- SoccerTwos/SoccerTwos-10499974.pt +3 -0
- SoccerTwos/SoccerTwos-10999999.onnx +3 -0
- SoccerTwos/SoccerTwos-10999999.pt +3 -0
- SoccerTwos/SoccerTwos-11499968.onnx +3 -0
- SoccerTwos/SoccerTwos-11499968.pt +3 -0
- SoccerTwos/SoccerTwos-187999926.onnx +3 -0
- SoccerTwos/SoccerTwos-187999926.pt +3 -0
- SoccerTwos/SoccerTwos-188499916.onnx +3 -0
- SoccerTwos/SoccerTwos-188499916.pt +3 -0
- SoccerTwos/SoccerTwos-188999980.onnx +3 -0
- SoccerTwos/SoccerTwos-188999980.pt +3 -0
- SoccerTwos/SoccerTwos-189499935.onnx +3 -0
- SoccerTwos/SoccerTwos-189499935.pt +3 -0
- SoccerTwos/SoccerTwos-189999852.onnx +3 -0
- SoccerTwos/SoccerTwos-189999852.pt +3 -0
- SoccerTwos/SoccerTwos-47999990.onnx +3 -0
- SoccerTwos/SoccerTwos-47999990.pt +3 -0
- SoccerTwos/SoccerTwos-48499997.onnx +3 -0
- SoccerTwos/SoccerTwos-48499997.pt +3 -0
- SoccerTwos/SoccerTwos-48999922.onnx +3 -0
- SoccerTwos/SoccerTwos-48999922.pt +3 -0
- SoccerTwos/SoccerTwos-49499948.onnx +3 -0
- SoccerTwos/SoccerTwos-49499948.pt +3 -0
- SoccerTwos/SoccerTwos-49999803.onnx +3 -0
- SoccerTwos/SoccerTwos-49999803.pt +3 -0
- SoccerTwos/SoccerTwos-87999925.onnx +3 -0
- SoccerTwos/SoccerTwos-87999925.pt +3 -0
- SoccerTwos/SoccerTwos-88499975.onnx +3 -0
- SoccerTwos/SoccerTwos-88499975.pt +3 -0
- SoccerTwos/SoccerTwos-88999962.onnx +3 -0
- SoccerTwos/SoccerTwos-88999962.pt +3 -0
- SoccerTwos/SoccerTwos-89499977.onnx +3 -0
- SoccerTwos/SoccerTwos-89499977.pt +3 -0
- SoccerTwos/SoccerTwos-9499992.onnx +3 -0
- SoccerTwos/SoccerTwos-9499992.pt +3 -0
- SoccerTwos/SoccerTwos-9999927.onnx +3 -0
- SoccerTwos/SoccerTwos-9999927.pt +3 -0
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
tags:
|
| 4 |
+
- unity-ml-agents
|
| 5 |
+
- ml-agents
|
| 6 |
+
- deep-reinforcement-learning
|
| 7 |
+
- reinforcement-learning
|
| 8 |
+
- ML-Agents-SoccerTwos
|
| 9 |
+
library_name: ml-agents
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# **poca** Agent playing **SoccerTwos**
|
| 13 |
+
This is a trained model of a **poca** agent playing **SoccerTwos** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
| 14 |
+
|
| 15 |
+
## Usage (with ML-Agents)
|
| 16 |
+
The Documentation: https://github.com/huggingface/ml-agents#get-started
|
| 17 |
+
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
### Resume the training
|
| 21 |
+
```
|
| 22 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
| 23 |
+
```
|
| 24 |
+
### Watch your Agent play
|
| 25 |
+
You can watch your agent **playing directly in your browser:**.
|
| 26 |
+
|
| 27 |
+
1. Go to https://huggingface.co/spaces/unity/ML-Agents-SoccerTwos
|
| 28 |
+
2. Step 1: Write your model_id: Raiden-1001/poca-Soccerv7.2
|
| 29 |
+
3. Step 2: Select your *.nn /*.onnx file
|
| 30 |
+
4. Click on Watch the agent play 👀
|
| 31 |
+
|
SoccerTwos.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6492d47a92ae64a2aae6deff7877eac50197ee5fae42ba69599f4f45168347b1
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-101499870.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:378e1e41aeb96018d6a9142e7a78ac0e3dda966b5bebad3be784148b6a86ade2
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-101499870.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7a6a8f63671272f6d6ced6a12a9814bd20feb9002c3bc58f8a48bfa7e4581e3
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-101999884.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b1718827117ac8f49541ed0d4ac5d3cba1822ad8857fd97eb676819a1f1b9aa
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-101999884.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c0ffd93c6aef20c48b46f0ee5658a1986b79f152df9449dce849a0313379eac
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-102499994.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af93bca6bf669526529b34946d1679ecf09c615f5e95918ea3da6a549fd4c1ca
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-102499994.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffcb12df321e667cfd9e80dc0f5f78a93c4e8cc3f5c9099c3ab533d0a0fb4c0e
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-102999952.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:132c6dd8dc704a88a8cd1b56d07587d5b0eede3ef0854a5bd664319c93109d53
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-102999952.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:705547d4259533c319514fd552542aedd5223efb6a20d82badb01231af55d150
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-103499987.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba4680382b0f730b375cf01a506b4d0d302ffc481cde96bfa9fca94eaea525ba
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-103499987.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5cfc1e52dfccccc516e50107c7d6d21bb4a64527d4953e967c3d5cd15fd52656
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-10499974.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:655f183e12966967b02761e0f3ca251d2bee6c6f0eef2fd636791f608d495c27
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-10499974.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a777eaa8ae10393f59733a5f91028a78bf517230828abe723675976de666c22
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-10999999.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ed568e3c01aa90b7cd3168b8596b7e303cfa251bbacc12c9d440a2645a7a353
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-10999999.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da097fb4a7b7132f026c87e7448e0c542d130d95741c9b818a4ee22c450dcf54
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-11499968.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a60a645e893e3c70924e31948c7f28ac74bb853417f928a4df43a588de07302e
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-11499968.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:280e7dbce57d8621ba58435e6396a4ee706d82000eda98ed2c74f66596e2fdcf
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-187999926.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84c885d93de5187fd26ca2086fe452b34ce2ce1d987b5644d9613657265dee75
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-187999926.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24729ad0019cf626547e336d39a8f878110ee3b5c92508213ba9831ad38209cb
|
| 3 |
+
size 1578829
|
SoccerTwos/SoccerTwos-188499916.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e981c3bc42db55ec4d42c8e267ae16bb2f48968f15a48dc37e9091868715f2ec
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-188499916.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84fa1a419403c9485ced517bc58c3d3892cedf879c9e498e07a57fd04956df20
|
| 3 |
+
size 1578829
|
SoccerTwos/SoccerTwos-188999980.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5e391bdc7d77f99859567dac03e28ec28cde66539650934bc7d429d6bf2c759
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-188999980.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f706e498e2f44a9a828162512c62ffcf9098bf0f24b54ac6680f55ccd628f98c
|
| 3 |
+
size 1578829
|
SoccerTwos/SoccerTwos-189499935.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:985ae14cc784136dab1d8702d1db71bb47af2f1dcb943f7cea9863af170a0400
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-189499935.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9942bbc0a075e1ed15cd16be64bc16dee6d751a931ea6e00e5d4eae0792f993
|
| 3 |
+
size 1578829
|
SoccerTwos/SoccerTwos-189999852.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d4b116a62b76829e60fbc670b993e3d7add0471b34e9fffd982ef3faacfb618
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-189999852.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f76e38d0226a95bbd67648044f5f42679174ad20a43afa174fb8a404836cb410
|
| 3 |
+
size 1578829
|
SoccerTwos/SoccerTwos-47999990.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90d20a0a376f03fc60dbbc47f99c009c046787d26054654b6df316ce8c7c22a2
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-47999990.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:681cdfbff3dd344e083743c054fe3607629c3c30ecbff0692015e4faa9205613
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-48499997.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46b0f81c52f37d471f8a908989c05548eca290a015996e59d1f42cc1ae05b0c5
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-48499997.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96ae1c75924b48eba67155ef85d15f940d3fea8e2c32ea63c03edace194cd732
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-48999922.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0d6e43dc347d3598f9e76dcb7cc3c2754588225c3a3dfe850e658ec0ea99e85
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-48999922.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fa7e82f949768452fe75124f590396187abc4250c39794c0915051ee4f5ff90
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-49499948.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0f7b306a20234c26e516e70f000f0b5b86201eb3efb75a001e60d5d41843220
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-49499948.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:759d599fc3ff666ade7f5c6956e11cf5479c171eb240631754edb920ba67d4c7
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-49999803.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41400760a65496e9fab2f6c5754b95454e393c14e71b47976bd134529461e104
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-49999803.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10f358eea329bba8d08ce5be88990e17c5f94cd5bb91a50514912b352a145388
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-87999925.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a622f6a00dbbbdccfab29c741ccc509162d69a38aea8f7626005d63f81bf768
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-87999925.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc284b85bc92333849cf875f995f2cf4fbb01b1d45f1591043832340f7f491a2
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-88499975.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:723d1c577e62899d34f03025401d6620c2970d7c83d358f174e08bb1854ae561
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-88499975.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9e8c97d99e846a546ee502e5b70b8bed8f9abe09e857eace34f376f57a6be31
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-88999962.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:540d4a96ad8c5638c565781272a7d051fa7ea6521246559640787a9f8255ed93
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-88999962.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de9ae0a3a552f2543a888a46bbcecffe872a381365c1b03a98a083c78bc24a09
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-89499977.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e76d6bd35259ba7fc4d587098804dfe00e8f939a2e6c1d17a2d3c9ed7c8b3a5c
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-89499977.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2bfe3ec718a05054a8bbe30d2b86088a30d42be40de344cf42f92f2e5c8ee63
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-9499992.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:766e151194696257912a63628f9dc3082b47016f0a6ddf1803c33fafbc338a15
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-9499992.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03be2f340fbe75b93a0d7c2b44ad294fffdcf30ce8ae0ab5287adbacead8704e
|
| 3 |
+
size 1578765
|
SoccerTwos/SoccerTwos-9999927.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:debaba73a3e956619b24a22b5c818078b716fcc37de9d796c4cc7d4065c3f18c
|
| 3 |
+
size 178085
|
SoccerTwos/SoccerTwos-9999927.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0619e06a93bf213bc3dc6770debc02816ee9a57303078ab2acccb79197fffa29
|
| 3 |
+
size 1578765
|