ikostrikov/pytorch-a2c-ppo-acktr-gail

How to run this examples without tensorflow?

Opened this issue · 0 comments

When installing this repo I skipped TensorFlow installation as not necessary, but now when I run 'python main.py --env-name "PongNoFrameskip-v4"' , I get error saying TensorFlow is not installed. How can I run this successfully without TF? Thank you.