eirli
eirli copied to clipboard
An Empirical Investigation of Representation Learning for Imitation (EIRLI), NeurIPS'21
Hi, thank you for open-sourcing the code. There is a problem about the script to reproduce the code. The link in the README file has expired. Could you please upload...
Hi @qxcv, first of all thanks a lot of open-sourcing the codebase for your amazing work. The codebase is indeed huge, I was wondering if this repository contains code for...
Adds `run_cifar.py`, which runs representation learning with a ResNet-18 on CIFAR-10, finetunes a linear layer on top of it, and evaluates the accuracy of the resulting classifier. Hyperparameters are set...
This PR works to make Minecraft environments more generally compatible with the ILR training framework, including those environments that have Dict Action/Environment spaces **NOTE**: This is a draft PR until...
This cleans up some of the existing tooling and adds some more. Specifically: - Removes `requirements.txt` and adds all deps to `setup.py` instead. - Adds `run_rep_learner`, `il_train` and `il_test` commands...