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

作者 SHA1 备注 提交日期
GitHub 517e3a0a Remove env creation logic from TrainerController (#1562) 6 年前
eshvk cc9bdf17 Added logging per Brain of time to update policy, time elapsed during training, time to collect experiences, buffer length, average return 6 年前
GitHub 93760bc4 Adds SubprocessUnityEnvironment for parallel envs (#1751) 6 年前
Jonathan Harper 7a0d1531 Fix subprocess model saving on Windows 6 年前
Jonathan Harper e91e847c Fix '--slow' flag after environment updates 6 年前
eshvk ef8009d9 Python code reformat via [`black`](https://github.com/ambv/black). 6 年前
GitHub b05c9ac1 Add environment manager for parallel environments (#2209) 5 年前
GitHub 966d8efb Remove "external_brains" arg for TrainerController (#2213) 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 年前
GitHub 67d754c5 Fix flake8 import warnings (#2584) 5 年前
GitHub 0d48a352 Use argparse for arg parsing (#2586) 5 年前
GitHub d64a01e1 Added option to use environment arguments in learn (#2594) 5 年前
GitHub 39f280d6 Develop spawn brains (#2676) 5 年前
GitHub 8ec5ab62 Develop side channels: migrate reset parameters (#2990) 5 年前
Jonathan Harper 9f166f9e Update tests to support pytest 5.x 5 年前
Jonathan Harper 481e0842 Remove the --num-runs option 5 年前
GitHub b0a2a54f Add 'run-experiment' script, simpler curriculum config (#3186) 5 年前
Ervin Teng 00017bab Temporarily remove multi-GPU 5 年前
Ervin Teng c68b5643 Remove multi_gpu from learn test 5 年前
Alphonso Crawford 802593a2 Adding test for bad env_path on create_environment_factory 5 年前
Alphonso Crawford 26d44958 Update test_bad_env_path 5 年前
Alphonso Crawford 1a7f9ad0 change test_learn.py 5 年前
GitHub c145e75b Split Policy and Optimizer, common Policy for PPO and SAC (#3345) 5 年前
GitHub 6709a9bf [change] Clean up trainer interface, clean up GhostTrainer stats (#3634) 5 年前
GitHub 458e68f1 Remove "docker target" feature (#3687) 5 年前
GitHub bc1fdf07 [refactor] CLI changes (#3705) 5 年前
GitHub d7ca6b8d [feature] Add --initialize-from option (#3710) 5 年前
GitHub 232519e4 [refactor] Move output artifacts to a single results/ folder (#3829) 4 年前
GitHub f86fc81d [refactor] Move configuration files to single YAML file (#3791) 4 年前
GitHub 7e0032f5 [refactor] Allow full RunOptions to be specified in trainer configuration YAML (#3815) 4 年前
GitHub 812983c0 Some improvements to the UnityEnvironment class (#3939) 4 年前
GitHub e92b4f88 [refactor] Structure configuration files into classes (#3936) 4 年前
GitHub f5435876 [refactor] Store and restore state along with checkpoints (#4025) 4 年前
GitHub 09853e13 [refactor] Move checkpoint saving into trainer (#4034) 4 年前
GitHub 09c7787c [bug-fix] Fix regression in --initialize-from feature (#4086) 4 年前
Andrew Cohen f76780f1 fix tests 4 年前
GitHub 5b0a5b9b Moving domain randomization to C# (#4065) 4 年前
GitHub a28e2767 Update add-fire to latest master, including Policy refactor (#4263) 4 年前
GitHub c188781b [life improvement] Moving Python files around (#4531) 4 年前
GitHub 8a40c58a Added SUM as aggregation type for custom statistics (#4816) 4 年前
GitHub 4c776283 Fix --results-dir (#5269) 3 年前