Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MSO_3_4-TD1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Desgreys
MSO_3_4-TD1
Commits
54877b97
Commit
54877b97
authored
2 months ago
by
td
Browse files
Options
Downloads
Patches
Plain Diff
clean readme until "Full workflow with panda-gym"
parent
da1ca4a3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-4
15 additions, 4 deletions
README.md
with
15 additions
and
4 deletions
README.md
+
15
−
4
View file @
54877b97
...
...
@@ -2,6 +2,8 @@
Thomas DESGREYS
## REINFORCE algorithm
### Training
see
[
reinforce_cartpole.py
](
reinforce_cartpole.py
)
The model is trained and as save as "reinforce_cartpole_best.pth" and the evolutions of loss and score (aka reward)
through the episodes are shown below.

...
...
@@ -12,11 +14,20 @@ Although, with a bit of luck we end up with a model that reaches the max steps p
### Evaluation
see
[
evaluate_reinforce_cartpole.py
](
evaluate_reinforce_cartpole.py
)
During evaluation, we get a 100% success rate for 100 trials.
## Familiarization with a complete RL pipeline: Application to training a robotic arm
We initialize the
## Familiarization with a complete RL pipeline:
Application to training a robotic arm
### Stable-Baselines3
see
[
a2c_sb3_cartpole.py
](
a2c_sb3_cartpole.py
)
### Hugging Face Hub
[
Link to the trained model
](
https://huggingface.co/Thomstr/A2C_CartPole/tree/main
)
https://huggingface.co/Thomstr/A2C_CartPole/tree/main
### Weights & Biases
[
Link to the wandb run
](
https://wandb.ai/thomasdgr-ecole-centrale-de-lyon/cartpole/runs/vh4anh20/workspace?nw=nwuserthomasdgr
)
https://wandb.ai/thomasdgr-ecole-centrale-de-lyon/cartpole/runs/vh4anh20/workspace?nw=nwuserthomasdgr
\ No newline at end of file
### Full workflow with panda-gym
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment