@@ -23,6 +23,8 @@ Now that you have trained your model, it is time to evaluate its performance. Ru
...
@@ -23,6 +23,8 @@ Now that you have trained your model, it is time to evaluate its performance. Ru
From the openai gym wiki we know that the environment counts as solved when the average reward is greater or equal to 195 for over 100 consecutuve trials.
From the openai gym wiki we know that the environment counts as solved when the average reward is greater or equal to 195 for over 100 consecutuve trials.
From the evaluation script i used the success rate is 1.0 when we allow the maximum number of steps the environment offers.
From the evaluation script i used the success rate is 1.0 when we allow the maximum number of steps the environment offers.
## Familiarization with a complete RL pipeline: Application to training a robotic arm
## Familiarization with a complete RL pipeline: Application to training a robotic arm
Stable-Baselines3 (SB3) is a high-level RL library that provides various algorithms and integrated tools to easily train and test reinforcement learning models.
Stable-Baselines3 (SB3) is a high-level RL library that provides various algorithms and integrated tools to easily train and test reinforcement learning models.
...
@@ -36,7 +38,8 @@ Stable-Baselines3 (SB3) is a high-level RL library that provides various algorit
...
@@ -36,7 +38,8 @@ Stable-Baselines3 (SB3) is a high-level RL library that provides various algorit
🛠 Share the link of the wandb run in the `README.md` file.
🛠 Share the link of the wandb run in the `README.md` file.