Interactive Notebooks¶
Welcome to the GRL interactive demonstrations! These Jupyter notebooks provide hands-on visualizations for understanding reinforcement fields.
π Field Series: Understanding GRL Through Visualization¶
A progressive notebook series building intuition from classical vector fields to GRL's reinforcement fields.
Field Series Overview¶
Complete Series | β±οΈ ~60-90 minutes total
| # | Notebook | Status | Time |
|---|---|---|---|
| 0 | Introduction to Vector Fields | β Complete | ~10-15 min |
| 1 | Classical Vector Fields | β Complete | ~20-25 min |
| 1a | Vector Fields and ODEs | β Complete | ~25-30 min |
| 2 | Functional Fields | β Complete | ~20-25 min |
| 3 | Reinforcement Fields | β Complete | ~30 min |
πΊοΈ Complete Documentation¶
Learn More:
- π Field Series Roadmap β Planned future notebooks (Policy Inference, Memory Update, RF-SARSA)
- π― Learning Paths β How to use these notebooks
- π genai-lab Connection β Flow Matching & Diffusion Models
π‘ Quick Start¶
Best viewing experience:
- Click notebook links above (rendered on this site)
- Math and plots display correctly
- No GitHub timeout issues!
Want to run interactively?
π Related Resources¶
- Tutorial Series β Mathematical depth
- Implementation Guide β Technical specs
- Quantum-Inspired Extensions β Advanced topics
π Note for Contributors¶
These notebooks are rendered copies from /notebooks/ in the repository.
Development workflow:
- Develop in
/notebooks/(primary location) - Copy to
/docs/notebooks/when ready to publish - GitHub Actions deploys automatically
Why two locations?
/notebooks/β Source of truth, easy to find/docs/notebooks/β Rendered for reliable display