- 08 7月, 2019 2 次提交
-
-
由 LI Yunxiang 提交于
-
由 LI Yunxiang 提交于
-
- 05 7月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* Update README.cn.md * Update README.md * Update README.md * Update README.cn.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
-
- 04 7月, 2019 2 次提交
-
-
由 Bo Zhou 提交于
* test * add installation of the current package * remove the dependencies file
-
由 LI Yunxiang 提交于
* test_docs * Create index.md * Delete index.md * check yapf * remove source * Update conf.py * update requirements * add a new line at the end * Fix End of Files * fix-end-of-line * remove requirements.txt * Update .readthedocs.yml
-
- 18 6月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* refine A2C example * fix unittest in python2; fix codestyle * fix codestyle * refine comment
-
- 04 6月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add traceback of remote function calling * assert traceback information
-
- 13 5月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* support serialize/deserialize instance of custom class * update version requirement of dependences * remove requirements of unittest which are included in parl * use fashion style of pyarrow serialization context; add thread safe unittest of serialize/deserialize * add thread-safe test of remote module; add more exception tips of serialize/deserialize * refine comment
-
- 09 5月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
-
- 29 4月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
Now we can check the parl version by calling parl.__version__
-
- 24 4月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add test for import parl * fix error of check_style * change pip source * refine naming
-
- 23 4月, 2019 2 次提交
-
-
由 Hongsheng Zeng 提交于
* add benchmark of GA3C * fix bug of import parl without paddle * fix codestyle
-
由 Hongsheng Zeng 提交于
-
- 19 4月, 2019 3 次提交
-
-
由 Hongsheng Zeng 提交于
* add A2C benchmark; add more information in PyPI homepage * filter picture in PyPI homepage
-
由 Hongsheng Zeng 提交于
-
由 Bo Zhou 提交于
* Update README.md * Update Dockerfile * Update build.sh
-
- 18 4月, 2019 3 次提交
-
-
由 qinduohao 提交于
* add compatible queue definition
-
由 Hongsheng Zeng 提交于
* fix typo * Update README.md * Update README.md * Update README.md * soft depend on fluid; add module to monitor client status * improve performance of IMPALA example * fix bug of some client cannot exit normally * refine comment * .
-
由 Bo Zhou 提交于
* Update README.md * Create README.cn.md * Update README.cn.md * Update README.cn.md * Update README.cn.md * Update README.cn.md * Update README.cn.md * Update README.cn.md * Update README.cn.md * Update README.cn.md * Update README.cn.md * Update README.cn.md * Update README.md * Update README.md * Update README.md * Update README.cn.md
-
- 17 4月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add IMPALA algorithm and some common utils * update README.md * refactor files structure of impala algorithm; seperate numpy utils from utils * add hyper parameter scheduler module; add entropy and lr scheduler in impala * clip reward in atari wrapper instead of learner side; fix codestyle * add benchmark result of impala; refine code of impala example; add obs_format in atari_wrappers * Update README.md * add a3c algorithm, A2C example and rl_utils * require training in single gpu/cpu * only check cpu/gpu num in learner * refine Readme * update impala benchmark picture; update Readme * add benchmark result of A2C * move get_params/set_params in agent_base * add GA3C example * Update README.md * Update README.md * Update README.md * Update README.md * refine Readme * add benchmark * add default safe eps in numpy logp calculation * refine document; make unittest stable
-
- 15 4月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add IMPALA algorithm and some common utils * update README.md * refactor files structure of impala algorithm; seperate numpy utils from utils * add hyper parameter scheduler module; add entropy and lr scheduler in impala * clip reward in atari wrapper instead of learner side; fix codestyle * add benchmark result of impala; refine code of impala example; add obs_format in atari_wrappers * Update README.md * add a3c algorithm, A2C example and rl_utils * require training in single gpu/cpu * only check cpu/gpu num in learner * refine Readme * update impala benchmark picture; update Readme * add benchmark result of A2C * move get_params/set_params in agent_base * fix shell script cannot run in ubuntu * refine comment and document * Update README.md * Update README.md
-
- 13 4月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* Update remote_decorator.py * Update README.md * add an figure for the demonstration about parallelization * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * add a link to IMPALA
-
- 08 4月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add IMPALA algorithm and some common utils * update README.md * refactor files structure of impala algorithm; seperate numpy utils from utils * add hyper parameter scheduler module; add entropy and lr scheduler in impala * clip reward in atari wrapper instead of learner side; fix codestyle * add benchmark result of impala; refine code of impala example; add obs_format in atari_wrappers * Update README.md
-
- 26 3月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add api set_params/get_params in Model; add Interface of Network and LayerFunc to solve circular imports; refine parameter_names api of Model * remove licence in third party code; remove interface of Network and LayerFunc; move get_parameter_pairs and get_parameter_names api to Network * refine comment * refine commment
-
- 11 3月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* Update README.md * Update train.py * Update README.md * Update agent_base.py * Update train.py * Update train.py * Update train.py
-
- 07 3月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* refine remote module, add heartbeat machanism and unittest * yapf * yapf * support get ip address in CentOS, add dependence * yapf * add dependence in Dockerfile * refine message_tag, Compatible with Python2 and python3 * refine unittest and comments * remove ParlError, use to_pybytes api to compatible with Python 2 and python 3 * Not need to use to_pybytes * use parl-test docker image for unittest, which has python2 and python3 env * test different release order of sockets * test for different closing way fo context and socket * tmp commit for debug in teamcity * tmp commit for debug in teamcity * tmp commit for debug in teamcity * use zmq.context destroy to close multi-thread socket, refine RemoteError * set linger=0 for command socket in RemoteObject * remove close context unittest * fix codestyle * fix codestyle * rename parl.remote to parl.remote_class; will not exit client when having errors in function call; use sepereate server port in unittest to avoiding closing server manually * rename parl.remote to parl.remote_class; will not exit client when having errors in function call; use sepereate server port in unittest to avoiding closing server manually * fix typo * remove unnecessary try/except in reply loop of client * import RemoteManager to parl; refine comment
-
- 05 3月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* run unittest in python2 and python3 * refine structure of repo * refine structure of repo * add --fix-misssing * fix teamcity * add --fix-misssing * update paddle version in python2
-
- 01 3月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* Update model_base.py * Update README.md * Update README.md
-
- 27 2月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* first version of network communication * fix code styple problems * add a script to get machine's information * code styple problems#2 * fix unit test problems * update dockfile to fix the installation issue of cmake * thread-saftey ensurance & copright * resolve comments
-
- 14 2月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* fix PPO bug; add more benchmark result * refine code * update benchmark of PPO, after fix bug * refine code
-
- 24 1月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add more dqn benchmark result; unify train scripts * resize benchmark picture * resize benchmark picture, refine comments of args * change dependence, mujoco only support python3 now
-
- 18 1月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* remove not used files, add benchmark for DQN and DDPG, add Parameters management Readme * Update README.md * Update README.md * add parl dependence in examples, use np shuffle instead of sklean * fix codestyle * refine readme of nips example * fix bug * fix code style * Update README.md * Update README.md * Update README.md * refine document and remove outdated design doc * Update README.md * Update README.md * refine comment * release version 1.0 * gif of examples * Update README.md * update Readme
-
- 15 1月, 2019 2 次提交
-
-
由 Bo Zhou 提交于
* Update README.md * add experimental results
-
由 Hongsheng Zeng 提交于
* NeurIPS2018-AI-for-Prosthetics-Challenge training code * remove model_zoo, provide download link * remove model_zoo, provide download link * add restore_from_one_head api, refine README, fix logger bug * fix test bug * fix rpm bug, refine ddpg train script * fix rpm bug, refine Readme
-
- 04 1月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add PPO example * Update Readme * Update Readme * fix codestyle * Update Readme * refine action mapping * add more unitest case * remove unnecessary params initialize, add more comments, add benchmark result * rename * remove PARL dependence in readme of examples
-
- 28 12月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* Provide synchronizable create_parameter in PARL * use AttrHold to make LayerFunc support more than two parameters * refine code * refine code * fix #25
-
- 15 12月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add DDPG example, fix some tiny bug * add license * unify code structure * unify code structure * refine gputils, fix seed in QuickStart * use white noise in DDPG * fix codestyle
-
- 12 12月, 2018 1 次提交
-
-
由 Davanoffi Liang 提交于
* add a episode to show the final test reward * make code more clear
-
- 07 12月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add QuickStart example, refine DQN example * add examples link * refine the naming, and add quick start training result
-
- 04 12月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add DQN example, add Agent unittest * refine readme * refine code * simplify code
-