GitHub
0e0daf47
[add-fire] Merge post-0.19.0 master into add-fire ( #4328 )
4 年前
GitHub
3a7572b4
Integrate IActuators into ML-Agents core code. ( #4315 )
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
bb9417f7
Update example environments to use the Actuator API ( #4363 )
4 年前
GitHub
31919e08
[MLA-1267] Account for actuators in training and inference. ( #4371 )
4 年前
GitHub
3893adcc
Misc doc fixes ( #4483 )
* Fix inheritdoc usage
* undo barracuda changes
* fix \'the the\'
* reword
* tweaks to env build instructions
* changelog
* Update docs/Learning-Environment-Executable.md
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
4 年前
GitHub
d91d4a19
ActionBuffer with hybrid actions for RemotePolicy ( #4592 )
4 年前
GitHub
ddfacd86
Integrate BrainParameters with ActionSpec, update BrainParametersDrawer ( #4718 )
* make actionSpec not read-only
* add actionSpec in BrainParameters and update BrainParameters Drawer
* add serialization callbacks
* enable hybrid ParameterLoaderTest
4 年前
GitHub
8f389445
More misc hybrid action followup ( #4777 )
4 年前
GitHub
2623c46f
Rider suggestions ( #4778 )
* more tests
* more suggestions
* more cleanup
* more imporvements
* fix compile error
Co-authored-by: Ruo-Ping Dong <ruoping.dong@unity3d.com>
4 年前
GitHub
399f99e7
Initial implementation using IHeuristicProvider. ( #4849 )
- Actuators can now optionally implement IHeuristicProvider to generate heuristic actions for agents.
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
4 年前
GitHub
cfdc7119
Use Debug.AssertFormat for string lazy string formatting in debug builds. ( #4877 )
4 年前
GitHub
2bc19b68
Add CreateActuators API, obsolete old method. ( #4899 )
* Add CreateActuators method to the ActuatorComponent class which wraps the original method. The original method will be removed in the future.
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
4 年前
GitHub
7f70330b
InputActuatorComponent to allow the generation of an action space from an InputActionAsset ( #4881 ) ( #4974 )
4 年前
GitHub
59d530fe
Make IActuator implement IHeuristicProvider. ( #5110 )
4 年前
GitHub
5415b004
[MLA-1879] culture-invariant sorting for sensors and actuators ( #5194 )
4 年前
GitHub
03af9322
avoid empty set iteration, avoid Debug.AssertFormat ( #5246 )
* avoid empty set iteration, avoid Debug.AssertFormat
* changelog
4 年前