Azeeme commited on
Commit
14dc14f
·
1 Parent(s): 0be192a

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-10499906.onnx +3 -0
  4. SoccerTwos/SoccerTwos-10499906.pt +3 -0
  5. SoccerTwos/SoccerTwos-10999984.onnx +3 -0
  6. SoccerTwos/SoccerTwos-10999984.pt +3 -0
  7. SoccerTwos/SoccerTwos-11499970.onnx +3 -0
  8. SoccerTwos/SoccerTwos-11499970.pt +3 -0
  9. SoccerTwos/SoccerTwos-11999996.onnx +3 -0
  10. SoccerTwos/SoccerTwos-11999996.pt +3 -0
  11. SoccerTwos/SoccerTwos-12499984.onnx +3 -0
  12. SoccerTwos/SoccerTwos-12499984.pt +3 -0
  13. SoccerTwos/SoccerTwos-12999976.onnx +3 -0
  14. SoccerTwos/SoccerTwos-12999976.pt +3 -0
  15. SoccerTwos/SoccerTwos-13499995.onnx +3 -0
  16. SoccerTwos/SoccerTwos-13499995.pt +3 -0
  17. SoccerTwos/SoccerTwos-13999918.onnx +3 -0
  18. SoccerTwos/SoccerTwos-13999918.pt +3 -0
  19. SoccerTwos/SoccerTwos-14499957.onnx +3 -0
  20. SoccerTwos/SoccerTwos-14499957.pt +3 -0
  21. SoccerTwos/SoccerTwos-1499785.onnx +3 -0
  22. SoccerTwos/SoccerTwos-1499785.pt +3 -0
  23. SoccerTwos/SoccerTwos-14999872.onnx +3 -0
  24. SoccerTwos/SoccerTwos-14999872.pt +3 -0
  25. SoccerTwos/SoccerTwos-1499988.onnx +3 -0
  26. SoccerTwos/SoccerTwos-1499988.pt +3 -0
  27. SoccerTwos/SoccerTwos-15499957.onnx +3 -0
  28. SoccerTwos/SoccerTwos-15499957.pt +3 -0
  29. SoccerTwos/SoccerTwos-15999977.onnx +3 -0
  30. SoccerTwos/SoccerTwos-15999977.pt +3 -0
  31. SoccerTwos/SoccerTwos-16499993.onnx +3 -0
  32. SoccerTwos/SoccerTwos-16499993.pt +3 -0
  33. SoccerTwos/SoccerTwos-16999934.onnx +3 -0
  34. SoccerTwos/SoccerTwos-16999934.pt +3 -0
  35. SoccerTwos/SoccerTwos-17499970.onnx +3 -0
  36. SoccerTwos/SoccerTwos-17499970.pt +3 -0
  37. SoccerTwos/SoccerTwos-17999972.onnx +3 -0
  38. SoccerTwos/SoccerTwos-17999972.pt +3 -0
  39. SoccerTwos/SoccerTwos-18499965.onnx +3 -0
  40. SoccerTwos/SoccerTwos-18499965.pt +3 -0
  41. SoccerTwos/SoccerTwos-18999988.onnx +3 -0
  42. SoccerTwos/SoccerTwos-18999988.pt +3 -0
  43. SoccerTwos/SoccerTwos-19499950.onnx +3 -0
  44. SoccerTwos/SoccerTwos-19499950.pt +3 -0
  45. SoccerTwos/SoccerTwos-1999244.onnx +3 -0
  46. SoccerTwos/SoccerTwos-1999244.pt +3 -0
  47. SoccerTwos/SoccerTwos-1999908.onnx +3 -0
  48. SoccerTwos/SoccerTwos-1999908.pt +3 -0
  49. SoccerTwos/SoccerTwos-19999944.onnx +3 -0
  50. SoccerTwos/SoccerTwos-19999944.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: Azeeme/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:9e1a0707796e31ee194ef4c337fc09adb9993a4284c9392aa938a58a5e6254af
