1. 16 3月, 2020 1 次提交
    • B
      update comments for ES (#211) · fa420300
      Bo Zhou 提交于
      * update comments for ES
      
      * check dependence on paddle or torch
      
      * update readme
      
      * update readme#2
      
      * users can still use parl.remote when no DL framework was found
      
      * yapf
      fa420300
  2. 09 3月, 2020 1 次提交
    • R
      update parl.maddpg without import gym (#208) · 7f2abd56
      rical730 提交于
      * add maddpg example
      
      * format with yapf
      
      * fix coding style
      
      * fix coding style
      
      * unittest without import multiagent env
      
      * update maddpg code
      
      * update maddpg readme
      
      * add copyright comments
      
      * update parl.maddpg without import gym
      
      * update NeurlIPS2018.gif to NeurlIPS2019.gif
      
      * update readme and comments
      7f2abd56
  3. 06 3月, 2020 1 次提交
  4. 03 3月, 2020 1 次提交
  5. 08 2月, 2020 1 次提交
    • R
      add maddpg example (#200) · 9216d941
      rical730 提交于
      * add maddpg example
      
      * format with yapf
      
      * fix coding style
      
      * fix coding style
      
      * unittest without import multiagent env
      
      * update maddpg code
      
      * update maddpg readme
      
      * add copyright comments
      9216d941
  6. 15 1月, 2020 1 次提交
  7. 14 1月, 2020 1 次提交
  8. 30 12月, 2019 1 次提交
  9. 23 12月, 2019 1 次提交
  10. 21 12月, 2019 1 次提交
  11. 17 12月, 2019 1 次提交
  12. 11 12月, 2019 2 次提交
  13. 09 12月, 2019 1 次提交
  14. 04 12月, 2019 1 次提交
  15. 27 11月, 2019 1 次提交
  16. 22 11月, 2019 1 次提交
  17. 18 11月, 2019 1 次提交
  18. 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
  19. 15 11月, 2019 1 次提交
  20. 11 11月, 2019 1 次提交
  21. 06 11月, 2019 1 次提交
    • L
      add pytorch a2c (#167) · 4abc0534
      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
      4abc0534
  22. 04 11月, 2019 1 次提交
  23. 30 10月, 2019 2 次提交
  24. 29 10月, 2019 1 次提交
  25. 24 10月, 2019 1 次提交
  26. 22 10月, 2019 1 次提交
  27. 16 10月, 2019 1 次提交
  28. 08 10月, 2019 1 次提交
  29. 25 9月, 2019 2 次提交
    • F
      torchdqn (#150) · 757cc391
      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
      757cc391
    • L
      add dygraph pg (#155) · 49b0e706
      LI Yunxiang 提交于
      * add dygraph pg
      
      * update acc. comments
      
      * update comments
      49b0e706
  30. 17 9月, 2019 1 次提交
  31. 05 9月, 2019 1 次提交
  32. 03 9月, 2019 1 次提交
  33. 01 9月, 2019 1 次提交
    • F
      Add `files` argument when creating a client. (#143) · 7318f63e
      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
      7318f63e
  34. 29 8月, 2019 4 次提交