2018-04-16 18:02:00 +08:00
|
|
|
# TianShou
|
|
|
|
TianShou(天授) is a reinforcement learning platform.
|
2017-11-06 15:58:21 +08:00
|
|
|
|
2018-04-16 18:02:00 +08:00
|
|
|
For now, tutorials and API docs are hosted on
|
|
|
|
http://ml.cs.tsinghua.edu.cn/~haosheng/tianshou/
|
2017-11-06 15:58:21 +08:00
|
|
|
|
2017-12-04 16:21:33 +08:00
|
|
|
|
2018-04-16 18:02:00 +08:00
|
|
|
## Installation
|
2017-11-06 15:17:55 +08:00
|
|
|
|
2018-04-16 18:02:00 +08:00
|
|
|
For now, please clone this repository and run
|
|
|
|
```
|
|
|
|
pip install .
|
|
|
|
```
|
|
|
|
in the cloned main directory.
|
2017-11-06 15:17:55 +08:00
|
|
|
|
2017-12-08 21:09:23 +08:00
|
|
|
|
2018-04-16 18:02:00 +08:00
|
|
|
## Dependency
|
|
|
|
Python (only tested with version 3.x)
|
2018-02-24 16:26:19 +08:00
|
|
|
|
2018-04-16 18:02:00 +08:00
|
|
|
TensorFlow (version >= 1.4)
|
2018-02-24 16:26:19 +08:00
|
|
|
|
2018-04-16 18:02:00 +08:00
|
|
|
OpenAI Gym
|