The result needs to be tuned after `done` issue fixed. Co-authored-by: n+e <trinkle23897@gmail.com>
14 lines
191 B
Python
14 lines
191 B
Python
from tianshou import data, env, utils, policy, trainer, exploration
|
|
|
|
|
|
__version__ = "0.3.1"
|
|
|
|
__all__ = [
|
|
"env",
|
|
"data",
|
|
"utils",
|
|
"policy",
|
|
"trainer",
|
|
"exploration",
|
|
]
|