Skip to content

Commit 5f26fd6

Browse files
Improving code quality
1 parent 5f3647e commit 5f26fd6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,16 @@ You will get the following output files:
227227
* `result_with_ppo.html` - Simulation of the trained agent (in HTML format)
228228
* `ppo_params` - Trained parameters of the agent
229229

230+
[`train_ppo.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/train_ppo.py) - train the reinforcement learning agent using `PPO` algorithm:
231+
232+
```bash
233+
python src/train_ppo.py
234+
```
235+
236+
You will get the following output files:
237+
238+
* `ppo_training.png` - Training progress plot
239+
* `result_with_ppo.html` - Simulation of the trained agent (in HTML format)
240+
* `ppo_params` - Trained parameters of the agent
241+
230242
#

0 commit comments

Comments
 (0)