Commit 89882a6
[Feature] Navigation: kwargs for spawning ranges (#139)
* Introduce x_semidim and y_semidim parameters for managing environment dimensions
* [discovery]introduce x_semidim and y_semidim parameters for managing environment dimensions
* [navigation]introduce x_semidim and y_semidim parameters for managing environment dimensions
* [environment rendering] implementing boundary visualization for limited environments
* [navigation] ensure entity placement within constrained environment boundaries
* [environment rendering] implementing boundary visualization for limited environments
* [Features] world_spawning_x, world_spawning_y and enforce_bounds
* [Bug Fix] world_spawning_x, world_spawning_y and enforce_bounds
* Update vmas/scenarios/navigation.py
* Update vmas/scenarios/navigation.py
* [Bug Fix] world_spawning_x, world_spawning_y and enforce_bounds
* [Bug Fix] world_spawning_x, world_spawning_y and enforce_bounds
---------
Co-authored-by: Matteo Bettini <55539777+matteobettini@users.noreply.github.com>1 parent ff58363 commit 89882a6
1 file changed
Lines changed: 20 additions & 7 deletions
File tree
- vmas/scenarios
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
| |||
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
46 | | - | |
47 | 53 | | |
48 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
49 | 62 | | |
50 | 63 | | |
51 | 64 | | |
| |||
135 | 148 | | |
136 | 149 | | |
137 | 150 | | |
138 | | - | |
139 | | - | |
| 151 | + | |
| 152 | + | |
140 | 153 | | |
141 | 154 | | |
142 | 155 | | |
| |||
152 | 165 | | |
153 | 166 | | |
154 | 167 | | |
155 | | - | |
156 | | - | |
| 168 | + | |
| 169 | + | |
157 | 170 | | |
158 | 171 | | |
159 | 172 | | |
| |||
0 commit comments