tianshou

Package — RLPython 3.7+Expert

Modular RL platform built on PyTorch

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
PyTorch, NumPy, gymnasium, tqdm, packaging, overrides
Install
pip install tianshou

Learn by Difficulty

Quick Example

python
# Install: pip install tianshou
import tianshou

# Basic tianshou usage
print(f"Using tianshou")
# See documentation for detailed examples

tianshou is a third-party package. Modular RL platform built on PyTorch. Install with: pip install tianshou

Try in Playground

Tags

packagereinforcement-learningaisimulation