f1tenth/f1tenth_gym

Decoupled Action Spaces

Closed this issue · 1 comments

Description: CarAction currently specifies speed or acceleration control jointly for steering and vx/ax. To mix between the two CarAction types, we would need to create one class per combination.

Suggested Feature: Separate CarAction into SpeedAction and SteerAction to allow for separate types for speed and steer.

Implemented in #102