ray[rllib]Easy Playground

Scalable RL library with distributed training on Ray

Getting started with ray[rllib]Run locally
Install
pip install 'ray[rllib]'
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: ray[rllib])

ray[rllib] is a third-party package. Scalable RL library with distributed training on Ray. Install with: pip install 'ray[rllib]'

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?