* 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
13 lines
195 B
Python
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',
|
|
]
|