Ray RLlib Tutorial¶
These tutorials show you how to use Ray’s RLlib library to train agents in PettingZoo environments.
PPO for Pistonball: Train PPO agents in a parallel environment
DQN for Simple Poker Train a DQN agent in an AEC environment
RLlib Overview¶
RLlib is an industry-grade open-source reinforcement learning library. It is a part of Ray, a popular library for distributed ML and scaling python applications.
See the documentation for more information.
Examples using PettingZoo:¶
Training:¶
Environments:¶
Architecture¶
pistonball holdem