182 次代码提交 (da6d25c9-4e76-454f-81d0-1258ba68390b)

作者 SHA1 备注 提交日期
GitHub 0c417c55 Release v0.5 (#1202) 6 年前
Arthur Juliani 4dce8f6a Sleep three seconds between session launches 6 年前
Arthur Juliani fa3bee21 Use queue to check for environment launch 6 年前
Arthur Juliani e07bfab2 Address comments 6 年前
GitHub cc083fd8 fixed the windows ctrl-c bug (#1558) 6 年前
GitHub 3523f9be Only using multiprocess when --num-runs>1 (#1583) 6 年前
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 5 年前
GitHub 93760bc4 Adds SubprocessUnityEnvironment for parallel envs (#1751) 5 年前
Jonathan Harper 7a0d1531 Fix subprocess model saving on Windows 5 年前
Jonathan Harper e91e847c Fix '--slow' flag after environment updates 5 年前
eshvk ef8009d9 Python code reformat via [`black`](https://github.com/ambv/black). 5 年前
GitHub e916dc48 use yaml.safe_load instead of yaml.load (#2124) 5 年前
GitHub 2671e1a0 Enable mypy in precommit checks (#2177) 5 年前
GitHub b05c9ac1 Add environment manager for parallel environments (#2209) 5 年前
Chris Elion bb7773c1 add flake8 to precommit 5 年前
GitHub 966d8efb Remove "external_brains" arg for TrainerController (#2213) 5 年前
Chris Elion 5d07ca1f Merge remote-tracking branch 'origin/develop' into enable-flake8 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 年前
Ervin T 184b5d5a Change samplers to use random state to allow consistency in reset par… (#2398) 5 年前
sankalp04 121221f2 Adding new command line arguments 5 年前
sankalp04 dfc8885d Allow generalization training with specified arguments of min_reward and min_lesson_length 5 年前
Ervin Teng 072d2ef8 Merge latest develop 5 年前
sankalp04 8cbfee43 Get rid of dead code and clean up code 5 年前
sankalp04 dacb420b Instantiate SamplerManager in learn.py instead of trainer_controller 5 年前
sankalp04 f331e5b7 Rebase develop 5 年前
Yuan Gao b9210f4c Updated the comment for —multi-gpu option. 5 年前
Yuan Gao 33404e1b Fixed the flake8 5 年前
GitHub 67d754c5 Fix flake8 import warnings (#2584) 5 年前
Ervin Teng 02c8507b Add tensorboard startup on training 5 年前
Ervin Teng 3162606f Freeze support for multiprocessing 5 年前
GitHub 0d48a352 Use argparse for arg parsing (#2586) 5 年前
Ervin Teng 209c71c0 Move freeze support 5 年前
Ervin Teng dc47efbe Import webfiles.zip for Tensorboard 5 年前
GitHub d64a01e1 Added option to use environment arguments in learn (#2594) 5 年前
GitHub 473a8758 Develop yaml json loading errors (#2601) 5 年前
Jonathan Harper 3fc14963 EXPERIMENTAL horovod support 5 年前
GitHub 39f280d6 Develop spawn brains (#2676) 5 年前
Chris Elion c531f87d Added --cpu flag to train using CPU only (#2755) 5 年前
GitHub 5ee487e9 Fixing unecerrary error with curriculum (#2772) 5 年前
GitHub c6c01a03 Enable pylint and fix a few things (#2767) 5 年前
GitHub 38d39e38 disable tensorflow warnings by default (#2931) 5 年前
GitHub 28dbf4c5 Allow --version argument in mlagents-learn (#2942) 5 年前
GitHub a71c67d9 better logging for ports and versions (#3048) (#3069) 5 年前
GitHub 8ec5ab62 Develop side channels: migrate reset parameters (#2990) 5 年前
GitHub e7bf6fff Close environment if step raises an exception. (#3043) 5 年前
GitHub a6df9f43 Develop new ll api (#3022) 5 年前
GitHub 15050bc4 better logging for ports and versions (#3048) 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 年前
Chris Elion fdc810ff move (first pass) 5 年前
GitHub 58b6c7c2 Rename mlagents.envs to mlagents_envs (#3083) 5 年前
GitHub 2fd305e7 Move add_experiences out of trainer, add Trajectories (#3067) 5 年前
GitHub 2ac242f7 Remove TrainerMetrics and add CSVWriter using new StatsWriter API (#3108) 5 年前
GitHub c6152459 Allow curricula to be created without files (#3145) 5 年前
GitHub 45010af3 Add stats reporter class and re-enable missing stats (#3076) 5 年前
Jonathan Harper 481e0842 Remove the --num-runs option 5 年前
GitHub b0a2a54f Add 'run-experiment' script, simpler curriculum config (#3186) 5 年前
Ervin Teng 9ad99eb6 Combined model and policy for PPO 5 年前
GitHub f62af526 Set logging level to INFO, was overridden by newer TF (#3358) 4 年前
GitHub 2ac92182 constant for editor port (#3396) 4 年前
Ervin Teng 00017bab Temporarily remove multi-GPU 4 年前
Alphonso Crawford d106d497 Raise exception if path does not exist 4 年前
Alphonso Crawford 615de041 Check if environment is launchable in learn.py 4 年前
Alphonso Crawford b891a38b properly formatting within environment_launch_check 4 年前
Alphonso Crawford 2c14779c moving launch check to static method 4 年前
Anupam Bhatnagar d8c79f48 resolving merge conflicts 4 年前
Alphonso Crawford cff1a003 pylint error resolution 4 年前
Alphonso Crawford 51e947fe extra space aboe create environment factory 4 年前
Alphonso Crawford 40f1f6ed validate_environment_path 4 年前
Alphonso Crawford 2a154bf3 Moving env_strip to validate_environment_path 4 年前
Ervin Teng 5ef902bf Merge branch 'master' into develop-splitpolicyoptimizer 4 年前
GitHub be14dd42 Make the timer output format consistent (#3472) 4 年前
Ervin Teng bcc25d59 Merge branch 'master' into develop-splitpolicyoptimizer 4 年前
GitHub 472f9f0e Merge branch 'master' into develop-badEnvReturnCode 4 年前
Alphonso Crawford 35e49f5d Using f-strings for exception strings 4 年前
GitHub c145e75b Split Policy and Optimizer, common Policy for PPO and SAC (#3345) 4 年前
Andrew Cohen bd78ec40 self-play assym hacked branch 4 年前
Andrew Cohen 94654de4 ghost controller 4 年前
Anupam Bhatnagar abc369a6 Adding a logging utility for improved logs 4 年前
Anupam Bhatnagar ee67c628 add log level as an argument to create logger 4 年前
Anupam Bhatnagar c2611126 uniformize log level for all loggers 4 年前
Anupam Bhatnagar e8e0078e first commit 4 年前
Chris Elion 0d65c600 top-level timers to see where time is going 4 年前
Ervin Teng bcf073bf Move console logging to ConsoleWriter 4 年前
Ervin Teng 49df4038 Make progress bar a statswriter 4 年前
Chris Elion a5dd261b make sure top-level timer is closed before writing 4 年前
GitHub a1f00b07 Merge pull request #3629 from Unity-Technologies/develop-timers-fix-writing 4 年前
GitHub ec278616 Hotfixes for Release 0.15.1 (#3698) 4 年前
Andrew Cohen ac261e36 Merge branch 'master' into self-play-mutex 4 年前
GitHub 2ecd1d9b remove obsolete code, offset worker seeds (#3645) 4 年前
Andrew Cohen eefc4811 Merge branch 'master' into self-play-mutex 4 年前
Andrew Cohen 1269b555 docstrings/ghost_swap -> team_change 4 年前
GitHub 5d4f7f08 cleanup port logic in UnityEnvironment (#3673) 4 年前
GitHub 458e68f1 Remove "docker target" feature (#3687) 4 年前
GitHub 4ecd6ad3 Fix how we set logging levels (#3703) 4 年前
GitHub bc1fdf07 [refactor] CLI changes (#3705) 4 年前
Anupam Bhatnagar 50e52d9c Merge branch 'master' into distributed-training 4 年前
GitHub d7ca6b8d [feature] Add --initialize-from option (#3710) 4 年前
Anupam Bhatnagar 001fce2a first commit 4 年前
Anupam Bhatnagar 06c6de13 activate environment from executable 4 年前
GitHub c79475eb [MLA-803] Add timer metadata to C# and python (#3758) 4 年前
GitHub 8c5edc99 Improvements to Training-ML-Agents (#3776) 4 年前
GitHub ea0c6fa0 [WIP] Side Channel Design Changes (#3807) 4 年前
Andrew Cohen ddb6787c hard reset when team changes 4 年前
GitHub 232519e4 [refactor] Move output artifacts to a single results/ folder (#3829) 4 年前
GitHub fccbcdd2 Removed the default for width and height of the executable training. (#3867) 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 年前
Chris Elion 68b68396 Merge remote-tracking branch 'origin/master' into release_1_to_master 4 年前
GitHub 812983c0 Some improvements to the UnityEnvironment class (#3939) 4 年前
GitHub 9083752d Making some things private in UnityEnvironment (#3951) 4 年前
GitHub e92b4f88 [refactor] Structure configuration files into classes (#3936) 4 年前
Andrew Cohen fe0a077e passing sampler configs to c# 4 年前
Andrew Cohen 4464ca46 ignoring commit checks 4 年前
Andrew Cohen 91217b0d use settings.py to check PR config 4 年前
GitHub f5435876 [refactor] Store and restore state along with checkpoints (#4025) 4 年前
Andrew Cohen e7750fc9 Merge branch 'master' into develop-sampler-refactor 4 年前
GitHub 09853e13 [refactor] Move checkpoint saving into trainer (#4034) 4 年前
Andrew Cohen b790ce76 error properly when a keyword is not followed by a valid config in yaml 4 年前
Andrew Cohen 72e4a9c6 use run_seed if no seed specified in yaml 4 年前
Andrew Cohen c0f7052b Merge branch 'master' into develop-sampler-refactor 4 年前
GitHub 09c7787c [bug-fix] Fix regression in --initialize-from feature (#4086) 4 年前
Andrew Cohen 56479c12 add docstring for maybe_add_samplers 4 年前
Andrew Cohen 34ecc7e6 Merge branch 'master' into asymm-envs 4 年前
GitHub a1c63c4b Release 3 Cherry-pick bug-fixes and doc changes from master (#4102) 4 年前
Anupam Bhatnagar 4afd8f92 first commit 4 年前
GitHub 5b0a5b9b Moving domain randomization to C# (#4065) 4 年前
GitHub 8c2ade77 Separate send environment data from reset (#4128) 4 年前
Andrew Cohen b61334a5 add transfer relaunch for cloud 4 年前
Anupam Bhatnagar 24d5f881 first commit 4 年前
yanchaosun 1e52ad3d ready for cloud training 4 年前
yanchaosun e338ab91 test cloud training 4 年前
yanchaosun f0881a94 fix commands for cloud training 4 年前
GitHub 05a11c96 Develop add fire exp framework (#4213) 4 年前
yanchaosun 44fa16fa fix issues with cloud training 4 年前
yanchaosun ad95032b transfer path 4 年前
GitHub a28e2767 Update add-fire to latest master, including Policy refactor (#4263) 4 年前
yanchaosun 5ba3031a comment out transfer 4 年前
yanchaosun 59e93b0b transfer config 4 年前
yanchaosun 5eccb4c9 new transfer test for cloud 4 年前
GitHub 3de1e660 [bug-fix] Initialize-from being incorrectly loaded as "None" rather than None (#4175) 4 年前
GitHub 0e0daf47 [add-fire] Merge post-0.19.0 master into add-fire (#4328) 4 年前
GitHub 8eefdcd3 Refactor of Curriculum and parameter sampling (#4160) 4 年前
GitHub 84440f05 Convert checkpoints to .NN (#4127) 4 年前
GitHub 7f3e2e22 add numpy version to timer metadata, log random seed (#4285) 4 年前
GitHub 493793a6 [MLA-1233] Remove stats.CSVWriter (#4300) 4 年前
HH af4792a6 reset ppo learn.py to master 4 年前
Anupam Bhatnagar e9d3de8e [skip ci] adding initializer 4 年前
Anupam Bhatnagar 90435403 [skip ci] adding statement to import rank 4 年前
Anupam Bhatnagar 5d9c110f [skip ci] clean up around initializer 4 年前
Anupam Bhatnagar 4d19245f [skip ci] adding PluginSettings 4 年前
Anupam Bhatnagar dbd21c95 [skip ci] adding distributed trainers 4 年前
Anupam Bhatnagar 07daf8b5 [skip ci] adding type annotations 4 年前
GitHub df685184 Make --torch use torch even without config (#4400) 4 年前
Ruo-Ping Dong a0b14228 set OMP_NUM_THREADS 4 年前
Anupam Bhatnagar 5e8aa485 renaming file from globals.py to global_values.py 4 年前
Anupam Bhatnagar 71c301bc minor fixes 4 年前
Scott Jordan 56745026 Initial commit of running active learning code 4 年前
Anupam Bhatnagar d7f0d457 [skip ci] removing package import statements 4 年前
Scott Jordan 78f8a9a2 Updated task manager 4 年前
Ruo-Ping Dong 7eceb27f revert changes 4 年前
Ervin Teng 8cc75388 Changes for experiment 4 年前
Ruo-Ping Dong fb50b0ec add wb 4 年前
Ervin Teng fdc887a1 Some experimental stuff 4 年前
Ruo-Ping Dong 4a2512f3 update 4 年前
Ervin Teng 3a7cd3ad Merge experiments 4 年前
vincentpierre d9e2f974 - 4 年前
vincentpierre dda6dc1b - 4 年前
vincentpierre 31ea11e0 - 4 年前
vincentpierre a8137478 - 4 年前
GitHub c188781b [life improvement] Moving Python files around (#4531) 4 年前
GitHub a690af74 [refactor] Make PyTorch the default and TensorFlow optional (#4517) 4 年前
Ervin Teng 3b15cc32 Multiprocessing but Stats are quite broken 4 年前
vincentpierre b863af57 Removing TensorFlow Trainers 4 年前
GitHub 7387a77f remove pylint (#4836) 4 年前
GitHub 457ed0b8 Set torch device from commandline (#4888) 3 年前
GitHub d8835857 [MLA-1540] Training Analytics (#4780) 3 年前
GitHub 7954bd26 setuptools-based plugin for StatsWriters (#4788) 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 年前