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
#!/usr/bin/env bash | |
# download this script and run by typing 'bash encrypted_reservoir_pysyft_demo.sh' from the command line while in the same directory | |
# create a new environment with PyTorch 0.3 | |
conda create -n pysyft_demo pytorch=0.3 torchvision matplotlib pip -c pytorch -y | |
source activate pysyft_demo | |
# clone PySyft and checkout the required commit | |
git clone https://github.com/OpenMined/PySyft.git | |
cd PySyft |
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
#from retro_contest.local import make | |
import numpy as np | |
#Imports for connecting to contest | |
import gym_remote.exceptions as gre | |
import gym_remote.client as grc | |
NewerOlder