AdithyaSK/rl-environments-guide

Space

234

stars

42

commits

2

linked in READMEs

May 6, 2026

updated

docker
llm-training
reinforcement-learning
research-article-template
rl-environments
Browse cluster: ML Research Papers & Reproducibility

README

RL_environments

A research article built with research-article-template.

Quick start

cd app
npm run dev           # dev server at http://localhost:4321

Deploy to Hugging Face

# 1. Create a Space at huggingface.co/new-space (select Docker SDK)
# 2. Push to it:
git remote add space git@hf.co:spaces/<your-username>/<your-space>
git push space main

That's it. The Dockerfile and nginx config are included.

Edit your content

FileWhat
app/src/content/article.mdxMain article (metadata + chapter imports)
app/src/content/chapters/Your chapters (one .mdx per section)
app/src/content/bibliography.bibBibTeX references
app/src/content/embeds/D3.js HTML visualizations
app/src/content/assets/data/CSV/JSON data files
app/src/content/assets/image/Images

Commands

CommandDescription
npm run devDev server
npm run buildProduction build
npm run export:pdfExport as PDF
npm run export:latexExport as LaTeX
npm run sync:templatePull latest template updates

License

CC-BY-4.0

Contributors

AdithyaSK

37 commits

sergiopaniego

5 commits

AdithyaSK/rl-environments-guide

Space

234

stars

42

commits

2

linked in READMEs

May 6, 2026

updated

docker
llm-training
reinforcement-learning
research-article-template
rl-environments
Browse cluster: ML Research Papers & Reproducibility

README

RL_environments

A research article built with research-article-template.

Quick start

cd app
npm run dev           # dev server at http://localhost:4321

Deploy to Hugging Face

# 1. Create a Space at huggingface.co/new-space (select Docker SDK)
# 2. Push to it:
git remote add space git@hf.co:spaces/<your-username>/<your-space>
git push space main

That's it. The Dockerfile and nginx config are included.

Edit your content

FileWhat
app/src/content/article.mdxMain article (metadata + chapter imports)
app/src/content/chapters/Your chapters (one .mdx per section)
app/src/content/bibliography.bibBibTeX references
app/src/content/embeds/D3.js HTML visualizations
app/src/content/assets/data/CSV/JSON data files
app/src/content/assets/image/Images

Commands

CommandDescription
npm run devDev server
npm run buildProduction build
npm run export:pdfExport as PDF
npm run export:latexExport as LaTeX
npm run sync:templatePull latest template updates

License

CC-BY-4.0

Contributors

AdithyaSK

37 commits

sergiopaniego

5 commits