1
Fork 0
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.
2026SEL3-project-Brittle_St.../README.md

28 lines
745 B
Markdown

# Brittle Star
> What is the impact of different levels of controller-modularity on the learning-speed, coordination and tolerance for
defects (e.g. amputations) in brittle-star-like robots trained with Reinforcement Learning?
## Usage
### Local setup
To set up the UV module, you can run the following command:
```bash
uv sync --frozen
```
example command:
```bash
uv run src/train.py --model_name my_model --epochs 50 --batch_size 32
```
### HPC setup
See **[docs/HPC.md](docs/HPC.md)** for the full guide, including environment setup, cluster selection, interactive debugging, and job submission.
## Documentation
Please find all documentation and a starting point for more information in [corresponding README](./docs/README.md).