Skip to content

Commit 87d5fb7

Browse files
Minor update
1 parent c41b615 commit 87d5fb7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ python src/generate_results.py
244244
You can see the live output [here](http://mohammadzainabbas.tech/Reinforcement-Learning-CS/).
245245

246246

247-
[`ppo_with_pytorch.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/ppo_with_pytorch.py) - generate the results of the trained agents:
247+
[`ppo_with_pytorch.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/ppo_with_pytorch.py) - train the reinforcement learning agent using `PPO` algorithm with `PyTorch`:
248+
249+
```bash
250+
python src/ppo_with_pytorch.py
251+
```
248252

249253
#

0 commit comments

Comments
 (0)