The AWS DeepRacer Event Manager (DREM) is used to run and manage all aspects of in-person events for AWS DeepRacer, an autonomous 1/18th scale race car designed to test reinforcement learning (RL) models by racing on a physical track.
Timekeeping Wizard: Introduced a new Timekeeping Wizard that combines the "Upload model to car" functionality with the traditional timekeeper. This simplifies trackside operations by allowing the Time Keeper role to perform both tasks with ease.
Car Tracking per Lap: Added the ability to track which car was used for each lap. This will enable additional metrics in future releases, such as "Which car was used for the fastest lap?" and "Which car did the most laps?". This feature has also been backported to the original timekeeper.
Improvements
Streamlined Upload Modals: Updated the existing "Upload model to car" modals to remove an extra container on the status/select modals, reducing on-screen clutter.
New Utilities
WithEventSelected HOC: Introduced a new reusable Higher-Order Component (HOC) called "WithEventSelected". This HOC can be used to wrap any page that requires an event to be selected, forcing users to select an event before proceeding. This will help simplify the codebase.
Release Notes
New Features
Timekeeping Wizard: Introduced a new Timekeeping Wizard that combines the "Upload model to car" functionality with the traditional timekeeper. This simplifies trackside operations by allowing the Time Keeper role to perform both tasks with ease.
Car Tracking per Lap: Added the ability to track which car was used for each lap. This will enable additional metrics in future releases, such as "Which car was used for the fastest lap?" and "Which car did the most laps?". This feature has also been backported to the original timekeeper.
Improvements
New Utilities
Contributors
@StevenAskwith