- 13 7月, 2020 1 次提交
-
-
由 rical730 提交于
-
- 10 7月, 2020 1 次提交
-
-
由 走神的阿圆 提交于
-
- 02 7月, 2020 1 次提交
-
-
由 Hongsheng Zeng 提交于
-
- 01 7月, 2020 1 次提交
-
-
由 rical730 提交于
* fix self.alg * torch agent initialization * remove definition of self.alg in PPO * replace self.algorithm with self.alg * remove unnecessary definition of self.alg * fix cn readme * unittest * yapf
-
- 27 6月, 2020 1 次提交
-
-
由 Christian Clauss 提交于
Helps humans and linters understand what is expected.
-
- 24 6月, 2020 1 次提交
-
-
由 Bo Zhou 提交于
-
- 23 6月, 2020 3 次提交
-
-
由 Christian Clauss 提交于
* Travis CI: Discover undefined names in Python code Blocked by #304 and #305 * Add linter directive # noqa: F821 * Flake8: Add E722 do not use bare 'except' * Flake8: Remove bare 'except' and open #309 #309
-
由 rical730 提交于
* add tutorials * yapf * yapf * copyright * yapf * update tutorial lesson5 * delete drawing code * yapf * remove action_mapping * update dqn and add README * update * update * yapf * add toturials homework
-
由 Hongsheng Zeng 提交于
* fix compatibility of batch_norm layer * fix yapf
-
- 20 6月, 2020 1 次提交
-
-
由 Bo Zhou 提交于
-
- 19 6月, 2020 1 次提交
-
-
由 Christian Clauss 提交于
% `python3.8` ``` >>> 0 is 0 <stdin>:1: SyntaxWarning: "is" with a literal. Did you mean "=="? >>> 'Double' is 'Double' <stdin>:1: SyntaxWarning: "is" with a literal. Did you mean "=="? ```
-
- 18 6月, 2020 1 次提交
-
-
由 Bo Zhou 提交于
* add docs * add docs * typo * Update Overview.md * update docs * yapf * yapf
-
- 17 6月, 2020 1 次提交
-
-
由 Li Jiang 提交于
* fix error with cpu version paddle in the GPU envrionment.
-
- 16 6月, 2020 1 次提交
-
-
由 rical730 提交于
* update tutorials
-
- 11 6月, 2020 4 次提交
-
-
由 LI Yunxiang 提交于
* add ppo * fix bugs * yapf
-
由 Hongsheng Zeng 提交于
-
由 Zheyue Tan 提交于
* redirect stdout to log file while initializing the remote actor instance * add test for catching output in `Actor.__init__`
-
由 Bo Zhou 提交于
-
- 10 6月, 2020 4 次提交
-
-
由 rical730 提交于
* add tutorials * yapf * yapf * copyright * yapf * update tutorial lesson5 * delete drawing code * yapf * remove action_mapping * update dqn and add README * update * update * yapf
-
由 Zheyue Tan 提交于
* catch `TypeError` in `remote.__del__` * `log_server_test.py` windows compatibility
-
由 Zheyue Tan 提交于
* add logger for remote actors * resolve issues * `get_free_tcp_port` and `is_port_available` move to utils.py * add information for user in the remote log web UI * yapf formatting * fix unittest error * yapf formatting * update remote job web UI * add option for log server port * fix windows support * fix `os.devnull` in windows * fix port argument passing * fix bug * fix kill log_server * fix log server not started * add log_server_test Co-authored-by: NHongsheng Zeng <zenghongsheng@baidu.com>
-
由 rical730 提交于
* upgrade DQN's lr interface compatibility * yapf * update example DQN
-
- 09 6月, 2020 1 次提交
-
-
由 Bo Zhou 提交于
* fix the bug of recursive creating actors * add comment * update comment * rename test files * fix workspace bug * fix the bug of distributing files * update comment * ban passing a absolute path
-
- 08 6月, 2020 1 次提交
-
-
由 Bo Zhou 提交于
* Update README.md * Update README.cn.md
-
- 06 6月, 2020 1 次提交
-
-
由 Hongsheng Zeng 提交于
-
- 05 6月, 2020 4 次提交
-
-
由 Bo Zhou 提交于
* use kill_process * Update utils.py
-
由 Hongsheng Zeng 提交于
* version 0.1 * fix bug * Update README.md * Update README.md * fix yapf Co-authored-by: NTomorrowIsAnOtherDay <2466956298@qq.com>
-
由 Hongsheng Zeng 提交于
Co-authored-by: NTomorrowIsAnOtherDay <2466956298@qq.com>
-
由 Bo Zhou 提交于
* stop using pickle cloud to transmit the remote class
-
- 03 6月, 2020 1 次提交
-
-
由 Bo Zhou 提交于
* add VisualDL as summary logging backend * yapf * copyright * using visualdl as the default logging tool * only support linux at the moment * yapf * yapf * remove dependency on six * unittest * yapf
-
- 02 6月, 2020 1 次提交
-
-
由 Bo Zhou 提交于
* ping the master before connection * yapf * fix comments * remove the useless library * install ping for the docker environment * remove protobuf intallation * remove evokit test
-
- 01 6月, 2020 1 次提交
-
-
由 Bo Zhou 提交于
-
- 29 5月, 2020 1 次提交
-
-
由 Bo Zhou 提交于
* replace tensorboard with summary to support VDL in the future * unittest * rename keys for record * yapf
-
- 28 5月, 2020 1 次提交
-
-
由 Bo Zhou 提交于
-
- 19 5月, 2020 1 次提交
-
-
由 Bo Zhou 提交于
-
- 18 5月, 2020 1 次提交
-
-
由 Hongsheng Zeng 提交于
-
- 15 5月, 2020 1 次提交
-
-
由 LI Yunxiang 提交于
-
- 14 5月, 2020 3 次提交
-
-
由 LI Yunxiang 提交于
* Update getting_started.rst * compile doc with chinese * yapf
-
由 LI Yunxiang 提交于
-
由 LI Yunxiang 提交于
-