浏览代码

Reword changelog (#4745)

/MLA-1734-demo-provider
GitHub 4 年前
当前提交
b1c12c84
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      com.unity.ml-agents/CHANGELOG.md

4
com.unity.ml-agents/CHANGELOG.md


- PyTorch trainers now support training agents with both continuous and discrete action spaces. (#4702)
### Minor Changes
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
- Agent with both continuous and discrete actions is now supported. You can specify
continuous and discrete action sizes repectively in Behavior Parameters. (#4702, #4718)
- Agents with both continuous and discrete actions are now supported. You can specify
both continuous and discrete action sizes in Behavior Parameters. (#4702, #4718)
#### ml-agents / ml-agents-envs / gym-unity (Python)
- `ActionSpec.validate_action()` now enforces that `UnityEnvironment.set_action_for_agent()` receives a 1D `np.array`.

正在加载...
取消
保存