The following is tested on Ubuntu 16.
-
Clone the repository
git clone https://github.com/liyuan9988/IVOPEwithACME.git cd IVOPEwithACME -
Set up python environment with
pyenvand all dependenciesPYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.7.9 pyenv local 3.7.9 pip install -r requirements.txt -
Download Training Data from Google Cloud Storage
gsutil -m cp -r gs://rl_unplugged/bsuite/ ./ gsutil -m cp -r gs://rl_unplugged/bsuite_near_policy/ ./ gsutil -m cp -r gs://rl_unplugged/dm_control_suite_stochastic/ ./ -
Run Python commands in scripts
*.shundermain/folder for each algorithms