jjhonny commited on
Commit
94553b2
1 Parent(s): f010c83

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-0.pt +3 -0
  4. SoccerTwos/SoccerTwos-107640.pt +3 -0
  5. SoccerTwos/SoccerTwos-119144.onnx +3 -0
  6. SoccerTwos/SoccerTwos-119144.pt +3 -0
  7. SoccerTwos/SoccerTwos-11999975.onnx +3 -0
  8. SoccerTwos/SoccerTwos-11999975.pt +3 -0
  9. SoccerTwos/SoccerTwos-12499858.onnx +3 -0
  10. SoccerTwos/SoccerTwos-12499858.pt +3 -0
  11. SoccerTwos/SoccerTwos-12999975.onnx +3 -0
  12. SoccerTwos/SoccerTwos-12999975.pt +3 -0
  13. SoccerTwos/SoccerTwos-13055704.onnx +3 -0
  14. SoccerTwos/SoccerTwos-13055704.pt +3 -0
  15. SoccerTwos/SoccerTwos-13062.onnx +3 -0
  16. SoccerTwos/SoccerTwos-13062.pt +3 -0
  17. SoccerTwos/SoccerTwos-13072.pt +3 -0
  18. SoccerTwos/SoccerTwos-13112.onnx +3 -0
  19. SoccerTwos/SoccerTwos-13112.pt +3 -0
  20. SoccerTwos/SoccerTwos-13499844.onnx +3 -0
  21. SoccerTwos/SoccerTwos-13499844.pt +3 -0
  22. SoccerTwos/SoccerTwos-13633616.pt +3 -0
  23. SoccerTwos/SoccerTwos-140556.onnx +3 -0
  24. SoccerTwos/SoccerTwos-140556.pt +3 -0
  25. SoccerTwos/SoccerTwos-1499264.onnx +3 -0
  26. SoccerTwos/SoccerTwos-1499264.pt +3 -0
  27. SoccerTwos/SoccerTwos-15446.pt +3 -0
  28. SoccerTwos/SoccerTwos-17494.pt +3 -0
  29. SoccerTwos/SoccerTwos-192202.pt +3 -0
  30. SoccerTwos/SoccerTwos-1999456.onnx +3 -0
  31. SoccerTwos/SoccerTwos-1999456.pt +3 -0
  32. SoccerTwos/SoccerTwos-1999728.onnx +3 -0
  33. SoccerTwos/SoccerTwos-1999728.pt +3 -0
  34. SoccerTwos/SoccerTwos-20106.pt +3 -0
  35. SoccerTwos/SoccerTwos-2022912.onnx +3 -0
  36. SoccerTwos/SoccerTwos-2022912.pt +3 -0
  37. SoccerTwos/SoccerTwos-20728.onnx +3 -0
  38. SoccerTwos/SoccerTwos-20728.pt +3 -0
  39. SoccerTwos/SoccerTwos-24110.pt +3 -0
  40. SoccerTwos/SoccerTwos-2499706.onnx +3 -0
  41. SoccerTwos/SoccerTwos-2499706.pt +3 -0
  42. SoccerTwos/SoccerTwos-2568.pt +3 -0
  43. SoccerTwos/SoccerTwos-281044.pt +3 -0
  44. SoccerTwos/SoccerTwos-296420.onnx +3 -0
  45. SoccerTwos/SoccerTwos-296420.pt +3 -0
  46. SoccerTwos/SoccerTwos-32678.pt +3 -0
  47. SoccerTwos/SoccerTwos-34012.onnx +3 -0
  48. SoccerTwos/SoccerTwos-34012.pt +3 -0
  49. SoccerTwos/SoccerTwos-36708.onnx +3 -0
  50. SoccerTwos/SoccerTwos-36708.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: jjhonny/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:a8c60100bf8b671c9171310c41776d1f41ee484ba94826ad7a2de29b42d1a036
