Vincent(Yuan) Gao
86374956
add make.bat for windows ( #1272 )
* add make.bat for windows
* fix syntax
* fix commented part
* fix description
6 年前
Ervin T
b30f4c90
Split `mlagents` into two packages ( #1812 )
* Reogranize project
* Fix all tests
* Address comments
* Delete init file
* Update requirements
* Tick version
* Add timeout wait parameter (mlagents_envs) (#1699 )
* Add timeout wait param
* Remove unnecessary function
* Add new meta files for communicator objects
* Fix all tests
* update circleci
* Reorganize mlagents_envs tests
* WIP: test removing circleci cache
* Move gym tests
* Namespaced packages
* Update installation instructions for separate packages
* Remove unused package from setup script
* Add Readme for ml-agents-envs
* Clarify docs and re-comment compiler in make.bat
* Add more doc to installation
* Add back fix for Hololens
* Recompile Protobufs
* Change mlagents_envs to mlagents.envs in trainer_controller
* Remove extraneous files, fix win bat script
* Support Python 3.7 for envs package
6 年前
rsfutch77
89eb9270
Update make_for_win.bat
- Fix slash direction for windows in COMPILER definition
- Fix missing COMPILER variables when calling protoc
- Fix call to "python" instead of "python3"
6 年前
rsfutch77
b3c65637
Update make_for_win.bat
- Put rem back in make_fo_win.bat
6 年前
rsfutch77
57868828
Update make_for_win.bat
- Revert version to what is currently in develop branch to clarify what changed.
6 年前
rsfutch77
72042bf8
Update make_for_win_.bat to match make.bat
- make_for_win_.bat now has the same comment as make.bat
- The instructions for editing those files will both use line 7 now.
6 年前
GitHub
24250c90
Move gRPC code to its own special place ( #2621 )
- exclude .meta files from mixed line ending checks.
- update CommunicatorObjects directory in CI scripts and Proto generation scripts.
5 年前
GitHub
58b6c7c2
Rename mlagents.envs to mlagents_envs ( #3083 )
5 年前
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 年前