Skip to content

Instantly share code, notes, and snippets.

View wcarvalho's full-sized avatar

Wilka Carvalho wcarvalho

View GitHub Profile
"""
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
@wcarvalho
wcarvalho / malmo_mac_install.md
Created November 14, 2018 00:52
Installing Malmo (Minecraft) with conda (Anaconda) on mac OSX (as of 11/13/2018)
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
@wcarvalho
wcarvalho / margin_comments.tex
Last active October 31, 2017 23:13
Numbered Comments in Margin - Latex
\usepackage[
paper = letterpaper,
left = 1.25in,
right = 1.25in,
top = 1.0in,
bottom = 1.0in,
]{geometry}
\setlength{\marginparwidth}{1.1in}
\usepackage{marginnote}