GitHub
0ff8f9af
Create ML-Agents Package ( #3267 )
Convert the UnitySDK to a Packman Package.
- Separate Examples into a sample project.
- Move core UnitySDK Code into com.unity.ml-agents.
- Create asmdefs for the ml-agents package.
- Add package validation tests for win/linux/max.
- Update protobuf generation scripts.
- Add Barracuda as a package dependency for ML-Agents. (users no longer have to install it themselves).
5 年前
Christopher Goy
a6b472a8
Upgrade project to 2019.3.0f6.
5 年前
GitHub
d072e091
[upkeep] Add a dev project to take advantage of package that only work with 2019.x or newer. ( #3452 )
5 年前
GitHub
1ebed95a
Remove internal registry. ( #3465 )
5 年前
GitHub
68bbee63
Update examples project to 2018.4.18f1 ( #3618 )
From 2018.4.14f1. An internal package dependency was updated as
a side effect.
5 年前
Jonathan Harper
391cb49d
Update examples project to 2018.4.18f1 ( #3618 )
From 2018.4.14f1. An internal package dependency was updated as
a side effect.
5 年前
Andrew Cohen
53bea15c
Merge branch 'master' into soccer-fives
5 年前
Andrew Cohen
ac261e36
Merge branch 'master' into self-play-mutex
5 年前
Anupam Bhatnagar
50e52d9c
Merge branch 'master' into distributed-training
5 年前
Hunter-Unity
ee22bd50
added corgi/probuilder package
5 年前
Chris Elion
2f7174f0
migrate from old branch
4 年前
GitHub
9c3b179a
[MLA-1981] Don't allow connections to newer python trainers ( #5370 )
3 年前
GitHub
ea26ba4f
update to 1.0.8 ( #5395 )
* update to 1.0.8
* remove com.unity.purchasing dep from project
* remove 2018.4 from tests, make sure to user 2020.3
* copy yamato util from main
* test 2020.3 (not .2)
* use downloader in standalone build test
* remove trunk tests, fix version parsing in unit test
* add 2018.4 back to package tests
3 年前
Chris Elion
3826a38f
remove com.unity.purchasing dep from project
3 年前
GitHub
59fb7aa5
ML-Agents Extensions package ( #4105 )
* extensions package first pass
* add extensions test to yamato
* cleanup docs folder
* triggers and pack
* yamato - different jobs for each package
* disable coverage checks for extensions
* trigger
* Unity Companion License
4 年前
Arthur Juliani
9724c9ac
Merge master
4 年前
GitHub
a28e2767
Update add-fire to latest master, including Policy refactor ( #4263 )
* Update Dockerfile
* Separate send environment data from reset (#4128 )
* Fixed a typo on ML-Agents-Overview.md (#4130 )
Fixed redundant "to" word from the sentence since it is probably a typo in document.
* Updated the badge’s link to point to the newest doc version
* Replaced all of the doc to release_3_doc
* Fix 3DBall and 3DBallHard SAC regressions (#4132 )
* Move memory validation to settings
* Update docs
* Add settings test
* Update to release_3 in installation.md (#4144 )
* rename to SideChannelManager +backcompat (#4137 )
* Remove comment about logo with --help (#4148 )
* [bugfix] Make FoodCollector heuristic playable (#4147 )
* Make FoodCollector heuristic playable
* Update changelog
* script to check for old release links and references (#4153 )
* Remove package validation suite from Project (#4146 )
* RayPerceptionSensor: handle empty and invalid tags (#4155...
4 年前
GitHub
4642488e
Remove package validation suite from Project ( #4146 )
4 年前
vincentpierre
599d7e9f
Merging master
4 年前
Andrew Cohen
d8c123a0
Merge branch 'master' into sensitivity
4 年前
HH
691c06e8
init
4 年前
HH
24cf37c2
reset manifest
4 年前
HH
9721667b
adjusted debug gizmos
4 年前
HH
ca8517c5
working
4 年前
HH
307ea28d
Added FPS scene with new camera, character, and gun. no agent yet
4 年前
HH
3775117b
updated editor
4 年前
HH
c24323e0
add gun sounds
4 年前
HH
8ae5b16b
add more controllers and ball spawner
4 年前
Andrew Cohen
f67267b8
preparing to rebase onto cc
4 年前
Andrew Cohen
97058b8b
add soccer comms
4 年前
HH
9d17392a
about to merge in master
4 年前
HH
787aba00
add models
4 年前
HH
51eab14e
Merge branch 'hh/develop-pushblockcollab' of https://github.com/Unity-Technologies/ml-agents into hh/develop-pushblockcollab
4 年前
HH
161b3069
troublieshoot install
4 年前
HH
4aaa9bd9
update manifest
4 年前
HH
daf88aad
update barracuda
4 年前
Ervin Teng
f4f559da
Remove a bunch of stuff from envs
4 年前
Ervin Teng
844b5955
Remove a bunch of extra files
4 年前
GitHub
6b06503f
Update 2018 project version to fix burst errors. ( #4977 ) ( #4978 )
4 年前
GitHub
5d78d641
Update 2018 project version to fix burst errors. ( #4977 )
4 年前
Chris Elion
49a27695
Merge remote-tracking branch 'origin/master' into MLA-1734-demo-provider
4 年前
Ervin Teng
f409c40c
Merge branch 'master' into develop-agentprocessor-teammanager
4 年前
Ervin Teng
e46a86ad
Merge branch 'master' into develop-superpush-int
4 年前
Ervin Teng
08db7c2f
Merge branch 'develop-agentprocessor-teammanager' into develop-coma2-trainer-mm
4 年前
HH
f93d5041
refactor & cleanup
4 年前
Arthur Juliani
06c147f8
Merge remote-tracking branch 'origin/main' into goal-conditioning-new
# Conflicts:
# Project/Assets/ML-Agents/Examples/Crawler/Prefabs/CrawlerBase.prefab
# Project/Assets/ML-Agents/Examples/GridWorld/Prefabs/Area.prefab
# Project/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity
# Project/ProjectSettings/TagManager.asset
# com.unity.ml-agents/Runtime/Sensors/CameraSensor.cs
# com.unity.ml-agents/Runtime/Sensors/VectorSensor.cs
# ml-agents/mlagents/trainers/torch/networks.py
# ml-agents/mlagents/trainers/torch/utils.py
4 年前
Chris Elion
1038d4de
vis obs perf repro
4 年前
Christopher Goy
b79970c0
Fix input for dodgeball.
4 年前
GitHub
f16ce486
Update v2-staging from main (March 15) ( #5123 )
4 年前
Christopher Goy
921ba4f0
Update v2-staging from main (March 15) ( #5123 )
4 年前
Chris Elion
970f1d40
Merge remote-tracking branch 'origin/v2-staging' into MLA-1634-ObservationSpec
4 年前
GitHub
67dbdad6
Automatically generate samples based on placement of mlagents-sample.json files in our examples. ( #5077 )
4 年前
Ervin Teng
1f026c70
Merge branch 'main' into develop-superpush-branch-cleanup
4 年前
Ervin Teng
ce872033
Revert "Merge branch 'main' into develop-superpush-branch-cleanup"
This reverts commit 5bea802525381f931a5e0f8b8778fe27a12f03af, reversing
changes made to cee3524e85161e13689d95f66bc6bff994d2cdfd.
4 年前
Andrew Cohen
9e77d7e1
Merge branch 'main' into develop-soccer-groupman
4 年前
GitHub
367f7a60
Make analytics module an optional dependency. ( #5109 )
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
HH
56528b87
update editor to 2019.4
4 年前
HH
e194f659
change center pitch color. update camera
4 年前
Ervin Teng
41dd16e8
Merge branch 'main' into release_15_mm
4 年前
Chris Elion
c69fffff
update Project to 2019.4
4 年前
GitHub
63437f95
Merge pull request #5167 from Unity-Technologies/MLA-1804-add-2021-tests
[MLA-1804] Update min version 2019.4, add 2021.1 tests
4 年前
Andrew Cohen
18be47e8
Merge branch 'main' into develop-soccer-groupman-mod
4 年前
Ruo-Ping Dong
17e424ae
project versions
4 年前
GitHub
150891d4
Clean up project manifest files to remove modules we do not use. Update .gitignore to ignore any UserSettings assets. ( #5177 )
4 年前
GitHub
07926a18
Move pushblock with input system integration into the Project. ( #5179 )
4 年前
vincentpierre
d4716caa
Merge branch 'main' into goal-conditioning-sensors-3
4 年前
GitHub
00fc501e
Moving the Tensor Applier around ( #5185 )
Co-authored-by: Ruo-Ping Dong <ruoping.dong@unity3d.com>
4 年前
GitHub
f105d73c
update packages-lock.json files ( #5258 )
4 年前
Christopher Goy
c7e4146b
Add linux sysroot package.
4 年前
Christopher Goy
062543b6
Try some more toolchain packages.
4 年前
GitHub
04f7e77e
update packages-lock.json ( #5306 )
4 年前
GitHub
de365ba1
update packages-lock.json ( #5305 )
4 年前
Christopher Goy
90c6a2d7
Update version to 'pre.1'
4 年前
GitHub
9bf065aa
Update version to 'pre.2' ( #5326 )
4 年前
Christopher Goy
f1efdb46
Update to pre2
4 年前
Miguel Alonso Jr
4846cf0f
Merge branch 'main' into develop-api-documentation-update
Updating with main.
4 年前
Chris Goy
dd1c3642
Update barracuda to 2.0.0-pre.3, update ml-agents to pre.3.
4 年前
GitHub
456c2341
[WIP] 2.0 verified to main ( #5385 )
3 年前
GitHub
0740b31f
Update package versions for main branch ( #5413 )
3 年前
GitHub
9354ca64
[Release 18] Update versions and links ( #5414 )
3 年前