Skip to content

Commit ad8b806

Browse files
Improving usability
1 parent 5f26fd6 commit ad8b806

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,16 +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:
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:
231231

232232
```bash
233-
python src/train_ppo.py
233+
python src/train_sac.py
234234
```
235235

236236
You will get the following output files:
237237

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)
240+
* `sac_params` - Trained parameters of the agent
241241

242242
#

0 commit comments

Comments
 (0)