File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ and this project adheres to
29
29
- The interaction between EnvManager and TrainerController was changed; EnvManager.advance() was split into to stages,
30
30
and TrainerController now uses the results from the first stage to handle new behavior names. This change speeds up
31
31
Python training by approximately 5-10%. (#4259 )
32
+ - Experimental PyTorch support has been added. Use ` --torch ` when running ` mlagents-learn ` , or add
33
+ ` framework: pytorch ` to your trainer configuration (under the behavior name) to enable it.
34
+ Note that PyTorch 1.6.0 or greater should be installed to use this feature; see
35
+ [ the PyTorch website] ( https://pytorch.org/ ) for installation instructions. (#4335 )
32
36
33
37
### Minor Changes
34
38
#### com.unity.ml-agents (C#)
You can’t perform that action at this time.
0 commit comments