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
-[x][Grasp: Pick-and-Place with a robotic hand](https://colab.research.google.com/github/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/notebooks/demo.ipynb)
67
+
-[x][Step-by-step training with PPO](https://colab.research.google.com/github/mohammadzainabbas/Reinforcement-Learning-CS/blob/main/notebooks/demo_ppo_train.ipynb)
68
+
69
+
Or you can run the `train_ppo.py` file locally by following the steps below:
70
+
71
+
```bash
72
+
python src/train_ppo.py
73
+
```
74
+
75
+
You will get the following output files:
76
+
77
+
1.`ppo_training.png` - Training progress plot
78
+
2.`result_with_ppo.html` - Simulation of the trained agent (in HTML format)
79
+
3.`ppo_params` - Trained parameters of the agent
80
+
81
+
#
82
+
83
+
<aid="results" />
84
+
85
+
#### 2.4. π Results π
86
+
87
+
The following plot shows the training progress of the agent:
0 commit comments