58 次代码提交 (c4c67218-5ea3-45b6-a22d-3091c20fa411)

作者 SHA1 备注 提交日期
Arthur Juliani 982fab41 Initial commit 7 年前
vincentpierre cde3c8f7 formating and added documentation 7 年前
Arthur Juliani 51f23cd2 0.2 Update 7 年前
GitHub 59a2bbe0 Improve memory management (#180) 7 年前
GitHub 00534390 Refactored GridWorld (#225) 7 年前
GitHub 36d58cee Add Seeding, MaxStepReached, and Bootstrapping fix (#303) 7 年前
GitHub f134016b On Demand Decision (#308) 6 年前
GitHub d4cd72d8 [timeBetweenDecisions] Reimplementation of waitTime for GridWorld and… (#368) 6 年前
GitHub 1409236e made AgentAction take vectorAction and textAction (#397) 6 年前
Marwan Mattar fa638000 Comment improvements & refactoring to Academy.cs 6 年前
GitHub c7890e88 [Removed the JSON library] (#816) 6 年前
Arthur Juliani d4a2df66 Namespacification (#814) 6 年前
GitHub 0c417c55 Release v0.5 (#1202) 6 年前
Arthur Juliani 3659bbcd Develop multi discrete (#1022) 6 年前
GitHub 6f8fc130 External Contribution: Use RenderTexture instead of Camera for Visual Observation (#1824) 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 5a2e60b6 [coding conventions] Revert NNModelImporter rename and remove NonAlloc Collider check suggestion from rider. (#2571) 5 年前
GitHub 3485dfb9 Made gridworld a prefab so we can have more of them at once (#2721) 5 年前
GitHub 2a884e6d Fix rider warnings and format code. (#2730) 5 年前
GitHub 99146e97 1 to 1 Brain to Agent (#2729) 5 年前
GitHub 5d2e466f Fix Code convention warnings in Rider. (#2801) 5 年前
GitHub ccb7eab4 Remove {text,custom} {action,observations} (#2839) 5 年前
GitHub 8ec5ab62 Develop side channels: migrate reset parameters (#2990) 5 年前
GitHub 3fd19180 Fixing inference speed and null pointer exception (#3046) 5 年前
GitHub 4269447e Convert Academy to a singleton (#3210) 5 年前
GitHub fed3efdc Done After Set Reward (#3311) 4 年前
GitHub 3bd57902 fix MissingReferenceException in GridWorld (#3346) 4 年前
GitHub 386ba66c Develop observation collector (#3352) 4 年前
GitHub 92a8aed2 Pass action masker as input to CollectObservations (#3389) 4 年前
GitHub f25bf7d3 Reintroduce MLAgents.Sensors namespace (#3509) 4 年前
GitHub 9a371b17 [Renaming] SetActionMask -> SetDiscreteActionMask + added the virtual method CollectDiscreteActionMasks (#3525) 4 年前
GitHub 411bb64a Renaming Agent's methods (#3557) 4 年前
GitHub 6612b496 Deprecating Academy.Instance.FloatProperties (#3696) 4 年前
GitHub dd6aa7e2 Agent.Heuristic takes an float[] (#3765) 4 年前
GitHub ea0c6fa0 [WIP] Side Channel Design Changes (#3807) 4 年前
GitHub 1e0b022f [MLA-850] rename namespaces to Unity.MLAgents (#3843) 4 年前
GitHub 3d15d51f apply rider suggestions in Examples (#3846) 4 年前
Chris Elion ed8a249c fix commit 4 年前
GitHub bb9417f7 Update example environments to use the Actuator API (#4363) 4 年前
GitHub e7916b08 add pre-commit hook for dotnet-format (#4362) 4 年前
Arthur Juliani 6b32ff21 Allow gridworld agent to have different goals 4 年前
vincentpierre 90da7426 Fix masking for torch 4 年前
Arthur Juliani b3638ad6 Update prefabs 4 年前
Arthur Juliani 72da0652 Fix white space 4 年前
vincentpierre 89605d02 Replaced .nn models with .onnx models 4 年前
Arthur Juliani 0d2f8887 Merge remote-tracking branch 'origin/master' into goal-conditioning 4 年前
Arthur Juliani 4060202d Use GoalSensor in GridWorld 4 年前
Arthur Juliani e6a973cd Add OneHot util to goal sensor 4 年前
Arthur Juliani 95fd8040 Make GridWorld a goal-based environment 4 年前
Arthur Juliani 41d8b3e0 Randomize goal in gridworld 4 年前
GitHub 2af86534 [MLA-1712] Make UnityEnvironment fail fast if the env crashes (#4880) 3 年前
Arthur Juliani ff70c5c4 Merge branch 'master' into goal-conditioning-new 3 年前
Arthur Juliani 0903613b Add VectorSensorComponent 3 年前
Arthur Juliani 4413203d Sensor cleanup 3 年前
GitHub 4863475c non-IEnumerable interface for action masking (#5060) 3 年前
vincentpierre ceba7bcc Aded the Goal conditioned GridWorld to replace regular gridworld 3 年前
GitHub 2980ade0 Goal conditioning grid world : Example of goal conditioning (#5193) 3 年前