8000 GitHub - thu-ml/tianshou at priv
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 8A53 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

0