File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,16 +215,16 @@ conda activate reinforcement_learning
215215
2162163 . 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
221221python src/train_ppo.py
222222```
223223
224224You 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#
You can’t perform that action at this time.
0 commit comments