|
|
|
|
|
|
- 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`. |
|
|
|
|
|
|
|