Skip to content

Commit

Permalink
Update README.md with collapsed illustration for better understanding…
Browse files Browse the repository at this point in the history
… of parameters
  • Loading branch information
cyanxiao committed May 2, 2024
1 parent fc73c22 commit 7fb6acb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ orchestrator.run()
- `end_trial_plugins`: The plugins to be run after each trial.
- `end_experiment_plugins`: The plugins to be run after the experiment.

To help you better understand this, the green boxes in the following illustration represent the parameters:

<div align="center">
<img src="./illustrations/flowchart.png" alt="Parameters" width="50%">
</div>
<details>
<summary>To help you better understand this, the green boxes in the collapsed illustration represent the parameters.</summary>
<div align="center">
<img src="./illustrations/flowchart.png" alt="Parameters" width="50%">
</div>
</details>

### What are these Plugins?

Expand Down

0 comments on commit 7fb6acb

Please sign in to comment.