Tianshou/tianshou/__init__.py
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

13 lines
195 B
Python

from tianshou import data, env, utils, policy, trainer, \
exploration
__version__ = '0.2.5'
__all__ = [
'env',
'data',
'utils',
'policy',
'trainer',
'exploration',
]