Marco A. Egea Moreno commited on
Commit
247860b
1 Parent(s): 62f650c

First Model

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 +33 -1
  2. SpaceMan.onnx +3 -0
  3. SpaceMan/SpaceMan-128007.onnx +3 -0
  4. SpaceMan/SpaceMan-128007.pt +3 -0
  5. SpaceMan/SpaceMan-1499918.onnx +3 -0
  6. SpaceMan/SpaceMan-1499918.pt +3 -0
  7. SpaceMan/SpaceMan-165056.onnx +3 -0
  8. SpaceMan/SpaceMan-165056.pt +3 -0
  9. SpaceMan/SpaceMan-190422.onnx +3 -0
  10. SpaceMan/SpaceMan-190422.pt +3 -0
  11. SpaceMan/SpaceMan-1999944.onnx +3 -0
  12. SpaceMan/SpaceMan-1999944.pt +3 -0
  13. SpaceMan/SpaceMan-22133.pt +3 -0
  14. SpaceMan/SpaceMan-24802.pt +3 -0
  15. SpaceMan/SpaceMan-2499990.onnx +3 -0
  16. SpaceMan/SpaceMan-2499990.pt +3 -0
  17. SpaceMan/SpaceMan-263445.onnx +3 -0
  18. SpaceMan/SpaceMan-263445.pt +3 -0
  19. SpaceMan/SpaceMan-275877.onnx +3 -0
  20. SpaceMan/SpaceMan-275877.pt +3 -0
  21. SpaceMan/SpaceMan-2999904.onnx +3 -0
  22. SpaceMan/SpaceMan-2999904.pt +3 -0
  23. SpaceMan/SpaceMan-3000004.onnx +3 -0
  24. SpaceMan/SpaceMan-3000004.pt +3 -0
  25. SpaceMan/SpaceMan-3096.onnx +3 -0
  26. SpaceMan/SpaceMan-3096.pt +3 -0
  27. SpaceMan/SpaceMan-32826.onnx +3 -0
  28. SpaceMan/SpaceMan-32826.pt +3 -0
  29. SpaceMan/SpaceMan-3357.onnx +3 -0
  30. SpaceMan/SpaceMan-3357.pt +3 -0
  31. SpaceMan/SpaceMan-36665.onnx +3 -0
  32. SpaceMan/SpaceMan-36665.pt +3 -0
  33. SpaceMan/SpaceMan-38643.pt +3 -0
  34. SpaceMan/SpaceMan-399588.onnx +3 -0
  35. SpaceMan/SpaceMan-399588.pt +3 -0
  36. SpaceMan/SpaceMan-410636.onnx +3 -0
  37. SpaceMan/SpaceMan-410636.pt +3 -0
  38. SpaceMan/SpaceMan-443407.onnx +3 -0
  39. SpaceMan/SpaceMan-443407.pt +3 -0
  40. SpaceMan/SpaceMan-44792.pt +3 -0
  41. SpaceMan/SpaceMan-499918.onnx +3 -0
  42. SpaceMan/SpaceMan-499918.pt +3 -0
  43. SpaceMan/SpaceMan-499940.onnx +3 -0
  44. SpaceMan/SpaceMan-499940.pt +3 -0
  45. SpaceMan/SpaceMan-499949.onnx +3 -0
  46. SpaceMan/SpaceMan-499949.pt +3 -0
  47. SpaceMan/SpaceMan-499952.onnx +3 -0
  48. SpaceMan/SpaceMan-499952.pt +3 -0
  49. SpaceMan/SpaceMan-499990.onnx +3 -0
  50. SpaceMan/SpaceMan-499990.pt +3 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - SpaceMan
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-SpaceMan
8
  ---
