Skip to content

Commit 260d16a

Browse files
Code cleanup
1 parent d0e14b3 commit 260d16a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,16 +215,16 @@ 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 agent using `PPO` algorithm:
219219

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

224224
You will get the following output files:
225225

226-
`ppo_training.png` - Training progress plot
227-
`result_with_ppo.html` - Simulation of the trained agent (in HTML format)
228-
`ppo_params` - Trained parameters of the agent
226+
* `ppo_training.png` - Training progress plot
227+
* `result_with_ppo.html` - Simulation of the trained agent (in HTML format)
228+
* `ppo_params` - Trained parameters of the agent
229229

230230
#

0 commit comments

Comments
 (0)