Move circle-ci experiment testing to pytest (#176)
With the recent refactor/redesign of habitat_baselines, all experiment parameters can be specified through config files. Thus it makes sense to turn the python script run in circle-ci into a separate test file in our test/. This also makes it more extensible when we add more trainers in the future.
Showing
- .circleci/config.yml 0 additions, 1 deletion.circleci/config.yml
- habitat_baselines/config/pointnav/ppo_pointnav.yaml 0 additions, 0 deletionshabitat_baselines/config/pointnav/ppo_pointnav.yaml
- habitat_baselines/config/test/ppo_pointnav_test.yaml 3 additions, 3 deletionshabitat_baselines/config/test/ppo_pointnav_test.yaml
- habitat_baselines/run.py 19 additions, 3 deletionshabitat_baselines/run.py
- test/test_baseline_trainers.py 58 additions, 0 deletionstest/test_baseline_trainers.py
File moved
test/test_baseline_trainers.py
0 → 100644
Please register or sign in to comment