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
RobinMeersman a85a7b8d89
Environment setup + train loop (#5)
Mujoco environment setup (vectorized on GPU) + training loop + simulate script
2026-03-26 09:53:54 +01:00

17 lines
225 B
Markdown

# Brittle Star
## Usage
### UV
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
```