67 次代码提交 (1db18bd6-65c7-4859-bf35-891bb0856880)

作者 SHA1 备注 提交日期
Deric Pang 30c4f2d7 Splitting up unitytrainers tests. 6 年前
Deric Pang 634280a6 Fixed imports, all tests are passing. 6 年前
GitHub fbf92810 Refactor Trainers to use Policy (#1098) 6 年前
GitHub 10d2a19d Release v0.5 (Develop) (#1203) 6 年前
GitHub a54714f8 Update API to version 5 (#1179) 6 年前
GitHub d2c320dd Remove graph scope (#1205) 6 年前
GitHub 3c9603d6 Demonstration Recorder (#1240) 6 年前
vincentpierre 99aaa15e made the pytest directory agnostic 6 年前
GitHub 517e3a0a Remove env creation logic from TrainerController (#1562) 6 年前
GitHub c258b1c3 Move 'take_action' into Policy class (#1669) 6 年前
eshvk fb04c40c Reorganize to make metrics collection more accurate 6 年前
Jonathan Harper e91e847c Fix '--slow' flag after environment updates 6 年前
eshvk ef8009d9 Python code reformat via [`black`](https://github.com/ambv/black). 6 年前
Jonathan Harper d9a7e5b6 Fix failure on Academy Done() with parallel envs 5 年前
GitHub e916dc48 use yaml.safe_load instead of yaml.load (#2124) 5 年前
GitHub 2671e1a0 Enable mypy in precommit checks (#2177) 5 年前
Jonathan Harper 177ee5b8 Remove unused "last reward" logic, TF nodes 5 年前
GitHub b05c9ac1 Add environment manager for parallel environments (#2209) 5 年前
GitHub 966d8efb Remove "external_brains" arg for TrainerController (#2213) 5 年前
GitHub 19283bfa Very simple environment for testing (#2266) 5 年前
GitHub 9eb3f049 Cleanup unused code in TrainerController (#2315) 5 年前
Ervin T a46f3faa Enable generalization training (#2232) 5 年前
GitHub a9fe719c Add Multi-GPU implementation for PPO (#2288) 5 年前
GitHub 30930383 Move trainer initialization into a utility function (#2412) 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 年前
Chris Elion 43e23941 rough pass at tf2 support, needs cleanup 5 年前
Chris Elion 806c77e4 centralize tensorflow imports 5 年前
GitHub 39f280d6 Develop spawn brains (#2676) 5 年前
Chris Elion 254c7d86 Merge remote-tracking branch 'origin/develop' into try-tf2-support 5 年前
GitHub 5d3e05d1 Fix "memory leak" during inference (#2722) 5 年前
Chris Elion 3d8a70fb Merge remote-tracking branch 'origin/develop' into try-tf2-support 5 年前
Chris Elion 73a346cb cleanup 5 年前
Andrew Cohen 13fe9cf8 Bubbled up indexing of AllBrainInfo to trainer controller from trainers 5 年前
Andrew Cohen b11f04ea Fixed test code by creating brain_name variable instead of hardcoding 5 年前
GitHub 8ec5ab62 Develop side channels: migrate reset parameters (#2990) 5 年前
GitHub e7bf6fff Close environment if step raises an exception. (#3043) 5 年前
Andrew Cohen ef2dfd4c adjusting tests to expect trainer.add_policy to be called 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 年前
Ervin Teng 27c2a55b Lots of test fixes 5 年前
Jonathan Harper 9f166f9e Update tests to support pytest 5.x 5 年前
Andrew Cohen 70357569 adjusting tests to expect trainer.add_policy to be called 5 年前
GitHub 2fd305e7 Move add_experiences out of trainer, add Trajectories (#3067) 5 年前
Ervin Teng c330f6f6 Merge branch 'master' into develop-agentprocessor 5 年前
Andrew Cohen de902fbb passes all pytest and C# tests 5 年前
GitHub 0b5b1b01 Develop magic string + trajectory (#3122) 5 年前
Andrew Cohen 082789ea Merge branch 'master' into develop-magic-string 5 年前
Ervin Teng abc8ca9a Fix tests 5 年前
GitHub bec2e8f0 Add Trajectory/Policy Queues, move Trainer logic to advance() (#3113) 5 年前
Ervin Teng db743971 Move private methods out of trainer, simplify interface 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 年前
Ervin Teng e4d1df01 Fix TC test 5 年前
GitHub 4092d937 [Bug fix] Hard reset when team changes (#3870) 4 年前
GitHub 232519e4 [refactor] Move output artifacts to a single results/ folder (#3829) 4 年前
GitHub 09853e13 [refactor] Move checkpoint saving into trainer (#4034) 4 年前
Andrew Cohen f76780f1 fix tests 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 年前
GitHub 84440f05 Convert checkpoints to .NN (#4127) 4 年前
GitHub c188781b [life improvement] Moving Python files around (#4531) 4 年前
vincentpierre b863af57 Removing TensorFlow Trainers 4 年前
vincentpierre 713e65fb removing tensorflow testing for pytest and yamato 4 年前