Farama-Foundation / HighwayEnv

A minimalist environment for decision-making in autonomous driving
https://highway-env.farama.org/
MIT License
2.59k stars 739 forks source link

Regarding model deployment #603

Open Abhilashsabhi opened 3 months ago

Abhilashsabhi commented 3 months ago

I have created a car following model using lstm (which will predict the acceleration of the ego vehicle). I wanted to deploy that in this environment. The scenario is like an ego vehicle following a lead vehicle. The lstm model will predict depending on the relative speed and relative distance with the lead car. Is it possible to create this scenario and deploy the lstm model?