Skip to content

Commit 053dd03

Browse files
authored
Configuration paths updated in readme
1 parent 9ab75e5 commit 053dd03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The learning industrial physical simulation benchmark suite allows to evaluate t
3636

3737
## Usage example
3838
### Instantiate a benchmark for power grid use case
39-
The paths should correctly point-out to generated data ([DATA_PATH](https://github.com/Mleyliabadi/LIPS/tree/main/reference_data)) and benchmark associated config file ([CONFIG_PATH](https://github.com/Mleyliabadi/LIPS/blob/main/lips/config/conf.ini)). The log path (`LOG_PATH`) could be set by the user.
39+
The paths should correctly point-out to generated data ([DATA_PATH](https://github.com/Mleyliabadi/LIPS/tree/main/reference_data)) and benchmark associated config file ([CONFIG_PATH](https://github.com/Mleyliabadi/LIPS/blob/main/configurations)). The log path (`LOG_PATH`) could be set by the user.
4040

4141
```python
4242
from lips.benchmark import PowerGridBenchmark
@@ -65,9 +65,9 @@ tf_fc.train(train_dataset=benchmark1.train_dataset,
6565
)
6666

6767
```
68-
For each architecture a config file is attached which are available [here](https://github.com/Mleyliabadi/LIPS/tree/main/lips/augmented_simulators/configurations).
68+
For each architecture a config file is attached which are available [here](https://github.com/Mleyliabadi/LIPS/tree/main/configurations/powergrid/simulators) for powergrid use case.
6969
### Reproducibility and evaluation
70-
The following script show how to use the evaluation capacity of the platform to reproduce the results on all the datasets. A config file (see [here](https://github.com/Mleyliabadi/LIPS/blob/main/lips/config/conf.ini)) is associated with this benchmark and all the required evaluation criteria can be set in this configuration file.
70+
The following script show how to use the evaluation capacity of the platform to reproduce the results on all the datasets. A config file (see [here](https://github.com/Mleyliabadi/LIPS/blob/main/configurations/powergrid/benchmarks/l2rpn_case14_sandbox.ini) for powergrid use case) is associated with this benchmark and all the required evaluation criteria can be set in this configuration file.
7171

7272
```Python
7373
tf_fc_metrics = benchmark1.evaluate_simulator(augmented_simulator=tf_fc,

0 commit comments

Comments
 (0)