First Push`
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-10499998.onnx +3 -0
- SoccerTwos/SoccerTwos-10499998.pt +3 -0
- SoccerTwos/SoccerTwos-10999860.onnx +3 -0
- SoccerTwos/SoccerTwos-10999860.pt +3 -0
- SoccerTwos/SoccerTwos-12499989.onnx +3 -0
- SoccerTwos/SoccerTwos-12499989.pt +3 -0
- SoccerTwos/SoccerTwos-12999860.onnx +3 -0
- SoccerTwos/SoccerTwos-12999860.pt +3 -0
- SoccerTwos/SoccerTwos-13499918.onnx +3 -0
- SoccerTwos/SoccerTwos-13499918.pt +3 -0
- SoccerTwos/SoccerTwos-13999891.onnx +3 -0
- SoccerTwos/SoccerTwos-13999891.pt +3 -0
- SoccerTwos/SoccerTwos-14276369.onnx +3 -0
- SoccerTwos/SoccerTwos-14276369.pt +3 -0
- SoccerTwos/SoccerTwos-1499998.onnx +3 -0
- SoccerTwos/SoccerTwos-1499998.pt +3 -0
- SoccerTwos/SoccerTwos-1516490.onnx +3 -0
- SoccerTwos/SoccerTwos-1516490.pt +3 -0
- SoccerTwos/SoccerTwos-2499950.onnx +3 -0
- SoccerTwos/SoccerTwos-2499950.pt +3 -0
- SoccerTwos/SoccerTwos-2999988.onnx +3 -0
- SoccerTwos/SoccerTwos-2999988.pt +3 -0
- SoccerTwos/SoccerTwos-3999990.onnx +3 -0
- SoccerTwos/SoccerTwos-3999990.pt +3 -0
- SoccerTwos/SoccerTwos-4499966.onnx +3 -0
- SoccerTwos/SoccerTwos-4499966.pt +3 -0
- SoccerTwos/SoccerTwos-499536.onnx +3 -0
- SoccerTwos/SoccerTwos-499536.pt +3 -0
- SoccerTwos/SoccerTwos-4999957.onnx +3 -0
- SoccerTwos/SoccerTwos-4999957.pt +3 -0
- SoccerTwos/SoccerTwos-5499997.onnx +3 -0
- SoccerTwos/SoccerTwos-5499997.pt +3 -0
- SoccerTwos/SoccerTwos-9499894.onnx +3 -0
- SoccerTwos/SoccerTwos-9499894.pt +3 -0
- SoccerTwos/SoccerTwos-999884.onnx +3 -0
- SoccerTwos/SoccerTwos-999884.pt +3 -0
- SoccerTwos/SoccerTwos-9999980.onnx +3 -0
- SoccerTwos/SoccerTwos-9999980.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1677233775.SHADOW-FGMT33SN.1840.0 +3 -0
- SoccerTwos/events.out.tfevents.1677270789.SHADOW-FGMT33SN.26160.0 +3 -0
- SoccerTwos/events.out.tfevents.1677315613.SHADOW-FGMT33SN.1856.0 +3 -0
- SoccerTwos/events.out.tfevents.1677331413.SHADOW-FGMT33SN.11552.0 +3 -0
- SoccerTwos/events.out.tfevents.1677363223.SHADOW-FGMT33SN.10140.0 +3 -0
- SoccerTwos/events.out.tfevents.1677403250.SHADOW-FGMT33SN.1936.0 +3 -0
- SoccerTwos/events.out.tfevents.1677421937.SHADOW-FGMT33SN.13628.0 +3 -0
- SoccerTwos/events.out.tfevents.1677438134.SHADOW-FGMT33SN.2788.0 +3 -0
- SoccerTwos/events.out.tfevents.1677484302.SHADOW-FGMT33SN.6624.0 +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: Roberto/poca-SoccerTwos
|
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:ec0ba049eafe22c29b46cdbbb609c2bc0d982b2269363be7181c49399f1879bc
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-10499998.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccb611004db9a6c2f6cb6ef567f197f4ff20152a73b31ce287342e63f50c8776
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-10499998.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f34d4a480ba3f48dd925921905abeb49cf76551b45feb9e9609e699557a3c019
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-10999860.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9093ee762dbde3e0af673cf79f2221d899dca952540631058c939d7ec1ac8e6c
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-10999860.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d9c08a3b07e5caf88850eb557de172930c0321920d041d14f1ada34250553d0
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-12499989.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cf801373018bf9bcfc56b19c3f8abd1c6b4625f69a1fcf0c2b31d7380d14f12
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-12499989.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb97892edda8364968d26ca3de0c34242ddd6f2f77900e19dfcb6f440d2747ce
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-12999860.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b06a75f8efb0f72f47ebfca0895a62f1d6f4a81fe78a5a794dcec404d2f4f14f
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-12999860.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd67e72d67842ef6564c161e4ce5af0cb7239fd634c2d60f269e9ff0542d2eb0
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-13499918.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d87d5453e04474efeae2816e7501a9bf66d59b5f8a7363d005b216ad36b30e61
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-13499918.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fa1368462450cb195b520d7618a9985a13f9f134cc6c5ee6a7530d2c5437c05
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-13999891.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d2f1182e86cd4f0a19e2a7a0178a3c665f5db3c88de701e8c8cb604d1a2f394
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-13999891.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d00371e2e86df84324a0c702b7b29e77388465b80290b66cab96f9be28126f4
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-14276369.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec0ba049eafe22c29b46cdbbb609c2bc0d982b2269363be7181c49399f1879bc
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-14276369.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d49d2137604f3146e8cd68e9dc3e6ee2e2bddb4136112f29b9a98df0531751d
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-1499998.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e0eb898b2bbf7ad67d05e712aa77204edb277f6b2c73fb69e6730710ab20afa
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-1499998.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:730effc43c54cd32ec86c6e255e3df5c05fdb1c4fa1e34b643d14b2215a20309
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-1516490.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e0eb898b2bbf7ad67d05e712aa77204edb277f6b2c73fb69e6730710ab20afa
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-1516490.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47a6b7ed5defb1aae820632f6e565f39b3488f0ae21c897cebc6d99beecd9b48
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-2499950.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4765d746711ac943ae85cc605af95a038327dd888e8bc1d1053e908efc181d80
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-2499950.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6650b54e880af8fe9279287b7ff9cdbd5f1d828c59d170d99af9b47d0dad3bc
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-2999988.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c94334b76a9e0f238e65d0adb4dea325a2d31e1dfa7ac2311e27337dbd1dfa24
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-2999988.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03568c12293426e34015f4c424120dafd82fac8635dfec854cc4974b6397fce5
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-3999990.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e996fe9ee7dcecca7ff938844cc2da70f97c6bfdd4fa99a55f05a7a4a1bb08a
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-3999990.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d35fc7f42807c3160dc0b75b4dca81464a73c5dac02f9f76fbded453a7eb4f25
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-4499966.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59c016503deccad75e12de118ef59a40b388126c65aa6b9218737f3564bb3bfb
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-4499966.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b04d6765dd5ef4c77964bf269ac4e1c07738056bfca97ae1ec7b5927e3deb526
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-499536.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e012bb80198ddd92715a09aaf5c569d984c5d624e60641deccd1077d7ca06c5c
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-499536.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3468ec59224e14f402fead0114bea632de736b73d952a7eaf34b36ea65c67d5e
|
3 |
+
size 28429781
|
SoccerTwos/SoccerTwos-4999957.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d74613d938bccf20d95c0d5b171f65ee4d53641b2934a733b2460f765a30568
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-4999957.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f552098520f1954fea145d2bec3d296ffb1e7d0984642884aefb3726a4e16ab7
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-5499997.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94ef72c192546b8eb6495a63b070fc4f1cb1cadd360adf079a6419b244efbff3
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-5499997.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f967e410327ba448b565941d76cb137afce0d91a6197415c5dee697277179b29
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-9499894.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1eab3cf6692e723c577d6060e89a0e5fc94415a85bf1699b64e6d923caa48964
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-9499894.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:870cf2b7c4dc095ee71295fc9fc2fa10b118f6926ba613f0a1d5b8de5df296b1
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-999884.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:436dc5f1f90eb208a46fced24d28d270bf76f50bb9d9213c9fe848505cd3cfbf
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-999884.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa8eb7e12dbc46c2845a29203a2ccc64e08ecb6dc6c00aaf99f267b1a5912091
|
3 |
+
size 28429781
|
SoccerTwos/SoccerTwos-9999980.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da3a99b8162f1c66308b2f611d9f22b84c949916ff216592c662ae85abead9d1
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-9999980.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:211d253bb51c79e25f266c772e3e2b9527b08152c46fc5d1824e77c015d51b8f
|
3 |
+
size 28429903
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6db6c986c1f625b0f8b6a7f846b0de4c66c26f29924e15d3e185d9156cb4995
|
3 |
+
size 28428927
|
SoccerTwos/events.out.tfevents.1677233775.SHADOW-FGMT33SN.1840.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69ac972fa6af322e781561e458bb84cdff09ba28ba5059179bc7ca95aa9b76a4
|
3 |
+
size 1960021
|
SoccerTwos/events.out.tfevents.1677270789.SHADOW-FGMT33SN.26160.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7728bd6238c704624de9a7a656ddf123eb9209b5e81721e98b0a851be0e257cd
|
3 |
+
size 1470746
|
SoccerTwos/events.out.tfevents.1677315613.SHADOW-FGMT33SN.1856.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c457b72a9afce482f7241e5593ecd2f7b7f17e77ee344d703c1dd5f6d71b0f63
|
3 |
+
size 823945
|
SoccerTwos/events.out.tfevents.1677331413.SHADOW-FGMT33SN.11552.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:814be81d33828465ad9f75231c5b1bcd7f34a35178b39fee7ed1de8f0a5cee52
|
3 |
+
size 2344328
|
SoccerTwos/events.out.tfevents.1677363223.SHADOW-FGMT33SN.10140.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d062ec18d0fbf916adfbca39d8d777f3da48559092a1e044ad3f422fbafc7835
|
3 |
+
size 73172
|
SoccerTwos/events.out.tfevents.1677403250.SHADOW-FGMT33SN.1936.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdd9cc166e3ff09086b332e0901e00b0f03a9e23706753b01def31f246de12c9
|
3 |
+
size 3238430
|
SoccerTwos/events.out.tfevents.1677421937.SHADOW-FGMT33SN.13628.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9defe5f02c377411e1573dc10b9fccc7f5089ad47149590a814ebe22b4a8b8af
|
3 |
+
size 2210476
|
SoccerTwos/events.out.tfevents.1677438134.SHADOW-FGMT33SN.2788.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f97fa30798a8c20cbc681e83683d16c512ea18260b73309ca9f25015cb8eb042
|
3 |
+
size 401706
|
SoccerTwos/events.out.tfevents.1677484302.SHADOW-FGMT33SN.6624.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8229f9307a056f80e6900698c474762a29512d12917100378cb797af676dcd3
|
3 |
+
size 3362002
|