metadriverse / metadrive

MetaDrive: Open-source driving simulator
https://metadriverse.github.io/metadrive/
Apache License 2.0
671 stars 100 forks source link

Introducing a single agent, multi-goal, four-ways intersection environment #699

Open pengzhenghao opened 2 months ago

pengzhenghao commented 2 months ago

What changes do you make in this PR?

This environment will maintain 4 goals: turn-left, turn-right, go-straight, u-turn and report the observation, termination, reward for each of these goals into the info dict. So a policy can be trained to conduct any of this four goals.

TODO:

Checklist