allenai / allenact

An open source framework for research in Embodied-AI from AI2.
https://www.allenact.org
Other
318 stars 52 forks source link

Separate allenact/allenact_plugins tests. #272

Open Lucaweihs opened 3 years ago

Lucaweihs commented 3 years ago

Problem

Currently our tests for allenact have dependencies on frameworks in allenact_plugins. Ideally these should be self contained.

Desired solution

Create test directories in allenact and allenact_plugins and create new tests in allenact that are not framework dependent.

Additional context

That this is a good idea was pointed out by @jordis-ai2 in #270 .