cleanrl
Package — RLPython 3.7+Expert
Single-file RL implementations for education and research
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- PyTorch, NumPy, gymnasium, tensorboard, wandb, torch
- Install
pip install cleanrl
Learn by Difficulty
Quick Example
python
# Install: pip install cleanrl import cleanrl # Basic cleanrl usage print(f"Using cleanrl") # See documentation for detailed examples
cleanrl is a third-party package. Single-file RL implementations for education and research. Install with: pip install cleanrl
Try in PlaygroundTags
packagereinforcement-learningaisimulation