|
|
|
|
|
|
- Academy.InferenceSeed property was added. This is used to initialize the |
|
|
|
random number generator in ModelRunner, and is incremented for each ModelRunner. (#3823) |
|
|
|
- Updated Barracuda to 0.6.3-preview. |
|
|
|
- Model updates can now happen asynchronously with environment steps for better performance. (#3690) |
|
|
|
- `num_updates` and `train_interval` for SAC were replaced with `steps_per_update`. (#3690) |
|
|
|
- Added `Agent.GetObservations(), which returns a read-only view of the observations |
|
|
|
added in `CollectObservations()`. (#3825) |
|
|
|
- Model updates can now happen asynchronously with environment steps for better performance. (#3690) |
|
|
|
- `num_updates` and `train_interval` for SAC were replaced with `steps_per_update`. (#3690) |
|
|
|
|
|
|
|
### Bug Fixes |
|
|
|
|
|
|
|