cleanrl — Easy Playground
Single-file RL implementations for education and research
Getting started with cleanrlRun locally
Install
pip install cleanrlPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: cleanrl)
cleanrl is a third-party package. Single-file RL implementations for education and research. Install with: pip install cleanrl
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?