Skip to content

Commit 5f3647e

Browse files
Improving code organization
1 parent 9eb3b4a commit 5f3647e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ conda activate reinforcement_learning
215215

216216
3. Run the code
217217

218-
[`train_ppo.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/train_ppo.py) - train the agent using `PPO` algorithm:
218+
[`train_ppo.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/train_ppo.py) - train the reinforcement learning agent using `PPO` algorithm:
219219

220220
```bash
221221
python src/train_ppo.py

0 commit comments

Comments
 (0)