Skip to content

Commit 255bdb9

Browse files
Improving code organization
1 parent fd0335f commit 255bdb9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,12 @@ python src/train_sac.py
235235

236236
you will get the same output files as `PPO` algorithm.
237237

238-
[`generate_results.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/generate_results.py) - generate the results of the trained agents.
238+
[`generate_results.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/generate_results.py) - generate the results of the trained agents:
239239

240240
```bash
241241
python src/generate_results.py
242242
```
243+
244+
245+
243246
#

0 commit comments

Comments
 (0)