mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-31 21:15:21 +08:00
Enable Travis tests for option_keyboard
PiperOrigin-RevId: 368228512
This commit is contained in:
committed by
Diego de Las Casas
parent
76f6a815ff
commit
582b26587f
@@ -15,6 +15,7 @@ env:
|
|||||||
- PROJECT="kfac_ferminet_alpha"
|
- PROJECT="kfac_ferminet_alpha"
|
||||||
- PROJECT="learning_to_simulate"
|
- PROJECT="learning_to_simulate"
|
||||||
- PROJECT="noise_covariance"
|
- PROJECT="noise_covariance"
|
||||||
|
- PROJECT="option_keyboard"
|
||||||
# - PROJECT="polygen" # TODO(b/184847339): Fix and re-enable
|
# - PROJECT="polygen" # TODO(b/184847339): Fix and re-enable
|
||||||
- PROJECT="transporter"
|
- PROJECT="transporter"
|
||||||
- PROJECT="tvt"
|
- PROJECT="tvt"
|
||||||
|
|||||||
@@ -13,8 +13,9 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
python3 -m venv ok_venv
|
python3 -m venv /tmp/ok_venv
|
||||||
source ok_venv/bin/activate
|
source /tmp/ok_venv/bin/activate
|
||||||
|
pip install -U pip
|
||||||
pip install -r option_keyboard/requirements.txt
|
pip install -r option_keyboard/requirements.txt
|
||||||
|
|
||||||
python3 -m option_keyboard.run_dqn_test
|
python3 -m option_keyboard.run_dqn_test
|
||||||
|
|||||||
Reference in New Issue
Block a user