You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,16 +227,16 @@ You will get the following output files:
227
227
*`result_with_ppo.html` - Simulation of the trained agent (in HTML format)
228
228
*`ppo_params` - Trained parameters of the agent
229
229
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:
230
+
[`train_sac.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/train_sac.py) - train the reinforcement learning agent using `SAC` algorithm:
231
231
232
232
```bash
233
-
python src/train_ppo.py
233
+
python src/train_sac.py
234
234
```
235
235
236
236
You will get the following output files:
237
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
238
+
*`sac_training.png` - Training progress plot
239
+
*`result_with_sac.html` - Simulation of the trained agent (in HTML format)
0 commit comments