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
Fixes: Align WOSAC metric calculation with original (#258)
* quick commit so you can read the code
* Improve naming of sampling argument to better describe its function.
* Ensure that initialization works with Carla maps or other, when sdc_index=-1.
* Simplify CARLA compatibility
* Replace num_maps by wosac_num_maps in all the eval scripts
* Comment about random baseline.
* Bug fix: do not reweight by the total weight (0.95).
* Add this back for now.
* Delete agent shrinking code.
* Ignore ttc metric when agents are not vehicles
* Update WOSAC weights to align with 2024 challenge since we don't have the traffic light metric.
* Update table
* Revert MAX_AGENTS to original.
* Update formatting.
---------
Co-authored-by: Wael Boumediene Doulazmi <wbd2016@cs713.hpc.nyu.edu>
Co-authored-by: Waël Doulazmi <waeldoulazmi@gmail.com>
*Table: WOSAC baselines in PufferDrive on 229 selected clean held-out validation scenarios.*
64
64
65
-
66
-
> ✏️ Download the dataset from [Hugging Face](https://huggingface.co/datasets/daphne-cornelisse/pufferdrive_wosac_val_clean) to reproduce these results or benchmark your policy.
*Table: WOSAC baselines in PufferDrive on validation 10k dataset.*
77
-
78
-
79
-
> ✏️ Download the dataset from [Hugging Face](https://huggingface.co/datasets/daphne-cornelisse/pufferdrive_womd_val) to reproduce these results or benchmark your policy.
65
+
-**Random agent:** Following the [WOSAC 2023 paper](https://arxiv.org/abs/2305.12032), the random agent samples future trajectories by independently sampling (x, y, θ) at each timestep from a Gaussian distribution in the AV coordinate frame `(mu=1.0, sigma=0.1)`, producing uncorrelated random motion over the horizon of 80 steps.
66
+
-**Goal-conditioned self-play RL agent**: An agent trained through self-play RL to reach the end point points ("goals") without colliding or going off-road. Baseline can be reproduced using the default settings in the `drive.ini` file with the Waymo dataset. We also open-source the weights of this policy, see `pufferlib/resources/drive/puffer_drive_weights``.bin` and `.pt`.
80
67
81
68
69
+
> ✏️ Download the dataset from [Hugging Face](https://huggingface.co/datasets/daphne-cornelisse/pufferdrive_wosac_val_clean) to reproduce these results or benchmark your policy.
0 commit comments