ikostrikov / pytorch-a2c-ppo-acktr-gail

PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
MIT License
3.53k stars 832 forks source link

add pybullet installation #286

Open lijiyao919 opened 2 years ago

lijiyao919 commented 2 years ago

when I run the pip install -r requirement.txt, exceptions occur during installing pybullet since my OS without Microsoft Visual Studio (Desktop development with C++). I add the link for windows users, hope make them easier to run your code.