- 11 12月, 2019 2 次提交
-
-
由 Hongsheng Zeng 提交于
* Training pipeline of NeurIPS2019-Learn-to-Move-Challenge * fix grammar mistakes * release 1.2.1 * copyright * fix bug * refine README * refine README * fix typo * Update README.md * Update README.md
-
由 Bo Zhou 提交于
-
- 09 12月, 2019 1 次提交
-
-
由 LI Yunxiang 提交于
* Update reward calculation in QuickStart * update * yapf
-
- 04 12月, 2019 1 次提交
-
-
由 LI Yunxiang 提交于
* Update train.py remove create_actors thread in train.py * Update GA3C train.py
-
- 27 11月, 2019 1 次提交
-
-
由 LI Yunxiang 提交于
-
- 22 11月, 2019 1 次提交
-
-
由 LI Yunxiang 提交于
* add TD3 * update * yapf..... * Update train.py
-
- 18 11月, 2019 1 次提交
-
-
由 LI Yunxiang 提交于
* update dqn readme * update merge.png
-
- 16 11月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* make job run task in a separate process * fix typo * add more debug info in xparl client * refine control flow of different processes in xparl job * refine control flow of different processes in xparl job * remove tsinghua source * remove tsinghua source * remove unnecessary logic * fix typo * refine comments and some logic * fix bug, `decay=0` means totally synchronize weights of source model to target model
-
- 15 11月, 2019 1 次提交
-
-
由 LI Yunxiang 提交于
-
- 11 11月, 2019 1 次提交
-
-
由 LI Yunxiang 提交于
* add save_param in docs and quickstart * Update train.py
-
- 06 11月, 2019 1 次提交
-
-
由 LI Yunxiang 提交于
* add pytorch a2c * add set/get_weights test & copyright * yapf.... * Update model_base_test_torch.py * update * Delete banma.py * Update model_base_test_torch.py * update * Update model.py * update torch tests * Update model_base_test_torch.py
-
- 04 11月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* final submit models of NeurIPS2019 challenge * update readme * fix yapf * refine comment
-
- 30 10月, 2019 2 次提交
- 29 10月, 2019 1 次提交
-
-
由 LI Yunxiang 提交于
-
- 24 10月, 2019 1 次提交
-
-
由 LI Yunxiang 提交于
* add Double & Dueling DQN * yapf...................... * update * Update train.py
-
- 22 10月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
-
- 16 10月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
-
- 08 10月, 2019 1 次提交
-
-
由 LI Yunxiang 提交于
* torch test env * Update build.sh * update torch unit test
-
- 25 9月, 2019 2 次提交
-
-
由 fuyw 提交于
* git commit -m torchdqn * yapf * fix bugs * fix bugs * fix bugs * yapf * remove fstring format * torch_test yapf * yapf * Add torch in unittest.requirements * update torch_unittest * Torch and FLUID conflict problem in __init__.py * Unittest fail for torch when both torch and fluid exists. * cluster_test fail in the unittest, add timeout seconds. * Torch backend for PARL * add sleep time for unit test send_job_test.py * Unit test for send_job_test.py * use multiple try for unit test * Fix compatibility for python2.7. * fix send_job_test.py bugs * check file exist before send_job_test.py * Modify send_job_test.py
-
由 LI Yunxiang 提交于
* add dygraph pg * update acc. comments * update comments
-
- 17 9月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* Limit impala to single GPU training * refine comment of scheduler * refine comment
-
- 05 9月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
-
- 03 9月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* clear the directory for the function * add the unit test * unit test bug * yapf
-
- 01 9月, 2019 1 次提交
-
-
由 fuyw 提交于
* Add `files` argument when creating a client. * Add `distributed_files` to parl.connect * yapf * Add try exception for `cls=cloudpickle.loads()` * yapf * unittest cluster_status_test.py `address is used`. * Solve port address duplicate problem. * combine two try except * check monitor for xparl status * yapf * fix bugs * fix bugs * More sleep in cluster_test.py. * yapf * add debug mode * add debug model * Fix reset_job_test.py timeout problem. * remove time decorator * Add timeout_decorator
-
- 29 8月, 2019 4 次提交
-
-
由 LI Yunxiang 提交于
* add implemented algorithms in doc * update implemented algorithms
-
由 LI Yunxiang 提交于
-
由 Bo Zhou 提交于
* fix the thread-safe problem of parl.client * yapf
-
由 fuyw 提交于
* Add total CPU nums to monitor * fix unittest keyerro * yapf * test_max_memory error, add more sleep time * Add more sleep time in job._reply_client_heartbeat * Try sleep 6 times to check actor number.
-
- 27 8月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* update layer wrappers to align latest fluid * update version
-
- 26 8月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* fix minor probmels in the docs * typo * remove pip source * fix monitor * add performance of A2C * Update README.md * modify logger for GPU detection
-
- 23 8月, 2019 1 次提交
-
-
由 fuyw 提交于
* add favicon * Sleep longer for unittest. * fix unittest bugs * increase sleep seconds after job_memory error
-
- 21 8月, 2019 1 次提交
-
-
由 fuyw 提交于
* fix css max-width bug * check if monitor_port is used * change master log dir to .parl_data/master/port * Add docs/parallel_training/features.rst * rename feature.rst to overview.rst * Add xparl status & @remote_class(max_memory) * fix yapf error * use new remote/tests * reply job_memory_info to client heartbeat * add cluster_status_test.py * update overview.rst * Update docs
-
- 19 8月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* upgrade unit test to reduce test time * minor change * fix the bug in unit tests * fix the bug in build.sh * Update build.sh * Update test.sh * fix a potential bug that will hung the test * then * solve the problem in documentation
-
- 14 8月, 2019 2 次提交
-
-
由 Hongsheng Zeng 提交于
* make remote client support multiprocessing * refine unittest * refine unittest * refine comment
-
由 fuyw 提交于
* Add parl monitor. * Add clustermonitor.py * Fix thread safety bug. * Fix js bugs. * Fix End of Files. * fix cluster_test bug * yapf error * fix bugs in tests/job_center_test.py * fix bugs in tests/job_center_test.py * add test_cluster_monitor.py * add worker.exit in test_cluster_monitor.py
-
- 13 8月, 2019 2 次提交
-
-
由 Bo Zhou 提交于
* Update model-based.md * Update and rename model-based.md to archive.md
-
由 Bo Zhou 提交于
* add learning curve for ES * add learning curve for ES * support new APIs of the cluster * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * rename learner.py * Update README.md * Update README.md * Update README.cn.md * Update README.md * Update README.cn.md * Update README.md
-
- 12 8月, 2019 2 次提交
-
-
由 Hongsheng Zeng 提交于
* ES example * refine settings * fix yapf * refine documentation; remove csv logger * fix bug * merge learner.py and train.py; add version requirements of gym and atari_py * unify actor num
-
由 Hongsheng Zeng 提交于
* fix bug of ParamAttr * refine imports of unittest
-