This project is mirrored from https://github.com/facebookresearch/habitat-lab.
Pull mirroring updated .
- Sep 08, 2019
-
-
Abhishek Kadian authored
-
- Sep 06, 2019
-
-
Abhishek Kadian authored
-
- Jun 15, 2019
-
-
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.
-
- Jun 06, 2019
-
-
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).
-
- Feb 27, 2019
-