RamtinMoslemi commited on
Commit
eb903ee
1 Parent(s): 9a6acf1

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-10000180.onnx +3 -0
  4. SoccerTwos/SoccerTwos-10000180.pt +3 -0
  5. SoccerTwos/SoccerTwos-1499168.onnx +3 -0
  6. SoccerTwos/SoccerTwos-1499168.pt +3 -0
  7. SoccerTwos/SoccerTwos-15499904.onnx +3 -0
  8. SoccerTwos/SoccerTwos-15499904.pt +3 -0
  9. SoccerTwos/SoccerTwos-15999958.onnx +3 -0
  10. SoccerTwos/SoccerTwos-15999958.pt +3 -0
  11. SoccerTwos/SoccerTwos-16499979.onnx +3 -0
  12. SoccerTwos/SoccerTwos-16499979.pt +3 -0
  13. SoccerTwos/SoccerTwos-16999852.onnx +3 -0
  14. SoccerTwos/SoccerTwos-16999852.pt +3 -0
  15. SoccerTwos/SoccerTwos-17409136.onnx +3 -0
  16. SoccerTwos/SoccerTwos-17409136.pt +3 -0
  17. SoccerTwos/SoccerTwos-18082.onnx +3 -0
  18. SoccerTwos/SoccerTwos-18082.pt +3 -0
  19. SoccerTwos/SoccerTwos-18426.onnx +3 -0
  20. SoccerTwos/SoccerTwos-18426.pt +3 -0
  21. SoccerTwos/SoccerTwos-18620.pt +3 -0
  22. SoccerTwos/SoccerTwos-1999226.onnx +3 -0
  23. SoccerTwos/SoccerTwos-1999226.pt +3 -0
  24. SoccerTwos/SoccerTwos-204146.pt +3 -0
  25. SoccerTwos/SoccerTwos-2499630.onnx +3 -0
  26. SoccerTwos/SoccerTwos-2499630.pt +3 -0
  27. SoccerTwos/SoccerTwos-2499810.onnx +3 -0
  28. SoccerTwos/SoccerTwos-2499810.pt +3 -0
  29. SoccerTwos/SoccerTwos-2784544.onnx +3 -0
  30. SoccerTwos/SoccerTwos-2784544.pt +3 -0
  31. SoccerTwos/SoccerTwos-2999368.onnx +3 -0
  32. SoccerTwos/SoccerTwos-2999368.pt +3 -0
  33. SoccerTwos/SoccerTwos-3499600.onnx +3 -0
  34. SoccerTwos/SoccerTwos-3499600.pt +3 -0
  35. SoccerTwos/SoccerTwos-3499990.onnx +3 -0
  36. SoccerTwos/SoccerTwos-3499990.pt +3 -0
  37. SoccerTwos/SoccerTwos-3999300.onnx +3 -0
  38. SoccerTwos/SoccerTwos-3999300.pt +3 -0
  39. SoccerTwos/SoccerTwos-3999988.onnx +3 -0
  40. SoccerTwos/SoccerTwos-3999988.pt +3 -0
  41. SoccerTwos/SoccerTwos-4029222.onnx +3 -0
  42. SoccerTwos/SoccerTwos-4029222.pt +3 -0
  43. SoccerTwos/SoccerTwos-4499985.onnx +3 -0
  44. SoccerTwos/SoccerTwos-4499985.pt +3 -0
  45. SoccerTwos/SoccerTwos-4999972.onnx +3 -0
  46. SoccerTwos/SoccerTwos-4999972.pt +3 -0
  47. SoccerTwos/SoccerTwos-5000376.onnx +3 -0
  48. SoccerTwos/SoccerTwos-5000376.pt +3 -0
  49. SoccerTwos/SoccerTwos-708.pt +3 -0
  50. SoccerTwos/SoccerTwos-8499872.onnx +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: RamtinMoslemi/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:03619a542b658ecd6cbb3d9622e7ceedf7c91bffb499d3ffe4379e73cb8d99f1
