Skip to content

Commit e93c746

Browse files
author
Ervin T
authored
[add-fire] Update changelog (#4397)
1 parent ddcf078 commit e93c746

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ and this project adheres to
2929
- The interaction between EnvManager and TrainerController was changed; EnvManager.advance() was split into to stages,
3030
and TrainerController now uses the results from the first stage to handle new behavior names. This change speeds up
3131
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)
3236

3337
### Minor Changes
3438
#### com.unity.ml-agents (C#)

0 commit comments

Comments
 (0)