Skip to content

Commit 20c5453

Browse files
Fixing compatibility issues
1 parent 7870b90 commit 20c5453

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-
You can run the [`train_ppo.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/train_ppo.py) file locally by following the steps below:
218+
- [`train_ppo.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/train_ppo.py) - Train the agent using `PPO` algorithm:
219219

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

0 commit comments

Comments
 (0)