3
+ size 9819853
SoccerTwos/SoccerTwos-0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eedf72811391182020640fd854f9c5b4d3bd6de43619edc8fedad52a00e462d
3
+ size 67227631
SoccerTwos/SoccerTwos-107640.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097647c23ca706e7b522fde8756e275f3d0577bdb69b798c5545638b86fe6636
3
+ size 126046961
SoccerTwos/SoccerTwos-119144.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b7ffcfdf7de3f84d978ec5abe70567bfdf3cc9ad5cd808f043ea2536f5deda3
3
+ size 1764633
SoccerTwos/SoccerTwos-119144.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6747fd1dadff29ccb82cd38c337f6a02427224cceb65d3b9c8a9d2e0fd8204b3
3
+ size 28421137
SoccerTwos/SoccerTwos-11999975.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:486d31d80c4eb3c95428dae5dfc803791171f29338be83ee2259555ee0ee4752
3
+ size 9819853
SoccerTwos/SoccerTwos-11999975.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63343b0fc3976569ce8b2082ea3ac3fa055415001ceead2a3818f6461bc737dc
3
+ size 126046961
SoccerTwos/SoccerTwos-12499858.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a6016eea9e6730f0c73eef4c49fc83c994ec9e85dd8282ec2aeb043fd9bee27
3
+ size 9819853
SoccerTwos/SoccerTwos-12499858.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96d686996954bd694a683135a84a0f57eef7ebbc1f99b9c0968aaac8dcc9b95f
3
+ size 126046961
SoccerTwos/SoccerTwos-12999975.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2157ae57959ce1e9d202c44d26f0f64fad58ccd30913f3b8c390e84c81d7001
3
+ size 9819853
SoccerTwos/SoccerTwos-12999975.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2152190bbbbfe469eb44e1b326822c712a80a3b46eb0d5b118b06d4354e31f
3
+ size 126046961
SoccerTwos/SoccerTwos-13055704.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8c60100bf8b671c9171310c41776d1f41ee484ba94826ad7a2de29b42d1a036
3
+ size 9819853
SoccerTwos/SoccerTwos-13055704.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f8b139b809d7c28044e03938d62080d141833495c415d20d17237ff4eba0ae4
3
+ size 126046961
SoccerTwos/SoccerTwos-13062.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4dbcb006ee10c560bc961415159524b1c33e5feeb426ec17abde496dc73f1b0
3
+ size 22416356
SoccerTwos/SoccerTwos-13062.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff28264c82f1cd9cc7036ee9b3f3636e473c363f808b2deaceeee2cafd3cbfef
3
+ size 67215433
SoccerTwos/SoccerTwos-13072.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:434fe9c7431b2feb49478d3a7911b6d61aab9b3a99738315db90c4c9547f3f00
3
+ size 42032559
SoccerTwos/SoccerTwos-13112.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e2c199589f553288573579b4fa1b8cacdc00d98a339788dea2ff9c7cb33c3fb
3
+ size 9819853
SoccerTwos/SoccerTwos-13112.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7bd6d7ca01113ca755009e196d73e869cfab7da2fa393e72328f22a2e81da96
3
+ size 42020525
SoccerTwos/SoccerTwos-13499844.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c27b36878bd1e31b51b002963e208e197da910feeea8eacaefc2e0674aa934ff
3
+ size 9819853
SoccerTwos/SoccerTwos-13499844.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a6402bae7c7a8d414064fa15c1d94b87f49f6000d494fc39f61b2d6c6aad96a
3
+ size 126046961
SoccerTwos/SoccerTwos-13633616.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25236c6e30dc726a35677ba43be9d603728832d4e21a9c7b526397ce5b199ef8
3
+ size 126046961
SoccerTwos/SoccerTwos-140556.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4046a1b5d0de847af7509301d3304d6ef274f45fd8b7af8e93af5bb1f14f43f5
3
+ size 1764633
SoccerTwos/SoccerTwos-140556.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12df31956b955ef0fb6e48a949641765aaea6a9cc6c87c474d13716483d241c1
3
+ size 28421137
SoccerTwos/SoccerTwos-1499264.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c47cd563ae3a750984c2921a4b664242e104469a57c274794570b99f4a2cb94e
3
+ size 9819853
SoccerTwos/SoccerTwos-1499264.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fb2b7132c08adf86de4f98e0e20ccf96a10899320e2bd3ba0da07bf50924d00
3
+ size 126046961
SoccerTwos/SoccerTwos-15446.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e59f3464fb3ccb6dc0df80e6df08507e7fbbef2c7e4b7254ffc7b792462291a
3
+ size 42021223
SoccerTwos/SoccerTwos-17494.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e26f08af21a2dc8f156317591968f700b9d1a9820cb7c833bddd25bd73ffdf4f
3
+ size 67227895
SoccerTwos/SoccerTwos-192202.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:604d6db25c5072b09ea3d4f9ae72688b2068ff8d453b99e351c0b5d68886f9a2
3
+ size 201643029
SoccerTwos/SoccerTwos-1999456.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c08726569ac9a7d3c1462fc2a9a113b7f225f29cee3b078a9ee64df85005559
3
+ size 9819853
SoccerTwos/SoccerTwos-1999456.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37711cbf509b34170135117990123121de47fe05934af9adb5b48e8135538fba
3
+ size 126046961
SoccerTwos/SoccerTwos-1999728.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0646452ea37871354a4735c9d8cc0d72f795539b8a4df4418bad5567b41ccf48
3
+ size 9819853
SoccerTwos/SoccerTwos-1999728.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c9f8d4349f63ce5acc209ffdb4a16138eb53a2500e45f8503406e20073225d2
3
+ size 126046961
SoccerTwos/SoccerTwos-20106.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ffb76f93e504fd1ac006667b1b9255eed9625375bcad3c4bb2e2a1cb0659be
3
+ size 11581799
SoccerTwos/SoccerTwos-2022912.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eebbce41653e34cd87d8e1e07c9995192d5172d15c3794c87abca7f1f25e6ef
3
+ size 9819853
SoccerTwos/SoccerTwos-2022912.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3754adc28bc484699b7761f3d75ece32a399b2dc1317feb916a2deb965249b5e
3
+ size 126046961
SoccerTwos/SoccerTwos-20728.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e406b813e7352c5cd0a39df7a81d030d8a071de51933d6814d959813f621153
3
+ size 1764633
SoccerTwos/SoccerTwos-20728.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:499782b13ea411eb04b33c5342d8a4935f327d38d29f16b4addbd887e9ab3f8e
3
+ size 28421137
SoccerTwos/SoccerTwos-24110.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6894f89221d1a3e2ee02834aad9b8c3ada1035aaaf0938fb2b65419c32dd8e1d
3
+ size 100873966
SoccerTwos/SoccerTwos-2499706.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48042b8aebb616d38481e3ac5ebf03bdc86256e2963a46ba09278b585e9c95ce
3
+ size 9819853
SoccerTwos/SoccerTwos-2499706.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3b35eb2168eebcbcf67c818e30fbe578b2bcdfd017c27a24cb05c2a254e390
3
+ size 126046961
SoccerTwos/SoccerTwos-2568.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:700c0ef46bfccc4c4c2da3506838b5e7f53f196f3ba17e199c6bbb03abbe95c4
3
+ size 67227829
SoccerTwos/SoccerTwos-281044.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5972b5407ff9140be9410ed807d7a704382ac8f5f604256bc3582534e6463eb0
3
+ size 28429781
SoccerTwos/SoccerTwos-296420.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f41e3f40d8b15e12c5ae336959cc9abd8d2e12eb8913491f0bf520a60ea16f60
3
+ size 9819853
SoccerTwos/SoccerTwos-296420.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1a31aac590ecf90614d3cc91b2557ea267f9edbc2de77b85001f4aa15328a5c
3
+ size 126046961
SoccerTwos/SoccerTwos-32678.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:017512c15d8cff2ea571a1aafe094d9799fe9e3445a58edafae752f7ceaec13a
3
+ size 28429659
SoccerTwos/SoccerTwos-34012.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aaeb4bf3ba28b81b9ac33f74bae25c9c6cb2c8ec6807993b3ae89f0cf2c1330
3
+ size 22416356
SoccerTwos/SoccerTwos-34012.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62b79004b3a378c13523d836cb92281c3233587015b09d3c6e7b8a7bd6b6dfe6
3
+ size 201629865
SoccerTwos/SoccerTwos-36708.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0acc663e819b10398921f54e155e05169afbd57329b26027ed26ac0e6ec334fa
3
+ size 9819853
SoccerTwos/SoccerTwos-36708.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e31a09aadcfcd6a93d0c05d8051392f0ec92b61a9fcda70e2734d2ad4988def
3
+ size 126046897