A hands-on Reinforcement Learning course - from zero to expertise, with code at every step.
Live site: https://deepsaia.github.io/rll/
cd website
yarn installcd website
yarn startThis starts a local dev server at http://localhost:3000/rll/ with hot reloading - edits to docs and components are reflected instantly in the browser.
Course content lives in website/docs/:
docs/index.md- Landing pagedocs/contents.md- Course roadmapdocs/modules/m00.mdthroughm15.md- Module pages
Pages are Markdown with optional MDX (React components) and KaTeX math ($...$ for inline, $$...$$ for display).
cd website
yarn buildThis generates a static site in website/build/. To preview the production build locally:
cd website
yarn servePush to main - that's it. A GitHub Actions workflow automatically builds the Docusaurus site and deploys it to GitHub Pages. No manual steps needed.
To check deployment status, see the Actions tab in the GitHub repo.