Skip to content

Commit 8581fd0

Browse files
Improving code structure
1 parent 05cfff0 commit 8581fd0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,13 @@ python src/train_sac.py
235235

236236
you will get the same output files as `PPO` algorithm.
237237

238-
[`generate_results.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/generate_results.py) - generate the results of the trained agents:
238+
[`generate_results.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/generate_results.py) - generate the results of the trained `PPO` agent:
239239

240240
```bash
241241
python src/generate_results.py
242242
```
243243

244-
You can see the live output [here](http://mohammadzainabbas.tech/Reinforcement-Learning-CS/).
245-
244+
you can see the live output [here](http://mohammadzainabbas.tech/Reinforcement-Learning-CS/).
246245

247246
[`ppo_with_pytorch.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/ppo_with_pytorch.py) - implementation of `PPO` algorithm with `PyTorch`.
248247

0 commit comments

Comments
 (0)