ElegantRL icon indicating copy to clipboard operation
ElegantRL copied to clipboard

Install issues on different OS

Open shixun404 opened this issue 3 years ago • 0 comments

@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.

shixun404 avatar Sep 15 '22 00:09 shixun404