* 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...
* collecting latest step as a stat
* adding a list of hidden_keys to TB summarywriter to hide unnecessary stats from user
* fixing precommit
* fixing precommit
* formating
* defined the property types
* moving custom defaults to get_default_stats_writers
* new test for TensorboardWriter.hidden_keys
* improved testing
* explicit None evaluation
Co-authored-by: Ervin T. <ervin@unity3d.com>
* make hidden_keys optional
Co-authored-by: Ervin T. <ervin@unity3d.com>
* adding optional argument
* lowering the training threshold to 0.8 on test_var_len_obs_and_goal_poca
* Update pytest.yml
* Do not merge! droping pytest 3.9 job
* -add back pytest
-format imports and comments
* back to default threshold for test_var_len_obs_and_goal_poca
Co-authored-by: mahon94 <maryam.honari@unity3d.com>
Co-authored-by: Ervin T. <ervin@unity3d.com>