seawee1 / driver-dojo

A benchmark towards generalizable reinforcement learning for autonomous driving.
Other
69 stars 8 forks source link

Refactor core scenario source structure #4

Closed seawee1 closed 1 year ago

seawee1 commented 2 years ago

As of right now, the core generalization scenarios are very entangled with the DriverDojoEnv source code. It would be much nicer to have every environment as a single file, including specific ego and traffic initialization as well as traffic spawn methods.