Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

theSage21/torchcircus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Torch Circus

Where the animals from TorchZoo perform.

This holds the reproduction studies done for items in TorchZoo

How to reproduce?

Say you wanted to reproduce the results of the RWA paper

git clone https://github.com/theSage21/torchcircus
cd torchcircus
git checkout rwa
pipenv install --deploy
cd rwa

Now run whatever experiment you want to run. To see which tag you need to use for a particular paper, the below table may be useful.

Arxiv ID tag
1703.01253 rwa

We use Pytorch on CPU. If you have another setup, make sure you install the proper versions of things before running.