facebookresearch / nocturne

A data-driven, fast driving simulator for multi-agent coordination under partial observability.
MIT License
258 stars 29 forks source link

Fix antialiasing level being too high #31

Closed nathanlct closed 2 years ago

nathanlct commented 2 years ago

Solve errors such as Impossible to create render texture (unsupported anti-aliasing level) Requested: 4 Maximum supported: 1.

Maximum 4 since it can slow down performances.

eugenevinitsky commented 2 years ago

Approved but obviously make the tests pass first

eugenevinitsky commented 2 years ago

Merge away friend