Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebookresearch/habitat-lab. Pull mirroring updated .
  1. Sep 08, 2019
  2. Sep 06, 2019
  3. Jun 15, 2019
    • Erik Wijmans's avatar
      Extendable action space (#110) · 1d392504
      Erik Wijmans authored
      SimulatorActions is no longer an enum. It is an extendable singleton. It allows you to extend the action space but it is quite strict about it. Actions cannot be put on different ints, actions cannot be remove.
      There is now a registry for action space configurations.
      1d392504
  4. Jun 06, 2019
    • Erik Wijmans's avatar
      Fixes the registry (#99) · 063e8e53
      Erik Wijmans authored
      Our registry pattern is far from idea and thus we haven't used it consistent. This PR aims to resolve this by copying the registry pattern used in Pythia (as it is much nicer) and then registering all current measures and sensors and using the register to query for those instead of getattr as this is a more clearly extendable pattern (as compared to monkey patching).
      063e8e53
  5. Feb 27, 2019
Loading