1. 14 8月, 2020 1 次提交
  2. 11 8月, 2020 1 次提交
  3. 18 6月, 2020 1 次提交
    • B
      Add Chinese docs (#301) · aa81b0f1
      Bo Zhou 提交于
      * add docs
      
      * add docs
      
      * typo
      
      * Update Overview.md
      
      * update docs
      
      * yapf
      
      * yapf
      aa81b0f1
  4. 29 5月, 2020 1 次提交
  5. 14 5月, 2020 3 次提交
  6. 13 5月, 2020 1 次提交
  7. 27 4月, 2020 2 次提交
    • X
      update docs (#253) · 0698534b
      xiaoyao4573 提交于
      * update docs
      
      * update docs
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      0698534b
    • L
      remove version 1.3 warnings (#252) · 0a068653
      LI Yunxiang 提交于
      * remove version 1.3 warnings
      
      * update
      
      * yapf
      
      * add algorithms test
      
      * Update algs_test.py
      
      * Update algs_test.py
      
      add SAC DDPG TD3 tests
      
      * yapf
      0a068653
  8. 21 4月, 2020 2 次提交
  9. 16 11月, 2019 1 次提交
    • H
      make job run task in a separate process (#170) · 64aebb6d
      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
      64aebb6d
  10. 11 11月, 2019 1 次提交
  11. 29 8月, 2019 2 次提交
  12. 26 8月, 2019 1 次提交
    • B
      fix minor problems in the docs (#138) · b6122aa2
      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
      b6122aa2
  13. 21 8月, 2019 1 次提交
    • F
      Add xparl status & @remote_class(max_memory) (#134) · eca90f14
      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
      eca90f14
  14. 19 8月, 2019 1 次提交
    • B
      Unittest in parallel (#135) · eff8e974
      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
      eff8e974
  15. 06 8月, 2019 1 次提交
    • L
      add new_alg.rst (#123) · a7670972
      LI Yunxiang 提交于
      * add new_alg.rst
      
      * rename LiftSim_demo as LiftSim_baseline
      
      * Update new_alg.rst
      
      * Update new_alg.rst
      a7670972
  16. 02 8月, 2019 1 次提交
    • B
      add docs for the cluster (#112) · 7cc9677c
      Bo Zhou 提交于
      * add docs for the cluster
      
      * mispelling issues
      
      * minor change
      
      * fix comment
      
      * fix comments from yuxiang
      
      * fix comment
      
      * fix the bug of hyperlink
      
      * rename
      7cc9677c
  17. 31 7月, 2019 1 次提交
  18. 30 7月, 2019 1 次提交
    • B
      Basic docs (#103) · fb9af353
      Bo Zhou 提交于
      * fix the compatibility issue
      
      * fix the comment issue
      
      * support paddle 1.5.1 and replace PE with compiler
      
      * yapf&copyright
      
      * yapf
      
      * fix the teamcity problem
      
      * fix the teamcity problem
      
      * fix comment
      
      * only support paddle 1.5.1
      
      * Cmake
      
      * fix comment
      
      * add documentaion for basic classes
      
      * change the order of three basic classes
      
      * fix commemt & yapf
      
      * comment #2
      
      * yapf#3
      
      * fix commemt@zhs
      
      * minor change
      
      * modify comment
      
      * Update algorithm.py
      
      * Update agent.py
      
      * Update algorithm.py
      fb9af353
  19. 25 7月, 2019 1 次提交
  20. 09 7月, 2019 1 次提交
  21. 04 7月, 2019 2 次提交
    • B
      Onlinedocs (#84) · 079d7407
      Bo Zhou 提交于
      * test
      
      * add installation of the current package
      
      * remove the dependencies file
      079d7407
    • L
      create docs (#82) · 02090ca8
      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
      02090ca8
  22. 18 1月, 2019 1 次提交
    • H
      Refine documents of PARL (#43) · 7a7583ab
      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
      7a7583ab
  23. 01 6月, 2018 1 次提交