All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Replace command line argument
--source
with--dataset
and--task
withenv_config
- Added flag termination_on_success for meas_fun (@ducha-aiki)
- Handle maps from mp3d scenes with multiple levels (@ZhuFengdaaa #125)
- Fixes
visualize_traces.js
for mp3d scenes (#129)
- Improved downloading and packing of asset metadata (sstk dependency v0.5.3)
- Re-enable passing back of info member in returned dictionary of step function (sstk dependency v0.5.3)
- Fix over-eager cache clearing logic leading to occasional crashes (sstk dependency v0.5.3)
- Adjust depth buffer unpacking to return zero pixel value when no depth
- Robustify room sampling routine (sstk dependency v0.5.1)
- Fix depth RGBA unpacking (sstk dependency v0.5.1)
- OpenAI gym wrapper allows access to underlying Simulator
- Independent setting of position, heading angle, tilt angle through
move_to
command