conda create --name=malmo python=3.6
# if make mistake: conda env remove -n malmo
conda activate malmo
# install boost
conda install -c conda-forge boost
cd ~/anaconda3/lib
ln -s libboost_python36.dylib libboost_python3.dylib
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
""" | |
python script which stages a set of commits and lists of files. Assumes a "updates.yml" file. | |
Example: | |
updates: | |
- name: "debug settings" | |
files: | |
- experiments/babyai_supervised_trainer.py | |
- experiments/babyai_online_trainer.py | |
- experiments/babyai_offline_trainer.py |
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
\usepackage[ | |
paper = letterpaper, | |
left = 1.25in, | |
right = 1.25in, | |
top = 1.0in, | |
bottom = 1.0in, | |
]{geometry} | |
\setlength{\marginparwidth}{1.1in} | |
\usepackage{marginnote} |