n+e
ebaca6f8da
add vizdoom example, bump version to 0.4.2 ( #384 )
2021-06-26 18:08:41 +08:00
n+e
ff4d3cd714
Support different state size and fix exception in venv.__del__ ( #352 )
...
- Batch: do not raise error when it finds list of np.array with different shape[0].
- Venv's obs: add try...except block for np.stack(obs_list)
- remove venv.__del__ since it is buggy
2021-04-25 15:23:46 +08:00
n+e
f68cb78ed7
Add self-hosted runner for GPU checks ( #339 )
2021-04-18 16:57:37 +08:00
n+e
825da9bc53
add cross-platform test and release 0.4.1 ( #331 )
...
* bump to 0.4.1
* add cross-platform test
2021-03-31 15:14:22 +08:00
n+e
b284ace102
type check in unit test ( #200 )
...
Fix #195 : Add mypy test in .github/workflows/docs_and_lint.yml.
Also remove the out-of-the-date api
2020-09-13 19:31:50 +08:00
n+e
b86d78766b
fix docs and add docstring check ( #210 )
...
- fix broken links and out-of-the-date content
- add pydocstyle and doc8 check
- remove collector.seed and collector.render
2020-09-11 07:55:37 +08:00
ChenDRAG
996e2f7c9b
Add profile workflow ( #143 )
...
* add a workflow to profile batch
* buffer profiling
* collector profiling
Co-authored-by: Trinkle23897 <463003665@qq.com>
Co-authored-by: Huayu Chen(陈华玉) <chenhuay17@gamil.com>
2020-08-02 18:24:40 +08:00
n+e
bd9c3c7f8d
docs fix and v0.2.5 ( #156 )
...
* pre
* update docs
* update docs
* $ in bash
* size -> hidden_layer_size
* doctest
* doctest again
* filter a warning
* fix bug
* fix examples
* test fail
* test succ
2020-07-22 14:42:08 +08:00
youkaichao
affeec13de
Improve Batch ( #128 )
...
* minor polish
* improve and implement Batch.cat_
* bugfix for buffer.sample with field impt_weight
* restore the usage of a.cat_(b)
* fix 2 bugs in batch and add corresponding unittest
* code fix for update
* update is_empty to recognize empty over empty; bugfix for len
* bugfix for update and add testcase
* add testcase of update
* fix docs
* fix docs
* fix docs [ci skip]
* fix docs [ci skip]
Co-authored-by: Trinkle23897 <463003665@qq.com>
2020-07-13 17:33:01 +08:00
Trinkle23897
b32b96cd3e
seperate flake8 lint
2020-06-09 10:33:48 +08:00
Trinkle23897
ba1b3e54eb
fix #69
2020-06-01 08:30:09 +08:00
Trinkle23897
3243484f8e
show stat in pytest
2020-05-16 08:48:12 +08:00
Trinkle23897
6da80e045a
fix rnn ( #19 ), add __repr__, and fix #26
2020-04-09 19:53:45 +08:00
Trinkle23897
6c8edf6a3a
codecov badge
2020-04-07 11:17:10 +08:00
Trinkle23897
f68f23292e
update readme and force flake8
2020-03-28 13:27:01 +08:00
Trinkle23897
d64d78d769
seed???
2020-03-20 21:51:09 +08:00
Trinkle23897
9c5417dd51
change env to vecenv for higher code coverage rate
2020-03-18 21:56:03 +08:00
Trinkle23897
64bab0b6a0
ddpg
2020-03-18 21:45:41 +08:00
Trinkle23897
8b0b970c9b
add speed stat
2020-03-16 15:04:58 +08:00
Trinkle23897
f16e05c0e7
maybe finished collector?
2020-03-13 17:49:22 +08:00
Trinkle23897
6632e47b9d
add test_buffer
2020-03-11 17:28:51 +08:00
Trinkle23897
04557fdb82
env test \ ray
2020-03-11 16:14:53 +08:00
Trinkle23897
7533e5b0ac
add first test
2020-03-11 10:56:38 +08:00
Trinkle23897
5550aed0a1
flake8 fix
2020-03-11 09:38:14 +08:00
Trinkle23897
776acd9f13
github ci
2020-03-11 09:18:28 +08:00