habitat-lab
habitat-lab copied to clipboard
Testing a bare minimum of HITL functionality
Motivation and Context
Add ability to test HITL apps in CI Ensure habitat-hitl can be installed alongside habitat-lab and habitat-baselines Improve testability by using Compose API instead of @hydra.main
How Has This Been Tested
tested locally
Types of changes
- [Experiment] Created minimal HITL app in test_main_hitl.py Runs app for 1 step using headless mode Uses Compose API to load config Added habitat-hitl installation to .circleci/config.yml
Checklist
- [x ] My code follows the code style of this project.
- [ x] I have updated the documentation if required.
- [ x] I have read the CONTRIBUTING document.
- [ x] I have completed my CLA (see CONTRIBUTING)
- [ x] I have added tests to cover my changes if required.
Hi @henrysamer!
Thank you for your pull request.
We require contributors to sign our Contributor License Agreement, and yours needs attention.
You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted.
Process
In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.
Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed
. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.
If you have received this in error or have any questions, please contact us at [email protected]. Thanks!
Closing as obsolete.
Thanks for providing a base implementation!