You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the environment implements parallel env by running multiple players (ego-cars) in the same environment.
This could introduce Interferences between different players such as sudden change of observation of one player because of the teleport of another player in view.
The goal is to implement alternatively with multiple envs and each with one ego player to avoid interference.
Currently the environment implements parallel env by running multiple players (ego-cars) in the same environment.
This could introduce Interferences between different players such as sudden change of observation of one player because of the teleport of another player in view.
The goal is to implement alternatively with multiple envs and each with one ego player to avoid interference.
Related to #1226 .
The text was updated successfully, but these errors were encountered: