Andrew-codz/workout-env
0
WorkoutEnv - AI Gym Environment
Overview
WorkoutEnv simulates workout planning decisions.
State
- Energy
- Day
- Workouts done
Actions
- Rest
- Light Workout
- Heavy Workout
Reward
- Rest: +0.2
- Light: +0.5
- Heavy: +1 or -1
Run
python test_env.py
