85 Commits

Author SHA1 Message Date
Chris Elion
b136878d43 Buffer key enums (#4907) 2021-02-05 17:07:36 -08:00
Chris Elion
ef03bf6b16 setuptools-based plugin for StatsWriters (#4788) 2021-02-05 15:06:41 -08:00
Chris Elion
11325c2493 run lockbot more often, close after 30 days (#4894) 2021-01-29 10:10:31 -08:00
Chris Elion
f387cdf44d replace old bot with gh action (#4885) 2021-01-26 16:57:26 -08:00
Chris Elion
36bc744524 Lock issues after 30 days. (#4884) 2021-01-26 15:51:12 -08:00
Chris Elion
36b449f38b Clarify Python 3.8 support (#4784) 2020-12-21 10:47:21 -08:00
vincentpierre
597d6d9dbb removing tensorflow testing for pytest and yamato 2020-12-04 10:05:52 -08:00
Chris Elion
3c07161e29 pin pip to 20.2 for now (#4694)
* pin pip to 20.2 for now

* add self to list of trigger files
2020-11-30 12:55:49 -08:00
Chris Elion
b70142d9de [MLA-1519] Don't mark action_probs as an output node. (#4613)
* remove action_probs from output nodes

* changelog

* pin cattrs upper version

* print pip freeze results

* add comment about cattrs version
2020-10-30 13:02:42 -07:00
Ervin T
0782df16cd [refactor] Make PyTorch the default and TensorFlow optional (#4517)
* Torch setup.py

* Set torch to default

* Make torch default in setup.py

* Remove indents

* Remove other instances of TF being used

* Add tensorboard to setup.py

* Adding correst setup commands for verifying torch is installed (#4524)

* Adding correst setup commands for verifying torch is installed

* Editing the test_requirments to add tf and remove torch

* Develop torchdefault raise outside setup (#4530)

* Torch not imported error to raise at first usage

* Torch not imported error to raise at first usage

* [refactor] Use PyTorch TensorBoard utils (#4518)

* Convert stats writer to use PyTorch TB support

* Use common function to print params

* Update test

* Bump tensorboard to 1.15 to fix the tests

* putting tensorboard 1.15.0 as min version requirement

Co-authored-by: vincentpierre <vincentpierre@unity3d.com>

* [Docs] Initial documentation changes for making Torch the default (#4561)

* Initial commit

* Forgotten doc

* Removing the `Installation-Anaconda-Windows.md` as it is deprecated

* Readding the depreacted Installation-Anaconda-Windows.md but leaving it unchanged

* more references to tensorflow removed

* Update README.md

Co-authored-by: Ervin T. <ervin@unity3d.com>

* Change references to .nn to .onnx in docs (#4583)

Co-authored-by: Ervin T. <ervin@unity3d.com>

* [refactor] Add --tensorflow, enable Torch as default setting (#4582)

* Add --tensorflow option

* Switch framework to Pytorch default

* Update changelog

* Re-add --torch

* Edit warning

* Modify Yamato tests (#4584)

* Don't check for PB file in Yamato inference

* Only run inference on ONNX

* Update docs/Unity-Inference-Engine.md with correct tf2onnx versions

Co-authored-by: Chris Elion <chris.elion@unity3d.com>

* Add reward signal class comments

* More descriptive import of is_available

* Updated installation instructions for PyTorch

* More reward signal comments

* More Windows instructions

Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
2020-10-21 12:06:28 -07:00
Chris Elion
a7842cc9d2 use v2 action and pin python version (#4568) 2020-10-14 14:36:50 -07:00
Jonathan Harper
db1d27db9d Add updated Dockerfile and CI build (#4543)
* Updates the ML-Agents Docker image based on things
  we have learned from training in the cloud.
* Automatically pushes the image to our own GCP projects
  on each release.
2020-10-14 10:55:03 -07:00
Chris Elion
3818a21c4c Convert pypi publish to github actions (#4539) 2020-10-05 15:25:00 -07:00
Chris Elion
4992283ba4 don't run pytest on doc or C# changes (#4454)
* don't run pytest on doc or C# changes

* also run on test dependency configs
2020-09-08 10:53:25 -07:00
Chris Elion
495d049ac8 Run pytest on GitHub Actions (#4416) 2020-08-25 10:11:16 -07:00
Chris Elion
374b994e8f precommit github action (#4410) 2020-08-24 12:36:06 -07:00
Chris Goy
142a1dba7b Update issue templates (#3950)
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
2020-05-12 14:13:23 -07:00
Marwan Mattar
9450d3fc0d Updated the checklist to make more consice and add links to the appropriate files/folders. (#3491) 2020-02-25 10:25:19 -08:00
Anupam Bhatnagar
a4497a62a7 fixing template file path 2020-02-14 12:36:27 -08:00
Anupam Bhatnagar
2df8349eb4 changing folder 2020-02-14 12:05:56 -08:00
Anupam Bhatnagar
415acdcadb changing location of template file 2020-02-14 11:39:26 -08:00
Anupam Bhatnagar
ca1098cf2a added a section on useful links 2020-02-13 16:21:27 -08:00
Anupam Bhatnagar
835cea893b small edits 2020-02-13 16:14:30 -08:00
Anupam Bhatnagar
cad38f4ce6 adding a new pr template 2020-02-13 14:53:57 -08:00
Anupam Bhatnagar
1bfc07ca83 Removing general questions and installation/setup template (#3347)
* removing general questions and installation/setup template

* Keep links Discussion and Installation

Co-authored-by: Chris Elion <celion@gmail.com>
2020-02-03 16:25:43 -08:00
Chris Elion
7c90bd6d0a Update issue templates (#3282) 2020-01-23 14:42:51 -08:00
Chris Elion
2bc886826a Lock old closed issues (#3143) 2020-01-02 13:06:40 -08:00
Jonathan Harper
fa9bf8ecae Disable blank issues
The goal of our issue templates was that all users should choose one
of these templates and fill it out to begin a discussion or report a
bug / feature request.  The "blank issues" option is a way around this,
and this change disables it as an option.
2019-12-10 13:30:40 -08:00
Chris Elion
36433174a9 Add TensorFlow version to bug report template (#2771) 2019-10-22 11:23:16 -07:00
Chris Elion
5a2c364d11 Whitelist announcement label from stalebot (#2747) 2019-10-17 10:35:27 -07:00
Chris Elion
aa586f74f2 Allow more bot actions per run (#2674) 2019-10-04 09:41:46 -07:00
Chris Elion
b5f05abb22 Only run bot on issues (#2671) 2019-10-03 11:16:10 -07:00
Chris Elion
36048eaf0a add config for stalebot (#2657)
* add config for stalebot

* whitespace

* remove obsolete tags

* Update stale.yml
2019-10-03 10:54:22 -07:00
Chris Elion
493c75bf68 Add console log section to Bug Report form (#2566) 2019-09-16 17:28:04 -07:00
Jonathan Harper
9b1a39982f Update issue templates (#2207)
* Update issue templates

Added three issue template types:
* bug reports
* feature requests
* discussion and general questions

The focus is on getting sufficient information in bug requests to help us reproduce the issue and communicating that we will be unable to generally support custom environments and participate in general discussions.
2019-07-01 14:56:20 -07:00