imitation-learning icon indicating copy to clipboard operation
imitation-learning copied to clipboard

Run without docker, e.g. in a virtualenv

Open markus-hinsche opened this issue 5 years ago • 3 comments

Currently you have to use docker to run this.

In order to make native version work, we could provide virtualenv instructions, e.g.:

  • pip install -r requirements.txt
  • install pip install tensorflow==1.12.0
  • change paths from /data
  • PYTHONPATH needs to be set correctly
  • Make sure everything runs by running pytest

Note that we haven't tested this yet.

markus-hinsche avatar Dec 11 '18 16:12 markus-hinsche

Hello, I want to know if you have successfully run it without docker? Thx a lot.

jessiepool avatar Oct 29 '19 08:10 jessiepool

Sorry, I am afraid this issue was not addressed yet. It is currently not planned to do by us actively, but we are happy if somebody wants to contribute this feature

markus-hinsche avatar Oct 29 '19 11:10 markus-hinsche

ERROR: No matching distribution found for tensorflow==1.13.0

SHITIANYU-hue avatar Aug 17 '20 21:08 SHITIANYU-hue