3
+ size 86774786
SoccerTwos/SoccerTwos-10499906.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b2d42dda09783703456bdf1f28b04b12970fcdbfc77dde208fec9c4267d7448
3
+ size 5625134
SoccerTwos/SoccerTwos-10499906.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1637505b09e9d15eb5d93098bf66d520a19dce92d9d2e5d79612b0c3851bc2e3
3
+ size 100863762
SoccerTwos/SoccerTwos-10999984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:033581ce1ba5d5809ba2a0ead3ec1685d4e6ecc86055c6345ce66d1aa5f59bf1
3
+ size 5625134
SoccerTwos/SoccerTwos-10999984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec56f62e54b35e3a415e897de5029d43733b7112776024a6486a4690746e7326
3
+ size 100863762
SoccerTwos/SoccerTwos-11499970.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ab51981fac16f9bd4f3fa7c204a1ee0f39965f40a0238a1c16bcc91e08074a
3
+ size 5625134
SoccerTwos/SoccerTwos-11499970.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78d1dc8cd83b383bb22069ec16f907054a356e37a57e016ad64c02fe1afc0b39
3
+ size 100863762
SoccerTwos/SoccerTwos-11999996.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ca36e1937de6a2b8c2f601fc01a7efcdd47e4a41fd79ebbcdc0c6ff7bc3ac4f
3
+ size 5625134
SoccerTwos/SoccerTwos-11999996.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9c86360818b6b914a577001e9619289db6bdb4f6fbba1945a63ea7c833e519
3
+ size 100863762
SoccerTwos/SoccerTwos-12499984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b65b7a87ae6b9bf95ed8051b45796df472d0e0062c714265ca5b18f0b8816566
3
+ size 5625134
SoccerTwos/SoccerTwos-12499984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93087b2303dd07ec31702f25490ea9d947112dc5ddf602adb63c7fdd6fc61be8
3
+ size 100863762
SoccerTwos/SoccerTwos-12999976.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36a49dd11a88d7f7ab2486681627cca260ffb5c4bf63159a0f3170766d09ed0c
3
+ size 5625134
SoccerTwos/SoccerTwos-12999976.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8af8ca225fe9eb8ec72c36ec3d10a2e8eadd3ce00acce356dd6bd1dd4b771fdb
3
+ size 100863762
SoccerTwos/SoccerTwos-13499995.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44108765cddcb04ccb433efacb8ee811a6fd03746edf887a86c6998515678cc4
3
+ size 5625134
SoccerTwos/SoccerTwos-13499995.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bebafc0a78fcf62cb3c6c5a4c4eb98161ac94f37cb5657efb2d7cab1774dc154
3
+ size 100863762
SoccerTwos/SoccerTwos-13999918.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcd54da7d8049b510c8e75f21e16e08550447aaad7e04d388d238ba82e27c67d
3
+ size 5625134
SoccerTwos/SoccerTwos-13999918.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8c6ee0f1edae8baf7d5f424125d60254e00ef7fd61f574598c1c709c075e649
3
+ size 100863762
SoccerTwos/SoccerTwos-14499957.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e959f092f4c692e2d4246f2423f6be4b69aec8723c9f3430f1390028af5ff5c
3
+ size 5625134
SoccerTwos/SoccerTwos-14499957.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f2a6ca7fea166786db66213b3077e58f68b6ca27e8bcff8b9c4626330beb28
3
+ size 100863762
SoccerTwos/SoccerTwos-1499785.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb304356dff7f4f04309706e9c3e0ab474e6e3cf9ae3cfd6d8cf7c5b5f9f6a67
3
+ size 86774786
SoccerTwos/SoccerTwos-1499785.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b6717f4c7159e418a84a53e8bfead18b260f033be6ddd60daa7afc01ec9b05
3
+ size 780718230
SoccerTwos/SoccerTwos-14999872.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e3302fed265505a0465e890b528241d3116407f6d9ed4bcaceb8b3d6f1be6f
3
+ size 5625134
SoccerTwos/SoccerTwos-14999872.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a314cc526cfa587480c2b8ee31b0d49365bd4cad0f82212cc3a7b09e941b9d4
3
+ size 100863762
SoccerTwos/SoccerTwos-1499988.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7eaa63c18d6b5b9d48cbe879d441e09adad929218c9a689247ae89dd95c9719
3
+ size 5625134
SoccerTwos/SoccerTwos-1499988.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad67ffd3418afda88ea08337dd64dc41377623f5275af54425dc74adf6fa5d10
3
+ size 100863638
SoccerTwos/SoccerTwos-15499957.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2db003cfc45616916391bc88a69fbecb900700fc38e281ded2483400df5d1300
3
+ size 5625134
SoccerTwos/SoccerTwos-15499957.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:572f84b9a0725981aa6d0c548ca83526cbd956f2de7ffde67cde944bfa290f41
3
+ size 100863762
SoccerTwos/SoccerTwos-15999977.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec4235e81d04d95f4f45630f9c6a1874da10c023b47a308cb19388565cc00da
3
+ size 5625134
SoccerTwos/SoccerTwos-15999977.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dbe427e1c78970d3fb7ae48abeef650d4e12439323335f34bbf57fed2bc9b7c
3
+ size 100863762
SoccerTwos/SoccerTwos-16499993.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:275cf84cc0fb14744880f00c88c6cae17ff1e8129f1ae497a9833aa3542fad84
3
+ size 5625134
SoccerTwos/SoccerTwos-16499993.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0e48227499587a22d5fb63943bef516730f97fb8d6db61f2912756b1a1b4fb8
3
+ size 100863762
SoccerTwos/SoccerTwos-16999934.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fefb7c49e28bd09e02c012cc7f5b74675f8177a7cce978e13521007e1a2836d3
3
+ size 5625134
SoccerTwos/SoccerTwos-16999934.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1077425e764cfc11a4e40312b1204b7efd2434f79f48e0548591776d1929fb1e
3
+ size 100863762
SoccerTwos/SoccerTwos-17499970.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b5d227d8b5088d7ae80bf944161a9924eb6e1f745c2a2627a0ad1d3dcb17c67
3
+ size 5625134
SoccerTwos/SoccerTwos-17499970.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:128d154aa163a7a080022c3b5f8bafe6035760580ab97ee0126fe6537dd8950c
3
+ size 100863762
SoccerTwos/SoccerTwos-17999972.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e90494ab39bf1403fbe3f6214e67a4b5df585c88a485aec2b3f959818c18bb13
3
+ size 5625134
SoccerTwos/SoccerTwos-17999972.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a03fc048c7985105b946534dc911d9ed208c0235338c1e8d7b17a0d0b8ed334
3
+ size 100863762
SoccerTwos/SoccerTwos-18499965.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bd4377ee83f709c5dd81a7369f9435ec86dfd2d950023c64e23c919077dc959
3
+ size 5625134
SoccerTwos/SoccerTwos-18499965.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceb564eac7eab16e58bae3fc9c538f9aa070c04be4fab4c947d8fba038695799
3
+ size 100863762
SoccerTwos/SoccerTwos-18999988.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a27da2141fda3fe8204f4662251a26ee0b1fbe08412ebcb55982427f79a99e5
3
+ size 5625134
SoccerTwos/SoccerTwos-18999988.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5949bc1bb2d8928d5dce25ba9f5f8eca61123d6a880df9f7757344425d4be291
3
+ size 100863762
SoccerTwos/SoccerTwos-19499950.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0305b292f2b13bb372182623260dcaa47b5aae651ba0efdf0d2511050ec6264
3
+ size 5625134
SoccerTwos/SoccerTwos-19499950.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec435df848d87af0b01105232c550826098e8853e9fba3e24ce3689fb4d7bdab
3
+ size 100863762
SoccerTwos/SoccerTwos-1999244.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e12570a74d6d051c7a0008c186b3950b5f6cb3adc8784bdd6567981b57e9831b
3
+ size 86774786
SoccerTwos/SoccerTwos-1999244.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e4a21522b0279bf4400761fff6b3fefa408d126c1b83273bb675a62c87226dd
3
+ size 780718230
SoccerTwos/SoccerTwos-1999908.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35c8adfa41f6bc5fa67afd8197c5e16301ff5de283ff714f87e6dcc2e26d30bb
3
+ size 5625134
SoccerTwos/SoccerTwos-1999908.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e7ec02310db6c7fa9548c96d59af46990faf8219e4a04ca7c55e39cfeefd1e5
3
+ size 100863638
SoccerTwos/SoccerTwos-19999944.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a22a8b539ba43fd36ea080b9ec72ac7f0e7e1d899e517ae64733b2b724365478
3
+ size 5625134
SoccerTwos/SoccerTwos-19999944.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:585312399cf1d88ab3912683d2e2769f22b6e44d82d314556523d2a8d04e30d7
3
+ size 100863762