Skip to content

Latest commit

 

History

History
 
 

action_gap_rl

Action-Gap RL

Collaborators: danabo@google.com, schuurmans@google.com

Running

sudo apt-get install python3-pip
python3 -m pip install --user virtualenv
python3 -m virtualenv ~/env
source ~/env/bin/activate
pip3 install -r requirements.txt