Last active
March 26, 2024 22:55
-
-
Save aialenti/bf137e3728b373d69ee98bbeb525f934 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
initial_weights = { | |
'Dumbbell Row': 22.5, | |
'Stretch Lying Abduction': 0, | |
'Bench Press': 50, | |
'Squat': 25.0, | |
'Romanian Deadlift': 25.0, | |
'Goblet Squat': 16.0, | |
'Pull-up': 0, | |
'Incline Barbell Bench Press': 57.5, | |
'Weighted Dip': 0, | |
'Triceps Press-down': 30.0, | |
'Military Press': 30.0, | |
'Bent-over Lateral Raise': 15.0, | |
'Barbell Row': 62.5, | |
'Lat Pull-down': 55.0, | |
'Barbell Biceps Curl': 13.5, | |
'Front Raise': 12.5 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment