-
Notifications
You must be signed in to change notification settings - Fork 5
ExaRL on Darwin (at LANL)
Christine Sweeney edited this page Jun 16, 2022
·
3 revisions
git clone --recursive https://github.com/exalearn/EXARL.git
cd EXARL
git checkout develop # assuming you want the latest development version
module load miniconda3
conda create --name exarl
source activate exarl
conda install -c anaconda tensorflow-gpu
conda install -c conda-forge mpi4py gym ase lmfit scikit-learn pandas numba pybind11 pytest
pip install plotille
pip install bsuite
export PYTHONPATH=<your path to EXARL>:$PYTHONPATH
module load miniconda3 openmpi
source activate exarl
export PYTHONPATH=<your path to EXARL>:$PYTHONPATH
python ./exarl/driver --env Bsuite-v0 --bsuite_id <name of bsuite test> --seed_number 0 --n_episodes 1000 --n_steps 1000 --output_dir <your test output dir>