1
Fork 0
Controller Modularity in Brittle-Star Robots https://selab-3-2026.github.io/SEL3-2026-Groep-4/
This repository has been archived on 2026-08-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
Tibo De Peuter 92de38608f chore(hpc): finalize hpc settings and scripts
- Update train.pbs to default to smoke test for safety
- Update .gitignore and ruff.toml
- Sync uv.lock (removing python 3.11 remnants)
- Refine smoke test config
2026-04-04 18:59:38 +02:00
.agents chore: configure git lfs 2026-03-21 16:36:33 +01:00
.devcontainer chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
.github/workflows ci(hpc): auto-update env/hpc/requirements.txt on pyproject.toml changes 2026-04-04 18:10:55 +02:00
.vscode chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
configs chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
docs feat(hpc): support run_dir staging and update docs 2026-04-04 18:59:05 +02:00
env/hpc feat(hpc): add structured env/hpc config and requirements export script 2026-04-04 18:10:38 +02:00
experiments Morphology/brittle star 2 arms (#17) 2026-04-01 19:17:42 +02:00
scripts chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
src feat(hpc): support run_dir staging and update docs 2026-04-04 18:59:05 +02:00
tests refactor: convert jax verification script to pytest and update docs 2026-03-21 16:55:11 +01:00
.commitlintrc.json ci: configure pre-commit hooks 2026-03-21 16:35:42 +01:00
.gitattributes chore: configure git lfs 2026-03-21 16:36:33 +01:00
.gitignore chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
.pre-commit-config.yaml Morphology/brittle star 2 arms (#17) 2026-04-01 19:17:42 +02:00
.python-version Initial commit 2026-02-26 14:18:39 +01:00
Best Practices - VSC User Documentation - Gent (Linux).pdf chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
Fine-tuning Job Specifications - VSC User Documentation - Gent (Linux).pdf chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
flake.lock Initial commit 2026-02-26 14:18:39 +01:00
flake.nix ci: configure pre-commit hooks 2026-03-21 16:35:42 +01:00
hpc_setup.docx.pdf chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
Infrastructure - VSC User Documentation - Gent (Linux).pdf chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
pyproject.toml revert(build): restore python >=3.12 constraint 2026-04-04 18:39:33 +02:00
Python virtual environments - VSC User Documentation - Gent (Linux).pdf chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
README.md docs(hpc): add docs/HPC.md and simplify README 2026-04-04 18:12:33 +02:00
ruff.toml chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
Running jobs with input_output data - VSC User Documentation - Gent (Linux).pdf chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00
uv.lock chore(hpc): finalize hpc settings and scripts 2026-04-04 18:59:38 +02:00

Brittle Star

Usage

UV

To set up the UV module, you can run the following command:

uv sync --frozen

example command:

uv run src/train.py --model_name my_model --epochs 50 --batch_size 32

HPC

See docs/HPC.md for the full guide, including environment setup, cluster selection, interactive debugging, and job submission.