dquarel commited on
Commit
face6af
·
1 Parent(s): 9d7b0d7

Add hyperlinks to yaml files in README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,10 +47,10 @@ Checkpoints are named `al_{alpha}_g_0.98_id_{run_id}_seed_{seed}`.
47
 
48
  ## Reproduced with
49
 
50
- See `train.yaml` in this repository. Run with:
51
 
52
  ```bash
53
- timaeus run train.yaml
54
  ```
55
 
56
  from the [timaeus monorepo](https://github.com/timaeus-research/timaeus).
 
47
 
48
  ## Reproduced with
49
 
50
+ See [`train.yaml`](./train.yaml) in this repository. Run with:
51
 
52
  ```bash
53
+ make run projects/rl/experiments/al_0.6_g_0.98/jobs/train_optim_state.yaml
54
  ```
55
 
56
  from the [timaeus monorepo](https://github.com/timaeus-research/timaeus).