๐คContributing
Contribution Tracks
1. Run Benchmark Experiments
Before Running
Category
num_envs
max_frame
max_session
HF_TOKEN=hf_xxxxxxxxxxxx
HF_REPO=SLM-Lab/benchmark # or your own repoRunning
source .env
# Local training
slm-lab run slm_lab/spec/benchmark/ppo/ppo_hopper.json ppo_hopper train
# Or remote training (faster, uses cloud GPU)
slm-lab run-remote --gpu slm_lab/spec/benchmark/ppo/ppo_hopper.json ppo_hopper train -n ppo-hopperAfter Running
2. Reproduce Published Results
3. Implement Features
4. Fix Bugs
Development Workflow
Setup
Making Changes
Pull Request Guidelines
Design Principles
Principle
Meaning
Using AI Coding Assistants
Getting Help
Code of Conduct
Last updated
Was this helpful?