1254 次代码提交 (7f96b47c-829f-4bac-86dd-baf5468ffc72)

作者 SHA1 备注 提交日期
sankalp04 34127b76 Example parameter sampling file config 5 年前
sankalp04 db858686 Made the code cleanup changes - mostly nit changes 5 年前
sankalp04 dacb420b Instantiate SamplerManager in learn.py instead of trainer_controller 5 年前
sankalp04 7f96b47c Removed check_key and replaced with **param_dict for implicit type checks 5 年前
sankalp04 8cbfee43 Get rid of dead code and clean up code 5 年前
sankalp04 74245e35 Add LessonControllerError to track errors in LessonController 5 年前
sankalp04 8a37ad29 Add Sampler error to track errors in the sampler class 5 年前
sankalp04 0b006719 Incorporate generalization checks for resetting parameters in take_step 5 年前
sankalp04 c9ea139f Change reset parameters based on reward or progress metric 5 年前
sankalp04 dfc8885d Allow generalization training with specified arguments of min_reward and min_lesson_length 5 年前
sankalp04 121221f2 Adding new command line arguments 5 年前
GitHub 30930383 Move trainer initialization into a utility function (#2412) 5 年前
GitHub d7ebaae1 Return list instead of np array for make_mini_batch() (#2371) 5 年前
GitHub a9fe719c Add Multi-GPU implementation for PPO (#2288) 5 年前
GitHub c7f0ed04 Merge pull request #2381 from Unity-Technologies/release-0.9.0 5 年前
Jonathan Harper 98297be9 Fix training not quitting when play button is unchecked (#2376) 5 年前
Ervin T cf5e09fc Updated the models for v0.9 (#2374) 5 年前
Jeffrey Shih 728afebf Release 0.9.0 docs checklist and cleanup - v2 (#2372) 5 年前
GitHub 78c0c202 fix mock_brain (#2377) 5 年前
Jeffrey Shih 14c9b2fc Localizing kr (#2356) 5 年前
GitHub dd0d2a10 Remove unnecessary feed_dicts for GAIL and Curiosity (#2348) 5 年前
GitHub 6016b775 Added Migrating docs for 0.9 (#2347) 5 年前
GitHub 9178b5d2 Improve test_simple.py and check discrete actions (#2345) 5 年前
Ervin T 7cfce1a9 Barracuda hotfix for LSTM and tests (#2352) 5 年前
GitHub 4991d83f Merge pull request #2346 from Unity-Technologies/release-0.9.0 5 年前
Ervin T 00a3b592 Fix docs for Generalization (#2334) 5 年前
Ervin T fb9dc411 Fix tests for Barracuda (#2333) 5 年前
GitHub 33cb438b Tick version number for 0.9 (#2331) 5 年前
Ervin T ca32cadf Fix default for vis_encode_type (#2330) 5 年前
GitHub 83875376 Add "gauges" to timer system (#2329) 5 年前
GitHub b6bbfea4 Fix docs for reward signals (#2320) 5 年前
Ervin T a46f3faa Enable generalization training (#2232) 5 年前
GitHub 9fc0c465 Profiling docs (#2325) 5 年前
Ervin T dba466e3 Reset Parameters implemented for Pushblock, Reacher and Walker (#2322) 5 年前
Ervin T 5465c2e0 Implemented the reset parameters for Banana Collectors and Bouncer (#2258) 5 年前
GitHub 5aba7a08 Fix broken doc links (#2327) 5 年前
GitHub 6225317d refactor vis_encoder_type and add to doc 5 年前
Ervin T 9ea7fea8 Use Barracuda tensors and Barracuda 0.2.4 (#2308) 5 年前
GitHub f82f0f37 Get timers from subprocess (#2268) 5 年前
GitHub 9eb3f049 Cleanup unused code in TrainerController (#2315) 5 年前
GitHub 6a212f73 Improvements for GAIL (#2296) 5 年前
GitHub 19283bfa Very simple environment for testing (#2266) 5 年前
GitHub b11efed9 fix bug in RandomNormal (#2294) 5 年前
GitHub 49f20394 Fix for vis obs memory leak in docker (#2274) 5 年前
GitHub be4292fb Add different types of visual encoder (nature cnn/resnet) 5 年前
GitHub a802d0d7 Make SubprocessEnvManager take asynchronous steps (#2265) 5 年前
GitHub f8041534 Merge pull request #2236 from Unity-Technologies/enable-flake8 5 年前
Chris Elion d29289cd update mypy version 5 年前
Chris Elion 9924c40e one more unused 5 年前
Chris Elion c58c2600 remove unused variables 5 年前