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
To run the container with GPU support and shared memory:
130
+
### Running the Container
131
+
To run the container with GPU support and shared memory:
132
132
133
133
```bash
134
134
docker run --gpus all -it --rm --shm-size=20G -v ${PWD}:/workspace my_image:latest /bin/bash
@@ -206,15 +206,15 @@ cd build
206
206
207
207
## Pre-trained policies
208
208
209
-
Several pre-trained policies are available via the `PyTorchModelHubMixin` class on 🤗 huggingface_hub.
209
+
Several pre-trained policies are available via the `PyTorchModelHubMixin` class on 🤗 huggingface_hub.
210
210
211
-
-**Best Policy (10,000 Scenarios).** The best policy from [Building reliable sim driving agents by scaling self-play](https://arxiv.org/abs/2502.14706) is available here [here](https://huggingface.co/daphne-cornelisse/policy_S10_000_02_27). This policy was trained on 10,000 randomly sampled scenarios from the WOMD training dataset.
211
+
-**Best Policy (10,000 Scenarios).** The best policy from [Building reliable sim driving agents by scaling self-play](https://arxiv.org/abs/2502.14706) is available here [here](https://huggingface.co/daphne-cornelisse/policy_S10_000_02_27). This policy was trained on 10,000 randomly sampled scenarios from the WOMD training dataset.
212
212
213
213
-**Alternative Policy (1,000 Scenarios).** A policy trained on 1,000 scenarios can be found [here](https://huggingface.co/daphne-cornelisse/policy_S1000_02_27)
214
214
215
215
---
216
216
217
-
> Note: These models were trained with the environment configurations defined in `examples/experimental/config/reliable_agents_params.yaml`, changing environment/observation configurations will affect performance.
217
+
> Note: These models were trained with the environment configurations defined in `examples/experimental/config/reliable_agents_params.yaml`, changing environment/observation configurations will affect performance.
218
218
219
219
---
220
220
@@ -240,7 +240,7 @@ See [tutorial 04](https://github.com/Emerge-Lab/gpudrive/tree/main/examples/tuto
240
240
<details>
241
241
<summary>Download the dataset</summary>
242
242
243
-
To download the dataset you need the huggingface_hub library
243
+
To download the dataset you need the huggingface_hub library
244
244
245
245
```bash
246
246
pip install huggingface_hub
@@ -356,7 +356,7 @@ and that's it!
356
356
If you use GPUDrive in your research, please cite our ICLR 2025 paper
357
357
```bibtex
358
358
@inproceedings{kazemkhani2025gpudrive,
359
-
title={GPUDrive: Data-driven, multi-agent driving simulation at 1 million FPS},
359
+
title={GPUDrive: Data-driven, multi-agent driving simulation at 1 million FPS},
360
360
author={Saman Kazemkhani and Aarav Pandya and Daphne Cornelisse and Brennan Shacklett and Eugene Vinitsky},
361
361
booktitle={Proceedings of the International Conference on Learning Representations (ICLR)},
0 commit comments