9
+
10
+ # **ppo** Agent playing **SpaceMan**
11
+ This is a trained model of a **ppo** agent playing **SpaceMan**
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: TitanTec/ppo-SpaceMan-T1
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
SpaceMan.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c93ffbf340760c1a9b8af85e7f9853abe8f05eedccf715dac5884f616b38ab57
3
+ size 3584605
SpaceMan/SpaceMan-128007.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f88b5c16550f8b5623c1a777c6a3d059582f605d99d2d843cba758dbf8afde7
3
+ size 1963146
SpaceMan/SpaceMan-128007.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f9048be66232b972588bcb18f3121e55a58a22898804b501cdfdfbae15eb8a2
3
+ size 11771068
SpaceMan/SpaceMan-1499918.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a3a14e452ed481555a26a773547ec8277a63b70fe720b2bdba7e8a029c19f7b
3
+ size 3584605
SpaceMan/SpaceMan-1499918.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c15f7cbd5f02f9df5be5f08378e27d324eab508277ecbcbebead93cd2f12bf2
3
+ size 21491325
SpaceMan/SpaceMan-165056.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2360013da195537e4f5b2fc862af07afa6a302776109f82f0b06d1fa4dde54f3
3
+ size 3301724
SpaceMan/SpaceMan-165056.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0ed2ff5f547b0dbfe235098ef38b24b81fc719f9f984552aca7b3f1ffa55c9
3
+ size 6614529
SpaceMan/SpaceMan-190422.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7563460a60f9560e29fc2326cb9cf91800d23b88e107e059789d325fb82a20c9
3
+ size 3301724
SpaceMan/SpaceMan-190422.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e627c653a41b733971bc3ad73f459a9870dce9c641fda8fb93870de341bedb85
3
+ size 6614529
SpaceMan/SpaceMan-1999944.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c00a5eeaaaf760d48719f79c01a9c944c957f422200257f3483014332d61129
3
+ size 3584605
SpaceMan/SpaceMan-1999944.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0167d73e5cd47bb1f567f0841ec04948eba8452988b83a494091ae8bb51025fe
3
+ size 21491325
SpaceMan/SpaceMan-22133.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d108406729a685bfda8c388d447b2cfebfde572125f2562b438b7ded16025575
3
+ size 248
SpaceMan/SpaceMan-24802.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e06d70144153c7d4b65e42b77ca5fab9117199f26c77575a9f09ab40ce792d8
3
+ size 248
SpaceMan/SpaceMan-2499990.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd1b834591542ed28db9bc5a242f3f1f4e7c09d4f7f4af4c51a635f5ea79ad45
3
+ size 3584605
SpaceMan/SpaceMan-2499990.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:304bc57911db861a07c3f3741687f871ed31cdc19eaeefcb9d4cc2a1fb134336
3
+ size 21491325
SpaceMan/SpaceMan-263445.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf610b33759e5e86c510ee1273b2484063baec96e1e7af7edfa452e986f56dce
3
+ size 919448
SpaceMan/SpaceMan-263445.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32e9c07dcaa84aa8442e899a7daba40101e55e84522264db7970ddb7049c0862
3
+ size 5503194
SpaceMan/SpaceMan-275877.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4a158d8b5b20faedaedd9fedccabcf9c306f891a9f0acf081ce5cd11a5e1204
3
+ size 1116464
SpaceMan/SpaceMan-275877.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d06615cf5d817656bc8e77bc68b183639b02e919003cf8cd94b190e075edec86
3
+ size 6692124
SpaceMan/SpaceMan-2999904.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:421da8994adf0517cf818be417d3d72f98ee569dcf717008d0fb4f77f2a871ee
3
+ size 3584605
SpaceMan/SpaceMan-2999904.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c6fcce0225bc7f76ce4c39932af7ddb4bce3464830f375cabb22b4dee1f159c
3
+ size 21491325
SpaceMan/SpaceMan-3000004.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c93ffbf340760c1a9b8af85e7f9853abe8f05eedccf715dac5884f616b38ab57
3
+ size 3584605
SpaceMan/SpaceMan-3000004.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9e7b3287afe839213e45979a119cfba3c59ca9df155cd73d6ddfae2bc44fa9
3
+ size 21491325
SpaceMan/SpaceMan-3096.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6985a6a838ff29bfcb7cb4887857b2cbf59cc5889f8543febc73307098dfff01
3
+ size 3578670
SpaceMan/SpaceMan-3096.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed87b2375e13e789ef2708ebad338973422518af2abd13d8252eb1c39c291d86
3
+ size 7169623
SpaceMan/SpaceMan-32826.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49a66316a4f4342dcf25fd0d062f90b480ac099592a2e7cc55f287beb602bfe8
3
+ size 1116464
SpaceMan/SpaceMan-32826.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fc0304bfadf5364d6e920c9f70af25f825475f84cfceb401a2d7a77b60326a2
3
+ size 6692063
SpaceMan/SpaceMan-3357.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc40cb5f6b277121ce438374459374e78b588d9afb9aafee1dd6febba8c10dea
3
+ size 306571
SpaceMan/SpaceMan-3357.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d3d7c14475f9ab5c228dd5ee7c23114bdf59564b671a752634e9137d75bc98
3
+ size 614701
SpaceMan/SpaceMan-36665.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35700c2e5479fb929590746665f9d5272bef87929fd2dccaedb60c63d98d785c
3
+ size 3578670
SpaceMan/SpaceMan-36665.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e941016a2886752ae7344a72b6ff091460e063a64b65093fe851838152f22884
3
+ size 7169659
SpaceMan/SpaceMan-38643.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8f675e475e4caaef46becc6f70ecbbf850ecc80b5f087872b89f1f0753ad705
3
+ size 248
SpaceMan/SpaceMan-399588.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:030e602c23ce6d79469e5e50d18c8b0397dcc87ab5aeaf854c127323e59d46b0
3
+ size 3301724
SpaceMan/SpaceMan-399588.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f50c2f3dc173f6a085619b06ad0cf1788357389b8ddd5e2a68466b5436e4b3f
3
+ size 6614529
SpaceMan/SpaceMan-410636.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fcbc2c3b57ffab92bb247a2dbe6ecf41250104d03674fa383f38afb78d36a15
3
+ size 1116464
SpaceMan/SpaceMan-410636.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2770f526db8c6d408603e14b0b0d6937411f1b2d03fb22e8eafea262d1f607cb
3
+ size 6692124
SpaceMan/SpaceMan-443407.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dea01d369a309b51df38214fd64a79a948cc7ee6aaac3189b43a62b451ab590
3
+ size 917642
SpaceMan/SpaceMan-443407.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d2fd509f2795961221366694be04407ac8f2c3d9bc3ddd1fbd9f5f033b37566
3
+ size 5498044
SpaceMan/SpaceMan-44792.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a67db6da25fa95d572ec87edc82c3f307d39581809f7e935fa23c87aa2bf51e
3
+ size 248
SpaceMan/SpaceMan-499918.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc0936632c262950ce826d599b5c93bd71ffb4e9ede984cfa92ceec59cbdd036
3
+ size 907064
SpaceMan/SpaceMan-499918.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79718c2e35c83efc87a8b4482ee84755bde5f9ef992f11504809f12cadf28c40
3
+ size 5429210
SpaceMan/SpaceMan-499940.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:531a9f8129d63db9905872bf6b796698d4977c2c37679585edea8e2c34e27b05
3
+ size 917642
SpaceMan/SpaceMan-499940.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45a97767b960d5145ae18f77b96521d3808b56da43af06d7039aa7abbe3ba304
3
+ size 5498044
SpaceMan/SpaceMan-499949.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52a04d8303cd924c4b494891752d3ef55c8c5e357a744c9d2491b8dc17784163
3
+ size 307504
SpaceMan/SpaceMan-499949.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8341329b6d22d8dca7ca29da23728f32134f3abe395a3890628f2ae516f527f7
3
+ size 1838364
SpaceMan/SpaceMan-499952.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f20bd4f33462169088157f259220de71db74baef977de0c5fedb1f16e23ddb
3
+ size 1963146
SpaceMan/SpaceMan-499952.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f85f2f1121c8511f39d264bd16de39511c6e79c05015d1bb76a40861dac7a8
3
+ size 11771068
SpaceMan/SpaceMan-499990.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3eb16a03b284b34f7c4710b5676d4435fb3c03c9e1d23bc284c5f2c5f5c93c8
3
+ size 919448
SpaceMan/SpaceMan-499990.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5942969af7e2d951bb8cbdf40c8279d96db99487ea39864cfdeab4e562840f5
3
+ size 5503194