amanoyaku commited on
Commit
c908c21
1 Parent(s): 67b284d

First Push

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +35 -0
  2. SoccerTwos.onnx +3 -0
  3. SoccerTwos/SoccerTwos-8519981.onnx +3 -0
  4. SoccerTwos/SoccerTwos-8519981.pt +3 -0
  5. SoccerTwos/SoccerTwos-8529973.onnx +3 -0
  6. SoccerTwos/SoccerTwos-8529973.pt +3 -0
  7. SoccerTwos/SoccerTwos-8539895.onnx +3 -0
  8. SoccerTwos/SoccerTwos-8539895.pt +3 -0
  9. SoccerTwos/SoccerTwos-8549977.onnx +3 -0
  10. SoccerTwos/SoccerTwos-8549977.pt +3 -0
  11. SoccerTwos/SoccerTwos-8559939.onnx +3 -0
  12. SoccerTwos/SoccerTwos-8559939.pt +3 -0
  13. SoccerTwos/SoccerTwos-8569853.onnx +3 -0
  14. SoccerTwos/SoccerTwos-8569853.pt +3 -0
  15. SoccerTwos/SoccerTwos-8579930.onnx +3 -0
  16. SoccerTwos/SoccerTwos-8579930.pt +3 -0
  17. SoccerTwos/SoccerTwos-8589991.onnx +3 -0
  18. SoccerTwos/SoccerTwos-8589991.pt +3 -0
  19. SoccerTwos/SoccerTwos-8599961.onnx +3 -0
  20. SoccerTwos/SoccerTwos-8599961.pt +3 -0
  21. SoccerTwos/SoccerTwos-8609982.onnx +3 -0
  22. SoccerTwos/SoccerTwos-8609982.pt +3 -0
  23. SoccerTwos/SoccerTwos-8619970.onnx +3 -0
  24. SoccerTwos/SoccerTwos-8619970.pt +3 -0
  25. SoccerTwos/SoccerTwos-8629949.onnx +3 -0
  26. SoccerTwos/SoccerTwos-8629949.pt +3 -0
  27. SoccerTwos/SoccerTwos-8639897.onnx +3 -0
  28. SoccerTwos/SoccerTwos-8639897.pt +3 -0
  29. SoccerTwos/SoccerTwos-8649983.onnx +3 -0
  30. SoccerTwos/SoccerTwos-8649983.pt +3 -0
  31. SoccerTwos/SoccerTwos-8659983.onnx +3 -0
  32. SoccerTwos/SoccerTwos-8659983.pt +3 -0
  33. SoccerTwos/SoccerTwos-8669999.onnx +3 -0
  34. SoccerTwos/SoccerTwos-8669999.pt +3 -0
  35. SoccerTwos/SoccerTwos-8679977.onnx +3 -0
  36. SoccerTwos/SoccerTwos-8679977.pt +3 -0
  37. SoccerTwos/SoccerTwos-8689992.onnx +3 -0
  38. SoccerTwos/SoccerTwos-8689992.pt +3 -0
  39. SoccerTwos/SoccerTwos-8699959.onnx +3 -0
  40. SoccerTwos/SoccerTwos-8699959.pt +3 -0
  41. SoccerTwos/SoccerTwos-8709957.onnx +3 -0
  42. SoccerTwos/SoccerTwos-8709957.pt +3 -0
  43. SoccerTwos/SoccerTwos-8719999.onnx +3 -0
  44. SoccerTwos/SoccerTwos-8719999.pt +3 -0
  45. SoccerTwos/SoccerTwos-8729987.onnx +3 -0
  46. SoccerTwos/SoccerTwos-8729987.pt +3 -0
  47. SoccerTwos/SoccerTwos-8739983.onnx +3 -0
  48. SoccerTwos/SoccerTwos-8739983.pt +3 -0
  49. SoccerTwos/SoccerTwos-8749978.onnx +3 -0
  50. SoccerTwos/SoccerTwos-8749978.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: amanoyaku/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:08db5f6ba16a8ac5a7938135918232c94b0f823333fc1e4cfa35010daa58df4b
