Skip to content

Commit 05cfff0

Browse files
Minor change
1 parent 87d5fb7 commit 05cfff0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ 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) - train the reinforcement learning agent using `PPO` algorithm with `PyTorch`:
248-
249-
```bash
250-
python src/ppo_with_pytorch.py
251-
```
247+
[`ppo_with_pytorch.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/ppo_with_pytorch.py) - implementation of `PPO` algorithm with `PyTorch`.
252248

253249
#

0 commit comments

Comments
 (0)