56 次代码提交 (e2e62cb9-9803-4bd9-886a-b237e504173f)

作者 SHA1 备注 提交日期
GitHub 30930383 Move trainer initialization into a utility function (#2412) 5 年前
GitHub 6a81a2f4 Add Soft Actor-Critic as trainer option (#2341) 5 年前
GitHub 67d754c5 Fix flake8 import warnings (#2584) 5 年前
GitHub 473a8758 Develop yaml json loading errors (#2601) 5 年前
GitHub cb144f20 small mypy cleanup (#2637) 5 年前
GitHub 5f5ccfa0 Feature Deprecation : Online Behavioral Cloning (#2659) 5 年前
GitHub 39f280d6 Develop spawn brains (#2676) 5 年前
Andrew Cohen 184af227 splitting brain params into brain name and identifiers 5 年前
Andrew Cohen e96b80db recieves brain_name and identifier on python side 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 年前
Andrew Cohen 8f62c69e splitting brain params into brain name and identifiers 5 年前
GitHub 1fa07edb Remove Standalone Offline BC Training (#2969) 5 年前
GitHub 8ca0d810 Better error handling if trainer config doesn't contain "default" section (#3063) 5 年前
Andrew Cohen c7f283df splitting brain params into brain name and identifiers 5 年前
GitHub 2c3794a6 handle mismatch between brain and metacurriculum (#3034) 5 年前
GitHub 2fd305e7 Move add_experiences out of trainer, add Trajectories (#3067) 5 年前
GitHub 0b5b1b01 Develop magic string + trajectory (#3122) 5 年前
Andrew Cohen 082789ea Merge branch 'master' into develop-magic-string 5 年前
GitHub 0d56f6ba Merge branch 'master' into develop-magic-string 5 年前
Andrew Cohen 654b0c79 Merge branch 'master' into develop-magic-string 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 年前
GitHub 0fe7e731 use absolute path in error (#3230) 5 年前
Ervin Teng 9ad99eb6 Combined model and policy for PPO 5 年前
GitHub 14193ada Self-play for symmetric games (#3194) 5 年前
Ervin Teng db249ceb Merge branch 'master' into develop-splitpolicyoptimizer 5 年前
Ervin Teng 00017bab Temporarily remove multi-GPU 4 年前
Andrew Cohen 94654de4 ghost controller 4 年前
GitHub ec278616 Hotfixes for Release 0.15.1 (#3698) 4 年前
Andrew Cohen 1269b555 docstrings/ghost_swap -> team_change 4 年前
Andrew Cohen bc611906 removed team-change CLI 4 年前
GitHub bc1fdf07 [refactor] CLI changes (#3705) 4 年前
Andrew Cohen 59b88be6 Merge branch 'master' into self-play-mutex 4 年前
GitHub 9cbc3fa2 Asymmetric self-play (#3653) 4 年前
GitHub d7ca6b8d [feature] Add --initialize-from option (#3710) 4 年前
Andrew Cohen ddb6787c hard reset when team changes 4 年前
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 年前
Christopher Goy ba80b292 format files with pre-commit. 4 年前
GitHub e92b4f88 [refactor] Structure configuration files into classes (#3936) 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 年前
yanchaosun 3ef4196e Added the algorithm named ppo_transfer 4 年前
GitHub a28e2767 Update add-fire to latest master, including Policy refactor (#4263) 4 年前
GitHub 8eefdcd3 Refactor of Curriculum and parameter sampling (#4160) 4 年前
yanchaosun f81feec4 config fix; basic sac 4 年前
Anupam Bhatnagar dbd21c95 [skip ci] adding distributed trainers 4 年前
Anupam Bhatnagar 07daf8b5 [skip ci] adding type annotations 4 年前
Anupam Bhatnagar 9d8fc301 [skip ci] fix distributed sac import statement 4 年前
GitHub df685184 Make --torch use torch even without config (#4400) 4 年前
Anupam Bhatnagar 890cc572 [skip ci] fix import statement 4 年前
Anupam Bhatnagar 4398d7b8 [skip ci] renaming trainer to ppo_trainer and sac_trainer to avoid name collision 4 年前
Scott Jordan 56745026 Initial commit of running active learning code 4 年前
Anupam Bhatnagar d7f0d457 [skip ci] removing package import statements 4 年前
Anupam Bhatnagar 3d7956e9 [skip ci] fix key name 4 年前