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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,14 +235,13 @@ python src/train_sac.py
235
235
236
236
you will get the same output files as `PPO` algorithm.
237
237
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:
239
239
240
240
```bash
241
241
python src/generate_results.py
242
242
```
243
243
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/).
246
245
247
246
[`ppo_with_pytorch.py`](https://github.com/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/src/ppo_with_pytorch.py) - implementation of `PPO` algorithm with `PyTorch`.
0 commit comments