3
+ size 1768747
SoccerTwos/SoccerTwos-8519981.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eba64f320e2a6d79c11c16d446e78e92fdf9ccb1a7ae6c6dc13b8269f3c0608e
3
+ size 1768747
SoccerTwos/SoccerTwos-8519981.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c655cc8ffdb7b364687a142a734bab0164a4230855de5a039821a38079c536f
3
+ size 28432022
SoccerTwos/SoccerTwos-8529973.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ef11dd526d83456c0576d0b5544bd42d5d73521d2745b12f55b4c9d125fad49
3
+ size 1768747
SoccerTwos/SoccerTwos-8529973.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:888163aa14a8c001d4f77db962fe7cafadac3c604ea584fb66f9aef47cd6d2bd
3
+ size 28432022
SoccerTwos/SoccerTwos-8539895.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ef11dd526d83456c0576d0b5544bd42d5d73521d2745b12f55b4c9d125fad49
3
+ size 1768747
SoccerTwos/SoccerTwos-8539895.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13d6985a43e9a826252f2bef1fe58291a727765e787f1055efb90a917c1d691c
3
+ size 28432022
SoccerTwos/SoccerTwos-8549977.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d076c0f7adae7a39d1ddb91236daf59ee205af5f3521a815cf8104819a308c2
3
+ size 1768747
SoccerTwos/SoccerTwos-8549977.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3b5c51adb8919b614130ec9ee6507b04d189d7031060800765a341db2611ce0
3
+ size 28432022
SoccerTwos/SoccerTwos-8559939.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d076c0f7adae7a39d1ddb91236daf59ee205af5f3521a815cf8104819a308c2
3
+ size 1768747
SoccerTwos/SoccerTwos-8559939.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21b2569d10f4e548994826380d9497368923673dc6ae38ed9e655692ed57bf65
3
+ size 28432022
SoccerTwos/SoccerTwos-8569853.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d076c0f7adae7a39d1ddb91236daf59ee205af5f3521a815cf8104819a308c2
3
+ size 1768747
SoccerTwos/SoccerTwos-8569853.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:215e9ab61ff7bc44d281a8699537faaecac551c465f96d270d05e4acda94d445
3
+ size 28432022
SoccerTwos/SoccerTwos-8579930.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2130d12bc0cf20919e0fba7b19dc6cf558fb647ebf27004510e98fab5c9d19f4
3
+ size 1768747
SoccerTwos/SoccerTwos-8579930.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee804332b42331f036511adb40f77f74ad418da0fa55fe0c12a3967aaf6c81c1
3
+ size 28432022
SoccerTwos/SoccerTwos-8589991.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2130d12bc0cf20919e0fba7b19dc6cf558fb647ebf27004510e98fab5c9d19f4
3
+ size 1768747
SoccerTwos/SoccerTwos-8589991.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2df02aa8dd38773b0e324947f598dbc686f790314e5751ecc8641edc1ef7f7d3
3
+ size 28432022
SoccerTwos/SoccerTwos-8599961.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e0c427d370326a261388778078741723c5ad28b22c59363070d70647890fa0f
3
+ size 1768747
SoccerTwos/SoccerTwos-8599961.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be2884e96d0ad8f9091692afa088adecaa4b5f3665624d14141b7e2c06152555
3
+ size 28432022
SoccerTwos/SoccerTwos-8609982.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e0c427d370326a261388778078741723c5ad28b22c59363070d70647890fa0f
3
+ size 1768747
SoccerTwos/SoccerTwos-8609982.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c61fa493e2fc35a72b7ff7ba7e87dc0b1a1a69e3d47afff8e07b37c65d59d258
3
+ size 28432022
SoccerTwos/SoccerTwos-8619970.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:945f1644fdd26ae232e73ce8b1d2a1afa12bb69d50dca01bd26b67c37b526904
3
+ size 1768747
SoccerTwos/SoccerTwos-8619970.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b79f6ddfc0c17127ed23955a54037ae871cf486a2a5136ac67dcc78d0e00342
3
+ size 28432022
SoccerTwos/SoccerTwos-8629949.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:945f1644fdd26ae232e73ce8b1d2a1afa12bb69d50dca01bd26b67c37b526904
3
+ size 1768747
SoccerTwos/SoccerTwos-8629949.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0305352819559c8b5e93589be7ad72f0bbe7a19dcffc646e0ac236abcff885eb
3
+ size 28432022
SoccerTwos/SoccerTwos-8639897.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e70444e0bc00a6447660df029ded8c41c6ebafe390bed1e1ceef126b1285f80b
3
+ size 1768747
SoccerTwos/SoccerTwos-8639897.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c481b64d9b7fb357d139af1b01f4c64d7b8765b1363c75dcd6b70db6bedd2d06
3
+ size 28432022
SoccerTwos/SoccerTwos-8649983.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e70444e0bc00a6447660df029ded8c41c6ebafe390bed1e1ceef126b1285f80b
3
+ size 1768747
SoccerTwos/SoccerTwos-8649983.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:733a95438bb034adf7fc5049048a9b07c1217ac90dfbaef6d27a4e6a6aa2b4d0
3
+ size 28432022
SoccerTwos/SoccerTwos-8659983.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ac5c4e1a26c44b16955766302181fdbe49076fcdadafa565e09be232e7348b2
3
+ size 1768747
SoccerTwos/SoccerTwos-8659983.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227913a79c2d3a8906253197f5037ec735d59f87dfddb28c8e0d10b6cea5010a
3
+ size 28432022
SoccerTwos/SoccerTwos-8669999.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ac5c4e1a26c44b16955766302181fdbe49076fcdadafa565e09be232e7348b2
3
+ size 1768747
SoccerTwos/SoccerTwos-8669999.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7917b910125a633ee78a79f73060eab05dd036408d6c5a736570348875a5274e
3
+ size 28432022
SoccerTwos/SoccerTwos-8679977.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9c128aecb4d4d5232dd5ad70ab5853dbc6a29670901982c406a0824a50ad304
3
+ size 1768747
SoccerTwos/SoccerTwos-8679977.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51c49f2596d15ecb89f281e73701610a341cb9ae157d7ff2c2acae95c050874f
3
+ size 28432022
SoccerTwos/SoccerTwos-8689992.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9c128aecb4d4d5232dd5ad70ab5853dbc6a29670901982c406a0824a50ad304
3
+ size 1768747
SoccerTwos/SoccerTwos-8689992.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c9e4a948af7962741cb534f542da88060678d82eea3dc01a28b32bb20ef996
3
+ size 28432022
SoccerTwos/SoccerTwos-8699959.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5bcdd14671833edc45ad9f4f1c368832d748a2c18dca0b55e870984120b16cb
3
+ size 1768747
SoccerTwos/SoccerTwos-8699959.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64f8a2bc2cc33453f72a85815a2bc6c45bfee23cdd74aed85955ad3939f2715a
3
+ size 28432022
SoccerTwos/SoccerTwos-8709957.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5bcdd14671833edc45ad9f4f1c368832d748a2c18dca0b55e870984120b16cb
3
+ size 1768747
SoccerTwos/SoccerTwos-8709957.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96275bc1d8ed57ef3f60d0038143afe1b6ec6b435343399601eddb35d130266f
3
+ size 28432022
SoccerTwos/SoccerTwos-8719999.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:516af101ead55295696e6d97d7e78499ce22b9c222e70b49e5f75b26a0bff90f
3
+ size 1768747
SoccerTwos/SoccerTwos-8719999.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:390e3809f4f3ab28aa75f108bea5fd36f6b47c91c882825b4f5666378136500e
3
+ size 28432022
SoccerTwos/SoccerTwos-8729987.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:516af101ead55295696e6d97d7e78499ce22b9c222e70b49e5f75b26a0bff90f
3
+ size 1768747
SoccerTwos/SoccerTwos-8729987.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b31b3450760f6ecf2f262f9537bc24101a99a38b46c1e068f36aba684491c3cf
3
+ size 28432022
SoccerTwos/SoccerTwos-8739983.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e904ff372a09efe313e4e46c71c223acdd3d44574e90b6456a6a93c273a7c3c3
3
+ size 1768747
SoccerTwos/SoccerTwos-8739983.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0c8c47f214ab3f6de87bb81e90c298b9227c355941cda152df35ec34e379206
3
+ size 28432022
SoccerTwos/SoccerTwos-8749978.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e904ff372a09efe313e4e46c71c223acdd3d44574e90b6456a6a93c273a7c3c3
3
+ size 1768747
SoccerTwos/SoccerTwos-8749978.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50f540e7106ae4814463e0bd8e84105c19163b76ddb09919758a11301898fe95
3
+ size 28432022