Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Miguel Alonso Jr 98338f282b
Added no graphics monitor feature. (#6014)
* Added no graphics monitor feature.

* Fixed precommit issues.

* Fixed installation docs for incorrect python version causing conflicts in Windows.
2023-11-22 08:25:45 -05:00
Miguel Alonso Jr 8b86648e53
Updated references to Unity Inference Engine to Sentis. (#5998) 2023-10-15 06:57:02 -04:00
Miguel Alonso Jr fb24597b16
Develop sentis upgrade (#5979)
* Commiting changes.

* Initial barracuda 4 upgrade.

* Play mode tests passing.

* Edit mode tests passing.

* Training fixes.

* Fixed performance issue with stacking sensor.

* Fixed failing tests and issue with stacking sensor.

* Updated examples for barracuda 4 upgrade.

* Fixed issue with attention ONNX export w.r.t. dimensions.

* Fixed issue with Buffer Sensor and Recurrent In/Out.

* Retrained old policies and updated with ONNX policies. Deprecated old policy versions.

* Saving work.

* Saving work.

* Updating to Sentis 1.1.1-exp.2

* Fixed more errors with Sentis upgrade.

* Fixed tensor allocation issue in TensorUtils.ResizeTensor. Inference is working for 3DBall with Sentis.

* Fixed broken Sentis model links for some example environments.

* Fixed some broken edit mode tests.

* Fixed some failing tests.

* Fixing bugs with GPU inference on Sentis.

* Updated packages lock and onnx meta files.

* Refactoring all Barracuda related naming to Sentis.

* Python max version bump.

* Precommit fixes.

* Pinned tensorboard version

* Revert tensorboard version.

* Fixed rpc tests.

* Fixed failing python tests.

* Fixed some more failing tests. Added six as an explicit dependency due to tensorboard requirements.

* gha fix.

* Updated environment registry for Sentis.

* Fixed texture sensor test.

* Develop python 3.10 (#5981)

* Deprecated python 3.8.x and 3.9.x.

* Updated colab gha test to 3.10.12

* Updated colabs for Sentis and python 3.10.

* Test fix.

* Minor update to colabs.

* Develop torch 1.13.1 (#5982)

* Bumped PyTorch version to 1.13.1

* Added potential fixes to model overrider TBD at a later date.

* Updated changelog.

* Updated protobufs. (#5983)

* Updated training init tests to remove inference test temporarily. (#5984)
2023-10-05 18:28:39 -04:00
Miguel Alonso Jr 4ea89950c4
Update to 2022.3 LTS and batched raycasts (#5950)
* Updated to Unity 2022.3.

* Added support for batched raycasting in ray perception sensor. Only for 3D (batched raycasting is only supported in 3D).

* Added batched raycast tests and docs.

* Updated meta file validation exclude list.

* Added unity physics module dependency to core package.
2023-07-25 11:50:49 -07:00
Thomas Simonini 06968765ba
Integrating Hugging Face Hub 🤗 (updated) (#5856)
* Add Hugging Face Integration

* Update setup.py

* Update push_to_hf.py

* Update push_to_hf.py

* Update push_to_hf.py

* Update push_to_hf.py

Remove use_auth_token

* Update push_to_hf.py

* Update push_to_hf.py

* Create Huggy

* Update load_from_hf.py

*Change loading to snapshot_download (able to use cache)

* Update push_to_hf.py

* Use create_repo and upload_folder instead of git

* Apply suggestions from code review

Co-authored-by: Lucain <lucainp@gmail.com>
Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>

* Delete Huggy + update load and push to hf

* Delete Huggy config file
* Update load_from_hf
* Update push_to_hf

* Apply suggestions from code review

Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
Co-authored-by: Lucain <lucainp@gmail.com>

* Update push_to_hf.py

* Update with Omar Feedback

* Black style formatter

* Create __init__.py

* Updates based on flake8 review

* Change logging to MLAgents logger

* Update python version

* Update Python Version

* Update setup.py

* Update logger

* Update logger

* Pre-commit

* Update Tuple

* Update metadata generation

* Ignore mypy error

* Create Hugging-Face-Integration.md

* Update ML-Agents-Toolkit-Documentation.md

* Update style of Hugging-Face-Integration.md

* Typo

* Remove spaces

---------

Co-authored-by: Lucain <lucainp@gmail.com>
Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
2023-06-06 13:10:27 -04:00
Miguel Alonso Jr f9b7399338 Dev bump min ver (#74)
* Bumped minimum version of Unity.

* Bumped minimum version of python and pytorch. fixed issues with deprecation warnings for x.T (tensor transpose).

* Fixed np.bool deprecation warning. This is a port of an external PR: https://github.com/Unity-Technologies/ml-agents/pull/5795. (#71)

* Updated submodule.

* Bumped max ver of python.

* Bumped to 2021.3 in yamato tests.

* Fixed version issue with torch in test constraints.

* update sysroot version

* update toolchain version

Co-authored-by: zhuo <zhuo@unity3d.com>
2022-10-18 21:27:43 -04:00
Miguel Alonso Jr 734c9a3348 Feature/mla 2394 update web docs (#37)
* Added mkdocs and refactored docs.

* Updated docs.

* Added gh action to manually public docs. Updated mkdocs.yml.
2022-03-23 14:43:12 -04:00