浏览代码

updated changelog

/main
Steven Leal 4 年前
当前提交
7dce3978
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 5
      com.unity.perception/CHANGELOG.md

5
com.unity.perception/CHANGELOG.md


Unique seeds per Sampler have been replaced with one global random seed configured via the ScenarioConstants of a Scenario
Replaced ScenarioBase.GenerateRandomSeed() with ScenarioBase.NextRandomState()
Samplers now derive their random state from the static SamplerState class instead of individual scenarios to allow parameters and samplers to be used outside of the context of a scenario
Replaced ScenarioBase.GenerateRandomSeed() with SamplerState.NextRandomState() and SamplerState.CreateGenerator()
### Deprecated

正在加载...
取消
保存