Tianshou/tianshou/__init__.py
n+e 47e8e2686c
move atari wrapper to examples and publish v0.2.4 (#124)
* move atari wrapper to examples

* consistency

* change drqn seed since it is quite unstable in current seed

* minor fix

* 0.2.4
2020-07-10 17:20:39 +08:00

13 lines
195 B
Python

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