Example notebook can be found here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Make sure you execute this file from cmd-here.exe from minimal_adb_fastboot_1.4.3_portable.zip | |
adb shell pm disable-user com.android.calllogbackup | |
adb shell pm disable-user com.android.dreams.basic | |
adb shell pm disable-user com.android.dreams.phototable | |
adb shell pm disable-user com.android.internal.display.cutout.emulation.tall | |
adb shell pm disable-user com.android.managedprovisioning | |
adb shell pm disable-user com.android.mms.service | |
adb shell pm disable-user com.android.printspooler | |
adb shell pm disable-user com.android.providers.blockednumber | |
adb shell pm disable-user com.android.providers.partnerbookmarks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 'export DISPLAY=192.168.225.53:0' >> ~/.bashrc | |
echo 'export d=/mnt/d' >> ~/.bashrc | |
echo 'export c=/mnt/c' >> ~/.bashrc | |
echo 'export h=/mnt/c/Users/Akshay' >> ~/.bashrc | |
echo 'export LIBGL_ALWAYS_INDIRECT=1' >> ~/.bashrc | |
source ~/.bashrc#!/usr/bin/env bash | |
# First, update the packages index and install the dependencies by typing: | |
sudo apt update | |
sudo apt install software-properties-common apt-transport-https wget |
from kaggle_environments import make, evaluate
# Create the game environment