AIDynamicAction / rcognita

rcognita is a flexibly configurable framework for agent-enviroment simulation with a menu of predictive and safe reinforcement learning controllers
MIT License
16 stars 6 forks source link

Add installation instructions for external dependencies to docs #26

Closed yaremenko8 closed 3 years ago

yaremenko8 commented 3 years ago

Ubuntu/Debian:

sudo apt-get install -y build-essential gfortran cmake libopenblas-dev

Arch

pacman -Sy gcc gcc-fortran cmake base-devel openblas

Then after that

pip install scikit-build

or

conda install scikit-build
osinenkop commented 3 years ago

This needs to be added to installation section of readme

osinenkop commented 3 years ago

Done