pettingzoo
Package — RLPython 3.7+Expert
Multi-agent RL environments API
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, gymnasium
- Install
pip install pettingzoo
Learn by Difficulty
Quick Example
python
# Install: pip install pettingzoo import pettingzoo # Basic pettingzoo usage print(f"Using pettingzoo") # See documentation for detailed examples
pettingzoo is a third-party package. Multi-agent RL environments API. Install with: pip install pettingzoo
Try in PlaygroundTags
packagereinforcement-learningaisimulation