Skip to content

Commit fd0335f

Browse files
Fixing compatibility issues
1 parent 23ac290 commit fd0335f

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,6 +235,9 @@ python src/train_sac.py
235235

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

238-
[`train_sac.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/train_sac.py) - train the reinforcement learning agent using `SAC` algorithm:
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

240+
```bash
241+
python src/generate_results.py
242+
```
240243
#

0 commit comments

Comments
 (0)