pip install -r requirements.txt
# install [train] version of python package with the rllib dependencies
pip install -e .[train]
# make sure you can run tests (and verify they are passing)
pip install -e .[test]
make test
pip install 'ray[rllib]'
pip install -r requirements.txt
# install [train] version of python package with the rllib dependencies
pip install -e .[train]
# make sure you can run tests (and verify they are passing)
pip install -e .[test]
make test
pip install 'ray[rllib]'