-
Oleksandr authored
* Added episode generation code for PointGoal task. * Removed usage of internal methods, added island_radius method to HabitatSim * Added generator test with shortest path proper test and episode serialization testing. * Fixed formatting issues and unused imports across the codebase. * Added editor config style formatter properties.
Oleksandr authored* Added episode generation code for PointGoal task. * Removed usage of internal methods, added island_radius method to HabitatSim * Added generator test with shortest path proper test and episode serialization testing. * Fixed formatting issues and unused imports across the codebase. * Added editor config style formatter properties.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.editorconfig 196 B
# See https://editorconfig.org/ for more info :)
[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_size = 4
max_line_length = 79