First Push
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +35 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-17028.onnx +3 -0
- SoccerTwos/SoccerTwos-17028.pt +3 -0
- SoccerTwos/SoccerTwos-172922.onnx +3 -0
- SoccerTwos/SoccerTwos-172922.pt +3 -0
- SoccerTwos/SoccerTwos-24778.onnx +3 -0
- SoccerTwos/SoccerTwos-24778.pt +3 -0
- SoccerTwos/SoccerTwos-410348.onnx +3 -0
- SoccerTwos/SoccerTwos-410348.pt +3 -0
- SoccerTwos/SoccerTwos-43518.onnx +3 -0
- SoccerTwos/SoccerTwos-43518.pt +3 -0
- SoccerTwos/SoccerTwos-45422.onnx +3 -0
- SoccerTwos/SoccerTwos-45422.pt +3 -0
- SoccerTwos/SoccerTwos-45999938.onnx +3 -0
- SoccerTwos/SoccerTwos-45999938.pt +3 -0
- SoccerTwos/SoccerTwos-46499957.onnx +3 -0
- SoccerTwos/SoccerTwos-46499957.pt +3 -0
- SoccerTwos/SoccerTwos-46999972.onnx +3 -0
- SoccerTwos/SoccerTwos-46999972.pt +3 -0
- SoccerTwos/SoccerTwos-47134.onnx +3 -0
- SoccerTwos/SoccerTwos-47134.pt +3 -0
- SoccerTwos/SoccerTwos-47499968.onnx +3 -0
- SoccerTwos/SoccerTwos-47499968.pt +3 -0
- SoccerTwos/SoccerTwos-47558.onnx +3 -0
- SoccerTwos/SoccerTwos-47558.pt +3 -0
- SoccerTwos/SoccerTwos-47999973.onnx +3 -0
- SoccerTwos/SoccerTwos-47999973.pt +3 -0
- SoccerTwos/SoccerTwos-48499896.onnx +3 -0
- SoccerTwos/SoccerTwos-48499896.pt +3 -0
- SoccerTwos/SoccerTwos-48999981.onnx +3 -0
- SoccerTwos/SoccerTwos-48999981.pt +3 -0
- SoccerTwos/SoccerTwos-49499904.onnx +3 -0
- SoccerTwos/SoccerTwos-49499904.pt +3 -0
- SoccerTwos/SoccerTwos-498.onnx +3 -0
- SoccerTwos/SoccerTwos-498.pt +3 -0
- SoccerTwos/SoccerTwos-499516.onnx +3 -0
- SoccerTwos/SoccerTwos-499516.pt +3 -0
- SoccerTwos/SoccerTwos-49999798.onnx +3 -0
- SoccerTwos/SoccerTwos-49999798.pt +3 -0
- SoccerTwos/SoccerTwos-50000238.onnx +3 -0
- SoccerTwos/SoccerTwos-50000238.pt +3 -0
- SoccerTwos/SoccerTwos-547728.onnx +3 -0
- SoccerTwos/SoccerTwos-547728.pt +3 -0
- SoccerTwos/SoccerTwos-57738.onnx +3 -0
- SoccerTwos/SoccerTwos-57738.pt +3 -0
- SoccerTwos/SoccerTwos-72594.onnx +3 -0
- SoccerTwos/SoccerTwos-72594.pt +3 -0
- SoccerTwos/SoccerTwos-91792.onnx +3 -0
- SoccerTwos/SoccerTwos-91792.pt +3 -0
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: ml-agents
|
3 |
+
tags:
|
4 |
+
- SoccerTwos
|
5 |
+
- deep-reinforcement-learning
|
6 |
+
- reinforcement-learning
|
7 |
+
- ML-Agents-SoccerTwos
|
8 |
+
---
|
9 |
+
|
10 |
+
# **poca** Agent playing **SoccerTwos**
|
11 |
+
This is a trained model of a **poca** agent playing **SoccerTwos**
|
12 |
+
using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
13 |
+
|
14 |
+
## Usage (with ML-Agents)
|
15 |
+
The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
|
16 |
+
|
17 |
+
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
|
18 |
+
- A *short tutorial* where you teach Huggy the Dog 🐶 to fetch the stick and then play with him directly in your
|
19 |
+
browser: https://huggingface.co/learn/deep-rl-course/unitbonus1/introduction
|
20 |
+
- A *longer tutorial* to understand how works ML-Agents:
|
21 |
+
https://huggingface.co/learn/deep-rl-course/unit5/introduction
|
22 |
+
|
23 |
+
### Resume the training
|
24 |
+
```bash
|
25 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
26 |
+
```
|
27 |
+
|
28 |
+
### Watch your Agent play
|
29 |
+
You can watch your agent **playing directly in your browser**
|
30 |
+
|
31 |
+
1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
|
32 |
+
2. Step 1: Find your model_id: ItchyB/poca-SoccerTwos
|
33 |
+
3. Step 2: Select your *.nn /*.onnx file
|
34 |
+
4. Click on Watch the agent play 👀
|
35 |
+
|
SoccerTwos.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32f8c4b75341df9dd41829377dfcbb70f3e7875aa4f919ac917e6e75f1d7679d
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-17028.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bee63e7983b93c9cd5f281840057051fd9d97bbc31e5765b582a25ddcd678673
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-17028.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe94eeac6e99c6f00ced80d7aaca1508067b32f8edf38f4bc6d72c5f633b244c
|
3 |
+
size 9478265
|
SoccerTwos/SoccerTwos-172922.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:845d1608776e678d6688f93026c2c662c4c4c044a3da24a09c9e0709fd6d0d12
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-172922.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb417c80f7923c11072582462c1bd21a01a1dbd5d6764db0e45eea876d77aacb
|
3 |
+
size 28421137
|
SoccerTwos/SoccerTwos-24778.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38a9e1ec7b32f821a6bfb930b32caaba1a3079045a867656da32972874d6b944
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-24778.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf77522a215fc4c2bc04e77c972482401cf7f0330b02923a7aa018da8386415f
|
3 |
+
size 28421137
|
SoccerTwos/SoccerTwos-410348.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c15f6b4b9e712e57101195303529c818fb92bd78e2bffca0b931e4cbe263eb7
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-410348.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9473ee9c4cc38b1659b016502e913806692bbad35c5243d8c6e9680adc09a6de
|
3 |
+
size 28421137
|
SoccerTwos/SoccerTwos-43518.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a539437a73a9fbac106378bd8b68969ed112ddf632c36cff4add7bc70f244f6e
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-43518.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faa369c07fdd672a9f75cf03123bdac5723da61f98878f60ef9470812223e59f
|
3 |
+
size 28421137
|
SoccerTwos/SoccerTwos-45422.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fa7f97bbed889fb48c3df6380834382c46fc6eebddfec7fbe4d3b470a40b1a9
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-45422.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de71ceabc0617a9bde8f6556639edf8a26f48d3e3483d786002cc4a2039e86e8
|
3 |
+
size 28421137
|
SoccerTwos/SoccerTwos-45999938.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2412c9a4ae0487592b6ecabb0db8cd2b5f10354502b1dec6d376728787335652
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-45999938.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60edba086bca1b1d34e5e8febae6cec01589e60ef1f5fcbfd3a6523a28e29c2b
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-46499957.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af9d0bf2c699e79b040fbd42820fd02f434664300703881928cc74bacfa2aea1
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-46499957.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fff2706e6df9bb03a198fa51a94220d2de19f956390c74670a71714104e960f
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-46999972.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a1aab17f9cafd657fc9d6ba8db46d9ab8d075d45073a514c0fb80ee21d15493
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-46999972.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e90017a212a5db88c4d439aa7ae65fdb2a1143fe030e87e349a596f8f023cd61
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-47134.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:844a1f38f939974f32531f8a56c404906ad5bb61705ba7a3c12282c20d51025a
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-47134.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fb440939eb4e4178342c4f9e756561cd991e2208006171f22b114adef015ee4
|
3 |
+
size 28421137
|
SoccerTwos/SoccerTwos-47499968.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:486d9796b811e24e4cb496c1343400be82971c07c295d2fc380b2d1b4fedaba6
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-47499968.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4346d5c2c15c39bf408eb7c0c612d88a243247a3f34590b4d8307a580ed75da
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-47558.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cdd2adf247762c679e774db57b1c778e30e9edec176512e8ac69ea5d7585d05
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-47558.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bf4cb5f212d72d113b3856a1da62c96d4c46b8d18dc1f55ae48c77edddcda6b
|
3 |
+
size 28421137
|
SoccerTwos/SoccerTwos-47999973.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f230daa118fb177f779cb44cc6289b12b5f9a804f0270cc95c0b80ed7b5d8368
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-47999973.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db76cbf5568f20d41b2e9252f92ea045248984e7859d81112009384ed033c087
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-48499896.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eee57a9021fbe1964b06aebf2217bd010c86a33712e5632e62ee06b3f28b75eb
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-48499896.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:532943091c786065f0e37a12694fce344930799ac6f85a38812f12d6bf23678f
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-48999981.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:721492c4c33215731ced4b0a77ec4886a8cb6f921252e7b9988a51640f848d4e
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-48999981.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:002938c0093628bc318e16c9215505046cf78da9f8ba05ca0099d36ffdb87a84
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-49499904.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d813793b97dc5dcab1844f29860e486d6f76c226c5511b359e3a3e742b18d87
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-49499904.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9600e93017e67329eb4a94bcaaba44ea74c6f29d3e26303c76be8327203d5bad
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-498.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54ca58892cf0201da179d624c2c0978f26f221ac20eafb42623a507d65903006
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-498.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e4434344c068d06f4f16a979672740fd3d6770b757b58f6bba044fc58fcca82
|
3 |
+
size 9478265
|
SoccerTwos/SoccerTwos-499516.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a915e52e82797f4a334157ec7a0540959538e5e95c7ba17d65a35d033cad406
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-499516.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c84107719b917651f24a6aace1c23d8f66b8c28a1d7ff68c8ad67c242812185
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-49999798.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32f8c4b75341df9dd41829377dfcbb70f3e7875aa4f919ac917e6e75f1d7679d
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-49999798.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0762402a7631a10dea7cef756653698259ae5aacf02645b40884adb46ce005e0
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-50000238.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32f8c4b75341df9dd41829377dfcbb70f3e7875aa4f919ac917e6e75f1d7679d
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-50000238.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffb06dad117ebc920ec7ec08467f5b8ac5772cc466c1b95a6a268dace47eb950
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-547728.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f9583c704fbfff4e075aaf6900073925b1ee42cee0f7bd1dd39b84b8dd51c37
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-547728.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:115736a2bf208a785ccf2e70fc9c64a4cae6a317dd399e7c895476000c0120ec
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-57738.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b45932ba9943aa691e13f91cffaf0e039c774f42cee3d27fd06b2e5caedc1482
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-57738.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:886a83ce14e2bcfe2e9cdf0ac89198d9513685fd3ab42535ad685c13be9c041f
|
3 |
+
size 9478265
|
SoccerTwos/SoccerTwos-72594.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e59462e3037675d96b9035bb392993189aab461d65d5887453b40e254d5a133
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-72594.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8f23076b3afcdb477c561fdaa8d39b6797e8bf9950e3c8a09b899fd3911ba75
|
3 |
+
size 9478265
|
SoccerTwos/SoccerTwos-91792.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc385712f71adf401bdfdc8894334825c7e774dbaf5a397a0de71c3e436ad68b
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-91792.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d606703c42359fc90955bca32faf23e2e3e4b93989d6a18aff9db0a07839c44
|
3 |
+
size 28421137
|