ElegantRL
ElegantRL copied to clipboard
Install issues on different OS
@Yonv1943
# install elegantrl library
!pip install git+https://github.com/AI4Finance-LLC/ElegantRL.git
pybullet and box2d-py cannot install successfully with this command in Win10. It requires Microsoft C++ 14.0. conda install -c conda-forge pybullet and conda install -c conda-forge box2d-py can solve the problem.