Describe the feature you'd like
Migration from ml.c5.4xlarge instance which is expensive and underpowered to a ml.c8g.4xlarge, which has lower instance costs and double the vCPUs.
Additional context
- The Simulation application on ROS2 Jazzy is ARM compatible with only minor adjustments in the build steps; source code requires no changes.
- The current Tensorflow configuration is limited to 1 thread which significantly slows down the policy update phase. More vCPUs would make it possible to increase the Tensorflow threads and performance, leading to more effective training (more training steps per hour).
- The increased performance should also make it possible to fix the video generation performance issues.
Describe the feature you'd like
Migration from ml.c5.4xlarge instance which is expensive and underpowered to a ml.c8g.4xlarge, which has lower instance costs and double the vCPUs.
Additional context