Apply suggestions from code review
Co-authored-by: RobinMeersman <77965843+RobinMeersman@users.noreply.github.com> Co-authored-by: Tibo De Peuter <tibo.depeuter@telenet.be>
This commit is contained in:
parent
849581fcfd
commit
2d43f5e642
3 changed files with 6 additions and 9 deletions
|
|
@ -4,15 +4,15 @@ This directory contains configuration files for training experiments.
|
|||
|
||||
## Usage
|
||||
|
||||
Use `--config` with `src/train.py` to run an experiment:
|
||||
Use `--config` with `scripts/train.py` to run an experiment:
|
||||
|
||||
```bash
|
||||
python src/train.py --config configs/default_ppo.yaml
|
||||
python scripts/train.py --config configs/default_ppo.yaml
|
||||
```
|
||||
|
||||
You can overriding settings via CLI:
|
||||
```bash
|
||||
python src/train.py --config configs/default_ppo.yaml --learning-rate 0.001
|
||||
python scripts/train.py --config configs/default_ppo.yaml --learning-rate 0.001
|
||||
```
|
||||
|
||||
## Available Configurations
|
||||
|
|
|
|||
Reference in a new issue