23 lines
374 B
Markdown
23 lines
374 B
Markdown
# TianShou
|
|
TianShou(天授) is a reinforcement learning platform.
|
|
|
|
For now, tutorials and API docs are hosted on
|
|
http://ml.cs.tsinghua.edu.cn/~haosheng/tianshou/
|
|
|
|
|
|
## Installation
|
|
|
|
For now, please clone this repository and run
|
|
```
|
|
pip install .
|
|
```
|
|
in the cloned main directory.
|
|
|
|
|
|
## Dependency
|
|
Python (only tested with version 3.x)
|
|
|
|
TensorFlow (version >= 1.4)
|
|
|
|
OpenAI Gym
|