Experiment Template
Go to file Use this template
2024-11-26 21:26:15 +01:00
.gitignore Initial commit 2024-11-14 15:14:22 +01:00
.python-version Initial commit 2024-11-14 15:14:22 +01:00
main.py starting point to develop an example script 2024-11-18 13:39:35 +01:00
pyproject.toml add protoThor 2024-11-14 15:49:35 +01:00
README.md more info 2024-11-26 21:26:15 +01:00
uv.lock add protoThor 2024-11-14 15:49:35 +01:00

Experiment Template

specifically for ProtoThor-based experiments.

Quick Setup

  • install uv
git clone git@git.hs-mittweida.de:sicim/research/experimental-template.git
experiment
cd experiment
uv sync
source .venv/bin/activate 
git remote set-url origin <new-url>
  • describe your plans in the README.md briefly
  • get going!