Skip to content

Instantly share code, notes, and snippets.

cp /code/mjkey.txt /root/.mujoco/mjkey.txt
pip install -r /code/requirements.txt --quiet
pip install -e /code/
softlearning run_example_local examples.development --domain=$1 --task=$2 --algorithm=$3
function helloWorld() {
alert("hello world");
}