Skip to content

Commit 7b6a0a3

Browse files
authored
Update README.md
1 parent d6576a3 commit 7b6a0a3

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
@@ -159,7 +159,7 @@ python iclr_analysis.py --num_reviews 500 --batch_size 100 --num_fs_examples 1
159159

160160
## Making your own Template
161161

162-
If there is an area of study you would like the AI Scientist to explore, it should be very easy to create your own templates. In general, follow the structure of the existing templates, which consists of:
162+
If there is an area of study you would like **The AI Scientist** to explore, it should be very easy to create your own templates. In general, follow the structure of the existing templates, which consists of:
163163

164164
- `experiment.py` -- This is a single file where the 'meat' of the content is. It takes in an argument for `out_dir`, which is where it should create the folder and save the relevant information from the run.
165165
- `plot.py` -- This should take in the information from the `run` folders and create plots. The code should be clear and easy to edit.
@@ -177,9 +177,9 @@ The 2D Diffusion template used code from [tiny-diffusion](https://github.com/tan
177177

178178
The Grokking template used code from [Sea-Snell/grokking](https://github.com/Sea-Snell/grokking) and [danielmamay/grokking](https://github.com/danielmamay/grokking).
179179

180-
## Citing `The AI-Scientist` ✏️
180+
## Citing **The AI Scientist** ✏️
181181

182-
If you use `The AI-Scientist` in your research, please cite it as follows:
182+
If you use **The AI Scientist** in your research, please cite it as follows:
183183

184184
```
185185
@article{lu2024aiscientist,

0 commit comments

Comments
 (0)