67 次代码提交 (1ac30864-48b3-4e29-911f-2ca4eb4a8f80)

作者 SHA1 备注 提交日期
GitHub b05c9ac1 Add environment manager for parallel environments (#2209) 5 年前
Jonathan Harper c2cd5a87 Add custom reset parameters to subprocess env manager 5 年前
GitHub 84d9d622 python timers (#2180) 5 年前
GitHub d415528a fix subprocess test and style checks on develop (#2248) 5 年前
GitHub a802d0d7 Make SubprocessEnvManager take asynchronous steps (#2265) 5 年前
GitHub f82f0f37 Get timers from subprocess (#2268) 5 年前
GitHub 83875376 Add "gauges" to timer system (#2329) 5 年前
Jonathan Harper 98297be9 Fix training not quitting when play button is unchecked (#2376) 5 年前
GitHub c7f0ed04 Merge pull request #2381 from Unity-Technologies/release-0.9.0 5 年前
GitHub 4abe89bc Only call get_action on brains with policies (#2437) 5 年前
Jonathan Harper 2f083c8a Renamed "StepInfo" to "EnvironmentStep" 5 年前
GitHub babe9e2f Develop remove academy done (#2519) 5 年前
GitHub 67d754c5 Fix flake8 import warnings (#2584) 5 年前
GitHub e1d93a0e Allow mypy to reject incomplete defs for mlagents-envs (#2585) 5 年前
GitHub 30042ef7 fix hang with multiple envs (#2600) 5 年前
GitHub 89b1c7a8 Better environment shutdown (#2620) 5 年前
GitHub b95c4d1d check for unecessary list comprehensions (#2707) 5 年前
GitHub 0fe5adc2 Develop remove memories (#2795) 5 年前
Jonathan Harper bae94a76 Add timeout for communicator exchange 5 年前
GitHub ccb7eab4 Remove {text,custom} {action,observations} (#2839) 5 年前
GitHub 8ec5ab62 Develop side channels: migrate reset parameters (#2990) 5 年前
GitHub a6df9f43 Develop new ll api (#3022) 5 年前
GitHub 36048cb6 Moving Env Manager to Trainers (#3062) The Env Manager is only used by the trainer codebase. The entry point to interact with an environment is UnityEnvironment. 5 年前
GitHub 42bea858 Improve mypy coverage by adding --namespace-packages (#3049) 5 年前
GitHub 90db165f Add --namespace-packages to mypy for mlagents (#3075) 5 年前
Chris Elion fdc810ff move (first pass) 5 年前
GitHub 58b6c7c2 Rename mlagents.envs to mlagents_envs (#3083) 5 年前
GitHub 4c241a80 Only send previous action and current BrainInfo (#3187) 5 年前
GitHub f058b18c Replace BrainInfos with BatchedStepResult (#3207) 5 年前
GitHub ca96b293 Move advance() logic for environment manager out of trainer_controller (#3234) 5 年前
GitHub ec278616 Hotfixes for Release 0.15.1 (#3698) 4 年前
GitHub 11c518a3 Stats SideChannel (for custom TensorBoard metrics) (#3660) 4 年前
GitHub 807a1441 Raise exceptions from environment subprocesses (#3680) 4 年前
GitHub 4ecd6ad3 Fix how we set logging levels (#3703) 4 年前
GitHub 43f23ee3 WIP : Changes to the LL-API - Refactor of “done” logic (#3681) 4 年前
GitHub ea0c6fa0 [WIP] Side Channel Design Changes (#3807) 4 年前
GitHub e57144f9 [bug-fix] Set logging level in subprocesses (#3874) 4 年前
GitHub ebe12502 [bug-fix] Fix exception thrown when quitting in-editor training from editor (#3885) 4 年前
GitHub 422247a0 update versions for patch release (#3970) 4 年前
GitHub c6ed3789 Replaced get_behavior_names and get_behavior_spec with behavior_specs property (#3946) 4 年前
GitHub e274bcf6 Update precommit flake8 (#3961) 4 年前
Andrew Cohen fe0a077e passing sampler configs to c# 4 年前
Andrew Cohen 4464ca46 ignoring commit checks 4 年前
Andrew Cohen 5ffd9761 type checks for parameter randomization settings/enforces float encoding 4 年前
Andrew Cohen e5c07272 using to_float for encoding 4 年前
Andrew Cohen 953f4e09 from set_sampler_params => set_{samplertype}_params 4 年前
GitHub 5b0a5b9b Moving domain randomization to C# (#4065) 4 年前
GitHub 8c2ade77 Separate send environment data from reset (#4128) 4 年前
GitHub a28e2767 Update add-fire to latest master, including Policy refactor (#4263) 4 年前
GitHub 3bcb029b [refactor] Remove BrainParameters from Python code (#4138) 4 年前
GitHub 8eefdcd3 Refactor of Curriculum and parameter sampling (#4160) 4 年前
Scott Jordan d695c044 initial addition of active learning (incomplete) 4 年前
Scott Jordan 56745026 Initial commit of running active learning code 4 年前
GitHub b853e5ba Action buffer (#4612) 4 年前
GitHub 3c96a3a2 Action Model (#4580) 4 年前
GitHub 88d3ec3e Merge master into hybrid actions staging branch (#4704) 4 年前
vincentpierre b863af57 Removing TensorFlow Trainers 4 年前
GitHub a4c9f58e Fix SubprocessEnvManager hanging on unexpected exceptions. (#4699) 4 年前
Andrew Cohen d624b54b Merge branch 'master' into fix-conflict-base-env 4 年前
Andrew Cohen bd917c9c action buffer passes continuous 4 年前
Andrew Cohen 4ebc6c44 ml-agents-envs pass 4 年前
Andrew Cohen 6ffbf209 fix imports in test utils 4 年前
vincentpierre 3bbd61e4 [Bug Fix] Fix crash if spawn is delayed in multi-env 4 年前
GitHub 2af86534 [MLA-1712] Make UnityEnvironment fail fast if the env crashes (#4880) 3 年前
GitHub d8835857 [MLA-1540] Training Analytics (#4780) 3 年前
GitHub 2e19759c Turning some logger.info into logger.debug and remove some logging overhead when not using debug (#5211) 3 年前
vincentpierre e3b67e9f Remove some dependencies of the trainers on UnityEnvironment (and use BaseEnv instead) 3 年前