61 次代码提交 (ba2af269-3bc1-4797-879b-1c46e1dc007c)

作者 SHA1 备注 提交日期
Vincent-Pierre BERGES 4a6ae4e0 Barracuda integration into ML-Agents (#1557) 6 年前
GitHub 249e86a4 Ticked API : (#1696) 5 年前
Vincent-Pierre BERGES eefe0d6b Optimisation - Removed a lot of garbage allocation (#1804) 5 年前
Vincent-Pierre BERGES db1ff84b Fixed compilation under Scripting API compatibility level ".NET Standard 2.0" (#1869) 5 年前
Mantas Puida 27567062 First stage of ML Agents update to Barracuda 0.2.x 5 年前
Mantas Puida 1862b6be Multiple LSTM cell handling added to Barracuda code path 5 年前
Ervin T 9ea7fea8 Use Barracuda tensors and Barracuda 0.2.4 (#2308) 5 年前
GitHub 69613a01 Reducing complexity on a number of classes. (#2480) 5 年前
GitHub 88b917b3 [format] Format code whitespace with Unity Formatter. (#2550) 5 年前
GitHub f01dd1c1 [coding conventions] Change c# code to be compliant with Unity coding conventions. (#2555) 5 年前
GitHub 7d8651ac Made ModelParamLoader static and made a modelRunner for batching at inference (#2718) 5 年前
GitHub 2a884e6d Fix rider warnings and format code. (#2730) 5 年前
GitHub 0892ef2c [WIP] ISensor interface and use for visual observations (#2731) 5 年前
GitHub 99146e97 1 to 1 Brain to Agent (#2729) 5 年前
GitHub 5d2e466f Fix Code convention warnings in Rider. (#2801) 5 年前
GitHub 2e6bab0d RayPerception sensor (#2874) 5 年前
GitHub 8426501b Fix width and height in visual observations (#2919) 5 年前
GitHub 18fc5131 Format code and add .editorconfig to our package. (#3305) 5 年前
GitHub 9b72aab2 Making some fields and properties internal (#3342) 4 年前
GitHub 386ba66c Develop observation collector (#3352) 4 年前
GitHub 8530b724 Fix package validation errors for sensor-based classes (#3501) 4 年前
GitHub f25bf7d3 Reintroduce MLAgents.Sensors namespace (#3509) 4 年前
GitHub 1a7f9036 Tests for Demonstration loader and Model runner (#3510) 4 年前
GitHub b9bd4df2 Modified some namespaces (#3533) 4 年前
Chris Elion 7df92fbe Improve warnings and exception if using unsupported combo 4 年前
GitHub 0a7e53be Code Style - apply PascalCase (#3828) 4 年前
GitHub 1e0b022f [MLA-850] rename namespaces to Unity.MLAgents (#3843) 4 年前
GitHub d4bbecc1 apply Rider suggestions to API code (#3847) 4 年前
GitHub c7722f73 [barracuda] Update Barracuda to 0.7.0-preview. (#3873) 4 年前
GitHub 731fb88b [barracuda] Update Barracuda to 0.7.0-preview (#3875) 4 年前
Chris Elion 68b68396 Merge remote-tracking branch 'origin/master' into release_1_to_master 4 年前
GitHub 197cf3e7 ObservableAttribute (#3925) 4 年前
Ruo-Ping Dong e75cd7b3 handle visual observations with onnx 4 年前
GitHub 741d75d5 [verified branch] better message for new model format (#5245) 3 年前
Chris Elion e2d1263f fix NPE in model validation code, better error message 3 年前
GitHub a28e2767 Update add-fire to latest master, including Policy refactor (#4263) 4 年前
GitHub 31919e08 [MLA-1267] Account for actuators in training and inference. (#4371) 4 年前
GitHub 8a0cb969 Fix visual observations with onnx (#4475) 4 年前
GitHub 5e5ff19b Barracuda inference for hybrid actions (#4611) 4 年前
GitHub 8669e389 Refactor BarracudaModel loader checks (#4629) 4 年前
GitHub ddfacd86 Integrate BrainParameters with ActionSpec, update BrainParametersDrawer (#4718) 4 年前
GitHub 2623c46f Rider suggestions (#4778) 4 年前
vincentpierre 3bc43ef2 Preliminary work for inference with attention 4 年前
vincentpierre dc84fe48 adressing comments 4 年前
vincentpierre b7892849 addressing comments 4 年前
vincentpierre 075e953f Fix bug in counting of vis_obs as per comment 4 年前
vincentpierre c5708f06 Fixing warning being raised for no reason 3 年前
vincentpierre 7298e889 Refactor of ModelParmLoaderChecks 3 年前
vincentpierre 52c3270b removing observableAttributeTotalSize 3 年前
vincentpierre 3068ae1f Adding a helper method for creating observation placeholder names and removed the _h and _c placeholders 3 年前
Christopher Goy 4d7ce41b [MLA-1634] Add ObservationSpec and update ISensor interfaces (#5127) 3 年前
GitHub 0ddfbfee V2 staging new model version (#5080) 3 年前
Christopher Goy d1acc658 V2 staging new model version (#5080) 3 年前
Chris Elion 8f16fab3 use ObservationSpec everywhere 3 年前
Chris Elion a362b3d9 Merge remote-tracking branch 'origin/v2-staging' into csharp-obs-spec 3 年前
Chris Elion 404734d9 ObsType internal too, NumDimensions to Rank 3 年前
GitHub 06e47dda Merge branch 'v2-staging' into v2-staging-rebase 3 年前
GitHub 6e0629a8 better message for new model format (#5240) 3 年前
Ruo-Ping Dong d0616609 add model parameters 3 年前
GitHub dffc37bf Update to barracuda 1.3.3 and changes to the model inputs and outputs for LSTM (#5236) 3 年前
GitHub d3c3f91f LSTM models from 1.x will be incompatible with MLA 2.x (#5254) 3 年前