Skip to content

thu-ml/tianshou

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TianShou

TianShou(天授) is a reinforcement learning platform.

For now, tutorials and API docs are hosted on https://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