-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Issues #339
Comments
I am having the some problem. Also the CI seems to be failing on the master branch. |
I was also looking for a docker install option but couldn't find the image anywhere in the documentation. |
We don't use docker anymore since the installation is all done with pip. But you can use a stock Ubuntu image and pip install it in there |
Sorry, maybe I am missing something, but don't we also have non-python dependencies. For example, I thought part of the project uses Spark. From the error message above it was my impression that the error was coming from the spark pipeline to pre-process the data. Did I misunderstand something? |
Hi,
I am trying to do a local installation of the project so that I can play around with it, but am having some issues with the installation.
There is a fair amount going on with the install, so I have decided to do it through docker. I couldn't find the image referenced in the documentation, so am writing my own. Here it is thus far:
This all goes through fine and builds successfully. (I got some of the configuration from the CI as the documentation seemed a bit out of date.)
However, when I try to run through the offline RL training (batch) introduction, here, I run into some issues.
In particular, when I get to the line:
./reagent/workflow/cli.py run reagent.workflow.gym_batch_rl.timeline_operator $CONFIG
I get the following error:
Am I missing something in my install? Any help would be much appreciated.
Also, generally, I think it would be helpful if you provided a docker script for people. Happy to add one once I am finished fixing mine, if it helps.
The text was updated successfully, but these errors were encountered: