Static website for:
Evaluating AI Agents: Methods and Reinforcement Learning Environments (ACM CAIS 2026 workshop)
- Create a GitHub repository named
rleval.github.ioand push these files. - In GitHub:
Settings -> Pages. - Under Build and deployment, select:
- Source:
Deploy from a branch - Branch:
main(ormaster), folder/ (root)
- Source:
- Save, then open
https://rleval.github.io/.
If you later want a custom domain (for example rleval.org):
- Create a file named
CNAMEin repo root with one line:rleval.org
- In GitHub repo settings:
Settings -> Pages -> Custom domain, confirm the same domain. - Add DNS records at your domain provider:
Arecords for GitHub Pages IPs (apex/root domain), orCNAMErecord torleval.github.io(subdomain likewww).
- Enable HTTPS in Pages once DNS is propagated.
index.html: all workshop content/sections.styles.css: visual theme, layout, mobile responsiveness.script.js: countdown and reveal animation.
- Replace keynote placeholders in
index.html. - Update submission portal URL.
- Confirm timeline dates (currently marked tentative).