You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 <[email protected]>
* [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. <[email protected]>
* Change references to .nn to .onnx in docs (#4583)
Co-authored-by: Ervin T. <[email protected]>
* [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 <[email protected]>
* 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 <[email protected]>
Co-authored-by: Chris Elion <[email protected]>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.
27
27
- Unity Version: [e.g. Unity 2020.1f1]
28
28
- OS + version: [e.g. Windows 10]
29
29
-_ML-Agents version_: (e.g. ML-Agents v0.8, or latest `develop` branch from source)
30
-
-_TensorFlow version_: (you can run `pip3 show tensorflow` to get this)
30
+
-_Torch version_: (you can run `pip3 show torch` to get this)
31
31
-_Environment_: (which example environment you used to reproduce the error)
32
32
33
33
**NOTE:** We are unable to help reproduce bugs with custom environments. Please attempt to reproduce your issue with one of the example environments, or provide a minimal patch to one of the environments needed to reproduce the issue.
0 commit comments