3
+ size 1768747
SoccerTwos/SoccerTwos-10000180.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03619a542b658ecd6cbb3d9622e7ceedf7c91bffb499d3ffe4379e73cb8d99f1
3
+ size 1768747
SoccerTwos/SoccerTwos-10000180.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abf2617282af0cec18607ee4d7db88dc65920459a612f766625aea1c31f81354
3
+ size 28430482
SoccerTwos/SoccerTwos-1499168.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:180a22f8c4b15edd0254e947468322566aedd2119c16f0606da1378ac6ee0bdb
3
+ size 1768747
SoccerTwos/SoccerTwos-1499168.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:255a86b2816d2cfc83913d23da25e30718ff8f6ccd4d2ec9934c3215b8166804
3
+ size 28430358
SoccerTwos/SoccerTwos-15499904.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a4a5bb10c911f6bee520d3b6de0a6b3d0faef3cf7da1d80d562f89f6feab9e0
3
+ size 1768747
SoccerTwos/SoccerTwos-15499904.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73f915cf8aa5616e8f3c1f8020248126f7667aa3c3de3d4c418310c267b67645
3
+ size 28430482
SoccerTwos/SoccerTwos-15999958.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a501e3ab804d15c75c284606d3aa1ed7be70a00316895d5bc3a44b93e1a0b9
3
+ size 1768747
SoccerTwos/SoccerTwos-15999958.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4fbf3d434cdfe99dce48fd1238365beb0d590a488ed5ffa717f562fd78ba16a
3
+ size 28430482
SoccerTwos/SoccerTwos-16499979.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e379c1a1b601680d740be40cf47f693cb0e8be6269eabc4954ac6307616191b
3
+ size 1768747
SoccerTwos/SoccerTwos-16499979.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a208f1cfcf44e86f197905af37d396e68f69269dd9a0cee12d471e2a4a5bfdb0
3
+ size 28430482
SoccerTwos/SoccerTwos-16999852.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:116ec69392c391d8a8177f46840548f174adb00a50ca6865cad1903f31301c6c
3
+ size 1768747
SoccerTwos/SoccerTwos-16999852.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b65e73ae5a1b1331b012f2706701de076646579485ba6e3345bb795074aa5a
3
+ size 28430482
SoccerTwos/SoccerTwos-17409136.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a927605bab3756880322ffbd82591e17b9bb154c4fdfc7aa53dec2b81fee87f6
3
+ size 1768747
SoccerTwos/SoccerTwos-17409136.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0e374940dd17e4cbef9df7f54f8bbc6f7a7c8742fa938f96bd9bd1cddea0056
3
+ size 28430482
SoccerTwos/SoccerTwos-18082.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d3190476df34cccb8e103ebb9fc994d88bedde5ba369951d5422be8121ba649
3
+ size 1766874
SoccerTwos/SoccerTwos-18082.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91bdce971b11a5236a4d546581be2d4bd097fb705298a28ab7fbb539469aae88
3
+ size 9479442
SoccerTwos/SoccerTwos-18426.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c87cac9cef84ed50939dc73c62d0f0bcf09700df83f4d3d94fe1c8dcfa1e17f4
3
+ size 1766874
SoccerTwos/SoccerTwos-18426.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80f08404a97a82b84c47c1252c69522312743e01f665af536d94aec5679f6cd4
3
+ size 9479442
SoccerTwos/SoccerTwos-18620.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74f97a09366818a76ce50619d84cc701389d4594753d1b01238037c11b14c8b3
3
+ size 9479442
SoccerTwos/SoccerTwos-1999226.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad74afcf8ad86d46916bb39fd68dbe052e9b730cf31d8c4e96ad58bdd176852
3
+ size 1768747
SoccerTwos/SoccerTwos-1999226.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8e74732427fa763af0e1a5b12c72fa60aa006eca312e357df9064ebd880aac0
3
+ size 28430358
SoccerTwos/SoccerTwos-204146.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e02822ce4b0ce82d1153fbc826f7d6758d7090b42c5560940dd27607fa800920
3
+ size 28430234
SoccerTwos/SoccerTwos-2499630.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d856a6d721d9304fb0c01b6f583acc9558a5f090721965575b51d2ea6c19b949
3
+ size 1768747
SoccerTwos/SoccerTwos-2499630.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca721da4c04f072e127c4d5d03db61b71a3c6dfe7ea277fdb8bbdf58bc948d2e
3
+ size 28430358
SoccerTwos/SoccerTwos-2499810.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d256d73b0d8927fc367eecde0c3d32a9598c48df38a5d5be03df955291bc9f
3
+ size 1768747
SoccerTwos/SoccerTwos-2499810.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27e2e5b1e8a9a5221e7fe2ece5c8e9b0d8e6faff97b9e5f811adbda73ee927ec
3
+ size 28430358
SoccerTwos/SoccerTwos-2784544.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2cbc97b1f6b0674833c5aea80b39a4515d0eb981c3de61d14d844cfc16688dd
3
+ size 1768747
SoccerTwos/SoccerTwos-2784544.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed6ca676ed3248c4fe370379fbc40ce89341611c3cb9068561b3a4aeeddb6d7
3
+ size 28430358
SoccerTwos/SoccerTwos-2999368.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95164310ca596a0cb994ca68e99c3b0673eedc2f9a161b39353836dfb7b038cf
3
+ size 1768747
SoccerTwos/SoccerTwos-2999368.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e47a185dba3ef421890bee6f07df5d03eaad85b1fdcb4c40262f0101c2b1278
3
+ size 28430358
SoccerTwos/SoccerTwos-3499600.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c98a95a8d67f30ba16c2bbcf8b05f783c310698dd2cef2ba95827692f7df9d86
3
+ size 1768747
SoccerTwos/SoccerTwos-3499600.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7f6da71827df45ff66345758299a0b69677f608d352940c5d55a3f79b19d12a
3
+ size 28430358
SoccerTwos/SoccerTwos-3499990.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f40873d5390b4f523c95fc167e4b6e1cef2c2d6e19be275f7f026ba0ae53be
3
+ size 1768747
SoccerTwos/SoccerTwos-3499990.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53624c57bd7bd02e1b93d99843f9ab552bd414561ad8bde5506456b170726264
3
+ size 28430358
SoccerTwos/SoccerTwos-3999300.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5496557c4923fe0605642748e2879a7c65b4bafbde3e74d703de7417688b1cd1
3
+ size 1768747
SoccerTwos/SoccerTwos-3999300.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48d8d7c3a80dc7fc5ad882d3e239787b796e03578be6727aa179bfba10ece3a4
3
+ size 28430358
SoccerTwos/SoccerTwos-3999988.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ee7944532872486f1b57c530c1c53e1c20fe5ad038b7e57d0825b24f0d3f030
3
+ size 1768747
SoccerTwos/SoccerTwos-3999988.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898d2e3151f633fc67f4a768874fac685fbf912ba93e0f1bb7dba1a48b292994
3
+ size 28430358
SoccerTwos/SoccerTwos-4029222.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45d810324262b3b76ae8284b2d405ce6f753b32e34019f961b923d6b4e450ae8
3
+ size 1768747
SoccerTwos/SoccerTwos-4029222.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a18ec5c7af70cc44b4334c9aeb5b801c1809f4702bf4cf364ae65745d28d0001
3
+ size 28430358
SoccerTwos/SoccerTwos-4499985.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a069f767798732937b0ef8a83ee0455b175fe805b479fece70ece051a56a8746
3
+ size 1768747
SoccerTwos/SoccerTwos-4499985.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5bfc75a2b680e1048d6fb76b860c5faad46dd965cde640a14b3bd61badc0dee
3
+ size 28430358
SoccerTwos/SoccerTwos-4999972.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8171b9f22f3de0dfac49f68c4df948d5cda20dc11b6a2d73b5e244d153896472
3
+ size 1768747
SoccerTwos/SoccerTwos-4999972.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9baa0ff638555050fea9bd46515cf5d23335f5f978bb7d4403a56726907844
3
+ size 28430358
SoccerTwos/SoccerTwos-5000376.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8171b9f22f3de0dfac49f68c4df948d5cda20dc11b6a2d73b5e244d153896472
3
+ size 1768747
SoccerTwos/SoccerTwos-5000376.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32c3920c0b57d2ed7866fd28964c598624be7d4afd1fdc3e5019d8310c1bb00b
3
+ size 28430358
SoccerTwos/SoccerTwos-708.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc1a003b46a74ace27a978e63908778caec083d66cb39a717f4e0750c39fc11d
3
+ size 9479362
SoccerTwos/SoccerTwos-8499872.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68806773524a03c2b728334643013dc61551c5ee0dd1b314355ef476498f18fd
3
+ size 1768747